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
/
test
/
project
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rebrand godot-cpp to redot-cpp
Spartan322
2024-10-31
1
-2
/
+2
*
Add a test to ensure that library path is absolute
David Snopek
2024-09-03
1
-0
/
+6
*
Integrate `.pre-commit-config.yaml`
Thaddeus Crews
2024-06-24
1
-2
/
+2
*
Merge pull request #1446 from Daylily-Zeleen/daylily-zeleen/set_instance_and_...
David Snopek
2024-06-14
1
-0
/
+3
|
\
|
*
Set instance and instance binding in Wrapped constructor.
Daylily-Zeleen
2024-05-28
1
-0
/
+3
*
|
Fix tests after upstream change to `Node::to_string()`
David Snopek
2024-06-12
1
-1
/
+1
|
/
*
Merge pull request #1451 from Faless/build/to_threads_or_not_to_threads
David Snopek
2024-05-16
1
-2
/
+4
|
\
|
*
[SCons] Add option to build without threads
Fabio Alessandrelli
2024-04-30
1
-2
/
+4
*
|
Clean up instance bindings for engine singletons to prevent crash
David Snopek
2024-05-10
1
-0
/
+3
*
|
Allow submitting documentation to the Godot editor
David Snopek
2024-05-07
1
-1
/
+1
|
/
*
Merge pull request #1405 from dsnopek/fix-null-object-arguments
David Snopek
2024-04-29
1
-0
/
+4
|
\
|
*
Correctly handle `Object *` arguments that were encoded as `nullptr`
David Snopek
2024-04-08
1
-0
/
+4
*
|
Add support for getting argument count from `Callable`s
A Thousand Ships
2024-03-14
1
-0
/
+6
*
|
Merge pull request #1399 from bruvzg/init_list
David Snopek
2024-03-12
1
-0
/
+1
|
\
\
|
*
|
[Packed*Array] Add support for initializer lists.
bruvzg
2024-03-03
1
-0
/
+1
|
|
/
*
/
Fix _notification with parent and child classes
David Snopek
2024-02-22
2
-0
/
+10
|
/
*
Allow GDExtensions to register virtual methods and call them on scripts
David Snopek
2024-02-12
3
-1
/
+12
*
Send NOTIFICATION_POSTINITIALIZE to extension classes
David Snopek
2023-11-29
1
-0
/
+5
*
Fix comparison of `Callable`s from callable_mp() of the same method
David Snopek
2023-11-17
1
-0
/
+21
*
Merge pull request #1280 from dsnopek/callable-custom
David Snopek
2023-11-17
1
-0
/
+10
|
\
|
*
Add `CallableCustom` that devs can use in their GDExtensions
David Snopek
2023-11-06
1
-0
/
+10
*
|
[iOS] Fix building as static library or xcframework, add iOS config and xcfra...
bruvzg
2023-11-09
4
-0
/
+17
|
/
*
Merge pull request #1277 from dsnopek/variant-iter-tests
Rémi Verschelde
2023-10-24
1
-0
/
+4
|
\
|
*
Add an automated test using a Variant iterator
David Snopek
2023-10-20
1
-0
/
+4
*
|
Add test for `Callable.bind()`
David Snopek
2023-10-21
1
-0
/
+3
|
/
*
[SCons] Rename javascript tool to web
Fabio Alessandrelli
2023-10-15
1
-2
/
+2
*
Merge pull request #1247 from nicholas-maltbie/nickmaltbie/javascript-wasm-fix
David Snopek
2023-10-04
1
-0
/
+2
|
\
|
*
Added fix for javascript build for godot 4.x
Nick Maltbie
2023-10-01
1
-0
/
+2
*
|
Implement `callable_mp()` and `callable_mp_static()`
David Snopek
2023-09-21
1
-0
/
+22
*
|
Merge pull request #1238 from dsnopek/variant-call-callp
David Snopek
2023-09-21
1
-0
/
+7
|
\
\
|
|
/
|
/
|
|
*
Fix variant call compiler error
Matthew Murphy
2023-09-09
1
-0
/
+7
*
|
Support `_validate_property()`
David Snopek
2023-09-12
1
-0
/
+4
|
/
*
Fix formatting of `compatibility_minimum` examples
A Thousand Ships
2023-08-31
1
-1
/
+1
*
Add automated tests to verify some previous fixes
David Snopek
2023-08-14
2
-1
/
+44
*
Implement `String::resize()`
David Snopek
2023-07-31
1
-0
/
+3
*
Merge pull request #1150 from dsnopek/charstring-full
David Snopek
2023-07-22
1
-0
/
+4
|
\
|
*
Attempt to fully implement CharString
David Snopek
2023-06-22
1
-0
/
+4
*
|
Add RPC tests.
Fabio Alessandrelli
2023-06-30
1
-0
/
+7
|
/
*
Merge pull request #1128 from Mathis-Z/master
Rémi Verschelde
2023-06-08
1
-0
/
+3
|
\
|
*
Fixing #1127 by making return types of auto-generated functions dynamic
Mathis-Z
2023-06-08
1
-0
/
+3
*
|
Revert the changes from PR #1044 and #1045 and standardize on `Object **` enc...
David Snopek
2023-06-07
3
-45
/
+54
|
/
*
Add automated tests that run a GDExtension (rather than just building it)
David Snopek
2023-05-17
10
-0
/
+326