summaryrefslogtreecommitdiff
path: root/modules/gdscript
AgeCommit message (Expand)Author
2022-12-20Unify GDScriptAnalyzer in-editor and runtime autoload checksocean (they/them)
2022-12-19Add a note for `inst_to_dict` to prevent using it on built-in instancesYuri Rubinsky
2022-12-19Merge pull request #70275 from rune-scape/autoload-subscript-regressionRémi Verschelde
2022-12-18Fix autoload subscript regressionrune-scape
2022-12-18Merge pull request #70237 from quentinguidee/refactor/fix-comma-instead-of-se...Rémi Verschelde
2022-12-17Fix use of comma instead of semicolonQuentin Guidée
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-17Merge pull request #70000 from rune-scape/find-more-classesRémi Verschelde
2022-12-16Fix enum value regressionrune-scape
2022-12-16Merge pull request #70131 from rune-scape/preload-type-regressionRémi Verschelde
2022-12-16Fixed GDScript crashed when two consecutive unary operators are analysedstmSi
2022-12-15Fix preload type regressionrune-scape
2022-12-15GDScript: Fix built-in script and other `find_class` bugsrune-scape
2022-12-15Fix `GDScript::_get_gdscript_from_variant()` crashAdam Scott
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-11Merge pull request #69416 from anvilfolk/default-valRémi Verschelde
2022-12-11Add GDScript member initializer implicit type conversionocean (they/them)
2022-12-11Merge pull request #66733 from MewPurPur/unary-op-warningsRémi Verschelde
2022-12-11Add PropertyInfo overload for GLOBAL_DEFkobewi
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