Age | Commit message (Expand) | Author |
2021-12-28 | Fix member properties with only getters can't be set | cdemirer |
2021-12-27 | Remove autocomplete_setters_and_getters setting | kobewi |
2021-12-27 | Fix type mutation upon compound assignment | cdemirer |
2021-12-25 | Fix 'Compiler bug: unresolved assign' on explicitly annotated variants. | SaracenOne |
2021-12-23 | Fix operation result type inference | cdemirer |
2021-12-16 | Use OrderedHashMap for enum_values | Nathan Franke |
2021-12-16 | Fix enum int comparison | Xwdit |
2021-12-14 | Avoid a crash in the gdscript analyser | Gilles Roudière |
2021-12-13 | Fix shadowed global identifier warning duplication | Yuri Roubinsky |
2021-12-10 | Revert "Fix auto reload scripts on external change" | Rémi Verschelde |
2021-12-10 | Fix "Lookup Symbol" on global class members | cdemirer |
2021-12-10 | Merge pull request #43181 from nathanfranke/string-empty | Rémi Verschelde |
2021-12-09 | Merge pull request #55700 from Razoric480/raz/lsp-extraneous-code | Rémi Verschelde |
2021-12-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke |
2021-12-09 | Merge pull request #49473 from cptchuckles/fix-auto-reload-scripts | Rémi Verschelde |
2021-12-07 | Remove extraneous return to LSP | Francois Belair |
2021-12-06 | Merge pull request #55624 from Razoric480/raz/cs-lsp-signal | Rémi Verschelde |
2021-12-04 | Auto-Increment Debugger Port | Nathan Franke |
2021-12-04 | Prevent LSP adding signal func to non GDScripts | Francois Belair |
2021-12-04 | Fix nested ternary-if codegen (#55582) | cdemirer |
2021-12-03 | Fix typo in `gdscript_parser` | Raul Santos |
2021-11-30 | Don't return reference on copy assignment operators | Rémi Verschelde |
2021-11-29 | Check for nullptr expression in parse_precedence function | SaracenOne |
2021-11-25 | Enchance descriptions of @GlobalScope/@GDScript | Yuri Roubinsky |
2021-11-23 | Rename `remove()` to `remove_at()` when removing by index | Lightning_A |
2021-11-23 | Merge pull request #54949 from Chaosus/fix_warning | Rémi Verschelde |
2021-11-23 | Improve various texts | kobewi |
2021-11-21 | Fix GDScript parser crash on 'dollar mixed with assignment' expression | Pawel Lampe |
2021-11-21 | Fix godot crash on null expression, fixes #53862 | Pawel Lampe |
2021-11-15 | Replace Godot docs URL with `$DOCS_URL` in XML class reference | Rémi Verschelde |
2021-11-13 | Allow using built-in names for variables, push warnings instead | Yuri Roubinsky |
2021-11-12 | Modules: Make sure to include modules_enabled.gen.h where needed | Rémi Verschelde |
2021-11-11 | Show built-in script names in the debugger | kobewi |
2021-11-11 | [GDScript] Check string literals for Unicode direction control characters. | bruvzg |
2021-11-10 | Merge pull request #54676 from Chaosus/gds_restrict_names | Rémi Verschelde |
2021-11-10 | Merge pull request #54358 from Shawak/feature-allow-root-node-paths-without-q... | Rémi Verschelde |
2021-11-09 | Allow using $/root node paths | Maximilian |
2021-11-09 | Remove hash symbol in front of opcode error messages in GDScript | Hugo Locurcio |
2021-11-08 | Merge pull request #54473 from briansemrau/no-debug-functions-on-thread | Rémi Verschelde |
2021-11-08 | Prevent identifiers from naming as built-in funcs and global classes | Yuri Roubinsky |
2021-11-08 | Merge pull request #54118 from Pineapple/dont-ignore-type-mismatch-in-setter-... | Rémi Verschelde |
2021-11-07 | Fix LSP crash when parsing signal symbols. | Francois Belair |
2021-11-03 | Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR` | Hugo Locurcio |
2021-11-02 | Merge pull request #54346 from mhilbrunner/used-what-instead-of-what | Rémi Verschelde |
2021-11-01 | GDScript gracefully handle debug functions from separate thread | Brian Semrau |
2021-10-29 | Move the docs for constructors and operators out of methods section | Aaron Franke |
2021-10-28 | Merge pull request #54350 from akien-mga/clang-format-dont-align-operands | Rémi Verschelde |
2021-10-28 | Merge pull request #53526 from KoBeWi/super_print | Rémi Verschelde |
2021-10-28 | clang-format: Various fixes to comments alignment from `clang-format` 13 | Rémi Verschelde |
2021-10-28 | clang-format: Disable alignment of operands, too unreliable | Rémi Verschelde |