summaryrefslogtreecommitdiffstats
path: root/core/extension/gdextension_interface.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Rework GDExtension interface from a struct to loading function pointersDavid Snopek2023-05-161-213/+1683
* Improve user-friendliness of "return value as function param" pattern in GDEx...Emmanuel Leblond2023-05-151-28/+49
* Add ValidatedCall to MethodBindJuan Linietsky2023-04-301-0/+1
* GDExtension: array_set_typed() accepts enum instead of uint32_tJan Haller2023-02-081-1/+1
* Use GDExtensionBool in GDExtension interfaceHaoyu Qiu2023-02-081-6/+6
* Expose `_err_print_error` with message parameter to GDExtensionMikael Hermansson2023-02-071-3/+6
* Remove unnecessary stdio.h from gdextension interfaceHaoyu Qiu2023-02-061-1/+0
* GDScript: Fix issues with typed arraysDmitrii Maganov2023-01-311-0/+1
* Move Array:set_typed to internal GDExtension structure and unexposed it.bruvzg2023-01-301-0/+1
* Fix use of `bool` in extension headerJan Haller2023-01-191-2/+2
* [GDExtension] Expose some low level functions and String operators.bruvzg2023-01-191-0/+20
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Extension header: amend const correctness of `p_args` parametersJan Haller2022-12-141-12/+12
* Improve logic around using Ref<T> with GDExtension virtual functionsBastiaan Olij2022-12-131-0/+7
* Rename all gdnative occurences to gdextensionGilles Roudière2022-12-121-0/+612