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
/
class_db.hpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rebrand preambles to Redot
Spartan322
2024-10-31
1
-2
/
+4
*
Update for new NOTIFICATION_POSTINITIALIZE handling
David Snopek
2024-10-29
1
-5
/
+8
*
Avoid `thread_local` on MacOS to prevent issues with hot reload
David Snopek
2024-10-17
1
-0
/
+3
*
Correctly set instance bindings on reload
David Snopek
2024-09-17
1
-2
/
+1
*
Explicitly refer to `godot` namespace in `GDREGISTER_*_CLASS()` macros
David Snopek
2024-06-01
1
-5
/
+5
*
Clean up instance bindings for engine singletons to prevent crash
David Snopek
2024-05-10
1
-0
/
+18
*
Merge pull request #1450 from dsnopek/free-property-list-count
David Snopek
2024-05-08
1
-1
/
+1
|
\
|
*
Update `free_property_list` callback to take count
David Snopek
2024-04-30
1
-1
/
+1
*
|
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
*
|
|
Give compile-time error if registering a class without its own `_bind_methods...
David Snopek
2024-04-24
1
-0
/
+1
|
|
/
|
/
|
*
|
Add static_assert() for register_class
pupil1337
2024-04-11
1
-0
/
+1
|
/
*
Merge pull request #1409 from Repiteo/class-to-typename
David Snopek
2024-04-02
1
-18
/
+18
|
\
|
*
Enforce template syntax `typename` over `class`
Thaddeus Crews
2024-03-10
1
-18
/
+18
*
|
Fix explicit namespaces in macros
Marc Gilleron
2024-03-08
1
-4
/
+4
|
/
*
Allow registering "runtime classes"
David Snopek
2024-02-13
1
-4
/
+13
*
Allow GDExtensions to register virtual methods and call them on scripts
David Snopek
2024-02-12
1
-0
/
+3
*
Rework GDCLASS macro to allow pure virtual functions
Chris Cranford
2024-01-18
1
-2
/
+29
*
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
1
-0
/
+4
*
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
1
-1
/
+1
|
\
|
*
Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-13
1
-1
/
+1
*
|
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
1
-0
/
+1
*
|
Implement register unexposed class.
Daylily-Zeleen
2023-09-04
1
-2
/
+11
*
|
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
1
-9
/
+0
|
/
*
Unregister custom classes in reverse registration order
Kehom
2023-06-19
1
-0
/
+3
*
Identifiers containing double underscore are reserved according to the C++ st...
Andy Maloney
2023-06-15
1
-11
/
+11
*
Ensure GDExtension class is the correct type for the Godot engine class
David Snopek
2023-05-16
1
-0
/
+11
*
Update to load function pointers for GDExtension interface
David Snopek
2023-05-09
1
-1
/
+1
*
Sync license copyright with upstream GH-70885
Rémi Verschelde
2023-01-10
1
-29
/
+29
*
Extension header: amend const correctness of `p_args` parameters
Jan Haller
2022-12-14
1
-6
/
+6
*
Rename godot-headers to gdextension, move header to top folder
Rémi Verschelde
2022-12-14
1
-1
/
+1
*
Rename GDNative to GDExtension
Gilles Roudière
2022-12-12
1
-33
/
+33
*
Fix const qualifier for parameters in GDExtension api functions
Emmanuel Leblond
2022-12-03
1
-7
/
+7
*
StringName is working fine with demo \o/
Emmanuel Leblond
2022-11-08
1
-2
/
+2
*
Remove now useless `_alloc_and_copy_cstr`
Emmanuel Leblond
2022-11-08
1
-7
/
+0
*
Use StringName in the whole GDExtension API instead of const char *
Emmanuel Leblond
2022-11-08
1
-34
/
+42
*
Add support for virtual and abstract classes
Ricardo Buring
2022-10-15
1
-3
/
+22
*
Run scripts to format and make headers consistent
Aaron Franke
2022-10-09
1
-3
/
+3
*
Merge pull request #876 from Daylily-Zeleen/Daylily-Zeleen/master
Rémi Verschelde
2022-10-07
1
-2
/
+2
|
\
|
*
Add detail infos for binding error message.
daylilyzeleen
2022-09-30
1
-2
/
+2
*
|
Fix deriving a custom class with virtual methods
Marc Gilleron
2022-09-21
1
-3
/
+7
|
/
[next]