index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
gdscript
/
language_server
/
gdscript_language_protocol.cpp
Age
Commit message (
Expand
)
Author
2020-02-23
Fix crash after closing a GDScript LSP session
Oliver Frank
2020-02-20
Migrating language server from Websockets to raw TCP
of9
2020-02-20
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-01-15
Prevent GDScript language server from listening to external hosts by default
Houkime
2020-01-01
Update copyright statements to 2020
RĂ©mi Verschelde
2019-10-09
lsp: Send godot class tree to clients
Geequlim
2019-10-04
Add custom api `textDocument/nativeSymbol` to allow inspect native symbols fr...
geequlim
2019-10-04
Fix enumeration value of SymbolKind.
geequlim
2019-09-22
Changed some code found by Clang Tidy and Coverity
qarmin
2019-08-11
Add optional goto definition support for native symbols
geequlim
2019-08-11
Add generate script api to dictionary support
Geequlim
2019-08-11
Check client workspace directory is valid
Geequlim
2019-08-11
Improved performance for completion and symbol resolvation.
Geequlim
2019-08-11
Add optional smart resolve sulotion
geequlim
2019-08-11
Add a symbol pool to cache all native symbols and workspackes symbols.
geequlim
2019-08-11
Add GDScript Language Protocol plugin
geequlim