Yuri Rubinsky
|
f6c8c140f0
Fix using signals in lambda functions
|
2 years ago |
Adam Scott
|
6d7c8533d5
Remove fix leftover that caused cyclic load issues
|
2 years ago |
Rémi Verschelde
|
80b3813b15
Merge pull request #67714 from adamscott/fix-preload-cyclic-references-part2
|
2 years ago |
Adam Scott
|
5704055d30
Fix cyclic references in GDScript 2.0
|
2 years ago |
ocean (they/them)
|
13be0ab733
Fix ability to overload "script" variable
|
2 years ago |
Rune
|
bce6f1792e
GDScript compiler subclass bugfixes
|
2 years ago |
Rémi Verschelde
|
7eb44fa47d
Merge pull request #68125 from kleonc/range-fix-single-arg-optimized-type-mismatch
|
2 years ago |
Rémi Verschelde
|
7c0e46f1c1
Merge pull request #68040 from adamscott/fix-property-getter-return-type
|
2 years ago |
kleonc
|
c268e3a235
GDScript Fix type mismatch in optimized single arg `range`
|
2 years ago |
Rémi Verschelde
|
213ba46672
Merge pull request #68065 from zCubed3/fix_min_max_crash
|
2 years ago |
Rémi Verschelde
|
b43cc96535
Merge pull request #62695 from Spartan322/relax-constant-asserts
|
2 years ago |
zCubed3
|
b7f0ab13a4
Fix math utility functions crashing when invalid args passed
|
2 years ago |
Adam Scott
|
26f0afdce2
[godot#68001] Fix property getter with custom return type
|
2 years ago |
João Martins
|
a0c4002520
Clarified reason why a resource cannot be loaded.
|
2 years ago |
clayjohn
|
0a51bb4ca5
Add STATIC_CALLED_ON_INSTANCE warning to highlight
|
2 years ago |
clayjohn
|
be1e9acb7c
Implement RETURN_VALUE_DISCARDED warning in GDscript
|
2 years ago |
bruvzg
|
0103af1ddd
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
|
2 years ago |
willnationsdev
|
339aba1656
Add GDScript resource export.
|
3 years ago |
Abdelhafidh Belalia
|
4dca9975e7
Fix GDScript `preload` fails in standalone build unless files are present in directory
|
2 years ago |
Rémi Verschelde
|
6843a484ff
Merge pull request #65065 from Atlinx/fix/65010_enum-doesnt-show-up
|
2 years ago |
Atlinx
|
6b5640c88c
Fix inferred GDScript enum values not appearing in inspector
|
2 years ago |
Aaron Franke
|
10a56981dc
Rename String `plus_file` to `path_join`
|
2 years ago |
Antonio Dell'Annunziata
|
f81a166ab8
fix(gdscript): Infer type from preload const
|
3 years ago |
reduz
|
455c06ecd4
Implement Vector4, Vector4i, Projection
|
3 years ago |
George L. Albany
|
8035f1e36f
Allow non-constant string message for assert
|
3 years ago |
Rémi Verschelde
|
4873886830
Merge pull request #62760 from cdemirer/fix-annotation-initializer-conflict
|
3 years ago |
cdemirer
|
f280975bf1
Fix priority of annotated type vs initializer type
|
3 years ago |
Yuri Sizov
|
f85bafaa11
Add grouping annotations for class properties in GDScript
|
3 years ago |
K. S. Ernest (iFire) Lee
|
9ddebc0c22
Add a const call mode to Object, Variant and Script.
|
3 years ago |
bruvzg
|
860e24683f
Make enum/constant binds 64-bit.
|
3 years ago |