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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix README documentation issues
Spartan322
2024-11-01
1
-1
/
+1
*
Rebrand godot-cpp to redot-cpp
Spartan322
2024-10-31
5
-8
/
+8
*
Merge pull request #1591 from dsnopek/variant-object-instance-id
David Snopek
2024-10-29
3
-0
/
+12
|
\
|
*
Directly get object instance ID from `Variant` and implement `Variant::get_va...
David Snopek
2024-10-17
3
-0
/
+12
*
|
Merge pull request #1574 from dsnopek/unicode-class-names
David Snopek
2024-10-29
5
-0
/
+24
|
\
\
|
*
|
Allow unicode class names
David Snopek
2024-09-18
5
-0
/
+24
|
|
/
*
|
SCons: Don't cache librarys
Thaddeus Crews
2024-09-30
1
-0
/
+1
*
|
Implement typed dictionaries
Thaddeus Crews
2024-09-17
3
-2
/
+26
|
/
*
Merge pull request #1520 from dsnopek/test-library-path-absolute
David Snopek
2024-08-27
3
-0
/
+16
|
\
|
*
Add a test to ensure that library path is absolute
David Snopek
2024-08-22
3
-0
/
+16
*
|
Fix missing MAKE_TYPED_ARRAY_INFO for Packed*Arrays
Aaron Franke
2024-08-22
2
-0
/
+15
|
/
*
Merge pull request #1505 from Repiteo/include-formatting
David Snopek
2024-06-25
1
-18
/
+19
|
\
|
*
Fix `#include` formatting
Thaddeus Crews
2024-06-25
1
-18
/
+19
*
|
Integrate `.pre-commit-config.yaml`
Thaddeus Crews
2024-06-24
4
-10
/
+8
|
/
*
Add support for build profiles.
Fabio Alessandrelli
2024-06-15
1
-0
/
+9
*
Merge pull request #1446 from Daylily-Zeleen/daylily-zeleen/set_instance_and_...
David Snopek
2024-06-14
3
-1
/
+25
|
\
|
*
Set instance and instance binding in Wrapped constructor.
Daylily-Zeleen
2024-05-28
3
-1
/
+25
*
|
Fix tests after upstream change to `Node::to_string()`
David Snopek
2024-06-12
1
-1
/
+1
*
|
Fix undefined symbol error on Linux with virtual methods that take `Node *` a...
David Snopek
2024-06-10
2
-0
/
+2
|
/
*
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
3
-0
/
+12
*
|
Allow submitting documentation to the Godot editor
David Snopek
2024-05-07
3
-1
/
+30
|
/
*
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
*
|
Use `GDREGISTER` defines in example
Thaddeus Crews
2024-04-10
1
-9
/
+9
*
|
Change cmake_minimum_required to match actual requirements
ytnuf
2024-03-22
1
-1
/
+1
*
|
Add support for getting argument count from `Callable`s
A Thousand Ships
2024-03-14
2
-0
/
+11
*
|
Merge pull request #1399 from bruvzg/init_list
David Snopek
2024-03-12
3
-0
/
+12
|
\
\
|
*
|
[Packed*Array] Add support for initializer lists.
bruvzg
2024-03-03
3
-0
/
+12
|
|
/
*
/
Fix _notification with parent and child classes
David Snopek
2024-02-22
5
-0
/
+55
|
/
*
Allow registering "runtime classes"
David Snopek
2024-02-13
3
-0
/
+37
*
Allow GDExtensions to register virtual methods and call them on scripts
David Snopek
2024-02-12
5
-1
/
+27
*
Rework GDCLASS macro to allow pure virtual functions
Chris Cranford
2024-01-18
2
-3
/
+15
*
CMake: Remove hardcoded warnings list and forcing -Werror on library builds
Rémi Verschelde
2023-12-01
1
-22
/
+0
*
Send NOTIFICATION_POSTINITIALIZE to extension classes
David Snopek
2023-11-29
3
-0
/
+27
*
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
3
-0
/
+56
|
\
|
*
Add `CallableCustom` that devs can use in their GDExtensions
David Snopek
2023-11-06
3
-0
/
+56
*
|
[iOS] Fix building as static library or xcframework, add iOS config and xcfra...
bruvzg
2023-11-09
6
-0
/
+35
|
/
*
Merge pull request #1277 from dsnopek/variant-iter-tests
Rémi Verschelde
2023-10-24
3
-0
/
+43
|
\
|
*
Add an automated test using a Variant iterator
David Snopek
2023-10-20
3
-0
/
+43
*
|
Merge pull request #1278 from dsnopek/gdextension-callable-bind-test
David Snopek
2023-10-22
3
-0
/
+11
|
\
\
|
*
|
Add test for `Callable.bind()`
David Snopek
2023-10-21
3
-0
/
+11
|
|
/
*
/
SCons: Disable C++ exception handling by default
Rémi Verschelde
2023-10-22
1
-1
/
+16
|
/
*
[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
3
-0
/
+98
*
|
Merge pull request #1238 from dsnopek/variant-call-callp
David Snopek
2023-09-21
3
-0
/
+16
|
\
\
|
|
/
|
/
|
[next]