summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests/gdscript_test_runner.cpp
AgeCommit message (Expand)Author
2023-02-02GDScript: Add warnings that are set to error by defaultGeorge Marques
2023-02-01Revert "GDScript: Add warnings that are set to error by default"Rémi Verschelde
2023-02-01GDScript: Add warnings that are set to error by defaultGeorge Marques
2023-01-30Add option to print filenames in GDScript unit testingocean (they/them)
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-11-25Fix singleton scene cyclic loadingAdam Scott
2022-11-18Fix cyclic references in GDScript 2.0Adam Scott
2022-11-13GDScript compiler subclass bugfixesRune
2022-10-07Fix more MSVC C4702 (unreachable code) warningsRémi Verschelde
2022-08-29Rename String `plus_file` to `path_join`Aaron Franke
2022-07-04Variant memory poolslawnjelly
2022-06-29Adding print_rich for printing with BBCodeVoylin
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-12Add a new HashMap implementationreduz
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-04-04Improve autoload inheritance error messageJason Yundt
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