summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests
AgeCommit message (Expand)Author
2021-08-26Correct null and boolean values being capitalised by the str commandBalloonpopper
2021-08-25Fixed crash when parsing an empty assignment.Louis Dumont
2021-08-25Add a README to link to the GDScript integration tests documentationHugo Locurcio
2021-08-24GDScript: Allow access to outer constant and enum valuesGeorge Marques
2021-08-18GDScript: Fix calling builtin static functionsGeorge Marques
2021-08-18GDScript: Fix inner classes and preloaded scripts as typesGeorge Marques
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-11Rename Reference to RefCountedPedro J. Estébanez
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-05-26Merge pull request #49114 from vnen/gdscript-fix-self-function-type-checkRémi Verschelde
2021-05-26GDScript: Fix function signature check for self callsGeorge Marques
2021-05-25Rename File::get_len() get_length()Marcel Admiraal
2021-05-24Make Callable not crash on call when the object has been freedGeorge Marques
2021-05-24GDScript: Fix error handler for testsGeorge Marques
2021-05-19Merge pull request #48657 from Calinou/test-add-gdscriptRémi Verschelde
2021-05-17Make all file access 64-bit (uint64_t)Pedro J. Estébanez
2021-05-12Add a unit test suite for GDScriptHugo Locurcio
2021-05-03Merge pull request #47958 from Xrayez/gdscript-rename-test-scriptsRémi Verschelde
2021-04-28GDScript: Add lambdas to the type analyzerGeorge Marques
2021-04-28GDScript: Add lambda syntax parsingGeorge Marques
2021-04-26Remove uses of `auto` for better readability and online code reviewsHugo Locurcio
2021-04-16Rename GDScript test script filenames to use `snake_case`Andrii Doroshenko (Xrayez)
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)