summaryrefslogtreecommitdiff
path: root/modules/gdscript
AgeCommit message (Expand)Author
2022-01-02Improve editor template workflowfabriceci
2022-01-02Fix various typosluz paz
2022-01-02Fix unexpected Packed Array copying when parameter is typedcdemirer
2021-12-28Fix member properties with getters don't update as subscript chain rootcdemirer
2021-12-28Fix member properties with only getters can't be setcdemirer
2021-12-27Remove autocomplete_setters_and_getters settingkobewi
2021-12-27Fix type mutation upon compound assignmentcdemirer
2021-12-25Fix 'Compiler bug: unresolved assign' on explicitly annotated variants.SaracenOne
2021-12-23Fix operation result type inferencecdemirer
2021-12-16Use OrderedHashMap for enum_valuesNathan Franke
2021-12-16Fix enum int comparisonXwdit
2021-12-14Avoid a crash in the gdscript analyserGilles Roudière
2021-12-13Fix shadowed global identifier warning duplicationYuri Roubinsky
2021-12-10Revert "Fix auto reload scripts on external change"Rémi Verschelde
2021-12-10Fix "Lookup Symbol" on global class memberscdemirer
2021-12-10Merge pull request #43181 from nathanfranke/string-emptyRémi Verschelde
2021-12-09Merge pull request #55700 from Razoric480/raz/lsp-extraneous-codeRémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-09Merge pull request #49473 from cptchuckles/fix-auto-reload-scriptsRémi Verschelde
2021-12-07Remove extraneous return to LSPFrancois Belair
2021-12-06Merge pull request #55624 from Razoric480/raz/cs-lsp-signalRémi Verschelde
2021-12-04Auto-Increment Debugger PortNathan Franke
2021-12-04Prevent LSP adding signal func to non GDScriptsFrancois Belair
2021-12-04Fix nested ternary-if codegen (#55582)cdemirer
2021-12-03Fix typo in `gdscript_parser`Raul Santos
2021-11-30Don't return reference on copy assignment operatorsRémi Verschelde
2021-11-29Check for nullptr expression in parse_precedence functionSaracenOne
2021-11-25Enchance descriptions of @GlobalScope/@GDScriptYuri Roubinsky
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-11-23Merge pull request #54949 from Chaosus/fix_warningRémi Verschelde
2021-11-23Improve various textskobewi
2021-11-21Fix GDScript parser crash on 'dollar mixed with assignment' expressionPawel Lampe
2021-11-21Fix godot crash on null expression, fixes #53862Pawel Lampe
2021-11-15Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde
2021-11-13Allow using built-in names for variables, push warnings insteadYuri Roubinsky
2021-11-12Modules: Make sure to include modules_enabled.gen.h where neededRémi Verschelde
2021-11-11Show built-in script names in the debuggerkobewi
2021-11-11[GDScript] Check string literals for Unicode direction control characters.bruvzg
2021-11-10Merge pull request #54676 from Chaosus/gds_restrict_namesRémi Verschelde
2021-11-10Merge pull request #54358 from Shawak/feature-allow-root-node-paths-without-q...Rémi Verschelde
2021-11-09Allow using $/root node pathsMaximilian
2021-11-09Remove hash symbol in front of opcode error messages in GDScriptHugo Locurcio
2021-11-08Merge pull request #54473 from briansemrau/no-debug-functions-on-threadRémi Verschelde
2021-11-08Prevent identifiers from naming as built-in funcs and global classesYuri Roubinsky
2021-11-08Merge pull request #54118 from Pineapple/dont-ignore-type-mismatch-in-setter-...Rémi Verschelde
2021-11-07Fix LSP crash when parsing signal symbols.Francois Belair
2021-11-03Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio
2021-11-02Merge pull request #54346 from mhilbrunner/used-what-instead-of-whatRémi Verschelde
2021-11-01GDScript gracefully handle debug functions from separate threadBrian Semrau
2021-10-29Move the docs for constructors and operators out of methods sectionAaron Franke