summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/gdscript_test_runner.cpp
Commit message (Expand)AuthorAgeFilesLines
* GDScriptTestRunner: Fix compiler error outputrune-scape2024-07-231-1/+1
* Use Core/Scene stringnames consistentlykobewi2024-05-131-1/+0
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-2/+2
* GDScript: Fix continuation lines in `GDScriptTokenizerBuffer`Danil Alexeev2024-04-101-7/+16
* GDScript: Enable compression on exportGeorge Marques2024-02-081-1/+1
* GDScript: Reintroduce binary tokenization on exportGeorge Marques2024-02-081-14/+82
* Add unit test runner for autocompletionHolonProduction2024-01-051-1/+1
* Correctly check scripts that must inherit `EditorPlugin`Yuri Sizov2023-11-231-6/+5
* GDScript: Add `INFERRED_DECLARATION` warningDanil Alexeev2023-09-221-1/+1
* Add "untyped_declaration" warningryanabx2023-09-111-0/+4
* GDScript: Further restrict test error output for C++ errorsRémi Verschelde2023-06-141-9/+9
* GDScript: Only include script file path in test error outputRémi Verschelde2023-06-141-4/+10
* Add support for static variables in GDScriptGeorge Marques2023-04-271-8/+8
* GDScript: Use default path in test generator if not providedGeorge Marques2023-04-261-5/+5
* GDScript: Add warnings that are set to error by defaultGeorge Marques2023-02-021-3/+3
* Revert "GDScript: Add warnings that are set to error by default"Rémi Verschelde2023-02-011-3/+3
* GDScript: Add warnings that are set to error by defaultGeorge Marques2023-02-011-3/+3
* Add option to print filenames in GDScript unit testingocean (they/them)2023-01-301-16/+16
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix singleton scene cyclic loadingAdam Scott2022-11-251-15/+26
* Fix cyclic references in GDScript 2.0Adam Scott2022-11-181-1/+7
* GDScript compiler subclass bugfixesRune2022-11-131-1/+0
* Fix more MSVC C4702 (unreachable code) warningsRémi Verschelde2022-10-071-6/+6
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-3/+3
* Variant memory poolslawnjelly2022-07-041-2/+3
* Adding print_rich for printing with BBCodeVoylin2022-06-291-1/+1
* 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