]> git.lizzy.rs Git - minetest.git/commit
Clean up serialization
authorSmallJoker <mk939@ymail.com>
Sun, 20 Sep 2020 11:04:01 +0000 (13:04 +0200)
committerLoïc Blot <nerzhul@users.noreply.github.com>
Thu, 1 Oct 2020 07:52:59 +0000 (09:52 +0200)
commitca5c2dbefab3676514e48b445b36de50993de9f1
treedeefe1c6b364378f1ef294c558c46f1fe7ee81dc
parent79414aa3e5591fdaffa0956a08610a2228042941
Clean up serialization

This reverts 1a5b4b3 and further functions in serialize.cpp that are unused

The intend for a sane NetworkPacket/stream replacement was good, but a wrapper
class around i/ostream might be more versatile than introducing a new
vector-based serialization class.
src/unittest/test_serialization.cpp
src/util/serialize.cpp
src/util/serialize.h