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
*
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
|
\
\
|
|
/
|
/
|
|
*
Fix variant call compiler error
Matthew Murphy
2023-09-09
3
-0
/
+16
*
|
Support `_validate_property()`
David Snopek
2023-09-12
3
-0
/
+13
|
/
*
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
4
-1
/
+100
*
Implement `String::resize()`
David Snopek
2023-07-31
3
-0
/
+15
*
Merge pull request #1150 from dsnopek/charstring-full
David Snopek
2023-07-22
3
-0
/
+10
|
\
|
*
Attempt to fully implement CharString
David Snopek
2023-06-22
3
-0
/
+10
*
|
Add RPC tests.
Fabio Alessandrelli
2023-06-30
3
-0
/
+39
|
/
*
Merge pull request #1128 from Mathis-Z/master
Rémi Verschelde
2023-06-08
3
-0
/
+9
|
\
|
*
Fixing #1127 by making return types of auto-generated functions dynamic
Mathis-Z
2023-06-08
3
-0
/
+9
*
|
Revert the changes from PR #1044 and #1045 and standardize on `Object **` enc...
David Snopek
2023-06-07
5
-45
/
+63
|
/
*
Add automated tests that run a GDExtension (rather than just building it)
David Snopek
2023-05-17
16
-120
/
+242
*
Update to load function pointers for GDExtension interface
David Snopek
2023-05-09
2
-2
/
+3
*
Merge pull request #1028 from asmaloney/fix-improper-conversion
Rémi Verschelde
2023-02-07
1
-1
/
+1
|
\
|
*
Fix improper implicit conversion
Andy Maloney
2023-02-02
1
-1
/
+1
*
|
ExampleRef::get_id() should be const
Andy Maloney
2023-02-02
2
-2
/
+2
|
/
*
Merge pull request #1013 from bruvzg/set_typed_move
Rémi Verschelde
2023-01-30
1
-3
/
+0
|
\
|
*
Move Array:set_typed to internal GDExtension structure.
bruvzg
2023-01-30
1
-3
/
+0
*
|
Fixed variant casting for enum and bitfield
Дмитрий Сальников
2023-01-20
3
-1
/
+31
|
/
*
Expose some low level functions and String operators.
bruvzg
2023-01-19
3
-0
/
+35
*
Fix spelling in demo script
Andy Maloney
2023-01-10
1
-1
/
+1
*
Sync license copyright with upstream GH-70885
Rémi Verschelde
2023-01-10
1
-29
/
+4
*
Allow method binds to take Object subclasses as arguments
Fabio Alessandrelli
2023-01-10
3
-0
/
+8
*
Rename godot-headers to gdextension, move header to top folder
Rémi Verschelde
2022-12-14
2
-4
/
+4
*
Merge pull request #949 from BastiaanOlij/fix_tests_refcounting
Rémi Verschelde
2022-12-13
4
-8
/
+46
|
\
[next]