diff --git a/src/engine/shared/packer.h b/src/engine/shared/packer.h index 7b633c417..3ee622f6f 100644 --- a/src/engine/shared/packer.h +++ b/src/engine/shared/packer.h @@ -8,7 +8,7 @@ class CPacker public: enum { - PACKER_BUFFER_SIZE = 1024 * 2 + PACKER_BUFFER_SIZE = 1024 * 64 }; private: diff --git a/src/game/server/teehistorian.cpp b/src/game/server/teehistorian.cpp index 3316ae6d9..16c43b290 100644 --- a/src/game/server/teehistorian.cpp +++ b/src/game/server/teehistorian.cpp @@ -10,7 +10,7 @@ static const char TEEHISTORIAN_NAME[] = "teehistorian@ddnet.tw"; static const CUuid TEEHISTORIAN_UUID = CalculateUuid(TEEHISTORIAN_NAME); static const char TEEHISTORIAN_VERSION[] = "2"; -static const char TEEHISTORIAN_VERSION_MINOR[] = "8"; +static const char TEEHISTORIAN_VERSION_MINOR[] = "9"; #define UUID(id, name) static const CUuid UUID_##id = CalculateUuid(name); #include diff --git a/src/test/teehistorian.cpp b/src/test/teehistorian.cpp index 1a42e6f16..3f0964aa7 100644 --- a/src/test/teehistorian.cpp +++ b/src/test/teehistorian.cpp @@ -105,7 +105,7 @@ protected: void Expect(const unsigned char *pOutput, size_t OutputSize) { static CUuid TEEHISTORIAN_UUID = CalculateUuid("teehistorian@ddnet.tw"); - static const char PREFIX1[] = "{\"comment\":\"teehistorian@ddnet.tw\",\"version\":\"2\",\"version_minor\":\"8\",\"game_uuid\":\"a1eb7182-796e-3b3e-941d-38ca71b2a4a8\",\"server_version\":\"DDNet test\",\"start_time\":\""; + static const char PREFIX1[] = "{\"comment\":\"teehistorian@ddnet.tw\",\"version\":\"2\",\"version_minor\":\"9\",\"game_uuid\":\"a1eb7182-796e-3b3e-941d-38ca71b2a4a8\",\"server_version\":\"DDNet test\",\"start_time\":\""; static const char PREFIX2[] = "\",\"server_name\":\"server name\",\"server_port\":\"8303\",\"game_type\":\"game type\",\"map_name\":\"Kobra 3 Solo\",\"map_size\":\"903514\",\"map_sha256\":\"0123456789012345678901234567890123456789012345678901234567890123\",\"map_crc\":\"eceaf25c\",\"prng_description\":\"test-prng:02468ace\",\"config\":{},\"tuning\":{},\"uuids\":["; static const char PREFIX3[] = "]}";