Gilles Roudière
|
c02e644679
Rename GDNative to GDExtension
|
2 years ago |
Emmanuel Leblond
|
fe86a94dcf
Fix const qualifier for parameters in GDExtension api functions
|
2 years ago |
rune-scape
|
d04ce481c4
Add missing String operators
|
2 years ago |
Emmanuel Leblond
|
b6ba0dca13
StringName is working fine with demo \o/
|
2 years ago |
Emmanuel Leblond
|
e24b6b0e51
Use StringName in the whole GDExtension API instead of const char *
|
2 years ago |
Emmanuel Leblond
|
0e81f89dd3
Uses `StringName` in GDExtension perf critical instance creation & method/properties setter/getter
|
2 years ago |
Emmanuel Leblond
|
5282009121
Fix Variant types displayed as `Nil` in extension_api.json
|
2 years ago |
Mikael Hermansson
|
40d181d2f3
Bind enums in built-in types and expose bindings for global constants
|
2 years ago |
Rémi Verschelde
|
1507253bd5
Merge pull request #864 from Zylann/fix_passing_null
|
2 years ago |
Rémi Verschelde
|
50a534bf55
Merge pull request #880 from aaronfranke/struct
|
2 years ago |
Rémi Verschelde
|
91afc08de1
Merge pull request #855 from Zylann/fix_issue854_virtual_methods
|
2 years ago |
Aaron Franke
|
0455f72ede
Use struct instead of class for core structures
|
2 years ago |
bruvzg
|
fb8253c912
Add wrapper function generation for built-in module ↔ godot-cpp interoperability.
|
2 years ago |
Marc Gilleron
|
cd2232eddf
Fix passing null to functions taking Object parameters
|
2 years ago |
bruvzg
|
c001d0e5c7
Implement support for typed arrays.
|
2 years ago |
Marc Gilleron
|
5de2c059d1
Fix deriving a custom class with virtual methods
|
2 years ago |
Fabio Alessandrelli
|
0b87aaa74c
Merge pull request #838 from PapyChacal/scons-caching
|
2 years ago |
Emilien Bauer
|
8e717acf48
Add options to use scons caching for faster iteration.
|
2 years ago |
Rémi Verschelde
|
d4cef0bd43
Merge pull request #849 from Zylann/const_cast_to
|
2 years ago |
Marc Gilleron
|
99c004f689
Add `Object::cast_to` for `const Object*`
|
2 years ago |
Marc Gilleron
|
f8f25980e1
Class constants should be static
|
2 years ago |
Fabio Alessandrelli
|
c263b3e38c
Fix get_file_list not returning all generated files.
|
2 years ago |
Aaron Franke
|
76ad89fe0b
Generate constants in the bindings generator
|
2 years ago |
Rémi Verschelde
|
1863bd88ad
Merge pull request #703 from AlphaSoftLLC/fix_struct_forward_declaration
|
2 years ago |
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 |