Age | Commit message (Expand) | Author |
2020-02-05 | Remove duplicate WARN_PRINT macro. | Marcel Admiraal |
2020-02-05 | Remove duplicate ERR_PRINT macro. | Marcel Admiraal |
2020-01-31 | Update docs to version 4.0 | clayjohn |
2020-01-28 | Fix static functions loop using class' functions | Francois Belair |
2020-01-26 | Merge pull request #35589 from akien-mga/doc-drop-category-property | Rémi Verschelde |
2020-01-26 | doc: Do not expose Variant::NIL as a type in the class reference | Rémi Verschelde |
2020-01-26 | doc: Drop unused 'category' property from header | Rémi Verschelde |
2020-01-26 | doc: Document named color constants | Rémi Verschelde |
2020-01-22 | Merge pull request #35412 from DaividFrank/check_overriding_self | Rémi Verschelde |
2020-01-22 | GDScript: Added checks in assign operations to disable re-assigning 'self' | DaividFrank |
2020-01-21 | Remove unused #if 0'ed code | Rémi Verschelde |
2020-01-18 | Fix subclass finding in extend statement for sub-sub classes | Dani Frank |
2020-01-17 | Fix constant access in base class through subclass instance | ChibiDenDen |
2020-01-16 | Merge pull request #35218 from bojidar-bg/26691-parse-error-errors | Rémi Verschelde |
2020-01-16 | Fix errors raised when showing parse errors in the editor | Bojidar Marinov |
2020-01-16 | Merge pull request #35201 from bojidar-bg/27582-gdfunction-validate-instance | Rémi Verschelde |
2020-01-16 | Merge pull request #35199 from dalexeev/master | Rémi Verschelde |
2020-01-16 | Merge pull request #35102 from ChibiDenDen/reuse_orphaned_subclass | Rémi Verschelde |
2020-01-16 | Validate instances of objects before trying to check their type in GDScript | Bojidar Marinov |
2020-01-16 | Fix slight problems related to default values of exported typed arrays | Bojidar Marinov |
2020-01-16 | Fix function arguments hint format in GDScript editor | Danil Alexeev |
2020-01-15 | Keep a weak reference to orphan subclasses to reuse on class reload | ChibiDenDen |
2020-01-15 | Prevent GDScript language server from listening to external hosts by default | Houkime |
2020-01-15 | Fix typos with codespell | Rémi Verschelde |
2020-01-14 | Add fully_qualified_name for GDScript class | Dani Frank |
2020-01-13 | GDScript: Check function arguments on release too | George Marques |
2020-01-13 | Merge pull request #35076 from vnen/gdscript-type-match-assign | Rémi Verschelde |
2020-01-13 | GDScript: Type match on assignment only if operators have type | George Marques |
2020-01-13 | Fix infinite loop error in document link parsing | Geequlim |
2020-01-11 | Remove completion triggers for ',' and '(' which may conflict with signature ... | geequlim |
2020-01-11 | Allow enable/disable threading for LSP server | geequlim |
2020-01-10 | GDScript: Forbid using "script" as member name | George Marques |
2020-01-10 | Merge pull request #34978 from GodotExplorer/lsp-fix-bracket-completion | Rémi Verschelde |
2020-01-10 | Merge pull request #34958 from vnen/gdscript-is-check-valid-instance | Rémi Verschelde |
2020-01-10 | LSP: Fix bracket completion for functions with one argument | Geequlim |
2020-01-09 | GDScript: Fix type name on error message for function parameters | George Marques |
2020-01-09 | GDScript: Fix resolution of default parameter values | George Marques |
2020-01-09 | GDScript: Validate object instance on `is` operation | George Marques |
2020-01-09 | GDScript: Don't re-evaluate index on assigment with operation | George Marques |
2020-01-09 | Merge pull request #34948 from vnen/gdscript-copy-constructor | Rémi Verschelde |
2020-01-09 | GDScript: Allow copy constructor for built-in types | George Marques |
2020-01-09 | Add GDScript warning for standalone expression | George Marques |
2020-01-08 | GDScript: set assign operation on local var made by match | George Marques |
2020-01-08 | Merge pull request #34920 from GodotExplorer/lsp-signatureHelper | Rémi Verschelde |
2020-01-08 | Merge pull request #34918 from vnen/gdscript-assign-op | Rémi Verschelde |
2020-01-09 | GDScript LSP: Implement signatureHelp | geequlim |
2020-01-08 | GDScript: enable type checks on release mode | George Marques |
2020-01-08 | GDScript: properly set type of local variable initialization | George Marques |
2020-01-04 | GDScript LSP: Implement goto declaration | geequlim |
2020-01-02 | Allow the usage of newlines in export hints | Bojidar Marinov |