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
*
Give compile-time error if registering a class without its own `_bind_methods...
David Snopek
2024-04-24
1
-0
/
+5
*
Enforce template syntax `typename` over `class`
Thaddeus Crews
2024-03-10
3
-14
/
+14
*
Fix _notification with parent and child classes
David Snopek
2024-02-22
1
-2
/
+7
*
Allow GDExtensions to register virtual methods and call them on scripts
David Snopek
2024-02-12
1
-0
/
+31
*
Rework GDCLASS macro to allow pure virtual functions
Chris Cranford
2024-01-18
1
-28
/
+1
*
[iOS] Fix building as static library or xcframework, add iOS config and xcfra...
bruvzg
2023-11-09
1
-1
/
+1
*
GDCLASS synced by ending with "private:"
Thaddeus Crews
2023-11-01
1
-97
/
+101
*
Add protections against registering classes that didn't use GDCLASS()
David Snopek
2023-10-22
1
-0
/
+19
*
Automatically register only engine classes whose header has been included
David Snopek
2023-10-16
2
-0
/
+79
*
Changes necessary for hot reload to work
David Snopek
2023-09-25
1
-0
/
+24
*
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
-3
/
+6
|
\
\
|
|
/
|
/
|
|
*
Add static methods to `ClassDB` for the methods bound to the `ClassDB` singleton
David Snopek
2023-07-31
1
-3
/
+6
*
|
Support `_validate_property()`
David Snopek
2023-09-12
1
-0
/
+25
*
|
Ensure `const` correctness for wrappers
A Thousand Ships
2023-09-06
1
-9
/
+9
*
|
GDExtension: fix `bool` unknown in C
Jan Haller
2023-09-02
1
-2
/
+2
*
|
Fix `Object::notification` order
Markus Sauermann
2023-08-30
1
-3
/
+3
|
/
*
Don't call parent _get_property_list when a class doesn't define it.
Marc Gilleron
2023-07-26
1
-29
/
+28
*
Identifiers containing double underscore are reserved according to the C++ st...
Andy Maloney
2023-06-15
2
-82
/
+82
*
Revert the changes from PR #1044 and #1045 and standardize on `Object **` enc...
David Snopek
2023-06-07
1
-3
/
+4
*
Merge pull request #1116 from saki7/Ref-allow-non-const-access
David Snopek
2023-05-24
1
-14
/
+3
|
\
|
*
Change Ref<T> to allow non const access to ptr
Nana Sakisaka
2023-05-17
1
-14
/
+3
*
|
Ensure GDExtension class is the correct type for the Godot engine class
David Snopek
2023-05-16
1
-6
/
+2
|
/
*
Update to load function pointers for GDExtension interface
David Snopek
2023-05-09
1
-3
/
+3
*
Fix PtrToArg<Ref<T>> crash
Zhehang Ding
2023-02-15
1
-6
/
+9
*
Merge pull request #965 from WildRackoon/fix-GDCLASS-fwddeclaration
Rémi Verschelde
2023-01-19
1
-0
/
+2
|
\
|
*
Fix GDCLASS needs explicit ClassDB fwd declaration
Rackoon
2022-12-16
1
-0
/
+2
*
|
"Wrapped" has virtual functions so it should have a virtual destructor.
Andy Maloney
2023-01-19
1
-0
/
+1
*
|
Added property info for ptr and ref + ported the implementation of the `check...
Дмитрий Сальников
2023-01-13
1
-2
/
+2
*
|
Sync license copyright with upstream GH-70885
Rémi Verschelde
2023-01-10
2
-58
/
+58
*
|
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
[next]