summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests/scripts/runtime/features
AgeCommit message (Expand)Author
2022-06-28Fix set chain bug with jump_if_sharedcdemirer
2022-05-03quote strings inside arrays and dictionariesNathan Franke
2022-04-24GDScript: Allow using self in lambdasGeorge Marques
2022-01-13GDScript: Fix parsing default parameter values from function callsstrank
2021-10-25Refactored Node3D rotation modesreduz
2021-10-14GDScript: Properly return value with await on non-coroutineGeorge Marques
2021-10-14Zero Dictionary and Array variants when changing type with resetGeorge Marques
2021-10-09Enhance and cleanup stringify for Vectormashumafi
2021-10-05Fix LUA-style assignment in Dictionarykobewi
2021-10-04GDScript: Fix member assignment with operationGeorge Marques
2021-09-29GDScript: Fix assignment with operation for propertiesGeorge Marques
2021-09-21Merge pull request #52718 from Calinou/gdscript-add-integration-tests-2RĂ©mi Verschelde
2021-09-17Allow comparing equality between builtin types and nullGeorge Marques
2021-09-15Add more integration tests to the GDScript test suiteHugo Locurcio