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
/
classes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix virtual GDExtension method Ref<T> conversion
Bastiaan Olij
2022-12-13
1
-2
/
+13
*
Rename GDNative to GDExtension
Gilles Roudière
2022-12-12
2
-101
/
+101
*
Fix const qualifier for parameters in GDExtension api functions
Emmanuel Leblond
2022-12-03
2
-12
/
+12
*
Fix lifetime of StringName objects returned by Wrapped::_get_property_list
Emmanuel Leblond
2022-11-29
1
-206
/
+207
*
Basic static analysis fixes
Andy Maloney
2022-11-18
1
-6
/
+6
*
Fix broken namespace isolation in GDCLASS macro
Emmanuel Leblond
2022-11-11
1
-12
/
+12
*
StringName is working fine with demo \o/
Emmanuel Leblond
2022-11-08
1
-5
/
+5
*
Correct GDNativeExtensionScriptInstanceToString
Emmanuel Leblond
2022-11-08
1
-3
/
+4
*
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
2
-15
/
+10
*
Uses `StringName` in GDExtension perf critical instance creation & method/pro...
Emmanuel Leblond
2022-11-08
1
-12
/
+16
*
Type `GDNativePropertyInfo.type` field as `GDNativeVariantType`
Emmanuel Leblond
2022-10-13
1
-1
/
+1
*
Run scripts to format and make headers consistent
Aaron Franke
2022-10-09
2
-6
/
+6
*
Fix deriving a custom class with virtual methods
Marc Gilleron
2022-09-21
1
-3
/
+3
*
Merge pull request #844 from Zylann/fix_get_const
Rémi Verschelde
2022-09-16
1
-6
/
+6
|
\
|
*
Fix issues with `_get` and `_get_property_list`
Marc Gilleron
2022-09-15
1
-6
/
+6
*
|
Change PropertyInfo members to String.
bruvzg
2022-09-14
2
-9
/
+9
|
/
*
Ensure GDCLASS can be used outside the godot namespace.
Fabio Alessandrelli
2022-09-01
1
-21
/
+21
*
Add support for `_notification`, `_set`, `_get`, `_get_property_list`, `_prop...
bruvzg
2022-08-22
1
-62
/
+263
*
Allow GDCLASS in own namespaces
Kevin Smith
2022-07-31
1
-1
/
+1
*
Fix "_instance_bindings != nullptr" for Wrapped objects.
Fabio Alessandrelli
2022-07-29
1
-1
/
+4
*
Merge pull request #677 from lukas-toenne/fix_object_ptr_args
Fabio Alessandrelli
2022-07-29
1
-2
/
+2
|
\
|
*
Fix for pointer indirection in the Ref<T> template.
Lukas Tönne
2022-01-07
1
-2
/
+2
*
|
Update copyright year
Rémi Verschelde
2022-03-15
2
-4
/
+4
*
|
Fix GDCLASS when inherited class is in another namespace
Marc Gilleron
2022-02-20
1
-2
/
+6
*
|
Fix object_set_instance being wrongly called for built-in wrapped classes
Gilles Roudière
2021-12-06
1
-19
/
+2
|
/
*
Make extension instances create the corresponding godot object in their const...
Gilles Roudière
2021-12-03
1
-151
/
+128
*
Rename interface to gdn_interface because it's a defined keyword under windows
Bastiaan Olij
2021-10-28
2
-119
/
+119
*
Add Ref<T> binding support.
Fabio Alessandrelli
2021-09-28
1
-0
/
+43
*
Implement Ref copy constructor
Bastiaan Olij
2021-09-27
1
-20
/
+39
*
Fix creation (and godot-side deletion) of extended objects.
Fabio Alessandrelli
2021-09-27
1
-9
/
+12
*
Change constructor/destructor management of extension classes
George Marques
2021-09-27
2
-111
/
+154
*
Auto-bind virtual method overrides
George Marques
2021-09-27
1
-0
/
+6
*
Replace bindgins to work with extensions
George Marques
2021-09-27
2
-0
/
+389