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 commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973
Spartan322
2024-11-27
1
-1
/
+10
|
\
|
*
LSP: Fix spec violations that break the VSCode outline
HolonProduction
2024-11-15
1
-1
/
+10
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
11
-22
/
+22
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
11
-0
/
+22
|
/
*
Style: Apply new `clang-format` changes
Thaddeus Crews
2024-09-20
1
-2
/
+2
*
Merge pull request #96684 from HolonProduction/that-was-a-bit-too-smart
Rémi Verschelde
2024-09-16
1
-13
/
+0
|
\
|
*
LSP: Don't use smart resolve for completion
HolonProduction
2024-09-07
1
-13
/
+0
*
|
Merge pull request #96725 from HolonProduction/lsp-omit
Rémi Verschelde
2024-09-16
1
-12
/
+20
|
\
\
|
*
|
LSP: Omit some values based on specification version 3.17
HolonProduction
2024-09-08
1
-12
/
+20
|
|
/
*
|
Fix script properties reload from external editor
Hilderin
2024-09-14
1
-2
/
+0
*
|
[Editor] Expose more editor settings to documentation
A Thousand Ships
2024-09-12
1
-0
/
+1
|
/
*
Merge pull request #70096 from rune-scape/stringname-dict
Rémi Verschelde
2024-09-03
2
-2
/
+2
|
\
|
*
StringName Dictionary keys
rune-scape
2024-08-29
2
-2
/
+2
*
|
Cleanup of raw `nullptr` checks with `Ref`
A Thousand Ships
2024-08-31
1
-3
/
+3
|
/
*
Fix Steam input "crc" errors, and some other Coverity reports of uninitialize...
Rémi Verschelde
2024-05-31
1
-1
/
+1
*
[GDScript LSP] Fix `show_native_symbol_in_editor`
A Thousand Ships
2024-05-26
1
-1
/
+1
*
Replace `find` with `contains/has` where applicable
A Thousand Ships
2024-05-08
1
-1
/
+1
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
2
-4
/
+4
*
Merge pull request #90975 from aaronfranke/plugin-org
Rémi Verschelde
2024-04-29
1
-1
/
+1
|
\
|
*
Organize existing code for editor plugins
Aaron Franke
2024-04-27
1
-1
/
+1
*
|
Have GDScriptWorkspace::list_script_files respect .gdignore.
R. Alex Hofer
2024-04-20
1
-11
/
+18
|
/
*
Allow LSP to process multiple messages per poll
Mikael Hermansson
2024-03-08
4
-13
/
+25
*
GDScript: Canonicalize script path in FQCN
Danil Alexeev
2024-02-26
1
-2
/
+2
*
Remove word duplicates in comments and strings, and fix casing and punctuation
Robert Yevdokimov
2024-02-23
1
-1
/
+1
*
Use check_changed_settings_in_group() everywhere
kobewi
2024-02-19
1
-0
/
+4
*
GDScript: Fix extension comparison for exported scripts
Danil Alexeev
2024-02-15
1
-2
/
+2
*
GDScript: Reintroduce binary tokenization on export
George Marques
2024-02-08
1
-1
/
+1
*
Remove unnecessary `this->` expressions
A Thousand Ships
2024-01-29
2
-13
/
+13
*
Merge pull request #86676 from rune-scape/sparse-script-reload
Yuri Sizov
2024-01-17
1
-1
/
+1
|
\
|
*
Hot-reload only changed scripts
rune-scape
2024-01-02
1
-1
/
+1
*
|
Update deferred calls to use Callables
kobewi
2024-01-09
1
-1
/
+1
|
/
*
Remove unnecessary assignments
Wilson E. Alvarez
2023-12-13
1
-3
/
+2
*
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
[next]