Age | Commit message (Expand) | Author |
2021-02-18 | Fixed Invalid function bindings #46135 | Vignesh1-art |
2021-02-08 | Initialize class/struct variables with default values in modules/ | Rafał Mikrut |
2021-01-31 | Merge pull request #45315 from RandomShaper/modernize_thread | Rémi Verschelde |
2021-01-29 | Modernize Thread | Pedro J. Estébanez |
2021-01-28 | Unify URI encoding/decoding and add to C# | Aaron Franke |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-12-09 | LSP: Fix iterator in enum API dump | Rémi Verschelde |
2020-12-09 | Static analyzer fixes: | bruvzg |
2020-12-02 | Refactor DocData into core and editor (DocTools) parts | Thakee Nathees |
2020-11-16 | Remove empty lines around braces with the formatting script | Aaron Franke |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-09-03 | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. | bruvzg |
2020-08-17 | GDScript: Fix LSP getting wrong union value on unnamed enums | George Marques |
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-15 | GDScript LSP: Fix wrong error checks added in #39385 | Rémi Verschelde |
2020-06-08 | GDScript LSP: Fix crash in notify_client | Rémi Verschelde |
2020-05-15 | Fix incorrect capabilities notification in LSP | Oliver Frank |
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 more occurrences of NULL with nullptr | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-26 | Effective DisplayServer separation, rename X11 -> LinuxBSD | Juan Linietsky |
2020-03-24 | Move DocData and Collada out of their subfolders | Rémi Verschelde |
2020-03-17 | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde |
2020-03-08 | Merge pull request #36683 from rafaeldelboni/master | Rémi Verschelde |
2020-03-07 | fix: Return only scenes for script owners on LSP completion | Rafael Delboni |
2020-03-05 | typo in gdscript_workspace.cpp/remove_cache_parser() fixed | Thakee Nathees |
2020-02-25 | Improve LSP completion using scene owner | Rafael Delboni |
2020-02-23 | Fix crash after closing a GDScript LSP session | Oliver Frank |
2020-02-20 | Migrating language server from Websockets to raw TCP | of9 |
2020-02-20 | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-02-12 | Fix hover symbol content position | geequlim |
2020-01-28 | Fix static functions loop using class' functions | Francois Belair |
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-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 | LSP: Fix bracket completion for functions with one argument | Geequlim |
2020-01-09 | GDScript LSP: Implement signatureHelp | geequlim |
2020-01-04 | GDScript LSP: Implement goto declaration | geequlim |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-24 | Cleans up headers included in editor_node.h | Haoyu Qiu |
2019-12-10 | Removed unused variables, add some constants numbers | Rafał Mikrut |