summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/runtime
Commit message (Expand)AuthorAgeFilesLines
* 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-276-22/+12
* GDScript: Allow constant expressions in annotationsDanil Alexeev2023-01-255-11/+11
* GDScript: Fix typing of iterator in for loopDmitrii Maganov2023-01-132-0/+65
* Add default virtual `gdscript://` path to `GDScript` instancesAdam Scott2023-01-122-0/+23
* Merge pull request #70987 from vonagam/fix-parameter-conversion-assignGeorge Marques2023-01-124-0/+43
|\
| * GDScript: Fix missing conversion for default argument valuesDmitrii Maganov2023-01-064-0/+43
* | GDScript: Fix temp values being written without proper clearGeorge Marques2023-01-112-0/+19
* | Merge pull request #70595 from adamscott/add-gdscript-editorconfigRémi Verschelde2023-01-114-15/+15
|\ \
| * | Add GDScript `.editorconfig` rulesAdam Scott2023-01-104-15/+15
* | | GDScript: Fix use of conversion assign for variant valuesGeorge Marques2023-01-102-0/+12
|/ /
* | Merge pull request #71051 from vonagam/consts-are-deep-startRémi Verschelde2023-01-098-0/+46
|\ \
| * | GDScript: Begin making constants deep, not shallow or flatDmitrii Maganov2023-01-088-0/+46
| |/
* | GDScript: Allow using await on calls to void functionsGeorge Marques2023-01-092-0/+9
* | GDScript: Don't use the NIL address to hold return value of functionsGeorge Marques2023-01-092-0/+47
|/
* Merge pull request #70702 from vnen/gdscript-error-on-assign-voidRémi Verschelde2023-01-037-4/+34
|\
| * GDScript: Error when assigning return value of void functionGeorge Marques2022-12-307-4/+34
* | Fix type adjustment skipped when value is considered both not hard and not va...cdemirer2022-12-252-0/+21
|/
* Merge pull request #68747 from rune-scape/rune-stringname-unificationRémi Verschelde2022-12-098-0/+105
|\
| * Unify String and StringNamerune-scape2022-12-058-0/+105
* | Fix incomplete shadowing of member properties by parametersDmitrii Maganov2022-12-062-0/+42
|/
* Merge pull request #68125 from kleonc/range-fix-single-arg-optimized-type-mis...Rémi Verschelde2022-11-024-0/+139
|\
| * GDScript Fix type mismatch in optimized single arg `range`kleonc2022-11-024-0/+139
* | Support for checking that Projection is(not) nullRafał Mikrut2022-11-014-0/+10
|/
* Improve dictionary printing to avoid confusion with arraysHugo Locurcio2022-10-042-3/+3
* 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