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
/
method_bind.hpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rebrand preambles to Redot
Spartan322
2024-10-31
1
-2
/
+4
*
Fix argument metadata when binding methods
Yuri Sizov
2024-06-27
1
-1
/
+1
*
Allow submitting documentation to the Godot editor
David Snopek
2024-05-07
1
-0
/
+2
*
Enforce template syntax `typename` over `class`
Thaddeus Crews
2024-03-10
1
-21
/
+21
*
Identifiers containing double underscore are reserved according to the C++ st...
Andy Maloney
2023-06-15
1
-2
/
+2
*
Fix sign comparison warnings in method_bind.hpp
Andy Maloney
2023-01-19
1
-6
/
+8
*
Sync license copyright with upstream GH-70885
Rémi Verschelde
2023-01-10
1
-29
/
+29
*
Extension header: amend const correctness of `p_args` parameters
Jan Haller
2022-12-14
1
-19
/
+19
*
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
-56
/
+56
*
Fix const qualifier for parameters in GDExtension api functions
Emmanuel Leblond
2022-12-03
1
-19
/
+19
*
Basic static analysis fixes
Andy Maloney
2022-11-18
1
-1
/
+1
*
StringName is working fine with demo \o/
Emmanuel Leblond
2022-11-08
1
-1
/
+1
*
Remove now useless `_alloc_and_copy_cstr`
Emmanuel Leblond
2022-11-08
1
-7
/
+0
*
Use StringName in the whole GDExtension API instead of const char *
Emmanuel Leblond
2022-11-08
1
-55
/
+56
*
Type `GDNativePropertyInfo.type` field as `GDNativeVariantType`
Emmanuel Leblond
2022-10-13
1
-1
/
+1
*
Run scripts to format and make headers consistent
Aaron Franke
2022-10-09
1
-3
/
+3
*
Change PropertyInfo members to String.
bruvzg
2022-09-14
1
-14
/
+34
*
Add support for `_notification`, `_set`, `_get`, `_get_property_list`, `_prop...
bruvzg
2022-08-22
1
-3
/
+3
*
Fix crash when using static methods without return value
Alessandro Famà
2022-07-03
1
-1
/
+5
*
Cast `Variant::Type` to `GDNativeVariantType`
Teodor Potancok
2022-05-17
1
-3
/
+3
*
[Method Bind] Add support for default argument values and static method bindi...
bruvzg
2022-05-06
1
-5
/
+141
*
Add support for variadic method binds with the typed return. Sync headers.
bruvzg
2022-03-30
1
-34
/
+80
*
Update copyright year
Rémi Verschelde
2022-03-15
1
-2
/
+2
*
Fixed crash on release builds due to missing argument type information
Melissa Geels
2022-03-02
1
-8
/
+0
*
Fixing compiler warnings around implicit type casting loosing precision
Bastiaan Olij
2021-11-22
1
-9
/
+9
*
Change constructor/destructor management of extension classes
George Marques
2021-09-27
1
-1
/
+1
*
Auto-bind virtual method overrides
George Marques
2021-09-27
1
-4
/
+4
*
Replace bindgins to work with extensions
George Marques
2021-09-27
1
-0
/
+539