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
*
Fix external editor hot reload
Omar Shehata
2023-10-07
1
-0
/
+2
*
[Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-26
1
-2
/
+2
*
Omit quotes from completion if triggered with quote
0x4448
2023-09-21
2
-0
/
+20
*
Add `--lsp-port` as a command line argument
ryanabx
2023-09-18
2
-3
/
+6
*
Fix dumping of signal API parameters
William Edwards
2023-09-12
1
-1
/
+1
*
Language Server: Improve hovered symbol resolution, fix renaming bugs, implem...
BooksBaum
2023-09-11
8
-350
/
+637
*
Fixes LSP connection error when launched in a separate thread
azuloo
2023-08-16
1
-0
/
+1
*
Fix various typos with codespell
Rémi Verschelde
2023-08-07
1
-1
/
+1
*
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
7
-11
/
+18
*
LSP: don't send empty completion command
Александр Черник
2023-05-06
1
-1
/
+3
*
Fix GDScript LSP variable rename
Adam Scott
2023-04-22
3
-19
/
+45
*
Merge pull request #76197 from dalexeev/fix-error-macro-misuses
Yuri Sizov
2023-04-18
1
-1
/
+1
|
\
|
*
Fix misuses of error macros
Danil Alexeev
2023-04-18
1
-1
/
+1
*
|
Fix typo when parsing LSP function parameters
Adam Scott
2023-04-15
1
-1
/
+1
|
/
*
Poll LSP/DAP clients for connection status updates
Ricardo Subtil
2023-04-09
1
-0
/
+1
*
GDScript: Change parser representation of class extends
Dmitrii Maganov
2023-03-13
1
-1
/
+1
*
Fix internal editor not updating when using external editor via LSP
Rindbee
2023-01-22
1
-0
/
+1
*
call update_exports from LSP didSave function
Adam Wardell
2023-01-20
1
-0
/
+1
*
Unify typing of variables, constants and parameters in GDScript
Dmitrii Maganov
2023-01-06
1
-4
/
+4
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
11
-319
/
+319
*
Fix use of comma instead of semicolon
Quentin Guidée
2022-12-17
1
-1
/
+1
*
Keep GDScriptAnalyzer alive for whole parse()
Bartosz Bielecki
2022-12-06
1
-1
/
+2
*
Use forward-declarations in big editor classes
trollodel
2022-11-29
1
-0
/
+1
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
4
-57
/
+55
*
Merge pull request #66885 from atirut-w/lsp-doc-fix
Rémi Verschelde
2022-10-05
1
-4
/
+4
|
\
|
*
LSP: Fix GDScript doc comments
Atirut Wattanamongkol
2022-10-05
1
-4
/
+4
*
|
Implement `GDScriptTextDocument::willSaveWaitUntil` to clean up outdated docu...
Rindbee
2022-10-04
3
-13
/
+22
|
/
*
Fix out of sync when the script is edited externally via lsp
Rindbee
2022-09-25
1
-0
/
+1
*
fix: add uri_decode to root_uri #63388
Lamia
2022-08-31
1
-3
/
+3
*
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
1
-2
/
+2
*
fix: modifies workspace->root_uri so that p_uri is symmetrical to other opera...
Lamia
2022-08-08
2
-4
/
+4
*
Extract EditorResourceConversionPlugin into its own source files and clean up...
Yuri Sizov
2022-07-31
3
-0
/
+3
*
Merge pull request #63049 from Faless/mp/4.x_as_module
Rémi Verschelde
2022-07-28
1
-3
/
+1
|
\
|
*
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
Fabio Alessandrelli
2022-07-26
1
-3
/
+1
*
|
LSP: Sanitizes protocol URI `file:///c%3A` in file path
Lamia
2022-07-28
1
-1
/
+3
|
/
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
5
-9
/
+9
*
Add grouping annotations for class properties in GDScript
Yuri Sizov
2022-07-05
1
-0
/
+4
*
Merge pull request #59482 from kurtlachmann/lsp_better_parentheses
Rémi Verschelde
2022-06-15
2
-7
/
+3
|
\
|
*
Use insertText from the internal autocompletion
Kurt Lachmann
2022-03-24
2
-7
/
+3
*
|
Add a new HashSet template
reduz
2022-05-20
1
-1
/
+1
*
|
Use range iterators for RBSet in most cases
Aaron Record
2022-05-19
1
-2
/
+2
*
|
Replace most uses of Map by HashMap
reduz
2022-05-16
5
-42
/
+42
*
|
Add a new HashMap implementation
reduz
2022-05-12
4
-59
/
+41
*
|
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
2
-2
/
+2
*
|
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
4
-8
/
+3
*
|
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-04
1
-1
/
+1
*
|
Add GDExtension support to Script
reduz
2022-03-27
3
-15
/
+17
|
/
*
Convert _notification methods to switch - Chunk C
Jakob Bouchard
2022-02-16
1
-4
/
+7
*
Cleanup and move char functions to the `char_utils.h` header.
bruvzg
2022-02-04
1
-2
/
+2
*
String: Add contains().
Anilforextra
2022-02-04
2
-3
/
+3
[next]