summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/runtime
Commit message (Expand)AuthorAgeFilesLines
* Fix stringification of ProjectionRémi Verschelde2024-11-252-0/+2
* Fix stringification of Vector4kobewi2024-11-222-7/+12
* Fix crash when division by zero/modulo by zero happen on vectorsChaosus2024-11-214-0/+18
* Fix analyzer pushing SHADOWED_VARIABLE warning for members shadowed in subcla...girdenis-p2024-11-061-2/+2
* Merge pull request #47502 from KoBeWi/add_0Thaddeus Crews2024-10-316-35/+35
|\
| * Always add decimal when printing floatkobewi2024-10-236-35/+35
* | GDScript: Rework `GDScriptUtilityFunctions` macrosDanil Alexeev2024-10-252-0/+17
* | GDScriptNativeClass: Allow getting static function as callablerune-scape2024-09-232-0/+11
|/
* Merge pull request #96856 from RandomShaper/selfdestruct_correctnessRémi Verschelde2024-09-162-0/+55
|\
| * Object: Add tests about the safety of tail destructionPedro J. Estébanez2024-09-162-0/+55
* | Core: Fix `operator[]` for typed dictionariesThaddeus Crews2024-09-124-0/+26
|/
* Implement typed dictionariesThaddeus Crews2024-09-0418-16/+121
* Merge pull request #70096 from rune-scape/stringname-dictRémi Verschelde2024-09-032-3/+3
|\
| * StringName Dictionary keysrune-scape2024-08-292-3/+3
* | GDScript: Replace `assert()` with `Utils.check()` in testsDanil Alexeev2024-08-2813-35/+27
|/
* Merge pull request #94730 from dalexeev/gds-fix-while-locals-clearingRémi Verschelde2024-07-262-2/+19
|\
| * GDScript: Fix locals clearing after exiting `while` blockDanil Alexeev2024-07-252-2/+19
* | [Core] Fix `Variant::construct` of `Object`A Thousand Ships2024-07-254-0/+27
|/
* GDScript: Fix incorrect setter call for reference typesDanil Alexeev2024-07-242-0/+88
* Merge pull request #94327 from HolonProduction/underscore_identifierRémi Verschelde2024-07-172-0/+16
|\
| * GDScript: Restore support for `Token::UNDERSCORE` in identifiersHolonProduction2024-07-152-0/+16
* | Merge pull request #94138 from vnen/gdscript-simple-setter-chain-call-setterRémi Verschelde2024-07-172-0/+17
|\ \ | |/ |/|
| * GDScript: Call setter on simple setter chain without getterGeorge Marques2024-07-092-0/+17
* | Merge pull request #94025 from dalexeev/gds-fix-implicit-cast-typed-array-paramRémi Verschelde2024-07-092-0/+9
|\ \ | |/ |/|
| * GDScript: Fix implicit cast to typed array when passing parameterDanil Alexeev2024-07-072-0/+9
* | Merge pull request #93897 from akien-mga/vformat-better-error-messageRémi Verschelde2024-07-091-0/+1
|\ \
| * | Core: Improve vformat error reporting on sprintf failureRémi Verschelde2024-07-041-0/+1
* | | [GDScript] Fix `get_method` for lambda self `Callable`sA Thousand Ships2024-07-082-0/+26
| |/ |/|
* | [GDScript] Fix `get_argument_count` for lambda `Callable`sA Thousand Ships2024-07-052-0/+21
|/
* GDScript: Fix subscript resolution on constant non-metatype GDScript baseDanil Alexeev2024-05-302-0/+17
* GDScript: Fix lambdas capturing non-local variablesDanil Alexeev2024-05-222-0/+31
* GDScript: Fix some export annotation issuesDanil Alexeev2024-05-131-3/+3
* Style: Trim trailing whitespace and ensure newline at EOFRémi Verschelde2024-05-081-1/+0
* Fix various typos with codespellRémi Verschelde2024-05-071-1/+1
* Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-0310-0/+22
* Merge pull request #91364 from vnen/gdscript-implicit-ready-base-firstRémi Verschelde2024-05-022-0/+21
|\
| * GDScript: Call implicit ready on base script firstGeorge Marques2024-05-022-0/+21
* | [GDScript] Correctly report invalid read-only accessA Thousand Ships2024-05-013-3/+3
* | Merge pull request #91192 from vnen/gdscript-validated-native-static-callsRémi Verschelde2024-05-012-0/+9
|\ \
| * | GDScript: Perform validated calls with static methodsGeorge Marques2024-04-252-0/+9
* | | Merge pull request #89647 from AThousandShips/read_only_dictRémi Verschelde2024-05-012-0/+10
|\ \ \ | |_|/ |/| |
| * | [Core] Fix property access on read-only `Dictionary`A Thousand Ships2024-04-222-0/+10
* | | GDScript: Fix object iterator opcodesDanil Alexeev2024-04-262-0/+79
| |/ |/|
* | GDScript: Fix test `reset_uninit_local_vars.gd` failureDanil Alexeev2024-04-241-3/+3
* | Merge pull request #89990 from dalexeev/gds-reset-uninit-local-varsRémi Verschelde2024-04-242-0/+25
|\ \ | |/ |/|
| * GDScript: Fix uninitialized local variables not being resetDanil Alexeev2024-03-302-0/+25
* | GDScript: Warn when enum variable has no defaultGeorge Marques2024-04-161-0/+1
* | Merge pull request #90442 from vnen/gdscript-dont-warn-using-default-builtinRémi Verschelde2024-04-101-0/+2
|\ \
| * | GDScript: Don't warn on unassigned for builtin-typed variablesGeorge Marques2024-04-101-0/+2
* | | Merge pull request #84043 from dalexeev/gds-fix-unsafe-cast-warningRémi Verschelde2024-04-0910-0/+74
|\ \ \ | |/ / |/| |