| Commit message (Expand) | Author | Age | Files | Lines |
* | Make languages' thread enter/exit more resilient | Pedro J. Estébanez | 2024-09-10 | 1 | -0/+17 |
* | Core: Fix unreachable code | Thaddeus Crews | 2024-08-27 | 1 | -1/+2 |
* | GDScript: Fix message when calling non-tool function in tool mode | Danil Alexeev | 2024-08-27 | 1 | -0/+12 |
* | Fix global class cache file not present when no class name | Hilderin | 2024-07-31 | 1 | -4/+0 |
* | Lookup method also in base scripts of a PlaceHolderScriptInstance | Raul Santos | 2024-06-22 | 1 | -1/+7 |
* | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -1/+0 |
* | Add PackedVector4Array Variant type | K. S. Ernest (iFire) Lee | 2024-05-03 | 1 | -0/+1 |
* | Merge pull request #90776 from Naros/avoid-script-language-not-overridden | Rémi Verschelde | 2024-04-19 | 1 | -1/+7 |
|\ |
|
| * | Defer call to set_break_language | Chris Cranford | 2024-04-16 | 1 | -1/+7 |
* | | [Core] Add iteration support to `Array` | A Thousand Ships | 2024-04-10 | 1 | -6/+6 |
|/ |
|
* | Merge pull request #89261 from paulloz/core/fix-script-reloading-outside-scri... | Rémi Verschelde | 2024-03-24 | 1 | -0/+19 |
|\ |
|
| * | Fix how scripts reload outside of ScriptEditor | Paul Joannon | 2024-03-18 | 1 | -0/+19 |
* | | Merge pull request #87680 from AThousandShips/the_angry_count | Rémi Verschelde | 2024-03-13 | 1 | -0/+16 |
|\ \ |
|
| * | | Add methods to get argument count of methods | A Thousand Ships | 2024-03-10 | 1 | -0/+16 |
| |/ |
|
* | | Merge pull request #82084 from ogapo/pr/pck-cache-merge | Rémi Verschelde | 2024-03-11 | 1 | -6/+18 |
|\ \
| |/
|/| |
|
| * | Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKs | David Nikdel | 2024-03-06 | 1 | -6/+18 |
* | | Merge pull request #89175 from paulloz/dotnet/fix-exported-nodes-reset-withou... | Rémi Verschelde | 2024-03-06 | 1 | -1/+6 |
|\ \
| |/
|/| |
|
| * | Hint fallback property as node when it is a node | Paul Joannon | 2024-03-05 | 1 | -1/+6 |
* | | Allow configuring the script filename casing rule | RedMser | 2024-03-05 | 1 | -0/+7 |
|/ |
|
* | Generate script resource preview without parsing | Yuri Sizov | 2024-01-26 | 1 | -0/+12 |
* | Expose `Script.get_global_name()` | Alfonso J. Ramos | 2023-12-18 | 1 | -0/+2 |
* | Fix property groups overriding real properties | Paul Joannon | 2023-11-28 | 1 | -0/+4 |
* | Merge pull request #84847 from RandomShaper/lang_init_term | Rémi Verschelde | 2023-11-14 | 1 | -7/+29 |
|\ |
|
| * | Let languages init & finish run without locks held | Pedro J. Estébanez | 2023-11-13 | 1 | -7/+29 |
* | | Fill remaining global scope constant descriptions | kobewi | 2023-11-13 | 1 | -3/+0 |
|/ |
|
* | Make languages bookkeeping thread-safe | Pedro J. Estébanez | 2023-11-09 | 1 | -7/+27 |
* | C#: Abstract script class support | 398utubzyt | 2023-09-15 | 1 | -0/+1 |
* | Merge pull request #81388 from YuriSizov/core-gdvirtual-but-less-confused-abo... | Rémi Verschelde | 2023-09-07 | 1 | -34/+0 |
|\ |
|
| * | Extract ScriptInstance to simplify includes | Yuri Sizov | 2023-09-06 | 1 | -34/+0 |
* | | Change precedence in rules to make location after proper casing. | ajreckof | 2023-09-05 | 1 | -1/+1 |
|/ |
|
* | Fix race in ScriptServer. | Ryan Roden-Corrent | 2023-06-21 | 1 | -2/+8 |
* | sort code completions with rules | ajreckof | 2023-05-23 | 1 | -1/+46 |
* | Add Engine::unregister_script_language and make Engine::register_script_langu... | Emmanuel Leblond | 2023-02-10 | 1 | -5/+13 |
* | Remove unused has_global_classes() | kobewi | 2023-02-03 | 1 | -4/+0 |
* | Restore script class cache if removed | Juan Linietsky | 2023-01-31 | 1 | -0/+8 |
* | Implement a quick script inheritance check | Juan Linietsky | 2023-01-19 | 1 | -0/+31 |
* | Clean up EditorFileSystem script parsing | Juan Linietsky | 2023-01-18 | 1 | -0/+9 |
* | Move global script class cache to separate file | kobewi | 2023-01-16 | 1 | -17/+25 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Fixes inability to assign script after clearing | ocean (they/them) | 2022-11-21 | 1 | -2/+4 |
* | Unify usage of GLOBAL/EDITOR_GET | kobewi | 2022-10-18 | 1 | -3/+3 |
* | Validate input in `ScriptServer::register_language` | Haoyu Qiu | 2022-10-08 | 1 | -0/+1 |
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg | 2022-10-07 | 1 | -6/+6 |
* | Replace Array return types with TypedArray 2 | kobewi | 2022-08-23 | 1 | -6/+7 |
* | Removed faulty function update after get_property_list. | Hristo Stamenov | 2022-08-03 | 1 | -0/+25 |
* | Implement Vector4, Vector4i, Projection | reduz | 2022-07-23 | 1 | -0/+3 |
* | Add a const call mode to Object, Variant and Script. | K. S. Ernest (iFire) Lee | 2022-06-27 | 1 | -0/+5 |
* | Add a new HashSet template | reduz | 2022-05-20 | 1 | -1/+1 |
* | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 1 | -14/+14 |
* | Add a new HashMap implementation | reduz | 2022-05-12 | 1 | -3/+2 |