David Snopek
|
506600a560
Rename `GDExtensionCompatHashes` to make it clear it's only for exceptional situations
|
8 months ago |
Lukas Tenbrink
|
ffd4de67d0
Add variant_get_ptr_internal_getter to gdextension_interface.h. The function returns functions to retrieve a pointer to a Variant's internal value. This enables GDExtensions to implement functionality similar to VariantGetInternalPtr, to access Variant internal values directly.
|
9 months ago |
A Thousand Ships
|
38f9769bc6
[Core] Improve error messages with `vformat`
|
10 months ago |
Yevhen Babiichuk (DustDFG)
|
af6d260c17
Don't include `core/io/image.h` in `core/os/os.h`
|
10 months ago |
David Snopek
|
971e154588
GDExtension: Allow directly getting `ObjectID` from `Variant`
|
11 months ago |
Thaddeus Crews
|
9853a69144
Implement typed dictionaries
|
2 years ago |
Danil Alexeev
|
49bcdf78a7
Core: Сheck `r_error` after calling `callp()`
|
11 months ago |
Daylily-Zeleen
|
3d575801ce
Allow ClassDB to create a Object without postinitialization for GDExtension.
|
1 year ago |
bruvzg
|
e651421905
[TextServer, GDExtension] Fix building text servers as GDExtension, expose new/changed low-level methods to GDExtension API.
|
1 year ago |
K. S. Ernest (iFire) Lee
|
f9b488508c
Add PackedVector4Array Variant type
|
1 year ago |
A Thousand Ships
|
0c19d0f5a0
Add extension support for argument count to `ScriptInstance`
|
1 year ago |
A Thousand Ships
|
59bcc2888c
Add methods to get argument count of methods
|
1 year ago |
Rémi Verschelde
|
50ca190286
Merge pull request #89055 from dsnopek/gdextension-script-free-lists
|
1 year ago |
David Snopek
|
0badf07657
GDExtension: Pass count when freeing method and property lists for script instances
|
1 year ago |
Rémi Verschelde
|
3a08c646ee
Pre-commit: Update to clang-format 17.0.6 and black 24.2.0
|
1 year ago |
David Snopek
|
ea75307a11
Allow registering "runtime classes"
|
1 year ago |
David Snopek
|
be11002e41
Allow GDExtensions to register virtual methods and call them on scripts
|
1 year ago |
Riteo
|
f468e59efd
GDExtension: add an interface for loading extra documentation
|
1 year ago |
David Snopek
|
b0a33cac7c
GDExtension: Use ObjectID when creating custom callable
|
1 year ago |
David Snopek
|
b14f359c94
GDExtension: Fix `variant_iter_get()` actually calling `iter_next()`
|
1 year ago |
Ced Naru
|
0a246e9b54
expose Object::free_instance_binding to GDExtension
|
1 year ago |
David Cambré
|
531f56e830
add GDExtensionScriptInstanceGetClassCategory
|
2 years ago |
Rémi Verschelde
|
d8c31155a8
Merge pull request #82191 from dsnopek/gdextension-redundant-hash-check
|
1 year ago |
Rémi Verschelde
|
40b48b13ee
Merge pull request #78580 from Bromeon/feature/gdextension-stringname-ctor
|
1 year ago |
Jan Haller
|
c770937db5
More precise documentation for GDExtension String constructors (bytes vs. character count)
|
1 year ago |
Jan Haller
|
ed3015e979
GDExtension: construct StringName directly from char*
|
2 years ago |
David Snopek
|
0967fe6217
GDExtension: Remove redundant method bind hash check
|
1 year ago |
Rémi Verschelde
|
6fc1d50db3
Merge pull request #81521 from dsnopek/method-bind-default-argument-hash-fix
|
1 year ago |
David Snopek
|
0d13727c97
Fix method hashes with default arguments
|
1 year ago |
Rémi Verschelde
|
8dfc3f1864
Merge pull request #79005 from maiself/gde-custom-callable
|
1 year ago |