Danil Alexeev
|
a13fbc6e3e
GDScript: Optimize non-constant `for`-`range`
|
3 months ago |
Danil Alexeev
|
a7cf2069d5
GDScript: Add abstract methods
|
2 months ago |
Rémi Verschelde
|
0518bd5fee
Merge pull request #106683 from dalexeev/gds-remove-leftmost-rightmost-column
|
2 months ago |
Serhii Snitsaruk
|
e06541eb4c
Fix backtrace reporting wrong line numbers in release exports
|
2 months ago |
Danil Alexeev
|
7aafa6ef18
GDScript: Remove `leftmost_column` and `rightmost_column` fields
|
2 months ago |
Aaron Franke
|
067704f1cd
Add a keyword for abstract classes in GDScript
|
1 year ago |
Lukas Tenbrink
|
fbe64ffb45
Change `get_class_static` to return `StringName`.
|
4 months ago |
Thaddeus Crews
|
4248411baf
Merge pull request #102521 from HolonProduction/cancel-await
|
4 months ago |
A Thousand Ships
|
d9721954e6
[Core] Use `Vector` for `MethodInfo::arguments`
|
1 year ago |
HolonProduction
|
676e4c9013
GDScript: Cancel suspended functions when reloading a script
|
6 months ago |
Thaddeus Crews
|
a4f423cc97
Merge pull request #78489 from dalexeev/gds-add-disassembling-implicit-funcs
|
7 months ago |
rune-scape
|
d58b2e879f
Get rid of easily removable uses of const_cast
|
1 year ago |
Rémi Verschelde
|
6e72b159ca
Merge pull request #93301 from rune-scape/compiler-messages
|
8 months ago |
rune-scape
|
9f8fec39f3
GDScript: Add error messages to some compilation errors
|
1 year ago |
Rémi Verschelde
|
88e81ee730
Fix various typos and code style issues
|
8 months ago |
Danil Alexeev
|
a73573b093
GDScript: Add disassembling implicit and lambda functions
|
8 months ago |
Thaddeus Crews
|
32c83a228d
Style: Add `WARNING:` as new comment admonition
|
11 months ago |
Thaddeus Crews
|
9853a69144
Implement typed dictionaries
|
2 years ago |
Danil Alexeev
|
5350e1beaa
GDScript: Fix locals clearing after exiting `while` block
|
1 year ago |
Danil Alexeev
|
8c82fd15d2
GDScript: Fix incorrect setter call for reference types
|
1 year ago |
George Marques
|
87c90a573c
GDScript: Call setter on simple setter chain without getter
|
1 year ago |
rune-scape
|
7f7114c008
GDScript: partially allow some functions on invalid scripts
|
1 year ago |
rune-scape
|
9fa13da16f
GDScript: fix segfault on invalid script
|
1 year ago |
kobewi
|
413c11357d
Use Core/Scene stringnames consistently
|
1 year ago |
kobewi
|
a262d2d881
Add shorthand for using singleton string names
|
1 year ago |
Rémi Verschelde
|
0404e3a85e
Merge pull request #84148 from KANAjetzt/fix_crash_take_over_path_named_class
|
1 year ago |
Kai
|
f4192aad6f
Fix crash when extending taken-over named class
|
1 year ago |
A Thousand Ships
|
955d5affa8
Reduce and prevent unnecessary random-access to `List`
|
1 year ago |
George Marques
|
7ca038effa
GDScript: Perform validated calls with static methods
|
1 year ago |
Rémi Verschelde
|
69a23e64e4
Merge pull request #89990 from dalexeev/gds-reset-uninit-local-vars
|
1 year ago |