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
/
core
/
binder_common.hpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rebrand preambles to Redot
Spartan322
2024-10-31
1
-2
/
+4
*
Enforce template syntax `typename` over `class`
Thaddeus Crews
2024-03-10
1
-41
/
+41
*
Fix expected argument count for call errors
A Thousand Ships
2023-12-30
1
-22
/
+22
*
Implement `callable_mp()` and `callable_mp_static()`
David Snopek
2023-09-21
1
-0
/
+90
*
Update to load function pointers for GDExtension interface
David Snopek
2023-05-09
1
-3
/
+3
*
Fixed variant casting for enum and bitfield
Дмитрий Сальников
2023-01-20
1
-38
/
+38
*
Added property info for ptr and ref + ported the implementation of the `check...
Дмитрий Сальников
2023-01-13
1
-1
/
+7
*
Sync license copyright with upstream GH-70885
Rémi Verschelde
2023-01-10
1
-29
/
+29
*
Allow method binds to take Object subclasses as arguments
Fabio Alessandrelli
2023-01-10
1
-3
/
+18
*
Extension header: amend const correctness of `p_args` parameters
Jan Haller
2022-12-14
1
-18
/
+18
*
Rename godot-headers to gdextension, move header to top folder
Rémi Verschelde
2022-12-14
1
-1
/
+1
*
Rename GDNative to GDExtension
Gilles Roudière
2022-12-12
1
-62
/
+62
*
Fix const qualifier for parameters in GDExtension api functions
Emmanuel Leblond
2022-12-03
1
-56
/
+56
*
Use StringName in the whole GDExtension API instead of const char *
Emmanuel Leblond
2022-11-08
1
-2
/
+2
*
Run scripts to format and make headers consistent
Aaron Franke
2022-10-09
1
-3
/
+3
*
Bind enums in built-in types and expose bindings for global constants
Mikael Hermansson
2022-10-06
1
-0
/
+3
*
Add support for BitField hint, sync API files.
bruvzg
2022-07-11
1
-0
/
+21
*
Cast `Variant::Type` to `GDNativeVariantType`
Teodor Potancok
2022-05-17
1
-4
/
+4
*
[Method Bind] Add support for default argument values and static method bindi...
bruvzg
2022-05-06
1
-0
/
+112
*
Update copyright year
Rémi Verschelde
2022-03-15
1
-2
/
+2
*
Fixing compiler warnings around implicit type casting loosing precision
Bastiaan Olij
2021-11-22
1
-12
/
+12
*
Rename interface to gdn_interface because it's a defined keyword under windows
Bastiaan Olij
2021-10-28
1
-3
/
+3
*
Auto-bind virtual method overrides
George Marques
2021-09-27
1
-2
/
+2
*
Fix issues with method calls
George Marques
2021-09-27
1
-4
/
+4
*
Replace bindgins to work with extensions
George Marques
2021-09-27
1
-0
/
+449