summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/gdscript_test_runner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use OrderedHashMap for autoloads to preserve orderLyuma2021-08-261-5/+5
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-7/+7
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-4/+4
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-3/+3
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* GDScript: Fix error handler for testsGeorge Marques2021-05-241-4/+3
* Remove uses of `auto` for better readability and online code reviewsHugo Locurcio2021-04-261-2/+2
* Add runner for GDScript testingGeorge Marques2021-04-081-0/+584