Age | Commit message (Expand) | Author |
2020-07-22 | Wrap up GDScript 2.0 base implementation | George Marques |
2020-07-20 | Reenable GDScript LSP server | George Marques |
2020-07-20 | New GDScript tokenizer and parser | George Marques |
2020-07-14 | Include gdscript warning name in LSP message. | Ryan Roden-Corrent |
2020-06-08 | GDScript LSP: Fix crash in notify_client | Rémi Verschelde |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-10 | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-01-28 | Fix static functions loop using class' functions | Francois Belair |
2020-01-15 | Fix typos with codespell | Rémi Verschelde |
2020-01-13 | Fix infinite loop error in document link parsing | Geequlim |
2020-01-09 | GDScript LSP: Implement signatureHelp | geequlim |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-10 | Removed unused variables, add some constants numbers | Rafał Mikrut |
2019-10-11 | fix #32588 crash in language server | HaSa1002 |
2019-10-05 | Format documentations to markdown only when needed | geequlim |
2019-10-03 | Implement DocumentLink of GDScript LSP Server | geequlim |
2019-10-03 | Fix codeblock formating to markdown | geequlim |
2019-09-23 | Fix `line` being assigned to twice in the GDScript language server | Hugo Locurcio |
2019-09-22 | Changed some code found by Clang Tidy and Coverity | qarmin |
2019-08-11 | Add optional goto definition support for native symbols | geequlim |
2019-08-11 | Add generate script api to dictionary support | Geequlim |
2019-08-11 | Check client workspace directory is valid | Geequlim |
2019-08-11 | Improve symbol resolve for inner classes | Geequlim |
2019-08-11 | Improved performance for completion and symbol resolvation. | Geequlim |
2019-08-11 | Add optional smart resolve sulotion | geequlim |
2019-08-11 | Add a symbol pool to cache all native symbols and workspackes symbols. | geequlim |
2019-08-11 | Add GDScript Language Protocol plugin | geequlim |