bruvzg
|
cbe3a2dcb7
Use BitField hint for the TextServer enums. Add missing parts for BitField support to the GDextension API.
|
3 years ago |
reduz
|
5ac42cf576
Implement a BitField hint
|
3 years ago |
Pierre-Thomas Meisels
|
c28936ba6d
Add core types enums description to extension api json
|
3 years ago |
bruvzg
|
860e24683f
Make enum/constant binds 64-bit.
|
3 years ago |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
3 years ago |
Emmanuel Leblond
|
2bdeed156f
Fix extension_api.json builtin_class_member_offsets member names for Color
|
3 years ago |
bruvzg
|
9381acb6a4
Make FileAccess and DirAccess classes reference counted.
|
3 years ago |
reduz
|
2f651277da
Add static method support to ClassDB
|
3 years ago |
reduz
|
8b547331be
Create GDExtension clases for PhysicsServer3D
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Nathan Franke
|
49403cbfa0
Replace String comparisons with "", String() to is_empty()
|
3 years ago |
bruvzg
|
0c0b5c84b0
Implement TextServer GDExtension interface, remove TextServer GDNative interface.
|
4 years ago |
Lightning_A
|
c63b18507d
Use range iterators for `Map`
|
4 years ago |
reduz
|
44d62a9f4b
Implement NativeExtension pointer arguments
|
4 years ago |
reduz
|
3682978aee
Replace BIND_VMETHOD by new GDVIRTUAL syntax
|
4 years ago |
George Marques
|
3f362cec68
Improve extension system
|
4 years ago |
George Marques
|
4205d907c9
Improve extension API dump
|
4 years ago |
Rémi Verschelde
|
ff0b5f8fa1
Merge pull request #50809 from akien-mga/iterators-const-references
|
4 years ago |
Rémi Verschelde
|
ac3322b0af
Use const references where possible for List range iterators
|
4 years ago |
luz paz
|
3564c16cb8
Fix various typos with codespell
|
4 years ago |
Aaron Franke
|
4e6efd1b07
Use C++ iterators for Lists in many situations
|
4 years ago |
reduz
|
b1d15c51bc
Implement native extension system
|
4 years ago |