summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests/gdscript_test_runner.cpp
AgeCommit message (Expand)Author
2022-03-09Remove VARIANT_ARG* macrosreduz
2022-02-08Refactor some object type checking code with `cast_to`Rémi Verschelde
2022-02-03GDScript: Allow tests to run on release buildsGeorge Marques
2022-01-06Fix multiple missing UTF-8 decoding.bruvzg
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-10-14Implement toast notifications in the editorGilles Roudière
2021-10-06GDScript: Make all warnings enabled in test generationGeorge Marques
2021-09-13Fix an undefined behaviourThreeRhinosInAnElephantCostume
2021-09-13Merge pull request #52068 from ThreeRhinosInAnElephantCostume/fixgdscriptRémi Verschelde
2021-09-11Fix error on parsing statement-less GDScript files,ThreeRhinosInAnElephantCostume
2021-08-26Use OrderedHashMap for autoloads to preserve orderLyuma
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-24GDScript: Fix error handler for testsGeorge Marques
2021-04-26Remove uses of `auto` for better readability and online code reviewsHugo Locurcio
2021-04-08Add runner for GDScript testingGeorge Marques