index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
gdscript
/
language_server
/
gdscript_extend_parser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973
Spartan322
2024-11-27
1
-1
/
+10
|
\
|
*
LSP: Fix spec violations that break the VSCode outline
HolonProduction
2024-11-15
1
-1
/
+10
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-1
/
+1
*
GDScript: Reintroduce binary tokenization on export
George Marques
2024-02-08
1
-1
/
+1
*
Remove unnecessary `this->` expressions
A Thousand Ships
2024-01-29
1
-11
/
+11
*
Fix dumping of signal API parameters
William Edwards
2023-09-12
1
-1
/
+1
*
Language Server: Improve hovered symbol resolution, fix renaming bugs, implem...
BooksBaum
2023-09-11
1
-151
/
+311
*
Fix GDScript LSP variable rename
Adam Scott
2023-04-22
1
-0
/
+14
*
Fix typo when parsing LSP function parameters
Adam Scott
2023-04-15
1
-1
/
+1
*
GDScript: Change parser representation of class extends
Dmitrii Maganov
2023-03-13
1
-1
/
+1
*
Unify typing of variables, constants and parameters in GDScript
Dmitrii Maganov
2023-01-06
1
-4
/
+4
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Keep GDScriptAnalyzer alive for whole parse()
Bartosz Bielecki
2022-12-06
1
-1
/
+2
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-22
/
+20
*
LSP: Fix GDScript doc comments
Atirut Wattanamongkol
2022-10-05
1
-4
/
+4
*
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
Fabio Alessandrelli
2022-07-26
1
-3
/
+1
*
Add grouping annotations for class properties in GDScript
Yuri Sizov
2022-07-05
1
-0
/
+4
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-2
/
+2
*
Add a new HashMap implementation
reduz
2022-05-12
1
-20
/
+12
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-1
/
+1
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-1
/
+1
*
Cleanup and move char functions to the `char_utils.h` header.
bruvzg
2022-02-04
1
-2
/
+2
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Fix LSP crash when parsing signal symbols.
Francois Belair
2021-11-07
1
-1
/
+1
*
GDScript: Report property type errors
ZuBsPaCe
2021-10-08
1
-1
/
+1
*
Fix empty line hover; fix open non-res:// script
Francois Belair
2021-10-01
1
-2
/
+5
*
Fix LSP reporting wrong types
Francois Belair
2021-07-26
1
-5
/
+5
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-1
/
+1
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-6
/
+4
*
[Net] Single `rpc` annotation. "sync" no longer part of mode.
Fabio Alessandrelli
2021-07-20
1
-1
/
+3
*
Consolidate JSON, JSONParseResults and JSONParser into JSON
Marcel Admiraal
2021-06-19
1
-6
/
+4
*
Implement LSP didDeleteFiles & make parser aware of sub-nodes
Francois Belair
2021-04-10
1
-19
/
+69
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-7
/
+7
*
LSP: Fix iterator in enum API dump
Rémi Verschelde
2020-12-09
1
-1
/
+1
*
Static analyzer fixes:
bruvzg
2020-12-09
1
-1
/
+1
*
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
1
-3
/
+3
*
GDScript: Fix LSP getting wrong union value on unnamed enums
George Marques
2020-08-17
1
-1
/
+1
*
Wrap up GDScript 2.0 base implementation
George Marques
2020-07-22
1
-3
/
+3
*
Reenable GDScript LSP server
George Marques
2020-07-20
1
-282
/
+318
*
New GDScript tokenizer and parser
George Marques
2020-07-20
1
-0
/
+5
*
Include gdscript warning name in LSP message.
Ryan Roden-Corrent
2020-07-14
1
-1
/
+1
*
GDScript LSP: Fix crash in notify_client
Rémi Verschelde
2020-06-08
1
-0
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-4
/
+8
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-21
/
+0
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-1
/
+2
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-8
/
+8
*
Fix static functions loop using class' functions
Francois Belair
2020-01-28
1
-1
/
+1
[next]