Danil Alexeev
|
5f0ecf4c8c
GDScript: Remove some unnecessary booleans
|
2 周之前 |
Thaddeus Crews
|
7b5ee98474
Merge pull request #94118 from CrazyRoka/optimize-gdscript-notifications
|
2 周之前 |
CrazyRoka
|
bcc0922a20
Optimize GDScriptInstance::notification for better performance
|
1 年之前 |
Yufeng Ying
|
a50fc5acd8
Change ClassDB::get_class_list and related stuff.
|
9 月之前 |
Arti Chhabra
|
e7214c229b
Fix the issue by resetting the reloading false first and then returning error directly instead of calling Macro
|
2 月之前 |
Mikael Hermansson
|
809a6cf705
Fix crash when GDScript scripts are reloaded during initial import
|
2 月之前 |
A Thousand Ships
|
f11aff3841
Editor: Restructure editor code
|
4 月之前 |
Serhii Snitsaruk
|
a095c5e3fa
GDScript call stack as reverse linked list with fixed coroutines
|
4 月之前 |
Rémi Verschelde
|
ebc36a7225
Merge pull request #107717 from aaronfranke/abstract-annotation
|
3 月之前 |
kobewi
|
015cc38912
Mark GDScript and shader warnings for translation
|
3 月之前 |
Aaron Franke
|
1085200f51
GDScript: Replace `abstract` keyword with `@abstract` annotation
|
3 月之前 |
Danil Alexeev
|
24494d840e
Core: Unify display of error type prefixes
|
5 月之前 |
Fabio Alessandrelli
|
c28d5d0058
Revert "Expose get_rpc_config and get_node_rpc_config"
|
4 月之前 |
Yufeng Ying
|
1384e82c2c
Improve ScriptLanguage get keyword API.
|
9 月之前 |
Thaddeus Crews
|
b59d6bea4f
Merge pull request #67777 from aaronfranke/virtually-annotated
|
5 月之前 |
Thaddeus Crews
|
579feb387c
Core: Add `[[nodiscard]]` to string-like classes
|
1 年之前 |
Aaron Franke
|
067704f1cd
Add a keyword for abstract classes in GDScript
|
2 年之前 |
Thaddeus Crews
|
28089c40c1
Merge pull request #91006 from reduz/live-backtrace
|
5 月之前 |
reduz
|
d1dcb40d56
Ability to print and log script backtraces
|
6 月之前 |
Lukas Tenbrink
|
91fe434a86
Always use `String` as `StringName` backing internally.
|
6 月之前 |
Thaddeus Crews
|
94282d88f9
Core: Use `Math` namespace for constants
|
6 月之前 |
Thaddeus Crews
|
4248411baf
Merge pull request #102521 from HolonProduction/cancel-await
|
6 月之前 |
Yufeng Ying
|
4f4031a675
Replace size() == 0 with is_empty().
|
7 月之前 |
Thaddeus Crews
|
780cf03051
Merge pull request #104556 from Ivorforce/string-extend-instead-of-parse
|
6 月之前 |
Lukas Tenbrink
|
ffa6ef220b
Use `append_` instead of `parse_` for `String` methods.
|
6 月之前 |
kobewi
|
75881f8322
Use initializer list in Arrays
|
1 年之前 |
Thaddeus Crews
|
f09ee0171a
Style: Begin integrating simple `.clangd` fixes
|
7 月之前 |
Michael Alexsander
|
ce8d2e4917
Implement class detection in GDScript for build configuration
|
8 月之前 |
HolonProduction
|
676e4c9013
GDScript: Cancel suspended functions when reloading a script
|
8 月之前 |
Rémi Verschelde
|
daa074881b
Revert "Fixed resource loader using not fully loaded scripts"
|
8 月之前 |