index
:
redot-cpp.git
4.3
master
C++ bindings for the Redot script API
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
godot_cpp
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #1445 from dsnopek/classdb-enum-issue
David Snopek
2024-04-30
1
-0
/
+2
|
\
|
*
Allow forwarding from `ClassDB` to `ClassDBSingleton` to support enumerations
David Snopek
2024-04-23
1
-0
/
+2
*
|
Merge pull request #1405 from dsnopek/fix-null-object-arguments
David Snopek
2024-04-29
1
-4
/
+4
|
\
\
|
*
|
Correctly handle `Object *` arguments that were encoded as `nullptr`
David Snopek
2024-04-08
1
-4
/
+4
*
|
|
Give compile-time error if registering a class without its own `_bind_methods...
David Snopek
2024-04-24
2
-0
/
+11
*
|
|
Merge pull request #1431 from pupil1337/fix-create-instance-func
David Snopek
2024-04-24
1
-0
/
+1
|
\
\
\
|
*
|
|
Add static_assert() for register_class
pupil1337
2024-04-11
1
-0
/
+1
*
|
|
|
Merge pull request #1443 from Naros/property-method-dict-helpers
David Snopek
2024-04-24
1
-0
/
+34
|
\
\
\
\
|
*
|
|
|
Implement to/from dict helpers for PropertyInfo/MethodInfo
Chris Cranford
2024-04-20
1
-0
/
+34
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #1436 from AThousandShips/math_update
David Snopek
2024-04-24
1
-0
/
+8
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
[Math] Add `is_finite` methods
A Thousand Ships
2024-04-11
1
-0
/
+8
|
|
/
/
*
/
/
Fix PropertyInfo to use hint/usage default constants
Chris Cranford
2024-04-16
1
-2
/
+2
|
/
/
*
|
Fix incorrect utility call signature
A Thousand Ships
2024-04-02
1
-1
/
+1
*
|
Merge pull request #1409 from Repiteo/class-to-typename
David Snopek
2024-04-02
11
-117
/
+117
|
\
\
|
*
|
Enforce template syntax `typename` over `class`
Thaddeus Crews
2024-03-10
11
-117
/
+117
|
|
/
*
|
Merge pull request #1407 from AThousandShips/flag_fix
David Snopek
2024-03-11
1
-1
/
+1
|
\
\
|
*
|
Fix invalid `void` return in `BitField`
A Thousand Ships
2024-03-08
1
-1
/
+1
|
|
/
*
/
Fix explicit namespaces in macros
Marc Gilleron
2024-03-08
2
-9
/
+9
|
/
*
Merge pull request #1383 from bruvzg/memalign
David Snopek
2024-02-26
1
-12
/
+34
|
\
|
*
[Core] Improve `CowData` and `Memory` metadata alignment.
bruvzg
2024-02-05
1
-12
/
+34
*
|
Allow registering "runtime classes"
David Snopek
2024-02-13
1
-4
/
+13
*
|
Merge pull request #1377 from dsnopek/gdextension-register-virtual-method
David Snopek
2024-02-12
3
-0
/
+16
|
\
\
|
*
|
Allow GDExtensions to register virtual methods and call them on scripts
David Snopek
2024-02-12
3
-0
/
+16
|
|
/
*
|
Merge pull request #1363 from Daylily-Zeleen/daylily-zeleen/fix_object_return...
David Snopek
2024-02-12
1
-0
/
+12
|
\
\
|
*
|
Fix object return value of builtin types' methods.
DaylilyZeleen
2024-02-13
1
-0
/
+12
*
|
|
Added newer Variant types to `typed_array.hpp`
Allen Pestaluky
2024-02-06
1
-0
/
+6
|
|
/
|
/
|
*
|
Rework GDCLASS macro to allow pure virtual functions
Chris Cranford
2024-01-18
1
-2
/
+29
|
/
*
Fix expected argument count for call errors
A Thousand Ships
2023-12-30
1
-22
/
+22
*
Merge pull request #1280 from dsnopek/callable-custom
David Snopek
2023-11-17
2
-22
/
+64
|
\
|
*
Add `CallableCustom` that devs can use in their GDExtensions
David Snopek
2023-11-06
2
-22
/
+64
*
|
[iOS] Fix building as static library or xcframework, add iOS config and xcfra...
bruvzg
2023-11-09
1
-11
/
+12
|
/
*
Add protections against registering classes that didn't use GDCLASS()
David Snopek
2023-10-22
1
-0
/
+1
*
Automatically register only engine classes whose header has been included
David Snopek
2023-10-16
1
-7
/
+4
*
Changes necessary for hot reload to work
David Snopek
2023-09-25
1
-0
/
+1
*
Implement `callable_mp()` and `callable_mp_static()`
David Snopek
2023-09-21
2
-0
/
+94
*
Update for addition of `get_virtual_call_data_func` and `call_virtual_func` t...
David Snopek
2023-09-20
1
-0
/
+2
*
Merge pull request #1242 from AThousandShips/null_check
David Snopek
2023-09-20
2
-2
/
+2
|
\
|
*
Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-13
2
-2
/
+2
*
|
Merge pull request #1164 from dsnopek/classdb-singleton-alternate
David Snopek
2023-09-19
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
Add static methods to `ClassDB` for the methods bound to the `ClassDB` singleton
David Snopek
2023-07-31
1
-0
/
+4
*
|
Support `_validate_property()`
David Snopek
2023-09-12
2
-0
/
+13
*
|
Merge pull request #970 from Daylily-Zeleen/daylily-zeleen/register_unexposed...
David Snopek
2023-09-11
1
-2
/
+11
|
\
\
|
*
|
Implement register unexposed class.
Daylily-Zeleen
2023-09-04
1
-2
/
+11
*
|
|
Merge pull request #1214 from dsnopek/ptrtoarg-native-struct
David Snopek
2023-09-08
1
-0
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Ensure that PtrToArg specializations for native structs are used
David Snopek
2023-08-15
1
-0
/
+2
|
|
/
*
/
Fix `Object::notification` order
Markus Sauermann
2023-08-30
1
-3
/
+3
|
/
*
Merge pull request #1184 from Zylann/fix_get_property_list_calling_parent
David Snopek
2023-07-26
1
-1
/
+1
|
\
|
*
Don't call parent _get_property_list when a class doesn't define it.
Marc Gilleron
2023-07-26
1
-1
/
+1
*
|
Add support for indexed properties
Mikael Hermansson
2023-07-26
2
-9
/
+1
|
/
*
Unregister custom classes in reverse registration order
Kehom
2023-06-19
1
-0
/
+3
[next]