Notes |
|
(0011426)
|
cobalt
|
2015-01-18 10:35
|
|
Issue addressed by commit c97185e01d94: updated the statsmaker from Skulltag to Zandronum (partially addresses 2068)
Committed by Benjamin Berkels [Torr Samaho] on Sunday 18 January 2015 11:06:21
Changes in files:
statsmaker/Script1.rc | 14 +++++-----
statsmaker/gui.cpp | 8 +++---
statsmaker/main.cpp | 32 ++++++++++++------------
statsmaker/main.h | 2 +-
statsmaker/protocol_skulltag.cpp | 165 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------
statsmaker/protocol_skulltag.h | 21 ++++++++-------
statsmaker/resource.h | 12 ++++----
statsmaker/statsmaker.vcproj | 4 +-
8 files changed, 162 insertions(+), 96 deletions(-) |
|
|
(0011428)
|
cobalt
|
2015-01-18 10:47
|
|
|
|
|
The only problem of the RCON utility was that is was never properly adjusted to use Vortex Cortex's Huffman implementation. I fixed this and, at least at first glance, it works just fine now.
The stats maker was totally outdated and still trying to query for Skulltag servers and that with an outdated master server protocol. I upgraded the stats maker and it now should be able to properly track the number of Zandronum players. Would anybody mind hosting it 24/7 and giving me access to the logged stats files? |
|