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: Report property type errors
ZuBsPaCe
2021-10-08
1
-1
/
+1
*
Fix empty line hover; fix open non-res:// script
Francois Belair
2021-10-01
3
-3
/
+9
*
Use range iterators for `Map`
Lightning_A
2021-09-30
4
-27
/
+27
*
Make LSP report _init instead of Object::new
Francois Belair
2021-09-29
2
-3
/
+6
*
Remove duplicate WorkspaceEdit from LSP
Francois Belair
2021-09-25
1
-40
/
+10
*
Merge pull request #50378 from Razoric480/apply-edit-40
Rémi Verschelde
2021-09-25
5
-0
/
+126
|
\
|
*
Implement applyEdit in LSP for signal connecting
Francois Belair
2021-07-11
5
-0
/
+126
*
|
LSP: Add support for custom host setting
John J. Donna II
2021-09-20
2
-2
/
+6
*
|
Style: Cleanup code using `text_editor/completion/use_single_quotes`
Rémi Verschelde
2021-08-13
1
-2
/
+2
*
|
Fix LSP completion crashing on scene-less scripts
Francois Belair
2021-08-06
2
-16
/
+22
*
|
Fix LSP parsing get_node only from the scene root
Francois Belair
2021-08-05
1
-1
/
+22
*
|
Merge pull request #51247 from pycbouh/docs-extract-theme-items
Rémi Verschelde
2021-08-05
1
-6
/
+12
|
\
\
|
*
|
Add theme item descriptions to the online documentation
Yuri Sizov
2021-08-04
1
-6
/
+12
*
|
|
Merge pull request #48615 from Razoric480/lsp-rename
Rémi Verschelde
2021-08-05
5
-2
/
+175
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Implement didSave notification and rename request
Francois Belair
2021-07-17
5
-2
/
+175
*
|
|
Merge pull request #50454 from Ev1lbl0w/gsoc21-dap
Fabio Alessandrelli
2021-08-03
1
-2
/
+2
|
\
\
\
|
*
|
|
Implemented initial DAP support
Ev1lbl0w
2021-08-02
1
-2
/
+2
*
|
|
|
Fix LSP reporting wrong types
Francois Belair
2021-07-26
2
-31
/
+31
*
|
|
|
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
2
-3
/
+3
*
|
|
|
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
3
-20
/
+15
*
|
|
|
[Net] Single `rpc` annotation. "sync" no longer part of mode.
Fabio Alessandrelli
2021-07-20
1
-1
/
+3
|
/
/
/
*
/
/
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
[next]