summaryrefslogtreecommitdiffstats
path: root/core/object/script_language.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-2/+2
|\
| * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-2/+2
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-1/+1
|/
* Fix reloading scripts already in useHilderin2024-09-201-1/+4
* Merge pull request #96024 from Ryan-000/expose_get_rpc_configRémi Verschelde2024-09-161-1/+1
|\
| * Expose get_rpc_config and get_node_rpc_configRyan2024-09-041-1/+1
* | Make languages' thread enter/exit more resilientPedro J. Estébanez2024-09-101-0/+2
* | GDScript: Fix message when calling non-tool function in tool modeDanil Alexeev2024-08-271-4/+1
|/
* 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