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
*
Optimize StringName usage
reduz
2021-07-18
1
-2
/
+2
*
Misc cleanup of header includes
Rémi Verschelde
2021-07-15
1
-3
/
+9
*
Implement the ability to disable classes
reduz
2021-07-13
1
-3
/
+3
*
Implement didClose notification in LSP
Francois Belair
2021-07-08
2
-0
/
+7
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
2
-4
/
+4
*
Consolidate JSON, JSONParseResults and JSONParser into JSON
Marcel Admiraal
2021-06-19
2
-9
/
+6
*
Translate file path to URI on LSP symbol requests
Francois Belair
2021-06-17
1
-1
/
+3
*
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
4
-8
/
+8
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
2
-2
/
+2
*
Merge pull request #47776 from Razoric480/foreport
Rémi Verschelde
2021-05-06
4
-19
/
+195
|
\
|
*
Implement LSP didDeleteFiles & make parser aware of sub-nodes
Francois Belair
2021-04-10
4
-19
/
+195
*
|
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
Hugo Locurcio
2021-05-06
3
-4
/
+4
*
|
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-27
1
-1
/
+0
*
|
Make LSP update the filesystem of changed scripts
Francois Belair
2021-04-14
1
-0
/
+1
|
/
*
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
[next]