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
/
gdscript_workspace.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
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
1
-3
/
+3
*
Have GDScriptWorkspace::list_script_files respect .gdignore.
R. Alex Hofer
2024-04-20
1
-11
/
+18
*
GDScript: Canonicalize script path in FQCN
Danil Alexeev
2024-02-26
1
-2
/
+2
*
GDScript: Fix extension comparison for exported scripts
Danil Alexeev
2024-02-15
1
-2
/
+2
*
Language Server: Improve hovered symbol resolution, fix renaming bugs, implem...
BooksBaum
2023-09-11
1
-82
/
+117
*
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
1
-1
/
+2
*
Fix GDScript LSP variable rename
Adam Scott
2023-04-22
1
-9
/
+31
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-18
/
+18
*
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
1
-3
/
+1
*
Extract EditorResourceConversionPlugin into its own source files and clean up...
Yuri Sizov
2022-07-31
1
-0
/
+1
*
LSP: Sanitizes protocol URI `file:///c%3A` in file path
Lamia
2022-07-28
1
-1
/
+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
1
-28
/
+28
*
Add a new HashMap implementation
reduz
2022-05-12
1
-12
/
+6
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-1
/
+1
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-1
/
+1
*
Add GDExtension support to Script
reduz
2022-03-27
1
-2
/
+2
*
String: Add contains().
Anilforextra
2022-02-04
1
-2
/
+2
*
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
1
-2
/
+2
*
Prevent LSP adding signal func to non GDScripts
Francois Belair
2021-12-04
1
-1
/
+5
*
Move the docs for constructors and operators out of methods section
Aaron Franke
2021-10-29
1
-0
/
+2
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-16
/
+16
*
Make LSP report _init instead of Object::new
Francois Belair
2021-09-29
1
-2
/
+5
*
Merge pull request #50378 from Razoric480/apply-edit-40
Rémi Verschelde
2021-09-25
1
-0
/
+52
|
\
|
*
Implement applyEdit in LSP for signal connecting
Francois Belair
2021-07-11
1
-0
/
+52
*
|
Fix LSP completion crashing on scene-less scripts
Francois Belair
2021-08-06
1
-13
/
+15
*
|
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
1
-0
/
+84
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Implement didSave notification and rename request
Francois Belair
2021-07-17
1
-0
/
+84
|
|
/
*
|
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-2
/
+2
*
|
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-6
/
+4
|
/
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
Translate file path to URI on LSP symbol requests
Francois Belair
2021-06-17
1
-1
/
+3
*
Implement LSP didDeleteFiles & make parser aware of sub-nodes
Francois Belair
2021-04-10
1
-0
/
+11
*
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
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-10
/
+10
*
Refactor DocData into core and editor (DocTools) parts
Thakee Nathees
2020-12-02
1
-1
/
+2
[next]