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_workspace.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove all uses of ERR_EXPLAIN macros.
Marcel Admiraal
2019-11-11
1
-2
/
+1
*
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
1
-4
/
+4
*
Add custom api `textDocument/nativeSymbol` to allow inspect native symbols fr...
geequlim
2019-10-04
1
-0
/
+18
*
Implement DocumentLink of GDScript LSP Server
geequlim
2019-10-03
1
-0
/
+9
*
Improve code compeletion for virtual methods with signatures
geequlim
2019-08-11
1
-0
/
+5
*
Add optional goto definition support for native symbols
geequlim
2019-08-11
1
-56
/
+8
*
Add generate script api to dictionary support
Geequlim
2019-08-11
1
-0
/
+14
*
Improve symbol resolve for inner classes
Geequlim
2019-08-11
1
-13
/
+40
*
Improved performance for completion and symbol resolvation.
Geequlim
2019-08-11
1
-39
/
+25
*
Add optional smart resolve sulotion
geequlim
2019-08-11
1
-7
/
+64
*
Add a symbol pool to cache all native symbols and workspackes symbols.
geequlim
2019-08-11
1
-1
/
+311
*
Add GDScript Language Protocol plugin
geequlim
2019-08-11
1
-0
/
+153