summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests
Commit message (Expand)AuthorAgeFilesLines
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-232-15/+11
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-192-5/+5
* Rename Reference to RefCountedPedro J. Estébanez2021-06-112-7/+7
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-112-2/+2
* Merge pull request #49114 from vnen/gdscript-fix-self-function-type-checkRémi Verschelde2021-05-262-0/+12
|\
| * GDScript: Fix function signature check for self callsGeorge Marques2021-05-262-0/+12
* | Rename File::get_len() get_length()Marcel Admiraal2021-05-251-2/+2
|/
* Make Callable not crash on call when the object has been freedGeorge Marques2021-05-242-0/+11
* GDScript: Fix error handler for testsGeorge Marques2021-05-241-4/+3
* Merge pull request #48657 from Calinou/test-add-gdscriptRémi Verschelde2021-05-191-0/+21
|\
| * Add a unit test suite for GDScriptHugo Locurcio2021-05-121-0/+21
* | Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-171-1/+1
|/
* Merge pull request #47958 from Xrayez/gdscript-rename-test-scriptsRémi Verschelde2021-05-0324-0/+0
|\
| * Rename GDScript test script filenames to use `snake_case`Andrii Doroshenko (Xrayez)2021-04-1624-0/+0
* | GDScript: Add lambdas to the type analyzerGeorge Marques2021-04-281-0/+12
* | GDScript: Add lambda syntax parsingGeorge Marques2021-04-281-1/+1
* | Remove uses of `auto` for better readability and online code reviewsHugo Locurcio2021-04-261-2/+2
|/
* Add runner for GDScript testingGeorge Marques2021-04-0831-74/+870
* Add unit tests for export templatesGordon MacPherson2021-03-221-3/+4
* Update copyright statements to 2021Rémi Verschelde2021-01-012-4/+4
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-162-2/+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-022-26/+6
* Move GDScript tests to respective folder under modulesAndrii Doroshenko (Xrayez)2020-09-022-0/+298