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
/
binding_generator.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Uses `StringName` in GDExtension perf critical instance creation & method/pro...
Emmanuel Leblond
2022-11-08
1
-6
/
+14
|
/
*
Fix Variant types displayed as `Nil` in extension_api.json
Emmanuel Leblond
2022-10-10
1
-5
/
+6
*
Bind enums in built-in types and expose bindings for global constants
Mikael Hermansson
2022-10-06
1
-2
/
+24
*
Merge pull request #864 from Zylann/fix_passing_null
Rémi Verschelde
2022-10-05
1
-1
/
+3
|
\
|
*
Fix passing null to functions taking Object parameters
Marc Gilleron
2022-09-23
1
-1
/
+3
*
|
Merge pull request #880 from aaronfranke/struct
Rémi Verschelde
2022-10-05
1
-9
/
+12
|
\
\
|
*
|
Use struct instead of class for core structures
Aaron Franke
2022-10-05
1
-9
/
+12
*
|
|
Merge pull request #855 from Zylann/fix_issue854_virtual_methods
Rémi Verschelde
2022-10-05
1
-3
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix deriving a custom class with virtual methods
Marc Gilleron
2022-09-21
1
-3
/
+8
*
|
|
Add wrapper function generation for built-in module ↔ godot-cpp interoperab...
bruvzg
2022-09-28
1
-0
/
+72
|
|
/
|
/
|
*
|
Implement support for typed arrays.
bruvzg
2022-09-23
1
-5
/
+56
|
/
*
Merge pull request #838 from PapyChacal/scons-caching
Fabio Alessandrelli
2022-09-19
1
-0
/
+10
|
\
|
*
Add options to use scons caching for faster iteration.
Emilien Bauer
2022-09-19
1
-0
/
+10
*
|
Merge pull request #849 from Zylann/const_cast_to
Rémi Verschelde
2022-09-19
1
-0
/
+5
|
\
\
|
*
|
Add `Object::cast_to` for `const Object*`
Marc Gilleron
2022-09-18
1
-0
/
+5
*
|
|
Class constants should be static
Marc Gilleron
2022-09-18
1
-1
/
+1
|
/
/
*
/
Fix get_file_list not returning all generated files.
Fabio Alessandrelli
2022-09-11
1
-5
/
+18
|
/
*
Generate constants in the bindings generator
Aaron Franke
2022-09-02
1
-0
/
+7
*
Merge pull request #703 from AlphaSoftLLC/fix_struct_forward_declaration
Rémi Verschelde
2022-08-31
1
-2
/
+19
|
\
|
*
Native structures forward declaration fix
Nikita Parfenov
2022-02-16
1
-2
/
+19
*
|
Add bindings for Vector4, Vector4i, Projection built-in types.
bruvzg
2022-07-21
1
-0
/
+9
*
|
Add support for BitField hint, sync API files.
bruvzg
2022-07-11
1
-9
/
+38
*
|
Fix typo in static method binding generator
Rémi Verschelde
2022-07-08
1
-1
/
+1
*
|
Unify bits, android_arch, macos_arch ios_arch into arch, support non-x86
Aaron Franke
2022-06-01
1
-1
/
+1
*
|
Add double precision build support.
bruvzg
2022-05-04
1
-3
/
+11
*
|
[Scons] Use builder to track bindings regeneration.
Fabio Alessandrelli
2022-05-03
1
-9
/
+27
*
|
[CI] Add python file format to static checks.
Fabio Alessandrelli
2022-05-02
1
-2
/
+6
*
|
Add support for variadic method binds with the typed return. Sync headers.
bruvzg
2022-03-30
1
-1
/
+6
*
|
Fix generating static methods without return value.
bruvzg
2022-03-25
1
-1
/
+4
*
|
Add support for static method bindings.
bruvzg
2022-03-22
1
-4
/
+15
*
|
Sync godot-headers and fix build after "Create GDExtension clases for Physics...
bruvzg
2022-03-16
1
-4
/
+26
*
|
Update copyright year
Rémi Verschelde
2022-03-15
1
-2
/
+2
*
|
Fix return type encoding for ptrcall.
bruvzg
2022-03-09
1
-5
/
+11
*
|
[master] Run black format on SConstruct files and bindings generator
Aaron Franke
2022-02-26
1
-2
/
+8
*
|
Port a bunch of Godot container templates to GDExtension.
bruvzg
2022-02-18
1
-0
/
+2
*
|
Merge pull request #704 from bruvzg/fix_const_ptr
Rémi Verschelde
2022-02-16
1
-0
/
+4
|
\
\
|
*
|
Fix "const" NativePtr binds.
bruvzg
2022-02-16
1
-0
/
+4
|
|
/
*
|
Merge pull request #699 from bruvzg/enum_and_ptr_binds
Rémi Verschelde
2022-02-16
1
-0
/
+45
|
\
\
|
|
/
|
/
|
|
*
Add Variant binders for the generated classes, structs and global enums
bruvzg
2022-02-15
1
-0
/
+45
*
|
Add `ptr()` / `ptrw()` to the arrays, add missing `String` methods, add missi...
bruvzg
2022-02-14
1
-1
/
+9
|
/
*
Make extension instances create the corresponding godot object in their const...
Gilles Roudière
2021-12-03
1
-3
/
+0
*
Implementing dictionary operators
Bastiaan Olij
2021-11-23
1
-2
/
+19
*
Implement index operators for Arrays
Bastiaan Olij
2021-11-12
1
-0
/
+4
*
Add Array:make macro
Bastiaan Olij
2021-11-02
1
-0
/
+9
*
Rename interface to gdn_interface because it's a defined keyword under windows
Bastiaan Olij
2021-10-28
1
-17
/
+17
*
Use default destructor for Object
Hennadii Chernyshchyk
2021-09-28
1
-1
/
+1
*
Temporary fix for issue in JSON export with NIL in operators
Bastiaan Olij
2021-09-27
1
-1
/
+4
*
Use default initialization
Hennadii Chernyshchyk
2021-09-27
1
-1
/
+1
*
Add virtual destructor to Object class
Bastiaan Olij
2021-09-27
1
-0
/
+2
*
Change constructor/destructor management of extension classes
George Marques
2021-09-27
1
-15
/
+4
[prev]
[next]