Christopher Faulet
7716cdf450
MINOR: lua: Get the action return code on the stack when an action finishes
...
When an action successfully finishes, the action return code (ACT_RET_*) is now
retrieve on the stack, ff the first element is an integer. In addition, in
hlua_txn_done(), the value ACT_RET_DONE is pushed on the stack before
exiting. Thus, when a script uses this function, the corresponding action still
finishes with the good code. Thanks to this change, the flag HLUA_STOP is now
useless. So it has been removed.
It is a mandatory step to allow a lua action to return any action return code.
2020-02-06 15:13:03 +01:00
..
2015-04-06 11:23:56 +02:00
2020-02-06 15:13:03 +01:00
2019-07-31 14:12:55 +02:00
2020-01-22 14:33:17 +01:00
2019-05-07 06:54:06 +02:00
2014-03-17 18:06:06 +01:00
2019-01-14 19:33:17 +01:00
2017-11-24 17:49:53 +01:00
2019-07-19 09:24:12 +02:00
2019-05-31 17:24:06 +02:00
2019-10-24 18:38:00 +02:00
2018-07-19 16:23:43 +02:00
2020-01-23 16:34:26 +01:00
2020-01-20 15:18:45 +01:00
2019-06-07 15:47:54 +02:00
2020-01-22 07:19:54 +01:00
2019-09-17 10:18:54 +02:00
2019-12-27 14:04:33 +01:00
2019-11-15 13:43:08 +01:00
2010-08-10 14:01:09 +02:00
2019-12-10 14:16:03 +01:00
2020-02-06 15:13:03 +01:00
2020-02-06 14:55:34 +01:00
2020-01-20 15:18:46 +01:00
2019-01-14 19:33:17 +01:00
2012-02-21 22:27:27 +01:00
2009-10-26 21:10:04 +01:00
2009-10-26 21:10:04 +01:00
2017-10-31 13:58:31 +01:00
2020-01-22 07:28:39 +01:00
2019-11-15 15:50:16 +01:00
2016-02-20 15:33:06 +01:00
2016-03-30 15:41:15 +02:00
2019-04-23 11:35:56 +02:00
2020-01-22 07:44:36 +01:00
2019-11-19 14:48:28 +01:00
2009-01-25 13:49:53 +01:00
2019-04-30 15:10:17 +02:00
2015-06-13 22:07:35 +02:00
2019-03-05 11:04:23 +01:00
2019-07-24 16:45:02 +02:00
2020-02-06 14:55:34 +01:00
2018-08-10 15:06:27 +02:00
2019-08-30 11:58:58 +02:00
2019-07-19 09:24:12 +02:00
2020-01-22 07:19:54 +01:00
2019-05-29 15:41:47 +02:00
2018-10-26 04:54:40 +02:00
2010-08-27 18:00:40 +02:00
2019-08-27 17:14:19 +02:00
2019-09-26 16:51:02 +02:00
2020-01-22 07:28:39 +01:00
2020-01-20 15:18:45 +01:00
2019-06-05 08:33:35 +02:00
2019-06-06 16:36:19 +02:00
2019-08-02 18:28:58 +02:00
2020-01-31 17:45:10 +01:00
2006-06-29 18:54:54 +02:00
2019-08-29 17:11:25 +02:00
2017-11-13 11:38:17 +01:00