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
*
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
*
Fix typos with codespell
Rémi Verschelde
2020-01-15
1
-4
/
+4
*
Fix infinite loop error in document link parsing
Geequlim
2020-01-13
1
-2
/
+3
*
GDScript LSP: Implement signatureHelp
geequlim
2020-01-09
1
-0
/
+45
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Removed unused variables, add some constants numbers
Rafał Mikrut
2019-12-10
1
-1
/
+1
*
fix #32588 crash in language server
HaSa1002
2019-10-11
1
-1
/
+1
*
Format documentations to markdown only when needed
geequlim
2019-10-05
1
-64
/
+6
*
Implement DocumentLink of GDScript LSP Server
geequlim
2019-10-03
1
-0
/
+39
*
Fix codeblock formating to markdown
geequlim
2019-10-03
1
-2
/
+2
*
Fix `line` being assigned to twice in the GDScript language server
Hugo Locurcio
2019-09-23
1
-4
/
+2
*
Changed some code found by Clang Tidy and Coverity
qarmin
2019-09-22
1
-0
/
+2
*
Add optional goto definition support for native symbols
geequlim
2019-08-11
1
-20
/
+71
*
Add generate script api to dictionary support
Geequlim
2019-08-11
1
-5
/
+147
*
Check client workspace directory is valid
Geequlim
2019-08-11
1
-1
/
+0
*
Improve symbol resolve for inner classes
Geequlim
2019-08-11
1
-19
/
+89
*
Improved performance for completion and symbol resolvation.
Geequlim
2019-08-11
1
-69
/
+23
*
Add optional smart resolve sulotion
geequlim
2019-08-11
1
-7
/
+36
*
Add a symbol pool to cache all native symbols and workspackes symbols.
geequlim
2019-08-11
1
-22
/
+299
*
Add GDScript Language Protocol plugin
geequlim
2019-08-11
1
-0
/
+237