summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/runtime/errors
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when division by zero/modulo by zero happen on vectorsChaosus2024-11-214-0/+18
* Core: Fix `operator[]` for typed dictionariesThaddeus Crews2024-09-124-0/+26
* Implement typed dictionariesThaddeus Crews2024-09-0410-0/+58
* [Core] Fix `Variant::construct` of `Object`A Thousand Ships2024-07-252-0/+15
* Core: Improve vformat error reporting on sprintf failureRémi Verschelde2024-07-041-0/+1
* [GDScript] Correctly report invalid read-only accessA Thousand Ships2024-05-013-3/+3
* [Core] Fix property access on read-only `Dictionary`A Thousand Ships2024-04-222-0/+10
* Merge pull request #84043 from dalexeev/gds-fix-unsafe-cast-warningRémi Verschelde2024-04-098-0/+40
|\
| * GDScript: Fix `UNSAFE_CAST` warningDanil Alexeev2023-10-278-0/+40
* | Merge pull request #82639 from golfinq/gdscript-improve-indexing-errorRémi Verschelde2024-01-042-2/+2
|\ \ | |/ |/|
| * GDScript: Improve error messages for invalid indexingRémi Verschelde2023-10-022-2/+2
* | GDScript: Fix incorrect error message for utility functionsDanil Alexeev2023-10-164-0/+18
|/
* GDScript: Add static typing for `for` loop variableDanil Alexeev2023-08-172-0/+10
* 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