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 |
bruvzg
|
244db37508
Cleanup and move char functions to the `char_utils.h` header.
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Francois Belair
|
4995a477ff
Fix LSP crash when parsing signal symbols.
|
3 years ago |
ZuBsPaCe
|
551ceb590b
GDScript: Report property type errors
|
3 years ago |
Francois Belair
|
572979d011
Fix empty line hover; fix open non-res:// script
|
3 years ago |
Francois Belair
|
41ef9cf789
Fix LSP reporting wrong types
|
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 |
Fabio Alessandrelli
|
ddb68f76ff
[Net] Single `rpc` annotation. "sync" no longer part of mode.
|
4 years ago |
Marcel Admiraal
|
2bafcd3422
Consolidate JSON, JSONParseResults and JSONParser into JSON
|
4 years ago |
Francois Belair
|
39f7408ccb
Implement LSP didDeleteFiles & make parser aware of sub-nodes
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
Marcel Admiraal
|
5b937d493f
Rename empty() to is_empty()
|
4 years ago |
Rémi Verschelde
|
cf62289d24
LSP: Fix iterator in enum API dump
|
4 years ago |
bruvzg
|
644f739660
Static analyzer fixes:
|
4 years ago |
bruvzg
|
80b8eff6aa
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
|
5 years ago |
George Marques
|
fda6f3b600
GDScript: Fix LSP getting wrong union value on unnamed enums
|
5 years ago |
George Marques
|
a0f54cb95e
Wrap up GDScript 2.0 base implementation
|
5 years ago |
George Marques
|
b6a2628c48
Reenable GDScript LSP server
|
5 years ago |
George Marques
|
5d6e853806
New GDScript tokenizer and parser
|
5 years ago |
Ryan Roden-Corrent
|
8dcc39ec91
Include gdscript warning name in LSP message.
|
5 years ago |
Rémi Verschelde
|
e34f33711b
GDScript LSP: Fix crash in notify_client
|
5 years ago |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
5 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 years ago |
Rémi Verschelde
|
e956e80c1f
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Francois Belair
|
f6968d5f17
Fix static functions loop using class' functions
|
5 years ago |
Rémi Verschelde
|
40f0649e5b
Fix typos with codespell
|
5 years ago |