John Behm
John Behm
[diff.patch.txt](https://github.com/teeworlds/teeworlds/files/4241954/diff.patch.txt) move logging into engine/server
changed the logging level of votes -> allowing for visible votes: [diff.patch.txt](https://github.com/teeworlds/teeworlds/files/4242127/diff.patch.txt)
might make sense to add a clan to that as well, basically the information one would get by requesting the server info from the server?
might separate nickname and clan with 15 whitespace characters, in order to parse it more easily, as nicknames and clan tags might contain delimiting characters. The only characters that seem...
After a little bit of tinkering, I think that it would be better to just add the clantag, the client version and maybe the player's flag to the join messages...
This is a variant that I do use in zCatch. It has proven to be deterministic and reliable. The actual implementation does take place in the mod specific files but...
Here is a variant that may be integrated in the core logic: ```patch diff --git a/src/engine/server.h b/src/engine/server.h index 93afb8d0..40d726ca 100644 --- a/src/engine/server.h +++ b/src/engine/server.h @@ -31,7 +31,7 @@ public: virtual...
nooo, @MilkeeyCat
if #7777 would support an interface for protocols or something along the lines, then 0.7 could be encapsulated contrary to sprinkled all over 0.6 code base. I think this should...
DateFormat is a public global variable that can be set even without that function.