Thaddeus Crews
|
b9730c0b2e
Merge pull request #110240 from westenral/add_int_division_warnings
|
2 weeks ago |
Thaddeus Crews
|
8bc1dd63f4
Merge pull request #107936 from mihe/missing-await-warning
|
2 weeks ago |
westenral
|
565e1aaeb9
Add checks for integer vectors for integer division warning
|
1 month ago |
Aaron Franke
|
b73597292b
Improve error messages for lambda functions without a body
|
2 months ago |
George Marques
|
38f8643b00
GDScript: Properly detect native class on static call optimization
|
2 months ago |
A Thousand Ships
|
f11aff3841
Editor: Restructure editor code
|
4 months ago |
Mikael Hermansson
|
a3e58a385f
Add opt-in GDScript warning for when calling coroutine without `await`
|
3 months ago |
Aaron Franke
|
1085200f51
GDScript: Replace `abstract` keyword with `@abstract` annotation
|
4 months ago |
Thaddeus Crews
|
0f05e91889
Merge pull request #82808 from dalexeev/gds-vararg
|
4 months ago |
Danil Alexeev
|
a13fbc6e3e
GDScript: Optimize non-constant `for`-`range`
|
5 months ago |
Danil Alexeev
|
ee121ef80e
GDScript: Add support for variadic functions
|
6 months ago |
Danil Alexeev
|
a7cf2069d5
GDScript: Add abstract methods
|
5 months ago |
Thaddeus Crews
|
d237e31a89
Style: Remove redundant `DEBUG_METHODS_ENABLED`
|
5 months ago |
Thaddeus Crews
|
b59d6bea4f
Merge pull request #67777 from aaronfranke/virtually-annotated
|
5 months ago |
Malcolm Anderson
|
d8db03e31a
Fix a few GDScript warning messages for grammar and consistency
|
6 months ago |
Aaron Franke
|
067704f1cd
Add a keyword for abstract classes in GDScript
|
2 years ago |
lawnjelly
|
f8f350a32a
Add `GLOBAL_GET` cached macros.
|
5 months ago |
Lukas Tenbrink
|
bfdb0f0ecf
Fix various sanitizer issues.
|
5 months ago |
Thaddeus Crews
|
5d697c31c1
Merge pull request #78837 from dalexeev/gds-const-array-and-dict-constructors
|
5 months ago |
Thaddeus Crews
|
0d267e7b1e
Core: Add dedicated `BitField` template
|
1 year ago |
HolonProduction
|
e7487263ad
Autocompletion: Don't add parenthesis if `Callable` is expected
|
1 year ago |
Yufeng Ying
|
7a1a970c25
size() <= 0 and size() < 1.
|
7 months ago |
Danil Alexeev
|
7721e13a92
GDScript: Add constant `Array` and `Dictionary` constructors
|
6 months ago |
A Thousand Ships
|
d9721954e6
[Core] Use `Vector` for `MethodInfo::arguments`
|
1 year ago |
A Thousand Ships
|
466590d0ec
Use `get_slicec` instead of `get_slice` for single character splitters
|
11 months ago |
Malcolm Anderson
|
8e8f93cf0c
Display correct symbol in warning when unique name is used without @onready annotation
|
8 months ago |
kobewi
|
c29e9e9b29
Ensure path for shallow scripts
|
9 months ago |
Danil Alexeev
|
cd918ff470
GDScript: Remove `RENAMED_IN_GODOT_4_HINT` from `GDScriptWarning::Code` enum
|
9 months ago |
Aarni Koskela
|
f134769506
Fix various typos
|
9 months ago |
A Thousand Ships
|
a1846b27ea
Improve use of `Ref.is_null/valid`
|
1 year ago |