summaryrefslogtreecommitdiffstats
path: root/core/object/script_language.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Fix global class cache file not present when no class nameHilderin2024-07-311-1/+0
* Defer call to set_break_languageChris Cranford2024-04-161-0/+2
* Merge pull request #89261 from paulloz/core/fix-script-reloading-outside-scri...Rémi Verschelde2024-03-241-0/+2
|\
| * Fix how scripts reload outside of ScriptEditorPaul Joannon2024-03-181-0/+2
* | Add methods to get argument count of methodsA Thousand Ships2024-03-101-0/+9
|/
* Allow configuring the script filename casing ruleRedMser2024-03-051-0/+14
* 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
* | Generate script resource preview without parsingYuri Sizov2024-01-261-0/+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/+2
* Make languages bookkeeping thread-safePedro J. Estébanez2023-11-091-3/+4
* Highlight doc comments in a different colorDanil Alexeev2023-10-081-0/+1
* Core: Fix `Object::has_method()` for script static methodsDanil Alexeev2023-10-041-0/+3
* Merge pull request #81101 from 398utubzyt/dotnet/abstract-class-supportRémi Verschelde2023-09-251-0/+1
|\
| * C#: Abstract script class support398utubzyt2023-09-151-0/+1
* | Editor: Remove unused Class Name field from Create Script dialogDanil Alexeev2023-09-121-0/+2
|/
* Extract ScriptInstance to simplify includesYuri Sizov2023-09-061-60/+1
* Add coloring for completion of vector componentsYuri Rubinsky2023-08-301-1/+3
* Fix Object::notification orderMarkus Sauermann2023-08-301-2/+2
* Merge pull request #75778 from KoBeWi/_vpRémi Verschelde2023-08-291-0/+2
|\
| * Expose _validate_property() for scriptingkobewi2023-08-281-0/+2
* | Add a script method to get its class iconYuri Sizov2023-08-241-0/+1
|/
* Script editor: Show depended script errorsrune-scape2023-07-241-0/+1
* Fix race in ScriptServer.Ryan Roden-Corrent2023-06-211-2/+3
* Fix wrong alphabetical order in autocompletion sorting.ajreckof2023-06-161-1/+1
* sort code completions with rulesajreckof2023-05-231-2/+12
* Remove unused `ScriptLanguage` methodsvoidedWarranties2023-02-261-6/+0
* Add Engine::unregister_script_language and make Engine::register_script_langu...Emmanuel Leblond2023-02-101-2/+2
* Remove unused has_global_classes()kobewi2023-02-031-1/+0
* Restore script class cache if removedJuan Linietsky2023-01-311-0/+2
* Merge pull request #71687 from reduz/support-script-class-name-in-efsRémi Verschelde2023-01-211-1/+1
|\
| * Support script global resource name in EditorFileSystemJuan Linietsky2023-01-211-1/+1
* | Implement a quick script inheritance checkJuan Linietsky2023-01-191-1/+4
|/
* Clean up EditorFileSystem script parsingJuan Linietsky2023-01-181-0/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Replace Array return types with TypedArray 2kobewi2022-08-231-3/+5
* Make `property_*_revert` methods multilevel and expose them for scriptingYuri Sizov2022-08-181-0/+6
* Removed faulty function update after get_property_list.Hristo Stamenov2022-08-031-0/+1
* [Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli2022-07-261-4/+3
* Add support for documenting built-in annotationsYuri Sizov2022-07-041-0/+2
* Add a const call mode to Object, Variant and Script.K. S. Ernest (iFire) Lee2022-06-271-0/+1
* Add a new HashSet templatereduz2022-05-201-2/+2
* Replace most uses of Map by HashMapreduz2022-05-161-7/+7
* Fix signal completion in GDScript editorYuri Rubinsky2022-05-121-0/+1