summaryrefslogtreecommitdiffstats
path: root/core/extension/gdextension_interface.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-0/+18
|\
| * Add variant_get_ptr_internal_getter to gdextension_interface.h. The function ...Lukas Tenbrink2024-11-261-0/+18
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* GDExtension: Allow directly getting `ObjectID` from `Variant`David Snopek2024-09-171-0/+15
* Merge pull request #95840 from raulsntos/char_metadataRémi Verschelde2024-09-121-1/+3
|\
| * Add metadata for `char16_t` and `char32_t`Raul Santos2024-09-121-1/+3
* | Remove `get_rid_func` from `GDExtensionClassCreationInfo4`Raul Santos2024-09-101-1/+0
|/
* Implement typed dictionariesThaddeus Crews2024-09-041-0/+16
* Fix `bool` type appearing in GDExtension headerJan Haller2024-08-311-1/+1
* Allow ClassDB to create a Object without postinitialization for GDExtension.Daylily-Zeleen2024-08-201-5/+73
* GDExtension docs: advise bindings to use uint64_t for bitfieldsJan Haller2024-07-151-1/+5
* [TextServer, GDExtension] Fix building text servers as GDExtension, expose ne...bruvzg2024-06-121-0/+61
* Fix various typos with codespellRémi Verschelde2024-05-071-2/+2
* Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-031-26/+53
* GDExtension: provide `free_property_list_func` with length of arrayJan Haller2024-04-271-1/+2
* Add extension support for argument count to `ScriptInstance`A Thousand Ships2024-03-131-0/+4
* Add methods to get argument count of methodsA Thousand Ships2024-03-101-1/+50
* GDExtension: Pass count when freeing method and property lists for script ins...David Snopek2024-03-021-5/+62
* Allow registering "runtime classes"David Snopek2024-02-201-3/+56
* Allow GDExtensions to register virtual methods and call them on scriptsDavid Snopek2024-02-121-1/+60
* GDExtension: add an interface for loading extra documentationRiteo2024-01-261-0/+25
* GDExtension: Use ObjectID when creating custom callableDavid Snopek2023-10-231-2/+2
* Fix comment in gdextension_interface.hEmmanuel Leblond2023-10-161-1/+4
* expose Object::free_instance_binding to GDExtensionCed Naru2023-10-041-0/+11
* GDExtension: Don't deprecate old method of getting script categoryDavid Snopek2023-10-021-1/+1
* add GDExtensionScriptInstanceGetClassCategoryDavid Cambré2023-09-271-0/+3
* Implement reloading of GDExtensionsDavid Snopek2023-09-251-0/+2
* More precise documentation for GDExtension String constructors (bytes vs. cha...Jan Haller2023-09-241-8/+8
* GDExtension: construct StringName directly from char*Jan Haller2023-09-241-0/+44
* Add functions for non-ptr style virtual calls in GDExtensionJeff Ward2023-09-191-4/+16
* Merge pull request #79005 from maiself/gde-custom-callableRémi Verschelde2023-09-191-0/+69
|\
| * Allow CallableCustom objects to be created from GDExtensionsMai Lavelle2023-08-311-0/+69
* | Merge pull request #81515 from dsnopek/gdextension-validate-property-objectRémi Verschelde2023-09-111-0/+2
|\ \
| * | Allow implementing `Object::_validate_property()` from GDExtensionDavid Snopek2023-09-101-0/+2
* | | Merge pull request #70329 from Daylily-Zeleen/daylily-zeleen/register_interna...Rémi Verschelde2023-09-111-0/+1
|\ \ \ | |/ / |/| |
| * | Allow GDExtension to register unexposed class.Daylily-Zeleen2023-09-041-0/+1
* | | Allow implementing `ScriptInstance::validate_property()` from GDExtensionDavid Snopek2023-09-041-0/+2
|/ /
* / GDExtension: fix `bool` unknown in CJan Haller2023-09-021-2/+2
|/
* Fix Object::notification orderMarkus Sauermann2023-08-301-4/+95
* Expose PlaceHolderScriptInstance to GDExtensionMai Lavelle2023-08-281-0/+31
* Add get_script_instance to GDExtensionJeff Ward2023-08-071-0/+13
* Merge pull request #79156 from dsnopek/gdextension-string-resizeYuri Sizov2023-07-271-0/+19
|\
| * Allow resizing String's from GDExtensionDavid Snopek2023-07-261-0/+19
* | Add support for indexed properties in GDExtensionMikael Hermansson2023-07-211-0/+17
|/
* GDExtension `@since` attributeJan Haller2023-06-211-0/+136
* GDExtension: `Uninitialized*Ptr` for constructors/converters using placement newJan Haller2023-06-181-3/+3
* Merge pull request #77010 from dsnopek/gdextension-editor-pluginsRémi Verschelde2023-05-261-0/+20
|\
| * Allow GDExtensions to add editor pluginsDavid Snopek2023-05-251-0/+20
* | Add GDExtension function to get Object class nameDavid Snopek2023-05-221-0/+13
|/