summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/test_gdscript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-3/+3
* GDScript: Enable compression on exportGeorge Marques2024-02-081-1/+1
* GDScript: Reintroduce binary tokenization on exportGeorge Marques2024-02-081-3/+58
* Merge pull request #79425 from vnen/gdscript-load-classes-for-debug-testsRémi Verschelde2023-10-031-0/+10
|\
| * GDScript: Load global classes when running debug testsGeorge Marques2023-07-131-0/+10
* | GDScript: Fix `get_*_list()` methods return incorrect infoDanil Alexeev2023-09-041-4/+5
|/
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-5/+5
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Extend test_compiler to also disassemble inner classesstrank2022-06-121-17/+29
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-2/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Use range iterators for `Map`Lightning_A2021-09-301-2/+2
* Reorganise text editor settingsPaulb232021-08-161-1/+1
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-8/+4
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Rename File::get_len() get_length()Marcel Admiraal2021-05-251-2/+2
* Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-171-1/+1
* GDScript: Add lambdas to the type analyzerGeorge Marques2021-04-281-0/+12
* GDScript: Add lambda syntax parsingGeorge Marques2021-04-281-1/+1
* Add runner for GDScript testingGeorge Marques2021-04-081-72/+4
* Add unit tests for export templatesGordon MacPherson2021-03-221-3/+4
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* GDScript: Add initialization for the language before debug testsGeorge Marques2020-10-201-0/+76
* Register GDScript test tools as test commands to run via command-lineAndrii Doroshenko (Xrayez)2020-09-021-23/+4
* Move GDScript tests to respective folder under modulesAndrii Doroshenko (Xrayez)2020-09-021-0/+250