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
/
core
/
class_db.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow GDExtensions to register virtual methods and call them on scripts
David Snopek
2024-02-12
1
-0
/
+41
*
Fixes crash in ClassDB::deinitialize due to usage of invalid iterator.
Joël Lamotte (Klaim)
2023-10-05
1
-3
/
+12
*
Changes necessary for hot reload to work
David Snopek
2023-09-25
1
-0
/
+3
*
Merge pull request #1165 from dsnopek/missing-classes
David Snopek
2023-09-21
1
-1
/
+12
|
\
|
*
Handle missing instance binding callbacks by finding the closest parent
David Snopek
2023-09-19
1
-1
/
+12
*
|
Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-13
1
-2
/
+2
|
/
*
Add support for indexed properties
Mikael Hermansson
2023-07-26
1
-9
/
+1
*
Unregister custom classes in reverse registration order
Kehom
2023-06-19
1
-3
/
+6
*
Ensure GDExtension class is the correct type for the Godot engine class
David Snopek
2023-05-16
1
-0
/
+7
*
Update to load function pointers for GDExtension interface
David Snopek
2023-05-09
1
-7
/
+7
*
Fix sign comparison warnings in class_db.cpp
Andy Maloney
2023-01-19
1
-4
/
+4
*
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
-51
/
+51
*
Fix const qualifier for parameters in GDExtension api functions
Emmanuel Leblond
2022-12-03
1
-5
/
+5
*
Fixup after 243ec87918
Rémi Verschelde
2022-11-16
1
-1
/
+1
*
StringName is working fine with demo \o/
Emmanuel Leblond
2022-11-08
1
-6
/
+6
*
Use StringName in the whole GDExtension API instead of const char *
Emmanuel Leblond
2022-11-08
1
-60
/
+72
*
Type `GDNativePropertyInfo.type` field as `GDNativeVariantType`
Emmanuel Leblond
2022-10-13
1
-2
/
+2
*
Merge pull request #876 from Daylily-Zeleen/Daylily-Zeleen/master
Rémi Verschelde
2022-10-07
1
-22
/
+22
|
\
|
*
Add detail infos for binding error message.
daylilyzeleen
2022-09-30
1
-22
/
+22
*
|
Fix deriving a custom class with virtual methods
Marc Gilleron
2022-09-21
1
-5
/
+14
|
/
*
Change PropertyInfo members to String.
bruvzg
2022-09-14
1
-11
/
+21
*
Add support for BitField hint, sync API files.
bruvzg
2022-07-11
1
-2
/
+2
*
[Method Bind] Add support for default argument values and static method bindi...
bruvzg
2022-05-06
1
-14
/
+32
*
Update copyright year
Rémi Verschelde
2022-03-15
1
-2
/
+2
*
Rename interface to gdn_interface because it's a defined keyword under windows
Bastiaan Olij
2021-10-28
1
-7
/
+7
*
Fully register class on register_class call
Bastiaan Olij
2021-09-27
1
-103
/
+77
*
Add support for property groups
Bastiaan Olij
2021-09-27
1
-2
/
+24
*
Change initialization to allow custom level callbacks
George Marques
2021-09-27
1
-0
/
+1
*
Replace bindgins to work with extensions
George Marques
2021-09-27
1
-0
/
+312