summaryrefslogtreecommitdiff
path: root/modules/gdscript
AgeCommit message (Expand)Author
2022-12-02Fix missing parent class name identifier crashAdam Scott
2022-12-02Merge pull request #69166 from souplamp/icon-annotation-not-workingYuri Sizov
2022-12-01Update docs to mention `@icon` only works with global script classessouplamp
2022-12-01Merge pull request #69423 from KoBeWi/parentureRémi Verschelde
2022-12-01Merge pull request #68481 from dalexeev/gds-fix-dyn-arg-def-valRémi Verschelde
2022-12-01Improve parent signature errorkobewi
2022-12-01Merge pull request #69303 from Chaosus/gds_fix_loopsRémi Verschelde
2022-11-30Merge pull request #69269 from red1939/red1939/masterRémi Verschelde
2022-11-30Acknowledge that a CLASS kind of a DataType might not have an identifierBartosz Bielecki
2022-11-29Use forward-declarations in big editor classestrollodel
2022-11-28Reset unassigned local variables to null in the loopsYuri Rubinsky
2022-11-28Merge pull request #69224 from adamscott/fix-PackedScene-reload_from_fileRémi Verschelde
2022-11-28Add PackedScene::reload_from_file() overrideAdam Scott
2022-11-28Fix lookup code to pass functions with the same name as built-insYuri Rubinsky
2022-11-28Merge pull request #69259 from adamscott/fix-cyclic-reference-base-issueRémi Verschelde
2022-11-27Fix cyclic reference base being loaded but not valid (which is ok)Adam Scott
2022-11-27GDScript: Avoid using `get_global_class_native_base`rune-scape
2022-11-25Merge pull request #69079 from adamscott/fix-singleton-scene-cyclic-loadRémi Verschelde
2022-11-25Fix singleton scene cyclic loadingAdam Scott
2022-11-24Merge pull request #69134 from jquinl/export_range_int_fixRémi Verschelde
2022-11-24GDScript: Properly respect `int` type hint for `@export_range`unknown
2022-11-24Ensure class name is printed in STATIC_CALLED_ON_INSTANCE warningclayjohn
2022-11-24GDScript: Only check if ignoring warnings in debug buildRémi Verschelde
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