Age | Commit message (Expand) | Author |
2021-08-13 | Style: Cleanup code using `text_editor/completion/use_single_quotes` | Rémi Verschelde |
2021-08-06 | Fix LSP completion crashing on scene-less scripts | Francois Belair |
2021-08-05 | Fix LSP parsing get_node only from the scene root | Francois Belair |
2021-08-05 | Merge pull request #51247 from pycbouh/docs-extract-theme-items | Rémi Verschelde |
2021-08-05 | Merge pull request #48615 from Razoric480/lsp-rename | Rémi Verschelde |
2021-08-04 | Add theme item descriptions to the online documentation | Yuri Sizov |
2021-08-03 | Merge pull request #50454 from Ev1lbl0w/gsoc21-dap | Fabio Alessandrelli |
2021-08-02 | Implemented initial DAP support | Ev1lbl0w |
2021-07-26 | Fix LSP reporting wrong types | Francois Belair |
2021-07-25 | Use const references where possible for List range iterators | Rémi Verschelde |
2021-07-23 | Use C++ iterators for Lists in many situations | Aaron Franke |
2021-07-20 | [Net] Single `rpc` annotation. "sync" no longer part of mode. | Fabio Alessandrelli |
2021-07-18 | Optimize StringName usage | reduz |
2021-07-17 | Implement didSave notification and rename request | Francois Belair |
2021-07-15 | Misc cleanup of header includes | Rémi Verschelde |
2021-07-13 | Implement the ability to disable classes | reduz |
2021-07-08 | Implement didClose notification in LSP | Francois Belair |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A |
2021-06-19 | Consolidate JSON, JSONParseResults and JSONParser into JSON | Marcel Admiraal |
2021-06-17 | Translate file path to URI on LSP symbol requests | Francois Belair |
2021-06-11 | Rename Reference to RefCounted | Pedro J. Estébanez |
2021-06-11 | Core: Move DirAccess and FileAccess to `core/io` | Rémi Verschelde |
2021-05-06 | Merge pull request #47776 from Razoric480/foreport | Rémi Verschelde |
2021-05-06 | Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores | Hugo Locurcio |
2021-04-27 | Core: Drop custom `copymem`/`zeromem` defines | Rémi Verschelde |
2021-04-14 | Make LSP update the filesystem of changed scripts | Francois Belair |
2021-04-10 | Implement LSP didDeleteFiles & make parser aware of sub-nodes | Francois Belair |
2021-02-25 | Merge pull request #40276 from Taywee/master | Rémi Verschelde |
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-07-11 | remove invalid codeLensProvider value from lsp | Taylor C. Richberger |
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 |