summaryrefslogtreecommitdiff
path: root/core/object/script_language_extension.h
AgeCommit message (Expand)Author
2023-01-06Fix `ScriptInstanceExtension::get_property_default_value` return valuevoidedWarranties
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-12Rename all gdnative occurences to gdextensionGilles Roudière
2022-12-02Fix const qualifier for parameters in GDExtension api functionsEmmanuel Leblond
2022-11-12Revert removal of GDNativeExtensionScriptInstanceInfo::get_property_type_func...Emmanuel Leblond
2022-11-08Use StringName in the whole GDExtension API instead of const char *Emmanuel Leblond
2022-10-11Implement ScriptExtension::get_documentationEmmanuel Leblond
2022-10-10SCons: Re-enable treating `#warning` as error with `werror`Rémi Verschelde
2022-08-18Make `property_*_revert` methods multilevel and expose them for scriptingYuri Sizov
2022-08-03Removed faulty function update after get_property_list.Hristo Stamenov
2022-07-26[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli
2022-07-04Add support for documenting built-in annotationsYuri Sizov
2022-06-29GDExtension: reuse code with constructor PropertyInfo(const GDNativePropertyI...Jan Haller
2022-05-20Add a new HashSet templatereduz
2022-05-16Replace most uses of Map by HashMapreduz
2022-04-01Improve sorting of Code Completion options.Eric M
2022-03-27Add GDExtension support to Scriptreduz