lawnjelly
|
75cadbabcb
Merge pull request #81089 from SysError99/3.x-dont-warm-about-return-value-discarded
|
1 year ago |
Danil Alexeev
|
e922e49b13
[3.x] GDScript: Fix `get_method_list` for custom functions
|
2 years ago |
SysError99
|
2b3d52a7d0
[3.x] Don't warn about `RETURN_VALUE_DISCARDED` by default
|
2 years ago |
lawnjelly
|
19f2006ec0
Use hash table for GDScript parsing
|
2 years ago |
Rémi Verschelde
|
1426cd3b3a
One Copyright Update to rule them all
|
2 years ago |
Andrii Doroshenko (Xrayez)
|
accdd575f6
Make `dict2inst` to work with arbitrary `_init` parameters
|
5 years ago |
Rémi Verschelde
|
14c9325b5d
Merge pull request #62408 from Razoric480/raz/fix-no-cache
|
3 years ago |
Dallon Feldner
|
a99cc8bc29
Don't print redundant errors when parsing GDScript
|
3 years ago |
Francois Belair
|
2ceb93bbef
Fix custom res caching sub-res even if no-cache
|
3 years ago |
George Marques
|
f2166ba92f
GDScript: Don't coerce default values to the export hint type
|
3 years ago |
Rémi Verschelde
|
a627cdafc5
Update copyright statements to 2022
|
3 years ago |
Haoyu Qiu
|
53af7ee482
Clear pending function states when reloading GDScript
|
3 years ago |
kobewi
|
175870ccc7
Show built-in script names in the debugger
|
3 years ago |
Rémi Verschelde
|
2f10793467
Merge pull request #54117 from Pineapple/dont-ignore-type-mismatch-in-setter
|
3 years ago |
Rémi Verschelde
|
42d385b312
clang-format: Disable alignment of operands, too unreliable
|
3 years ago |
Bartłomiej T. Listwon
|
5a7bd296af
Don't ignore the type mismatch in setter function
|
3 years ago |
Jihyun Yu
|
5c66891048
Auto-reload scripts with external editor
|
4 years ago |
Pedro J. Estébanez
|
7426b3fa91
Add Script::inherits_script()
|
4 years ago |
Pedro J. Estébanez
|
2d1943b8d1
Fix slow load/save of scenes with many instances of the same script
|
4 years ago |
Hugo Locurcio
|
a38b447413
Highlight control flow keywords with a different color
|
5 years ago |
Pedro J. Estébanez
|
817ffc01e1
Make all file access 64-bit (`uint64_t`)
|
6 years ago |
Rémi Verschelde
|
140350d767
Style: Enforce braces around if blocks and loops
|
4 years ago |
Rémi Verschelde
|
a828398655
Style: Replaces uses of 0/NULL by nullptr (C++11)
|
4 years ago |
Rémi Verschelde
|
b5e1e05ef2
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
4 years ago |
Rémi Verschelde
|
6e600cb3f0
Style: Set clang-format Standard to c++14
|
4 years ago |
Pedro J. Estébanez
|
4ddcdc031b
Modernize Mutex
|
4 years ago |
Rémi Verschelde
|
49646383f1
Update copyright statements to 2021
|
4 years ago |
George Marques
|
e360dc9a79
GDScript: Remove self static reference and create one on calls
|
5 years ago |
Rémi Verschelde
|
b83f9d47a0
Merge pull request #41830 from RandomShaper/fix_40353_3.2
|
4 years ago |
Pedro J. Estébanez
|
d56112005f
Avoid infinite loop in GDScript at shutdown
|
4 years ago |