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
*
Rebrand preambles to Redot
Spartan322
2024-10-31
3
-6
/
+12
*
Update for new NOTIFICATION_POSTINITIALIZE handling
David Snopek
2024-10-29
1
-6
/
+0
*
Merge pull request #1594 from dsnopek/macos-thread-local
David Snopek
2024-10-29
1
-3
/
+18
|
\
|
*
Avoid `thread_local` on MacOS to prevent issues with hot reload
David Snopek
2024-10-17
1
-3
/
+18
*
|
Merge pull request #1574 from dsnopek/unicode-class-names
David Snopek
2024-10-29
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Allow unicode class names
David Snopek
2024-09-18
1
-1
/
+1
*
|
Correctly set instance bindings on reload
David Snopek
2024-09-17
1
-9
/
+4
|
/
*
removes warnings generated by GDCLASS usage
Klaim (Joël Lamotte)
2024-08-08
1
-6
/
+6
*
Make sure `_get` and `_set` dispatch up the class hierarchy
Chris Cranford
2024-08-01
1
-4
/
+8
*
Merge pull request #1446 from Daylily-Zeleen/daylily-zeleen/set_instance_and_...
David Snopek
2024-06-14
1
-13
/
+29
|
\
|
*
Set instance and instance binding in Wrapped constructor.
Daylily-Zeleen
2024-05-28
1
-13
/
+29
*
|
Fix undefined symbol error on Linux with virtual methods that take `Node *` a...
David Snopek
2024-06-10
1
-4
/
+4
|
/
*
Merge pull request #1447 from dsnopek/avoid-double-postinitialize
David Snopek
2024-05-17
1
-0
/
+6
|
\
|
*
Fix NOTIFICATION_POSTINITIALIZE sent twice to native parent class
David Snopek
2024-04-24
1
-0
/
+6
*
|
Merge pull request #1463 from Daylily-Zeleen/daylily-zeleen/const_get_class_s...
David Snopek
2024-05-17
1
-8
/
+8
|
\
\
|
*
|
mark return value of `get_class_static` and `get_parent_class_static` as const
Daylily-Zeleen
2024-05-17
1
-8
/
+8
|
|
/
*
|
Merge pull request #1450 from dsnopek/free-property-list-count
David Snopek
2024-05-08
1
-3
/
+2
|
\
\
|
*
|
Update `free_property_list` callback to take count
David Snopek
2024-04-30
1
-3
/
+2
|
|
/
*
/
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
[next]