Yufeng Ying
|
a43f90b89d
Remove unused variable in GDScriptLanguage.
|
7 months ago |
Danil Alexeev
|
80d11500b5
Code Editor: Add documentation tooltips
|
8 months ago |
Thaddeus Crews
|
1719f8ed3d
Merge pull request #99834 from kiroxas/passLengthToParseUTF8
|
8 months ago |
rune-scape
|
d58b2e879f
Get rid of easily removable uses of const_cast
|
1 year ago |
Kiro
|
83d4bde0a2
When calling code has length of string, pass it to parse_utf8
|
8 months ago |
Thaddeus Crews
|
8004c7524f
Merge pull request #98301 from aaronp64/gdscript_validate_property
|
9 months ago |
Thaddeus Crews
|
2584f75537
Merge pull request #96499 from beev1s/shallow-script-cache-error
|
9 months ago |
Clay John
|
b5368d5e40
Merge pull request #98356 from dustdfg/gdscript_endif_readability_comments
|
9 months ago |
Thaddeus Crews
|
7444da766a
Merge pull request #97374 from rune-scape/get-native-static-callable
|
9 months ago |
Yevhen Babiichuk (DustDFG)
|
8c29ef38fc
Add some comments to #endif's where it will easier life
|
9 months ago |
aaronp64
|
aa1d469ffb
Avoid unnecessary Dictionary conversions in GDScriptInstance::validate_property
|
9 months ago |
Danil Alexeev
|
0bc59c78de
GDScript: Add missing static default initialization for typed dictionaries
|
10 months ago |
rune-scape
|
d3ad99d3d1
GDScriptNativeClass: Allow getting static function as callable
|
10 months ago |
Rémi Verschelde
|
8ebfd89359
Merge pull request #96024 from Ryan-000/expose_get_rpc_config
|
11 months ago |
Hilderin
|
46edd6df55
Fix script properties reload from external editor
|
11 months ago |
Moritz Burgdorff
|
fd5fc9f3ee
Fixed resource loader using not fully loaded scripts
|
11 months ago |
Ryan
|
8835f326b1
Expose get_rpc_config and get_node_rpc_config
|
11 months ago |
Rémi Verschelde
|
dbdc4eb204
Merge pull request #96330 from rune-scape/little-regression
|
11 months ago |
boywaste
|
7014c5b27d
GDScript: Fix small mistake in script valid checks
|
11 months ago |
Danil Alexeev
|
49bcdf78a7
Core: Сheck `r_error` after calling `callp()`
|
11 months ago |
Hilderin
|
ef6f873938
Fix editor needs restart after adding GDExtensions
|
1 year ago |
Rémi Verschelde
|
9f70823eec
Merge pull request #94012 from KoBeWi/reload_everything_to_update_one_line
|
11 months ago |
Alistair Leslie-Hughes
|
f489c313cc
gdscript: Only include profiling variables when DEBUG is enabled
|
1 year ago |
Mikael Hermansson
|
6852f9497c
Speed up `GDScriptLanguage::finish`
|
1 year ago |
kobewi
|
5636518358
Allow live reloading of built-in scripts
|
1 year ago |
Rémi Verschelde
|
a31525c4da
Merge pull request #92609 from rune-scape/rune-relax-gds-guards
|
1 year ago |
Hilderin
|
39369db029
Fix synchronization of global class name
|
1 year ago |
Rémi Verschelde
|
6c3f811f08
Merge pull request #92177 from KoBeWi/literally_wtf
|
1 year ago |
Hilderin
|
c419b548d2
Fix mismatched external parser with binary exports
|
1 year ago |
rune-scape
|
7f7114c008
GDScript: partially allow some functions on invalid scripts
|
1 year ago |