





























CHuffman classes from ddnet and upstream should be identical now apart from code format.
On upstream, 43a247e24d5fa40aa4d6e0ea89c34a53c5a84042 also changes how CHuffman is used. Previously a singleton CHuffman instance was encapsulated in CNetBase. On upstream this commit duplicates the huffman i...





















































c427c04 Clear members explicitly instead of zeroing entire object - Robyt3
f4ade69 Fix comments - Robyt3
8020934 Make frequency table a static member of CHuffman, use constant - Robyt3
a30991d Mark CHuffman::Compress and ::Decompress as const - Robyt3
ebb35a8 Replace BubbleSort with std::stable_sort - Robyt3
36d9802 Move declaration of loop variable - Robyt3
fc1b54e Merge #4940 - bors[bot]src/engine/client/backend/vulkan/backend_vulkan.cpp:1422:108: error: no matching function for call to 'maximum(size_t&, VkDeviceSize)'
























$ grep GAME_RELEASE_VERSION src/game/version.h
#ifndef GAME_RELEASE_VERSION
#define GAME_RELEASE_VERSION "16.0.1"
#define GAME_VERSION "0.6.4, " GAME_RELEASE_VERSION


