]> git.lizzy.rs Git - dragonfireclient.git/commit
Network: Send IEEE floats (#7768)
authorSmallJoker <SmallJoker@users.noreply.github.com>
Thu, 13 Dec 2018 10:20:57 +0000 (11:20 +0100)
committerLoïc Blot <nerzhul@users.noreply.github.com>
Thu, 13 Dec 2018 10:20:57 +0000 (11:20 +0100)
commit839e935ba0572c592a791cc4dd4df4a9f6d2d260
tree6a7d59e1804879dc24e9e4b1e9ce0294d681bedd
parent8471d027b9896af74d2c1ab3b0068af4953e5ca0
Network: Send IEEE floats (#7768)
src/client/content_cao.cpp
src/genericobject.cpp
src/network/networkprotocol.h
src/unittest/test_serialization.cpp
src/util/CMakeLists.txt
src/util/ieee_float.cpp [new file with mode: 0644]
src/util/ieee_float.h [new file with mode: 0644]
src/util/serialize.cpp
src/util/serialize.h