summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/runtime
Commit message (Expand)AuthorAgeFilesLines
* GDScript: Fix incorrect error message for utility functionsDanil Alexeev2023-10-164-0/+18
* GDScript: Replace ptrcalls on MethodBind to validated callsGeorge Marques2023-10-061-3/+3
* Core: Fix `Object::has_method()` for script static methodsDanil Alexeev2023-10-042-0/+15
* GDScript: Fix `UNSAFE_CALL_ARGUMENT` warning for `Variant` constructorsDanil Alexeev2023-09-301-1/+0
* Merge pull request #82186 from dalexeev/gds-fix-property-duplicationYuri Sizov2023-09-282-0/+69
|\
| * GDScript: Fix duplication of inherited script propertiesDanil Alexeev2023-09-232-0/+69
* | Merge pull request #82030 from dalexeev/gds-make-for-loop-array-literal-typedYuri Sizov2023-09-282-0/+10
|\ \
| * | GDScript: Make array literal typed if `for` loop variable type is specifiedDanil Alexeev2023-09-212-0/+10
| |/
* | Merge pull request #80085 from vnen/gdscript-pattern-guardsYuri Sizov2023-09-282-0/+81
|\ \
| * | GDScript: Implement pattern guards for match statementGeorge Marques2023-09-272-0/+81
| |/
* / GDScript: Improve call analysisDanil Alexeev2023-09-215-1/+12
|/
* GDScript: Fix some lambda bugsDanil Alexeev2023-09-145-62/+59
* GDScript: Fix `get_*_list()` methods return incorrect infoDanil Alexeev2023-09-042-0/+170
* GDScript: Add static typing for `for` loop variableDanil Alexeev2023-08-174-0/+69
* GDScript: Fix regression with native signal not foundDanil Alexeev2023-08-022-0/+19
* Merge pull request #78254 from dalexeev/gds-fix-property-group-name-conflictYuri Sizov2023-07-312-0/+22
|\
| * GDScript: Fix conflict between property and group namesDanil Alexeev2023-06-152-0/+22
* | Merge pull request #77744 from dalexeev/gds-reset-block-locals-on-exitRémi Verschelde2023-06-214-0/+55
|\ \
| * | GDScript: Reset local variables on exit from blockDanil Alexeev2023-06-024-0/+55
* | | Merge pull request #73540 from mashumafi/fix-typed-array-addRémi Verschelde2023-06-202-0/+35
|\ \ \
| * | | Fix: Typed arrays aren't working with +mashumafi2023-02-222-0/+35
* | | | GDScript: Fix `_get_script_name()` function collision for SCU buildDanil Alexeev2023-06-202-2/+2
* | | | Merge pull request #78389 from rune-scape/rune-match-stringnamesRémi Verschelde2023-06-194-17/+32
|\ \ \ \
| * | | | GDScript: Strings and StringNames matchrune-scape2023-06-144-17/+32
| | |_|/ | |/| |
* | | | Merge pull request #77129 from dalexeev/gds-fix-static-var-bugs-part-1Rémi Verschelde2023-06-198-18/+192
|\ \ \ \
| * | | | GDScript: Fix some bugs with static variables and functionsDanil Alexeev2023-06-168-18/+192
| |/ / /
* | | | Merge pull request #73657 from mashumafi/callable-ctorRémi Verschelde2023-06-182-0/+13
|\ \ \ \ | |/ / / |/| | |
| * | | Fix: Get constructor as Callablemashumafi2023-02-202-0/+13
* | | | 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
* | | | Merge pull request #75419 from vonagam/fix-super-classes-in-array-literalsRémi Verschelde2023-06-142-0/+14
|\ \ \ \ | |_|_|/ |/| | |
| * | | GDScript: Allow elements of a parent class in a typed array literalDmitrii Maganov2023-03-282-0/+14
* | | | Add support for static variables in GDScriptGeorge Marques2023-04-278-0/+114
* | | | GDScript: Don't fail when freed object is returnGeorge Marques2023-04-262-0/+17
* | | | [GDScript] Fix incorrect compound assignmentNinni Pipping2023-04-142-0/+37
|/ / /
* | | GDScript: Fix false positive `REDUNDANT_AWAIT` warningDanil Alexeev2023-03-161-1/+1
* | | Fix GDScript code style regarding colonDanil Alexeev2023-03-053-4/+4
* | | Merge pull request #73915 from vonagam/fix-conversions-from-native-memberRémi Verschelde2023-02-262-0/+13
|\ \ \
| * | | GDScript: Fix conversions from native members accessed by identifierDmitrii Maganov2023-02-252-0/+13
* | | | Merge pull request #73899 from vnen/gdscript-init-defaults-beforehandRémi Verschelde2023-02-262-0/+22
|\ \ \ \
| * | | | GDScript: Initialize all defaults beforehand in implicit constructorGeorge Marques2023-02-242-0/+22
| |/ / /
* / / / Revert "GDScript: Fix groups and categories been seen as members"George Marques2023-02-252-14/+0
|/ / /
* | | Fixup GDScript test using non-deterministic idsRémi Verschelde2023-02-242-4/+6
* | | GDScript: Fix groups and categories been seen as membersGeorge Marques2023-02-242-0/+12
* | | Add test for const class referencesmashumafi2023-02-203-0/+19
|/ /
* / Fix: Func with typed args error when arg is nullmashumafi2023-02-192-0/+30
|/
* Revert "Remove script class checks when getting function signature"Rémi Verschelde2023-02-073-33/+0
* Remove script class checks when getting function signatureAdam Scott2023-02-073-0/+33
* GDScript: Improve usability of setter chainsGeorge Marques2023-02-024-0/+27
* GDScript: Fix issues with typed arraysDmitrii Maganov2023-01-3110-0/+54