summaryrefslogtreecommitdiffstats
path: root/core/extension/gdextension.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Remove `get_rid_func` from `GDExtensionClassCreationInfo4`Raul Santos2024-09-101-0/+1
* Merge pull request #91166 from raulsntos/gdextension/loaderRémi Verschelde2024-08-261-16/+7
|\
| * GDExtension: Implement `GDExtensionLoader` conceptRaul Santos2024-08-221-16/+7
* | Allow ClassDB to create a Object without postinitialization for GDExtension.Daylily-Zeleen2024-08-201-2/+4
|/
* Merge pull request #91502 from lyuma/gdextension_open_library_compatRémi Verschelde2024-05-301-0/+9
|\
| * Bind compatibility GDExtension methods removed in 88418Lyuma2024-05-071-0/+9
* | GDExtension: provide `free_property_list_func` with length of arrayJan Haller2024-04-271-0/+1
|/
* Fix loading GDExtension dependencies on AndroidFredia Huya-Kouadio2024-04-191-1/+3
* Add renaming of PDB files to avoid blocking themDmitriySalnikov2024-04-051-7/+0
* Add 'override' mark to ResourceFormat classppphp2024-03-251-4/+4
* Allow registering "runtime classes"David Snopek2024-02-201-3/+9
* Allow GDExtensions to register virtual methods and call them on scriptsDavid Snopek2024-02-121-0/+1
* GDExtension: add an interface for loading extra documentationRiteo2024-01-261-0/+20
* Add const lvalue ref to container parametersMuller-Castro2024-01-051-2/+2
* GDExtension: Save and compare modification times separately for reloadDavid Snopek2023-11-021-3/+5
* Fix StringName leaks in GDExtension, core, and editor themesYuri Sizov2023-10-181-0/+3
* GDExtension: Prevent issues with the editor trying to reload GDExtensions thr...David Snopek2023-10-131-0/+2
* Fix inconsistent last_modified_time handling (prevent GDExtension reload spam...kkolyan2023-10-011-1/+0
* Implement reloading of GDExtensionsDavid Snopek2023-09-251-0/+44
* Fix Object::notification orderMarkus Sauermann2023-08-301-0/+10
* GDExtension: Remove DLL copy if it fails to loadDavid Snopek2023-08-171-0/+1
* GDExtension: Copy DLL to a temp file before openingGeorge Marques2023-08-111-0/+7
* Add support for indexed properties in GDExtensionMikael Hermansson2023-07-211-0/+1
* Remove GDExtension compatibility code for Godot 4.0David Snopek2023-06-071-2/+1
* Allow GDExtensions to add editor pluginsDavid Snopek2023-05-251-0/+24
* Rework GDExtension interface from a struct to loading function pointersDavid Snopek2023-05-161-1/+5
* Add support for icons in GDExtension classesYuri Sizov2023-03-311-0/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Rename all gdnative occurences to gdextensionGilles Roudière2022-12-121-0/+104