Emir Marincic
Emir Marincic
> Name the files according to the sub-systems, i.e. `str.cpp/h`, `io.cpp/h` etc. The problem will be where the common includes and definitions at the beginning of `system.h` need to be...
Maybe just remove the if condition and comment out the `CreateSound` to make it official 🙃
A lot of rework needed. While at it, I'd also make the server port a TCP port to be used as a "control-channel". Or maybe implement something like QUIC.
> I'd tell players to fix their config instead, to be honest… Instead of us trying to work around their broken configs. Once we work around broken configs, it becomes...
Maybe all system messages should go through a ring buffer per person and b e throttled. If too many messages are generated they'd be dropped due to the nature of...
> I think the system messages could go through the normal spam protection subsystem. Only if you are careful with what goes through, spamming yourself is not an issue. Only...