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
/
src
/
classes
/
wrapped.cpp
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
-4
/
+4
*
Avoid `thread_local` on MacOS to prevent issues with hot reload
David Snopek
2024-10-17
1
-3
/
+12
*
Correctly set instance bindings on reload
David Snopek
2024-09-17
1
-18
/
+11
*
Remind developers about `memnew()` in crash message when missing binding call...
David Snopek
2024-06-27
1
-2
/
+1
*
Set instance and instance binding in Wrapped constructor.
Daylily-Zeleen
2024-05-28
1
-7
/
+18
*
Fix NOTIFICATION_POSTINITIALIZE sent twice to native parent class
David Snopek
2024-04-24
1
-4
/
+1
*
Send NOTIFICATION_POSTINITIALIZE to extension classes
David Snopek
2023-11-29
1
-0
/
+6
*
Automatically register only engine classes whose header has been included
David Snopek
2023-10-16
1
-0
/
+25
*
Changes necessary for hot reload to work
David Snopek
2023-09-25
1
-0
/
+19
*
Don't call parent _get_property_list when a class doesn't define it.
Marc Gilleron
2023-07-26
1
-0
/
+29
*
Update to load function pointers for GDExtension interface
David Snopek
2023-05-09
1
-3
/
+3
*
Sync license copyright with upstream GH-70885
Rémi Verschelde
2023-01-10
1
-29
/
+29
*
Rename GDNative to GDExtension
Gilles Roudière
2022-12-12
1
-3
/
+3
*
Fix const qualifier for parameters in GDExtension api functions
Emmanuel Leblond
2022-12-03
1
-6
/
+2
*
Use StringName in the whole GDExtension API instead of const char *
Emmanuel Leblond
2022-11-08
1
-4
/
+8
*
Uses `StringName` in GDExtension perf critical instance creation & method/pro...
Emmanuel Leblond
2022-11-08
1
-5
/
+5
*
Update copyright year
Rémi Verschelde
2022-03-15
1
-2
/
+2
*
Fix object_set_instance being wrongly called for built-in wrapped classes
Gilles Roudière
2021-12-06
1
-1
/
+8
*
Make extension instances create the corresponding godot object in their const...
Gilles Roudière
2021-12-03
1
-0
/
+56