Yuri Sizov
|
9f55bd971e
Extract EditorResourceConversionPlugin into its own source files and clean up editor includes
|
3 years ago |
Lamia
|
3fa943fe23
LSP: Sanitizes protocol URI `file:///c%3A` in file path
|
3 years ago |
reduz
|
45af29da80
Add a new HashSet template
|
3 years ago |
Aaron Record
|
900c676b02
Use range iterators for RBSet in most cases
|
3 years ago |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
3 years ago |
reduz
|
8b7c7f5a75
Add a new HashMap implementation
|
3 years ago |
Hugo Locurcio
|
180e5d3028
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
|
3 years ago |
bruvzg
|
9381acb6a4
Make FileAccess and DirAccess classes reference counted.
|
3 years ago |
reduz
|
360dea5348
Add GDExtension support to Script
|
3 years ago |
Anilforextra
|
adbe948bda
String: Add contains().
|
3 years ago |
Rémi Verschelde
|
e6caaf4c80
Merge pull request #57205 from TechnoPorg/variant-template-cast
|
3 years ago |
Wilson E. Alvarez
|
3eb5e0ac50
Rename String::is_subsequence_ofi to String::is_subsequence_ofn
|
3 years ago |
TechnoPorg
|
051ef479c9
Allow method binds to take Object subclasses as arguments
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Francois Belair
|
66f1b4bf66
Prevent LSP adding signal func to non GDScripts
|
3 years ago |
Aaron Franke
|
6772ebcea0
Move the docs for constructors and operators out of methods section
|
3 years ago |
Lightning_A
|
c63b18507d
Use range iterators for `Map`
|
4 years ago |
Francois Belair
|
7468dd65a5
Make LSP report _init instead of Object::new
|
3 years ago |
Rémi Verschelde
|
14dcb97556
Merge pull request #50378 from Razoric480/apply-edit-40
|
3 years ago |
Francois Belair
|
070d634966
Fix LSP completion crashing on scene-less scripts
|
4 years ago |
Francois Belair
|
03f8fa9f62
Fix LSP parsing get_node only from the scene root
|
4 years ago |
Rémi Verschelde
|
a544e77822
Merge pull request #51247 from pycbouh/docs-extract-theme-items
|
4 years ago |
Rémi Verschelde
|
73b1f5ac79
Merge pull request #48615 from Razoric480/lsp-rename
|
4 years ago |
Yuri Sizov
|
bf2839ea3e
Add theme item descriptions to the online documentation
|
4 years ago |
Rémi Verschelde
|
ac3322b0af
Use const references where possible for List range iterators
|
4 years ago |
Aaron Franke
|
4e6efd1b07
Use C++ iterators for Lists in many situations
|
4 years ago |
Francois Belair
|
7c5335081c
Implement didSave notification and rename request
|
4 years ago |
Francois Belair
|
9a8421aa05
Implement applyEdit in LSP for signal connecting
|
4 years ago |
Lightning_A
|
e28fd07b2b
Rename `instance()`->`instantiate()` when it's a verb
|
4 years ago |
Francois Belair
|
a56c2e459b
Translate file path to URI on LSP symbol requests
|
4 years ago |