Files
BeamMP-Server/include
Lion Kortlepel 4104dc1f18 fix lua result serialization causing various issues
for example, loading a library which returns a table of functions would
fail with an inexplicable (to the user) error about serialization. This
is now fixed. We no longer use a single result type, instead there are
void results and normal results, and the former simply never has to
worry about the result.

This was likely causing even more issues; if the `sol::object` was
populated before, it hitting the dtor in another path would, again, like
we've seen before, corrupt the lua stack.
2026-04-29 18:29:02 +00:00
..
2024-01-23 21:00:11 +01:00
2024-01-23 21:00:11 +01:00
2024-06-26 14:06:06 +02:00
2026-04-19 18:17:53 +00:00
2024-01-23 21:00:11 +01:00
2024-01-23 21:00:11 +01:00
2024-05-15 12:54:50 +02:00
2024-01-23 21:00:11 +01:00
2024-01-23 21:00:11 +01:00
2025-01-11 22:18:50 +01:00
2024-01-23 21:00:11 +01:00
2024-06-26 14:06:06 +02:00
2025-01-11 22:18:19 +01:00
2024-06-26 14:06:06 +02:00
2025-03-15 20:45:48 +01:00
2024-01-23 21:00:11 +01:00
2024-05-15 12:57:08 +02:00
2024-05-21 13:40:33 +02:00
2025-06-21 20:32:25 +02:00
2024-01-23 21:00:11 +01:00
2024-01-23 21:00:11 +01:00
2024-06-26 14:06:06 +02:00
2025-04-01 09:43:49 +02:00
2024-01-23 21:00:11 +01:00
2025-01-25 22:16:06 +01:00