summaryrefslogtreecommitdiffstats
path: root/core/object/script_language_extension.h
Commit message (Expand)AuthorAgeFilesLines
* Make profiling_get_frame_data call the correct GDVIRTUAL method.Jovan Gerodetti2024-06-181-1/+1
* Add default implementation of `ScriptLanguageExtension::preferred_file_name_c...Chris Cranford2024-05-041-1/+10
* [Core] Add iteration support to `Array`A Thousand Ships2024-04-101-18/+18
* Add extension support for argument count to `ScriptInstance`A Thousand Ships2024-03-131-1/+8
* Add methods to get argument count of methodsA Thousand Ships2024-03-101-0/+18
* Allow configuring the script filename casing ruleRedMser2024-03-051-0/+1
* GDExtension: Pass count when freeing method and property lists for script ins...David Snopek2024-03-021-8/+27
* Merge pull request #87952 from paulloz/dotnet/byebye-signal-callback-generationRémi Verschelde2024-02-151-0/+1
|\
| * Disable signal callback generation in C#Paul Joannon2024-02-141-0/+1
* | Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-1/+1
|/
* Merge pull request #86676 from rune-scape/sparse-script-reloadYuri Sizov2024-01-171-0/+1
|\
| * Hot-reload only changed scriptsrune-scape2024-01-021-0/+1
* | Add const lvalue ref to container parametersMuller-Castro2024-01-051-1/+1
|/
* Fix missing time for some script functions in profilermsreis2023-12-191-0/+1
* Add `path` option to `ScriptLanguageExtension::_validate`voidedWarranties2023-10-221-0/+3
* Highlight doc comments in a different colorDanil Alexeev2023-10-081-0/+10
* Core: Fix `Object::has_method()` for script static methodsDanil Alexeev2023-10-041-0/+1
* GDExtension: Don't deprecate old method of getting script categoryDavid Snopek2023-10-021-2/+0
* add GDExtensionScriptInstanceGetClassCategoryDavid Cambré2023-09-271-3/+14
* Fix type of notification_funcMarkus Sauermann2023-09-251-1/+1
* Merge pull request #81101 from 398utubzyt/dotnet/abstract-class-supportRémi Verschelde2023-09-251-0/+6
|\
| * C#: Abstract script class support398utubzyt2023-09-151-0/+6
* | Editor: Remove unused Class Name field from Create Script dialogDanil Alexeev2023-09-121-0/+2
|/
* Allow implementing `Object::_validate_property()` from GDExtensionDavid Snopek2023-09-101-1/+3
* Allow implementing `ScriptInstance::validate_property()` from GDExtensionDavid Snopek2023-09-041-1/+18
* GDExtension: Allocate `GDExtensionScriptInstanceInfo2` for compatibility on t...David Snopek2023-08-311-0/+4
* Fix Object::notification orderMarkus Sauermann2023-08-301-3/+12
* Merge pull request #75778 from KoBeWi/_vpRémi Verschelde2023-08-291-0/+3
|\
| * Expose _validate_property() for scriptingkobewi2023-08-281-0/+3
* | Add a script method to get its class iconYuri Sizov2023-08-241-0/+7
|/
* Fix Ref<>.is_valid() for ScriptInstanceExtensionDavid Cambré2023-06-201-1/+1
* Remove unused `ScriptLanguage` methodsvoidedWarranties2023-02-261-18/+0
* Support script global resource name in EditorFileSystemJuan Linietsky2023-01-211-0/+1
* Fix `ScriptInstanceExtension::get_property_default_value` return valuevoidedWarranties2023-01-061-1/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Rename all gdnative occurences to gdextensionGilles Roudière2022-12-121-32/+32
* 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