George Marques
bdc6649b79
Keep GDScript functions in stack while yielding
...
This prevents GDScript functions from leaving the stack too soon when
they are resuming from yield, allowing the ones expecting it to finish
to know the caller.
Helps debugging cases when you use:
`yield(function_which_yields(), "completed")`
since now it shows the call that resumed that function.
2019-05-14 11:39:40 -03:00
..
2019-04-30 13:12:06 +02:00
2019-04-23 17:02:13 +03:00
2019-05-13 12:58:00 +02:00
2019-04-25 13:20:29 -04:00
2019-04-30 13:12:06 +02:00
2019-04-09 17:09:48 +02:00
2019-04-30 13:12:06 +02:00
2019-04-30 13:12:06 +02:00
2019-05-01 18:38:50 +02:00
2019-05-12 21:26:22 +02:00
2019-05-14 11:39:40 -03:00
2019-04-30 14:35:18 +02:00
2019-01-28 06:29:39 +01:00
2019-04-30 13:12:06 +02:00
2019-02-20 01:49:47 +01:00
2019-04-27 08:39:21 +10:00
2019-05-05 12:39:02 +02:00
2019-04-30 13:12:06 +02:00
2019-04-30 13:12:06 +02:00
2019-04-30 13:12:06 +02:00
2019-05-01 15:45:16 +02:00
2019-05-11 21:39:52 +03:00
2019-05-11 09:03:19 +02:00
2019-04-30 13:12:06 +02:00
2019-04-19 11:03:46 +02:00
2019-04-30 13:12:06 +02:00
2019-04-21 16:05:00 +03:00
2019-04-30 18:23:38 +02:00
2019-04-30 13:12:06 +02:00
2019-04-30 13:12:06 +02:00
2019-04-30 13:12:06 +02:00
2019-05-01 08:27:22 -07:00
2019-04-30 13:12:06 +02:00
2019-04-30 18:23:38 +02:00
2019-04-30 13:12:06 +02:00
2019-04-30 13:12:06 +02:00
2019-05-01 14:41:47 +02:00
2019-04-30 13:12:06 +02:00
2019-01-01 12:58:10 +01:00
2018-09-28 14:07:39 +02:00