summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests/test_gdscript.cpp
AgeCommit message (Expand)Author
2021-09-30Use range iterators for `Map`Lightning_A
2021-08-16Reorganise text editor settingsPaulb23
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-05-25Rename File::get_len() get_length()Marcel Admiraal
2021-05-17Make all file access 64-bit (uint64_t)Pedro J. Estébanez
2021-04-28GDScript: Add lambdas to the type analyzerGeorge Marques
2021-04-28GDScript: Add lambda syntax parsingGeorge Marques
2021-04-08Add runner for GDScript testingGeorge Marques
2021-03-22Add unit tests for export templatesGordon MacPherson
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-20GDScript: Add initialization for the language before debug testsGeorge Marques
2020-09-02Register GDScript test tools as test commands to run via command-lineAndrii Doroshenko (Xrayez)
2020-09-02Move GDScript tests to respective folder under modulesAndrii Doroshenko (Xrayez)