summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/language_server/gdscript_extend_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-1/+10
|\
| * LSP: Fix spec violations that break the VSCode outlineHolonProduction2024-11-151-1/+10
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-1/+1
* GDScript: Reintroduce binary tokenization on exportGeorge Marques2024-02-081-1/+1
* Remove unnecessary `this->` expressionsA Thousand Ships2024-01-291-11/+11
* Fix dumping of signal API parametersWilliam Edwards2023-09-121-1/+1
* Language Server: Improve hovered symbol resolution, fix renaming bugs, implem...BooksBaum2023-09-111-151/+311
* Fix GDScript LSP variable renameAdam Scott2023-04-221-0/+14
* Fix typo when parsing LSP function parametersAdam Scott2023-04-151-1/+1
* GDScript: Change parser representation of class extendsDmitrii Maganov2023-03-131-1/+1
* Unify typing of variables, constants and parameters in GDScriptDmitrii Maganov2023-01-061-4/+4
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Keep GDScriptAnalyzer alive for whole parse()Bartosz Bielecki2022-12-061-1/+2
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-22/+20
* LSP: Fix GDScript doc commentsAtirut Wattanamongkol2022-10-051-4/+4
* [Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli2022-07-261-3/+1
* Add grouping annotations for class properties in GDScriptYuri Sizov2022-07-051-0/+4
* Replace most uses of Map by HashMapreduz2022-05-161-2/+2
* Add a new HashMap implementationreduz2022-05-121-20/+12
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-1/+1
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-1/+1
* Cleanup and move char functions to the `char_utils.h` header.bruvzg2022-02-041-2/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fix LSP crash when parsing signal symbols.Francois Belair2021-11-071-1/+1
* GDScript: Report property type errorsZuBsPaCe2021-10-081-1/+1
* Fix empty line hover; fix open non-res:// scriptFrancois Belair2021-10-011-2/+5
* Fix LSP reporting wrong typesFrancois Belair2021-07-261-5/+5
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-1/+1
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-6/+4
* [Net] Single `rpc` annotation. "sync" no longer part of mode.Fabio Alessandrelli2021-07-201-1/+3
* Consolidate JSON, JSONParseResults and JSONParser into JSONMarcel Admiraal2021-06-191-6/+4
* Implement LSP didDeleteFiles & make parser aware of sub-nodesFrancois Belair2021-04-101-19/+69
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-7/+7
* LSP: Fix iterator in enum API dumpRémi Verschelde2020-12-091-1/+1
* Static analyzer fixes:bruvzg2020-12-091-1/+1
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-3/+3
* GDScript: Fix LSP getting wrong union value on unnamed enumsGeorge Marques2020-08-171-1/+1
* Wrap up GDScript 2.0 base implementationGeorge Marques2020-07-221-3/+3
* Reenable GDScript LSP serverGeorge Marques2020-07-201-282/+318
* New GDScript tokenizer and parserGeorge Marques2020-07-201-0/+5
* Include gdscript warning name in LSP message.Ryan Roden-Corrent2020-07-141-1/+1
* GDScript LSP: Fix crash in notify_clientRémi Verschelde2020-06-081-0/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-4/+8
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-21/+0
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-1/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-8/+8
* Fix static functions loop using class' functionsFrancois Belair2020-01-281-1/+1