summaryrefslogtreecommitdiffstats
path: root/core/extension/gdextension.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Rebrand Godot 4.3 to RedotTrashguy2024-10-131-5/+5
* Fix reload of GDExtension libraries in framework package on macosJoel Croteau2024-09-161-10/+1
* Fix to restore `library_path` as absolute pathMai Lavelle2024-07-141-1/+1
* Merge pull request #91502 from lyuma/gdextension_open_library_compatRémi Verschelde2024-05-301-0/+2
|\
| * Bind compatibility GDExtension methods removed in 88418Lyuma2024-05-071-0/+2
* | Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-5/+6
* | GDExtension: provide `free_property_list_func` with length of arrayJan Haller2024-04-271-5/+11
|/
* Fix ptrcalls to static GDExtension methodsDavid Snopek2024-04-251-2/+2
* Merge pull request #90961 from Lateasusual/gdextension-hot-reloading-borkedRémi Verschelde2024-04-221-0/+2
|\
| * GDExtension: Fix missing library path breaking hot reloadingChris Clyne2024-04-201-0/+2
* | Collapse the gdextension arguments into the `GDExtensionData` structFredia Huya-Kouadio2024-04-191-1/+7
* | Fix loading GDExtension dependencies on AndroidFredia Huya-Kouadio2024-04-191-3/+47
|/
* Add renaming of PDB files to avoid blocking themDmitriySalnikov2024-04-051-55/+6
* Print correct path when unable to find GDExtension librarySamuel Nicholas2024-03-261-2/+2
* Remove word duplicates in comments and strings, and fix casing and punctuationRobert Yevdokimov2024-02-231-1/+1
* Merge pull request #82554 from dsnopek/gdextension-placeholdersRémi Verschelde2024-02-201-12/+62
|\
| * Allow registering "runtime classes"David Snopek2024-02-201-12/+62
* | GDExtension: Fix `-Wtype-limits` warning in `compatibility_maximum` patch checkRémi Verschelde2024-02-191-1/+5
* | Merge pull request #88417 from dsnopek/gdextension-compatibility-maximumRémi Verschelde2024-02-191-0/+29
|\ \
| * | Allow GDExtensions to set a compatibility_maximumDavid Snopek2024-02-161-0/+29
* | | Unbind GDExtension methods that can't reasonably be usedDavid Snopek2024-02-161-4/+0
|/ /
* / Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-1/+1
|/
* Merge pull request #87758 from dsnopek/gdextension-register-virtual-methodRémi Verschelde2024-02-121-0/+7
|\
| * Allow GDExtensions to register virtual methods and call them on scriptsDavid Snopek2024-02-121-0/+7
* | Add null check for gdextension deinitializationMikhail Tishin2024-02-041-0/+3
|/
* GDExtension: add an interface for loading extra documentationRiteo2024-01-261-0/+15
* Add const lvalue ref to container parametersMuller-Castro2024-01-051-2/+2
* Distinguishs between dynamic library not found and can't be opened.Daylily-Zeleen2024-01-011-4/+2
* Merge pull request #84493 from bruvzg/gde_ios_static_fixRémi Verschelde2023-11-101-1/+3
|\
| * [iOS, GDExtension] Fix loading and exporting static libraries and xcframeworks.bruvzg2023-11-091-1/+3
* | Change `GDExtension`'s `library_path` back to an absolute pathDavid Snopek2023-11-091-3/+11
|/
* GDExtension: Save and compare modification times separately for reloadDavid Snopek2023-11-021-5/+8
* GDExtension: Fixed error on loading extensionsMario Liebisch2023-10-211-7/+9
* Fix StringName leaks in GDExtension, core, and editor themesYuri Sizov2023-10-181-1/+5
* GDExtension: Prevent issues with the editor trying to reload GDExtensions thr...David Snopek2023-10-131-5/+13
* Merge pull request #83107 from dsnopek/validated-method-vararg-messageRémi Verschelde2023-10-101-1/+1
|\
| * GDExtension: Fix incorrect error message about vararg methodsDavid Snopek2023-10-101-1/+1
* | GDExtension: Use correct return pointer for validated calls that return `Vari...David Snopek2023-10-101-1/+1
|/
* Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-081-1/+1
* Merge pull request #82794 from dsnopek/gdextension-validated-callRémi Verschelde2023-10-061-13/+7
|\
| * GDExtension: Convert `validated_call()` to `ptrcall()` (rather than `call()`)David Snopek2023-10-041-13/+7
* | Merge pull request #82861 from mihe/gdext-entry-falseRémi Verschelde2023-10-051-0/+5
|\ \
| * | Fix extensions loading/initializing even when entry point failsMikael Hermansson2023-10-051-0/+5
| |/
* / Resolve relative icon paths for GDExtensionsYuri Sizov2023-10-051-1/+6
|/
* Fix inconsistent last_modified_time handling (prevent GDExtension reload spam...kkolyan2023-10-011-38/+40
* Implement reloading of GDExtensionsDavid Snopek2023-09-251-49/+412
* Add functions for non-ptr style virtual calls in GDExtensionJeff Ward2023-09-191-0/+4
* GDExtension: Delete left-over DLL copy before making a new copyDavid Snopek2023-09-121-0/+5