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: 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
*
Merge pull request #57205 from TechnoPorg/variant-template-cast
Rémi Verschelde
2022-01-27
1
-1
/
+1
|
\
|
*
Allow method binds to take Object subclasses as arguments
TechnoPorg
2022-01-25
1
-1
/
+1
*
|
Rename String::is_subsequence_ofi to String::is_subsequence_ofn
Wilson E. Alvarez
2022-01-26
1
-1
/
+1
|
/
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
11
-22
/
+22
*
Remove extraneous return to LSP
Francois Belair
2021-12-07
1
-3
/
+0
*
Merge pull request #55624 from Razoric480/raz/cs-lsp-signal
Rémi Verschelde
2021-12-06
1
-1
/
+5
|
\
|
*
Prevent LSP adding signal func to non GDScripts
Francois Belair
2021-12-04
1
-1
/
+5
*
|
Auto-Increment Debugger Port
Nathan Franke
2021-12-04
1
-1
/
+1
|
/
*
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
1
-1
/
+1
*
Modules: Make sure to include modules_enabled.gen.h where needed
Rémi Verschelde
2021-11-12
1
-1
/
+1
*
Fix LSP crash when parsing signal symbols.
Francois Belair
2021-11-07
1
-1
/
+1
*
Move the docs for constructors and operators out of methods section
Aaron Franke
2021-10-29
1
-0
/
+2
*
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-10-28
1
-43
/
+43
*
Remove unimplemented methods
Marcel Admiraal
2021-10-21
1
-2
/
+0
*
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
|
\
\
\
[next]