Kawe Mazidjatari
dbec4be848
NetworkSystem: rename NetGameServer_t member vars
2024-04-05 17:52:58 +02:00
Kawe Mazidjatari
fcf3a09418
Make singletons use static memory
...
Avoid heap memory allocation and a level of indirection. This allows the compiler to optimize the program even more. No logic has been changed in this patch.
2024-04-05 17:52:57 +02:00
Kawe Mazidjatari
38785bfc9b
Fix kick/ban script function parameters
...
It requires a second parameter, as this contains the reason text.
2023-07-20 21:45:38 +02:00
Kawe Mazidjatari
80fecd2cb0
Improve help string and add a note
2023-07-19 18:50:07 +02:00
Kawe Mazidjatari
f39de84d15
Create macro for scriptfunc definitions
...
Create a macro to make registration easier, by reducing the parameters.
2023-07-19 12:09:42 +02:00
Kawe Mazidjatari
d5f35349a8
Decouple script function registration
...
Nicely decouple them. Everything server and client are now grouped as they should. The Ui namespace has been merged with Client.
2023-07-19 02:12:56 +02:00
Amos
6e223d1730
Make shared code separate
...
The work is partial, and does not compile.
2023-07-18 21:05:29 +02:00