Thaddeus Crews
|
94282d88f9
Core: Use `Math` namespace for constants
|
4 月之前 |
Thaddeus Crews
|
4248411baf
Merge pull request #102521 from HolonProduction/cancel-await
|
4 月之前 |
Yufeng Ying
|
4f4031a675
Replace size() == 0 with is_empty().
|
4 月之前 |
Thaddeus Crews
|
780cf03051
Merge pull request #104556 from Ivorforce/string-extend-instead-of-parse
|
4 月之前 |
Lukas Tenbrink
|
ffa6ef220b
Use `append_` instead of `parse_` for `String` methods.
|
4 月之前 |
kobewi
|
75881f8322
Use initializer list in Arrays
|
1 年之前 |
Thaddeus Crews
|
f09ee0171a
Style: Begin integrating simple `.clangd` fixes
|
5 月之前 |
Michael Alexsander
|
ce8d2e4917
Implement class detection in GDScript for build configuration
|
5 月之前 |
HolonProduction
|
676e4c9013
GDScript: Cancel suspended functions when reloading a script
|
6 月之前 |
Rémi Verschelde
|
daa074881b
Revert "Fixed resource loader using not fully loaded scripts"
|
6 月之前 |
Pedro J. Estébanez
|
318af42020
Include more attributes in the global class names cache
|
7 月之前 |
Danil Alexeev
|
cd918ff470
GDScript: Remove `RENAMED_IN_GODOT_4_HINT` from `GDScriptWarning::Code` enum
|
7 月之前 |
Ricardo Subtil
|
b77aa473a1
Implement a "Recovery Mode" for recovering crashing/hanging projects during initialization
|
1 年之前 |
Yufeng Ying
|
33817b186f
Remove unused header in drivers and modules.
|
7 月之前 |
Yufeng Ying
|
a43f90b89d
Remove unused variable in GDScriptLanguage.
|
7 月之前 |
Danil Alexeev
|
80d11500b5
Code Editor: Add documentation tooltips
|
7 月之前 |
Thaddeus Crews
|
1719f8ed3d
Merge pull request #99834 from kiroxas/passLengthToParseUTF8
|
8 月之前 |
rune-scape
|
d58b2e879f
Get rid of easily removable uses of const_cast
|
1 年之前 |
Kiro
|
83d4bde0a2
When calling code has length of string, pass it to parse_utf8
|
8 月之前 |
Thaddeus Crews
|
8004c7524f
Merge pull request #98301 from aaronp64/gdscript_validate_property
|
9 月之前 |
Thaddeus Crews
|
2584f75537
Merge pull request #96499 from beev1s/shallow-script-cache-error
|
9 月之前 |
Clay John
|
b5368d5e40
Merge pull request #98356 from dustdfg/gdscript_endif_readability_comments
|
9 月之前 |
Thaddeus Crews
|
7444da766a
Merge pull request #97374 from rune-scape/get-native-static-callable
|
9 月之前 |
Yevhen Babiichuk (DustDFG)
|
8c29ef38fc
Add some comments to #endif's where it will easier life
|
9 月之前 |
aaronp64
|
aa1d469ffb
Avoid unnecessary Dictionary conversions in GDScriptInstance::validate_property
|
9 月之前 |
Danil Alexeev
|
0bc59c78de
GDScript: Add missing static default initialization for typed dictionaries
|
10 月之前 |
rune-scape
|
d3ad99d3d1
GDScriptNativeClass: Allow getting static function as callable
|
10 月之前 |
Rémi Verschelde
|
8ebfd89359
Merge pull request #96024 from Ryan-000/expose_get_rpc_config
|
10 月之前 |
Hilderin
|
46edd6df55
Fix script properties reload from external editor
|
11 月之前 |
Moritz Burgdorff
|
fd5fc9f3ee
Fixed resource loader using not fully loaded scripts
|
11 月之前 |