summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/gdscript_test_runner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace most uses of Map by HashMapreduz2022-05-161-2/+2
* Add a new HashMap implementationreduz2022-05-121-5/+5
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-1/+1
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-5/+4
* Improve autoload inheritance error messageJason Yundt2022-04-041-1/+1
* Remove VARIANT_ARG* macrosreduz2022-03-091-1/+1
* Refactor some object type checking code with `cast_to`Rémi Verschelde2022-02-081-10/+8
* GDScript: Allow tests to run on release buildsGeorge Marques2022-02-031-0/+42
* Fix multiple missing UTF-8 decoding.bruvzg2022-01-061-4/+4
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* Implement toast notifications in the editorGilles Roudière2021-10-141-1/+1
* GDScript: Make all warnings enabled in test generationGeorge Marques2021-10-061-7/+6
* Fix an undefined behaviourThreeRhinosInAnElephantCostume2021-09-131-0/+3
* Merge pull request #52068 from ThreeRhinosInAnElephantCostume/fixgdscriptRémi Verschelde2021-09-131-1/+4
|\
| * Fix error on parsing statement-less GDScript files,ThreeRhinosInAnElephantCostume2021-09-111-1/+4
* | 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