summaryrefslogtreecommitdiff
path: root/modules/gdscript
AgeCommit message (Expand)Author
2022-12-11Merge pull request #69897 from poohcom1/fix/function-return-completionRémi Verschelde
2022-12-11Fix subscript of preloaded scriptrune-scape
2022-12-11Fix autocomplete on functions returning variantspoohcom1
2022-12-10Fix `GDScriptCache::clear()` crash when clearing packed scenesAdam Scott
2022-12-10Merge pull request #69587 from adamscott/fix-constant-base-typing-in-extended...Rémi Verschelde
2022-12-10Remove debug macro for GDScriptLanguage script_listAdam Scott
2022-12-10Fix constant base typing in extended GDScript classAdam Scott
2022-12-10Fix `GDScriptCache` to not remove scripts/scenes individually when clearingAdam Scott
2022-12-10Merge pull request #69518 from rune-scape/rune-analyze-valuesRémi Verschelde
2022-12-10Merge pull request #69467 from rune-scape/rune-subclass-script-pathRémi Verschelde
2022-12-09Merge pull request #68747 from rune-scape/rune-stringname-unificationRémi Verschelde
2022-12-08Fix autocomplete crash as it would infinite loopAdam Scott
2022-12-07Add missing packed scene cache clear inside `GDScriptCache::clear()`Adam Scott
2022-12-07Fix lookup to docs for variables initialized with `get_node`Yuri Rubinsky
2022-12-06Merge pull request #69506 from adamscott/move-gdscript-uninit-to-finalizeRémi Verschelde
2022-12-06Move GDScript uninitialization to `GDScriptLanguage::finalize()`Adam Scott
2022-12-06Merge pull request #69606 from red1939/bug/vscode_crashRémi Verschelde
2022-12-06Merge pull request #69639 from Chaosus/gds_fix_completionRémi Verschelde
2022-12-06Keep GDScriptAnalyzer alive for whole parse()Bartosz Bielecki
2022-12-06Fix completion for the raw `get_node` callYuri Rubinsky
2022-12-05Unify String and StringNamerune-scape
2022-12-06Fix incomplete shadowing of member properties by parametersDmitrii Maganov
2022-12-04GDScript: preload should make native typerune-scape
2022-12-02Fix missing parent class name identifier crashAdam Scott
2022-12-01GDScript: Fix subclass script path issuesrune-scape
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