Kawe Mazidjatari
9b2034d897
LiveAPI: make code compatible with coroutines
...
The script engine supports running coroutines, which means we cannot use statics for each message as 2 coroutines could fight for a event mesage
I.e. we have 2 coroutines handling a player damaged event, the message could be populated with a mix of data between the 2 coroutines.
Therefore, we cannot optimize this by statically allocating it and must allocate it for each coroutine separately. The extra memory and cpu overhead caused by this is still very low.
2024-11-18 01:32:32 +01:00
..
2024-07-29 21:09:55 +02:00
2024-11-15 15:39:11 +01:00
2024-06-01 02:23:55 +02:00
2024-11-17 14:04:29 +01:00
2024-11-17 13:54:57 +01:00
2024-11-14 14:21:01 +01:00
2024-11-09 01:12:33 +01:00
2024-11-17 02:19:54 +01:00
2024-11-15 14:58:57 +01:00
2024-11-18 01:32:32 +01:00
2024-11-17 03:15:31 +01:00
2024-09-16 16:27:02 +02:00
2024-11-15 15:59:37 +01:00
2024-10-06 12:28:43 +02:00
2024-11-11 13:56:01 +01:00
2024-05-07 16:00:20 +02:00
2024-11-17 11:50:41 +01:00
2024-11-06 14:12:12 +01:00
2024-11-14 02:45:29 +01:00
2024-09-04 01:09:09 +02:00
2024-11-12 00:14:08 +01:00
2024-04-10 14:08:52 +02:00
2024-11-17 21:54:24 +01:00
2024-04-10 14:08:52 +02:00
2024-11-17 16:48:38 +01:00
2024-09-16 16:27:02 +02:00
2024-11-14 15:51:10 +01:00
2024-11-15 14:02:06 +01:00
2024-11-17 14:04:29 +01:00
2024-10-08 23:04:45 +02:00
2024-01-02 15:21:36 +01:00
2024-11-17 03:09:03 +01:00
2024-11-11 19:50:01 +01:00
2024-10-06 11:49:15 +02:00
2024-10-06 22:29:22 +02:00
2024-02-25 23:53:19 +01:00
2024-01-02 15:21:36 +01:00
2024-10-08 13:18:45 +01:00
2024-01-07 14:19:31 +01:00
2024-11-15 14:01:47 +01:00
2024-09-25 14:21:43 +02:00
2024-08-03 11:07:59 +02:00
2024-11-17 03:15:31 +01:00
2023-09-19 22:13:22 +02:00
2024-09-25 20:16:33 +02:00
2023-09-19 22:13:22 +02:00
2023-09-19 22:13:22 +02:00
2023-09-19 22:13:22 +02:00
2023-09-19 22:13:22 +02:00
2023-09-19 22:13:22 +02:00