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