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
*
Merge pull request #40276 from Taywee/master
Rémi Verschelde
2021-02-25
1
-1
/
+1
|
\
|
*
remove invalid codeLensProvider value from lsp
Taylor C. Richberger
2020-07-11
1
-1
/
+1
*
|
Fixed Invalid function bindings #46135
Vignesh1-art
2021-02-18
1
-1
/
+1
*
|
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-02-08
3
-16
/
+11
*
|
Merge pull request #45315 from RandomShaper/modernize_thread
Rémi Verschelde
2021-01-31
2
-8
/
+4
|
\
\
|
*
|
Modernize Thread
Pedro J. Estébanez
2021-01-29
2
-8
/
+4
*
|
|
Unify URI encoding/decoding and add to C#
Aaron Franke
2021-01-28
1
-1
/
+1
|
/
/
*
|
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
11
-22
/
+22
*
|
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
5
-26
/
+26
*
|
LSP: Fix iterator in enum API dump
Rémi Verschelde
2020-12-09
1
-1
/
+1
*
|
Static analyzer fixes:
bruvzg
2020-12-09
1
-1
/
+1
*
|
Refactor DocData into core and editor (DocTools) parts
Thakee Nathees
2020-12-02
3
-3
/
+5
*
|
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-16
1
-1
/
+0
*
|
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
6
-8
/
+8
*
|
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
1
-3
/
+3
*
|
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
[next]