summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/test_gdscript.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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