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_language_protocol.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed Invalid function bindings #46135
Vignesh1-art
2021-02-18
1
-1
/
+1
*
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
-3
/
+3
*
Refactor DocData into core and editor (DocTools) parts
Thakee Nathees
2020-12-02
1
-1
/
+2
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
GDScript LSP: Fix wrong error checks added in #39385
Rémi Verschelde
2020-06-15
1
-4
/
+2
*
GDScript LSP: Fix crash in notify_client
Rémi Verschelde
2020-06-08
1
-5
/
+10
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-4
/
+6
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-5
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-8
/
+8
*
Fix crash after closing a GDScript LSP session
Oliver Frank
2020-02-23
1
-2
/
+2
*
Migrating language server from Websockets to raw TCP
of9
2020-02-20
1
-66
/
+135
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-3
/
+3
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-2
/
+2
*
Prevent GDScript language server from listening to external hosts by default
Houkime
2020-01-15
1
-1
/
+2
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
lsp: Send godot class tree to clients
Geequlim
2019-10-09
1
-0
/
+16
*
Add custom api `textDocument/nativeSymbol` to allow inspect native symbols fr...
geequlim
2019-10-04
1
-2
/
+3
*
Fix enumeration value of SymbolKind.
geequlim
2019-10-04
1
-0
/
+5
*
Changed some code found by Clang Tidy and Coverity
qarmin
2019-09-22
1
-2
/
+4
*
Add optional goto definition support for native symbols
geequlim
2019-08-11
1
-0
/
+4
*
Add generate script api to dictionary support
Geequlim
2019-08-11
1
-12
/
+20
*
Check client workspace directory is valid
Geequlim
2019-08-11
1
-12
/
+11
*
Improved performance for completion and symbol resolvation.
Geequlim
2019-08-11
1
-1
/
+22
*
Add optional smart resolve sulotion
geequlim
2019-08-11
1
-0
/
+5
*
Add a symbol pool to cache all native symbols and workspackes symbols.
geequlim
2019-08-11
1
-1
/
+2
*
Add GDScript Language Protocol plugin
geequlim
2019-08-11
1
-0
/
+173