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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed unused variables, add some constants numbers
Rafał Mikrut
2019-12-10
2
-3
/
+1
*
Fix typos with codespell
Rémi Verschelde
2019-11-22
2
-4
/
+4
*
Remove all uses of ERR_EXPLAIN macros.
Marcel Admiraal
2019-11-11
1
-2
/
+1
*
Small fixes to redundand code, copy paste bugs
qarmin
2019-10-14
1
-1
/
+1
*
fix #32588 crash in language server
HaSa1002
2019-10-11
1
-1
/
+1
*
Decrease polling frequency to 20 Hz in the GDScript language server
Hugo Locurcio
2019-10-10
1
-1
/
+2
*
Merge pull request #32671 from GodotExplorer/lsp-send-godot-class-tree
Rémi Verschelde
2019-10-09
2
-1
/
+52
|
\
|
*
lsp: Send godot class tree to clients
Geequlim
2019-10-09
2
-1
/
+52
*
|
lsp: Fix signature of void returned functions in native methods
Geequlim
2019-10-09
1
-1
/
+5
|
/
*
Format documentations to markdown only when needed
geequlim
2019-10-05
4
-74
/
+82
*
Add custom api `textDocument/nativeSymbol` to allow inspect native symbols fr...
geequlim
2019-10-04
6
-5
/
+58
*
Fix enumeration value of SymbolKind.
geequlim
2019-10-04
3
-52
/
+65
*
Implement DocumentLink of GDScript LSP Server
geequlim
2019-10-03
7
-4
/
+99
*
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
3
-4
/
+8
*
Distinguish editor-originating messages in the editor log
Hugo Locurcio
2019-09-20
1
-2
/
+2
*
Improve code compeletion for virtual methods with signatures
geequlim
2019-08-11
2
-1
/
+6
*
Add optional goto definition support for native symbols
geequlim
2019-08-11
10
-84
/
+134
*
Add generate script api to dictionary support
Geequlim
2019-08-11
7
-35
/
+207
*
Check client workspace directory is valid
Geequlim
2019-08-11
3
-15
/
+11
*
Improve symbol resolve for inner classes
Geequlim
2019-08-11
5
-47
/
+156
*
Improved performance for completion and symbol resolvation.
Geequlim
2019-08-11
9
-442
/
+496
*
Add optional smart resolve sulotion
geequlim
2019-08-11
8
-65
/
+260
*
Add a symbol pool to cache all native symbols and workspackes symbols.
geequlim
2019-08-11
8
-34
/
+862
*
Add GDScript Language Protocol plugin
geequlim
2019-08-11
11
-0
/
+2470