Roland Firmont
d80d4d91a3
Fix crash with some function hooks
...
Hooking functions that return float, ushort or byte causes a crash as the returned value will not match the expected type.
This fix will allow to return LuaFloat, LuaByte and LuaUShort instead.
Example hook that would crash without this: ItemComponent.DegreeOfSuccess
2022-03-21 16:12:29 +01:00
Evil Factory
1d1747a2ca
remove unnecessary stuff
2022-03-17 12:53:37 -03:00
Evil Factory
a8fdc0f9c5
Improve Lua Networking
2022-03-03 19:34:52 -03:00
zhurengong
6a539be58e
added script to clr conversion for TextGetterHandler and OnSelectedHandler
2022-02-14 18:26:04 +08:00
Evil Factory
370ee8f1b3
convert UInt64 type to string, to avoid loosing precision with SteamIDs
2021-12-28 15:16:43 -03:00
Evil Factory
f2e4106a0c
fix error handling with Action callbacks causing server crashes
2021-12-06 14:58:58 -03:00
Evil Factory
7c8536127c
added a way for lua to override people's jobs
2021-11-30 11:36:00 -03:00
Evil Factory
578bba38a2
changes to client-side commands and added some physics related things
2021-10-07 11:46:57 -03:00
Evil Factory
1262c47e64
even more GUI
2021-10-04 11:46:13 -03:00
Evil Factory
a5233b4686
more GUI stuff
2021-10-01 19:13:25 -03:00
Evil Factory
31fcb5a1e2
added more actions and moved lobby update to networking which makes more sense
2021-10-01 12:54:06 -03:00
Evil Factory
6345166742
you can now load submarines dynamically and load them into the lobby screen and added entity spawner
2021-10-01 12:41:58 -03:00
Evil Factory
4075e71f7a
separated Lua source by client, server and shared
...
github desktop bugged
2021-09-15 12:59:58 -03:00