bruvzg
|
91c56a0ad1
Add bindings for Vector4, Vector4i, Projection built-in types.
|
3 years ago |
bruvzg
|
713b122b84
Add support for BitField hint, sync API files.
|
3 years ago |
Rémi Verschelde
|
bffedfed1e
Fix typo in static method binding generator
|
3 years ago |
Aaron Franke
|
e5c4351bc7
Unify bits, android_arch, macos_arch ios_arch into arch, support non-x86
|
3 years ago |
bruvzg
|
e06d5cd414
Add double precision build support.
|
3 years ago |
Fabio Alessandrelli
|
fa698ddd12
[Scons] Use builder to track bindings regeneration.
|
3 years ago |
Fabio Alessandrelli
|
b47dfb6a5c
[CI] Add python file format to static checks.
|
3 years ago |
bruvzg
|
057a771fda
Add support for variadic method binds with the typed return. Sync headers.
|
3 years ago |
bruvzg
|
d9d68550d9
Fix generating static methods without return value.
|
3 years ago |
bruvzg
|
28027394f5
Add support for static method bindings.
|
3 years ago |
bruvzg
|
93de1b2b0b
Sync godot-headers and fix build after "Create GDExtension clases for PhysicsServer3D".
|
3 years ago |
Rémi Verschelde
|
1632322ce0
Update copyright year
|
3 years ago |
bruvzg
|
b8b9a2fad9
Fix return type encoding for ptrcall.
|
3 years ago |
Aaron Franke
|
101d61b64a
[master] Run black format on SConstruct files and bindings generator
|
3 years ago |
bruvzg
|
e36180f377
Port a bunch of Godot container templates to GDExtension.
|
3 years ago |
Rémi Verschelde
|
7fa81e798b
Merge pull request #704 from bruvzg/fix_const_ptr
|
3 years ago |
Rémi Verschelde
|
d9111350b9
Merge pull request #699 from bruvzg/enum_and_ptr_binds
|
3 years ago |
bruvzg
|
a8cd21ac07
Fix "const" NativePtr binds.
|
3 years ago |
bruvzg
|
7aaab11b0f
Add Variant binders for the generated classes, structs and global enums
|
3 years ago |
bruvzg
|
bf8fc4c53d
Add `ptr()` / `ptrw()` to the arrays, add missing `String` methods, add missing `CharString` method implementations.
|
3 years ago |
Gilles Roudière
|
3fcb8a4d1e
Make extension instances create the corresponding godot object in their constructor
|
3 years ago |
Bastiaan Olij
|
b008810c01
Implementing dictionary operators
|
3 years ago |
Bastiaan Olij
|
c2b690439f
Implement index operators for Arrays
|
3 years ago |
Bastiaan Olij
|
957f86c3e3
Add Array:make macro
|
3 years ago |
Bastiaan Olij
|
ef528d3a86
Rename interface to gdn_interface because it's a defined keyword under windows
|
3 years ago |
Hennadii Chernyshchyk
|
1f96a0d16c
Use default destructor for Object
|
3 years ago |
Bastiaan Olij
|
d5e0fc8e7c
Temporary fix for issue in JSON export with NIL in operators
|
3 years ago |
Hennadii Chernyshchyk
|
2b1100c878
Use default initialization
|
3 years ago |
Bastiaan Olij
|
7a2a7ea9e4
Add virtual destructor to Object class
|
3 years ago |
George Marques
|
38ee8bfcf7
Change constructor/destructor management of extension classes
|
3 years ago |