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
/
src
/
example.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add RPC tests.
Fabio Alessandrelli
2023-06-30
1
-0
/
+6
*
Merge pull request #1128 from Mathis-Z/master
Rémi Verschelde
2023-06-08
1
-0
/
+1
|
\
|
*
Fixing #1127 by making return types of auto-generated functions dynamic
Mathis-Z
2023-06-08
1
-0
/
+1
*
|
Revert the changes from PR #1044 and #1045 and standardize on `Object **` enc...
David Snopek
2023-06-07
1
-0
/
+2
|
/
*
Add automated tests that run a GDExtension (rather than just building it)
David Snopek
2023-05-17
1
-1
/
+8
*
ExampleRef::get_id() should be const
Andy Maloney
2023-02-02
1
-1
/
+1
*
Fixed variant casting for enum and bitfield
Дмитрий Сальников
2023-01-20
1
-1
/
+14
*
Expose some low level functions and String operators.
bruvzg
2023-01-19
1
-0
/
+2
*
Allow method binds to take Object subclasses as arguments
Fabio Alessandrelli
2023-01-10
1
-0
/
+1
*
Merge pull request #949 from BastiaanOlij/fix_tests_refcounting
Rémi Verschelde
2022-12-13
1
-1
/
+10
|
\
|
*
Change example code to properly represent test cases with refcounted objects
Bastiaan Olij
2022-12-05
1
-1
/
+10
*
|
Rename GDNative to GDExtension
Gilles Roudière
2022-12-12
1
-3
/
+3
|
/
*
Add support for virtual and abstract classes
Ricardo Buring
2022-10-15
1
-0
/
+14
*
Implement support for typed arrays.
bruvzg
2022-09-23
1
-0
/
+2
*
Change PropertyInfo members to String.
bruvzg
2022-09-14
1
-0
/
+1
*
Merge pull request #817 from akien-mga/test-project-public-domain
Rémi Verschelde
2022-09-07
1
-32
/
+9
|
\
|
*
Relicense integration testing project under public domain/Unlicense
Rémi Verschelde
2022-08-22
1
-32
/
+9
*
|
Add support for `_notification`, `_set`, `_get`, `_get_property_list`, `_prop...
bruvzg
2022-08-22
1
-0
/
+17
|
/
*
Add bindings for Vector4, Vector4i, Projection built-in types.
bruvzg
2022-07-21
1
-0
/
+1
*
[Method Bind] Add support for default argument values and static method bindi...
bruvzg
2022-05-06
1
-0
/
+5
*
Add support for variadic method binds with the typed return. Sync headers.
bruvzg
2022-03-30
1
-0
/
+2
*
Update copyright year
Rémi Verschelde
2022-03-15
1
-2
/
+2
*
Implementing dictionary operators
Bastiaan Olij
2021-11-23
1
-0
/
+2
*
Implement index operators for Arrays
Bastiaan Olij
2021-11-12
1
-0
/
+4
*
Rename interface to gdn_interface because it's a defined keyword under windows
Bastiaan Olij
2021-10-28
1
-0
/
+6
*
Add test for Reference passing/returning.
Fabio Alessandrelli
2021-09-28
1
-0
/
+1
*
Add test for extended object creation/deletion.
Fabio Alessandrelli
2021-09-27
1
-0
/
+12
*
Fix formatting of files
George Marques
2021-09-27
1
-0
/
+30
*
Auto-bind virtual method overrides
George Marques
2021-09-27
1
-4
/
+4
*
Add sample test project
George Marques
2021-09-27
1
-0
/
+50