summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/runtime
Commit message (Expand)AuthorAgeFilesLines
* Fix set chain bug with jump_if_sharedcdemirer2022-06-282-0/+26
* quote strings inside arrays and dictionariesNathan Franke2022-05-031-3/+3
* GDScript: Allow using self in lambdasGeorge Marques2022-04-242-0/+28
* GDScript: Allow tests to run on release buildsGeorge Marques2022-02-032-1/+2
* GDScript: Fix parsing default parameter values from function callsstrank2022-01-132-0/+41
* Refactored Node3D rotation modesreduz2021-10-251-1/+1
* GDScript: Properly return value with await on non-coroutineGeorge Marques2021-10-142-0/+14
* Zero Dictionary and Array variants when changing type with resetGeorge Marques2021-10-144-0/+60
* Enhance and cleanup stringify for Vectormashumafi2021-10-092-0/+76
* Fix LUA-style assignment in Dictionarykobewi2021-10-052-0/+6
* GDScript: Fix member assignment with operationGeorge Marques2021-10-042-0/+18
* GDScript: Fix assignment with operation for propertiesGeorge Marques2021-09-292-0/+19
* Merge pull request #52718 from Calinou/gdscript-add-integration-tests-2Rémi Verschelde2021-09-212-0/+144
|\
| * Add more integration tests to the GDScript test suiteHugo Locurcio2021-09-152-0/+144
* | Allow comparing equality between builtin types and nullGeorge Marques2021-09-178-0/+692
|/
* Make Callable not crash on call when the object has been freedGeorge Marques2021-05-242-0/+11