summaryrefslogtreecommitdiff
path: root/modules/gdscript
AgeCommit message (Expand)Author
2022-11-23[godot#68977] Fix constants parametersAdam Scott
2022-11-22GDScript: Don't warn about RETURN_VALUE_DISCARDED by defaultRémi Verschelde
2022-11-22Merge pull request #68970 from Chaosus/gds_fix_lambda_signalRémi Verschelde
2022-11-22Fix using signals in lambda functionsYuri Rubinsky
2022-11-22Merge pull request #68987 from adamscott/fix-godot#61386-autoload-scenes-impl...Rémi Verschelde
2022-11-22Merge pull request #68972 from adamscott/fix-godot#68971-cached-sceneRémi Verschelde
2022-11-22Merge pull request #68911 from souplamp/return-value-discarded-errorRémi Verschelde
2022-11-21[godot#61386] Fix autoload scenes implicit typesAdam Scott
2022-11-21change RETURN_VALUE_DISCARDED GDScript warn textsouplamp
2022-11-21[godot#68971] Fetch cached scene if it exists in `GDScriptCache`Adam Scott
2022-11-21Fix GDScript completion crashYuri Rubinsky
2022-11-20Merge pull request #68929 from adamscott/add-rename-checkRémi Verschelde
2022-11-20Merge pull request #68927 from rune-scape/rune-cache-parse-errorRémi Verschelde
2022-11-20Add move_script check before executing logicAdam Scott
2022-11-20GDScript: Cache scripts after parse errorrune-scape
2022-11-20GDScript: Fix setting to disable all warningsRémi Verschelde
2022-11-20Fix empty text in editorrune-scape
2022-11-18Remove fix leftover that caused cyclic load issuesAdam Scott
2022-11-18Merge pull request #68854 from anvilfolk/highlight-varRémi Verschelde
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-18Add error highlighting for duplicate variables/constantsocean (they/them)
2022-11-17Fix ability to overload "script" variableocean (they/them)
2022-11-16Merge pull request #68717 from rune-scape/rune-compiler-regressionYuri Rubinsky
2022-11-15GDScript Compiler: regression fixRune
2022-11-15Merge pull request #65372 from Mickeon/fix-treat-warnings-as-errorsRémi Verschelde
2022-11-15Merge pull request #68663 from Chaosus/gds_fix_completionYuri Rubinsky
2022-11-14Merge pull request #68657 from Sauermann/fix-redundant-initializationRémi Verschelde
2022-11-14Fix completion popup for the variables created with `get_node` callYuri Rubinsky
2022-11-14Remove redundant Variant-types initializationsMarkus Sauermann
2022-11-14Merge pull request #65712 from Chaosus/gds_fix_completionRémi Verschelde
2022-11-13GDScript compiler subclass bugfixesRune
2022-11-08Fix named enums to use int64 typeYuri Rubinsky
2022-11-02Merge pull request #68125 from kleonc/range-fix-single-arg-optimized-type-mis...Rémi Verschelde
2022-11-02Merge pull request #68136 from qarmin/projection_not_equalRémi Verschelde
2022-11-02Merge pull request #68040 from adamscott/fix-property-getter-return-typeRé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-31Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde
2022-10-31Merge pull request #67826 from Chaosus/gds_fix_enumRémi Verschelde
2022-10-31Merge pull request #67055 from GuilhermeGSousa/custom-node-exportRémi Verschelde
2022-10-31Merge pull request #68065 from zCubed3/fix_min_max_crashRémi Verschelde
2022-10-31Merge pull request #62695 from Spartan322/relax-constant-assertsRémi Verschelde
2022-10-30Fix math utility functions crashing when invalid args passedzCubed3
2022-10-29[godot#68001] Fix property getter with custom return typeAdam Scott
2022-10-25Fix enum type to use int64_t instead of int in GDScriptYuri Rubinsky
2022-10-25Fix built-in script path of GDScriptWei Guo
2022-10-21Merge pull request #67656 from MewPurPur/instance🧹Max Hilbrunner
2022-10-21Fix small mistakes throughout much of the documentationVolTer
2022-10-19Merge pull request #67100 from Mickeon/doc-peevesMax Hilbrunner