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
*
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
11
-333
/
+319
*
New GDScript tokenizer and parser
George Marques
2020-07-20
11
-0
/
+55
*
Include gdscript warning name in LSP message.
Ryan Roden-Corrent
2020-07-14
1
-1
/
+1
*
GDScript LSP: Fix wrong error checks added in #39385
Rémi Verschelde
2020-06-15
2
-5
/
+3
*
GDScript LSP: Fix crash in notify_client
Rémi Verschelde
2020-06-08
6
-14
/
+23
*
Fix incorrect capabilities notification in LSP
Oliver Frank
2020-05-15
1
-3
/
+3
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
4
-22
/
+42
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
7
-77
/
+0
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
3
-13
/
+26
*
Replace more occurrences of NULL with nullptr
Rémi Verschelde
2020-04-02
1
-3
/
+3
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
5
-33
/
+33
*
Effective DisplayServer separation, rename X11 -> LinuxBSD
Juan Linietsky
2020-03-26
1
-1
/
+3
*
Move DocData and Collada out of their subfolders
Rémi Verschelde
2020-03-24
1
-1
/
+1
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-1
/
+1
*
Merge pull request #36683 from rafaeldelboni/master
Rémi Verschelde
2020-03-08
2
-12
/
+16
|
\
|
*
fix: Return only scenes for script owners on LSP completion
Rafael Delboni
2020-03-07
2
-12
/
+16
*
|
typo in gdscript_workspace.cpp/remove_cache_parser() fixed
Thakee Nathees
2020-03-05
1
-1
/
+1
|
/
*
Improve LSP completion using scene owner
Rafael Delboni
2020-02-25
2
-1
/
+53
*
Fix crash after closing a GDScript LSP session
Oliver Frank
2020-02-23
2
-3
/
+3
*
Migrating language server from Websockets to raw TCP
of9
2020-02-20
2
-77
/
+164
*
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
*
Fix hover symbol content position
geequlim
2020-02-12
1
-0
/
+2
*
Fix static functions loop using class' functions
Francois Belair
2020-01-28
1
-1
/
+1
*
Prevent GDScript language server from listening to external hosts by default
Houkime
2020-01-15
3
-3
/
+4
*
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
*
Remove completion triggers for ',' and '(' which may conflict with signature ...
geequlim
2020-01-11
1
-2
/
+0
*
Allow enable/disable threading for LSP server
geequlim
2020-01-11
2
-13
/
+42
*
LSP: Fix bracket completion for functions with one argument
Geequlim
2020-01-10
1
-1
/
+1
*
GDScript LSP: Implement signatureHelp
geequlim
2020-01-09
8
-1
/
+232
*
GDScript LSP: Implement goto declaration
geequlim
2020-01-04
2
-54
/
+69
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
11
-22
/
+22
*
Cleans up headers included in editor_node.h
Haoyu Qiu
2019-12-24
1
-0
/
+1
*
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
[next]