summaryrefslogtreecommitdiffstats
path: root/core/object/script_language_extension.h
Commit message (Expand)AuthorAgeFilesLines
* Fix const qualifier for parameters in GDExtension api functionsEmmanuel Leblond2022-12-021-9/+9
* Revert removal of GDNativeExtensionScriptInstanceInfo::get_property_type_func...Emmanuel Leblond2022-11-121-13/+7
* Use StringName in the whole GDExtension API instead of const char *Emmanuel Leblond2022-11-081-22/+16
* Implement ScriptExtension::get_documentationEmmanuel Leblond2022-10-111-1/+4
* SCons: Re-enable treating `#warning` as error with `werror`Rémi Verschelde2022-10-101-3/+1
* Make `property_*_revert` methods multilevel and expose them for scriptingYuri Sizov2022-08-181-0/+13
* Removed faulty function update after get_property_list.Hristo Stamenov2022-08-031-0/+8
* [Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli2022-07-261-21/+5
* Add support for documenting built-in annotationsYuri Sizov2022-07-041-0/+9
* GDExtension: reuse code with constructor PropertyInfo(const GDNativePropertyI...Jan Haller2022-06-291-3/+3
* Add a new HashSet templatereduz2022-05-201-2/+2
* Replace most uses of Map by HashMapreduz2022-05-161-3/+3
* Improve sorting of Code Completion options.Eric M2022-04-011-0/+3
* Add GDExtension support to Scriptreduz2022-03-271-0/+832