summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests
AgeCommit message (Expand)Author
2023-01-06GDScript: Fix array as default value for parameterDmitrii Maganov
2023-01-06Unify typing of variables, constants and parameters in GDScriptDmitrii Maganov
2023-01-05One Copyright Update to rule them allRémi Verschelde
2023-01-03Merge pull request #70859 from vonagam/fix-preload-native-typeRémi Verschelde
2023-01-03Merge pull request #70702 from vnen/gdscript-error-on-assign-voidRémi Verschelde
2023-01-03Merge pull request #70656 from vonagam/fix-void-returnsRémi Verschelde
2023-01-03GDScript: Fix wrong native type for preloaded classDmitrii Maganov
2022-12-30Merge pull request #62688 from cdemirer/assignments-and-typesGeorge Marques
2022-12-30GDScript: Make using return of void function an errorGeorge Marques
2022-12-30Merge pull request #70613 from vonagam/fix-enum-as-constantGeorge Marques
2022-12-30GDScript: Error when assigning return value of void functionGeorge Marques
2022-12-29GDScript: Fix false name conflicts for unnamed enumsDmitrii Maganov
2022-12-29GDScript: Disallow return with value in void functionsDmitrii Maganov
2022-12-28Fix usage of Enum as constantDmitrii Maganov
2022-12-27GDScript: Fix return type of constructor call for extending classDmitrii Maganov
2022-12-25Fix type adjustment skipped when value is considered both not hard and not va...cdemirer
2022-12-23Merge pull request #69991 from rune-scape/cast-typeRémi Verschelde
2022-12-23Merge pull request #70220 from adamscott/fix-external-enumRémi Verschelde
2022-12-22Merge pull request #70440 from rune-scape/null-againRémi Verschelde
2022-12-22Fix GDScript analyzer null literalrune-scape
2022-12-21Add MethodInfo to signal datatypeocean (they/them)
2022-12-19Make script annotations placed before class_name and extendsAaron Franke
2022-12-17Fix external enums not assignable as constantsAdam Scott
2022-12-17Fix outer class lookupAdam Scott
2022-12-17Fix inner class constant assignmentAdam Scott
2022-12-16Fix enum value regressionrune-scape
2022-12-15Merge pull request #69471 from rune-scape/rune-out-of-orderRémi Verschelde
2022-12-14GDScript: Allow out of order member resolutionrune-scape
2022-12-12GDScript: Fix cast producing nullrune-scape
2022-12-12Fix String type compatibility being too permissiverune-scape
2022-12-10Fix constant base typing in extended GDScript classAdam Scott
2022-12-09Merge pull request #68747 from rune-scape/rune-stringname-unificationRémi Verschelde
2022-12-05Unify String and StringNamerune-scape
2022-12-06Fix incomplete shadowing of member properties by parametersDmitrii Maganov
2022-12-01Improve parent signature errorkobewi
2022-11-25Fix singleton scene cyclic loadingAdam Scott
2022-11-21change RETURN_VALUE_DISCARDED GDScript warn textsouplamp
2022-11-18Merge pull request #67714 from adamscott/fix-preload-cyclic-references-part2Rémi Verschelde
2022-11-18Fix cyclic references in GDScript 2.0Adam Scott
2022-11-17Fix ability to overload "script" variableocean (they/them)
2022-11-13GDScript compiler subclass bugfixesRune
2022-11-02Merge pull request #68125 from kleonc/range-fix-single-arg-optimized-type-mis...Rémi Verschelde
2022-11-02GDScript Fix type mismatch in optimized single arg `range`kleonc
2022-11-01Support for checking that Projection is(not) nullRafał Mikrut
2022-10-14Add STATIC_CALLED_ON_INSTANCE warning to highlightclayjohn
2022-10-13Implement RETURN_VALUE_DISCARDED warning in GDscriptclayjohn
2022-10-07Fix more MSVC C4702 (unreachable code) warningsRémi Verschelde
2022-10-04Improve dictionary printing to avoid confusion with arraysHugo Locurcio
2022-08-31Improve null and object printing to avoid confusion with arraysHugo Locurcio
2022-08-29Rename String `plus_file` to `path_join`Aaron Franke