HolonProduction
|
970aeae3a0
GDScript: Don't cleanup other scripts
|
3 weeks ago |
M4rchyS
|
38beb1c94b
Fix GDScript extends path recursion to itself
|
2 months ago |
HolonProduction
|
b4203f7f64
Prevent shallow scripts from leaking into the `ResourceCache`
|
5 months ago |
Thaddeus Crews
|
d0babb8453
Merge pull request #111172 from HolonProduction/rm-subclass-count
|
2 months ago |
HolonProduction
|
bf7d580e29
Remove raw base pointer from `GDScript`
|
3 months ago |
HolonProduction
|
abeb9c654e
Move deprecated `has_named_classes` from `ScriptLanguage` to `ScriptLanguageExtension`
|
3 months ago |
HolonProduction
|
c06063d962
Remove unused `GDScript::subclass_count`
|
4 months ago |
Danil Alexeev
|
5f0ecf4c8c
GDScript: Remove some unnecessary booleans
|
4 months ago |
Edward Moulsdale
|
e366471fdc
Add GDSOFTCLASS to deeper inheritors of Object
|
4 months ago |
Serhii Snitsaruk
|
a095c5e3fa
GDScript call stack as reverse linked list with fixed coroutines
|
8 months ago |
Fabio Alessandrelli
|
c28d5d0058
Revert "Expose get_rpc_config and get_node_rpc_config"
|
8 months ago |
Thaddeus Crews
|
7a0ab9d561
Merge pull request #106485 from limbonaut/fix-release-backtrace-line-numbers
|
8 months ago |
Serhii Snitsaruk
|
67d97dab5b
Fix crash on exit due to GDScript CallStack mismatched deallocation
|
8 months ago |
Serhii Snitsaruk
|
e06541eb4c
Fix backtrace reporting wrong line numbers in release exports
|
8 months ago |
Yufeng Ying
|
1384e82c2c
Improve ScriptLanguage get keyword API.
|
1 year ago |
Aaron Franke
|
067704f1cd
Add a keyword for abstract classes in GDScript
|
2 years ago |
Thaddeus Crews
|
28089c40c1
Merge pull request #91006 from reduz/live-backtrace
|
9 months ago |
reduz
|
d1dcb40d56
Ability to print and log script backtraces
|
10 months ago |
Thaddeus Crews
|
4248411baf
Merge pull request #102521 from HolonProduction/cancel-await
|
9 months ago |
Michael Alexsander
|
ce8d2e4917
Implement class detection in GDScript for build configuration
|
11 months ago |
Thaddeus Crews
|
324512e11c
Style: Replace header guards with `#pragma once`
|
1 year ago |
HolonProduction
|
676e4c9013
GDScript: Cancel suspended functions when reloading a script
|
11 months ago |
Rémi Verschelde
|
daa074881b
Revert "Fixed resource loader using not fully loaded scripts"
|
1 year ago |
Pedro J. Estébanez
|
318af42020
Include more attributes in the global class names cache
|
1 year ago |
Rémi Verschelde
|
0a37e12a9b
Merge pull request #100610 from YYF233333/style
|
1 year ago |
Thaddeus Crews
|
a4f423cc97
Merge pull request #78489 from dalexeev/gds-add-disassembling-implicit-funcs
|
1 year ago |
Yufeng Ying
|
a43f90b89d
Remove unused variable in GDScriptLanguage.
|
1 year ago |
Danil Alexeev
|
80d11500b5
Code Editor: Add documentation tooltips
|
1 year ago |
Danil Alexeev
|
a73573b093
GDScript: Add disassembling implicit and lambda functions
|
1 year ago |
Thaddeus Crews
|
2584f75537
Merge pull request #96499 from beev1s/shallow-script-cache-error
|
1 year ago |