summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/runtime/errors
Commit message (Expand)AuthorAgeFilesLines
* GDScript: Fix `_get_script_name()` function collision for SCU buildDanil Alexeev2023-06-202-2/+2
* GDScript: Further restrict test error output for C++ errorsRémi Verschelde2023-06-141-1/+0
* GDScript: Only include script file path in test error outputRémi Verschelde2023-06-141-2/+0
* GDScript: Allow elements of a parent class in a typed array literalDmitrii Maganov2023-03-282-0/+14
* GDScript: Fix issues with typed arraysDmitrii Maganov2023-01-318-0/+46
* GDScript: Avoid calling non-static methods on native classesGeorge Marques2023-01-282-0/+12
* GDScript: Fix test for read-only state of constantsDmitrii Maganov2023-01-274-22/+0
* Merge pull request #70987 from vonagam/fix-parameter-conversion-assignGeorge Marques2023-01-122-0/+16
|\
| * GDScript: Fix missing conversion for default argument valuesDmitrii Maganov2023-01-062-0/+16
* | Add GDScript `.editorconfig` rulesAdam Scott2023-01-101-1/+1
* | GDScript: Begin making constants deep, not shallow or flatDmitrii Maganov2023-01-088-0/+46
|/
* GDScript: Error when assigning return value of void functionGeorge Marques2022-12-306-0/+30
* GDScript: Allow tests to run on release buildsGeorge Marques2022-02-032-1/+2
* Make Callable not crash on call when the object has been freedGeorge Marques2021-05-242-0/+11