1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-25 15:37:42 +00:00
Files
godot/modules
Serhii Snitsaruk a095c5e3fa GDScript call stack as reverse linked list with fixed coroutines
* GDScript call stack as reverse linked list with issues fixed
(originally proposed in 91006).
* Fix coroutine issues with call stack by resuming async call chain
inside `GDScriptFunction::call()`.
* This fixes corrupted line numbers for coroutines in the debugger and
backtrace (106489).

Co-authored-by: Juan Linietsky <reduzio@gmail.com>
2025-06-30 11:37:42 +02:00
..
2025-06-25 14:11:26 +02:00
2025-06-23 11:08:36 +03:00
2025-06-10 15:52:24 +02:00
2025-06-06 01:24:43 +02:00
2025-06-23 11:08:36 +03:00
2025-06-15 01:36:10 +02:00