Haoyu Qiu
|
2d0d07f51b
Fix crash when dumping extension API in a non-writable directory
|
1 year ago |
Raul Santos
|
cac7a784d6
Add `GodotTypeInfo::Metadata` to `MethodInfo`
|
2 years ago |
Emmanuel Leblond
|
38d9e8b366
Add missing is_bitfield field for global enum in extension_api_dump
|
2 years ago |
Juan Linietsky
|
2b815df3c1
Use BitField<> in core type masks
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Rémi Verschelde
|
418ec03a40
Merge pull request #65990 from touilleMan/gdextension-expose-builtins-members-real-types
|
2 years ago |
Emmanuel Leblond
|
2c2fd0820a
Expose in builtins' members internal type & size (on top of offset) in extension_api.json
|
2 years ago |
Gilles Roudière
|
be1c9d677d
Rename all gdnative occurences to gdextension
|
2 years ago |
Rémi Verschelde
|
96796c1518
Merge pull request #64427 from touilleMan/gdextension-skip-undefined-field-in-properties
|
2 years ago |
Emmanuel Leblond
|
a2e6e996b2
Skip unset getter/setter/index fields in class property when generating extension_api.json
|
2 years ago |
Emmanuel Leblond
|
ce11ba2e30
Correct Rect2 members offsets declaration in extension_api.json generator
|
2 years ago |
Rémi Verschelde
|
669888b9cf
GDExtension: Ensure newline at EOF
|
2 years ago |
Emmanuel Leblond
|
a9aedb0cf2
Fix extension_api.json Variant types incorrectly displayed as `Nil`
|
2 years ago |
Rémi Verschelde
|
006e345695
Merge pull request #65817 from bruvzg/typed_array
|
2 years ago |
bruvzg
|
163257d51b
[GDExtension] Implement support for typed arrays.
|
2 years ago |
Rémi Verschelde
|
d1a155e3cd
Fix various -Wmaybe-uninitialized warnings from GCC 12.2.1
|
2 years ago |
Emmanuel Leblond
|
b7c3bbc627
Fix is_keyed param in extension_api.json
|
2 years ago |
Rémi Verschelde
|
f583b835db
Merge pull request #64690 from touilleMan/projection-members-offsets-in-gdentension-api
|
2 years ago |
Emmanuel Leblond
|
a6963320d6
Ignore fake properties in classes when generating extension_api.json
|
2 years ago |
Emmanuel Leblond
|
dca6db76af
Add missing Projection's members offsets to gdextension_api.json
|
2 years ago |
reduz
|
455c06ecd4
Implement Vector4, Vector4i, Projection
|
2 years ago |
bruvzg
|
cbe3a2dcb7
Use BitField hint for the TextServer enums. Add missing parts for BitField support to the GDextension API.
|
2 years ago |
reduz
|
5ac42cf576
Implement a BitField hint
|
2 years ago |
Pierre-Thomas Meisels
|
c28936ba6d
Add core types enums description to extension api json
|
2 years ago |
bruvzg
|
860e24683f
Make enum/constant binds 64-bit.
|
2 years ago |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
2 years ago |
Emmanuel Leblond
|
2bdeed156f
Fix extension_api.json builtin_class_member_offsets member names for Color
|
2 years ago |
bruvzg
|
9381acb6a4
Make FileAccess and DirAccess classes reference counted.
|
2 years ago |
reduz
|
2f651277da
Add static method support to ClassDB
|
2 years ago |
reduz
|
8b547331be
Create GDExtension clases for PhysicsServer3D
|
2 years ago |