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
/
godot.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix const qualifier for parameters in GDExtension api functions
Emmanuel Leblond
2022-12-03
1
-1
/
+1
*
Fix use-after-free when deleting objects from extension terminator
Mikael Hermansson
2022-10-11
1
-1
/
+2
*
Change registered initializers / terminators to the single function with leve...
bruvzg
2022-05-04
1
-48
/
+15
*
Update copyright year
Rémi Verschelde
2022-03-15
1
-2
/
+2
*
Reorder native extension initialization steps
Gilles Roudière
2022-02-28
1
-8
/
+8
*
Make extension instances create the corresponding godot object in their const...
Gilles Roudière
2021-12-03
1
-11
/
+0
*
Rename interface to gdn_interface because it's a defined keyword under windows
Bastiaan Olij
2021-10-28
1
-3
/
+3
*
Add in driver types and rejig code to make it easier to extend
Bastiaan Olij
2021-09-27
1
-68
/
+32
*
Change initialization to allow custom level callbacks
George Marques
2021-09-27
1
-4
/
+106
*
Set initialization level to CORE
George Marques
2021-09-27
1
-0
/
+1
*
Define the {de,}initialization functions in the bindings
George Marques
2021-09-27
1
-0
/
+11
*
Replace bindgins to work with extensions
George Marques
2021-09-27
1
-0
/
+82