summaryrefslogtreecommitdiffstats
path: root/core/object/script_language.cpp
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-4/+0
* Lookup method also in base scripts of a PlaceHolderScriptInstanceRaul Santos2024-06-221-1/+7
* Use Core/Scene stringnames consistentlykobewi2024-05-131-1/+0
* Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-031-0/+1
* Merge pull request #90776 from Naros/avoid-script-language-not-overriddenRémi Verschelde2024-04-191-1/+7
|\
| * Defer call to set_break_languageChris Cranford2024-04-161-1/+7
* | [Core] Add iteration support to `Array`A Thousand Ships2024-04-101-6/+6
|/
* Merge pull request #89261 from paulloz/core/fix-script-reloading-outside-scri...Rémi Verschelde2024-03-241-0/+19
|\
| * Fix how scripts reload outside of ScriptEditorPaul Joannon2024-03-181-0/+19
* | Merge pull request #87680 from AThousandShips/the_angry_countRémi Verschelde2024-03-131-0/+16
|\ \
| * | Add methods to get argument count of methodsA Thousand Ships2024-03-101-0/+16
| |/
* | Merge pull request #82084 from ogapo/pr/pck-cache-mergeRémi Verschelde2024-03-111-6/+18
|\ \ | |/ |/|
| * Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKsDavid Nikdel2024-03-061-6/+18
* | Merge pull request #89175 from paulloz/dotnet/fix-exported-nodes-reset-withou...Rémi Verschelde2024-03-061-1/+6
|\ \ | |/ |/|
| * Hint fallback property as node when it is a nodePaul Joannon2024-03-051-1/+6
* | Allow configuring the script filename casing ruleRedMser2024-03-051-0/+7
|/
* Generate script resource preview without parsingYuri Sizov2024-01-261-0/+12
* Expose `Script.get_global_name()`Alfonso J. Ramos2023-12-181-0/+2
* Fix property groups overriding real propertiesPaul Joannon2023-11-281-0/+4
* Merge pull request #84847 from RandomShaper/lang_init_termRémi Verschelde2023-11-141-7/+29
|\
| * Let languages init & finish run without locks heldPedro J. Estébanez2023-11-131-7/+29
* | Fill remaining global scope constant descriptionskobewi2023-11-131-3/+0
|/
* Make languages bookkeeping thread-safePedro J. Estébanez2023-11-091-7/+27
* C#: Abstract script class support398utubzyt2023-09-151-0/+1
* Merge pull request #81388 from YuriSizov/core-gdvirtual-but-less-confused-abo...Rémi Verschelde2023-09-071-34/+0
|\
| * Extract ScriptInstance to simplify includesYuri Sizov2023-09-061-34/+0
* | Change precedence in rules to make location after proper casing.ajreckof2023-09-051-1/+1
|/
* Fix race in ScriptServer.Ryan Roden-Corrent2023-06-211-2/+8
* sort code completions with rulesajreckof2023-05-231-1/+46
* Add Engine::unregister_script_language and make Engine::register_script_langu...Emmanuel Leblond2023-02-101-5/+13
* Remove unused has_global_classes()kobewi2023-02-031-4/+0
* Restore script class cache if removedJuan Linietsky2023-01-311-0/+8
* Implement a quick script inheritance checkJuan Linietsky2023-01-191-0/+31
* Clean up EditorFileSystem script parsingJuan Linietsky2023-01-181-0/+9
* Move global script class cache to separate filekobewi2023-01-161-17/+25
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fixes inability to assign script after clearingocean (they/them)2022-11-211-2/+4
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-3/+3
* Validate input in `ScriptServer::register_language`Haoyu Qiu2022-10-081-0/+1
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-6/+6
* Replace Array return types with TypedArray 2kobewi2022-08-231-6/+7
* Removed faulty function update after get_property_list.Hristo Stamenov2022-08-031-0/+25
* Implement Vector4, Vector4i, Projectionreduz2022-07-231-0/+3
* Add a const call mode to Object, Variant and Script.K. S. Ernest (iFire) Lee2022-06-271-0/+5
* Add a new HashSet templatereduz2022-05-201-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-14/+14
* Add a new HashMap implementationreduz2022-05-121-3/+2
* Fix some issues found by cppcheck.bruvzg2022-04-061-1/+1