]> git.lizzy.rs Git - minetest.git/history - src/network/clientpackethandler.cpp
Mgvalleys: use standard caves
[minetest.git] / src / network / clientpackethandler.cpp
2015-10-14 ShadowNinjaUse warningstream for log messages with WARNING
2015-09-01 est31Hide minimap if it has been disabled by server
2015-08-24 ShadowNinjaClean up threading
2015-07-27 est31Fix srp.cpp:815 leak
2015-07-23 est31Optional reconnect functionality
2015-07-14 kwolekrRemove raw message output on AOM deserialization failure
2015-07-08 est31Use UTF-8 instead of narrow
2015-07-07 est31Client: better m_proto_ver initialisation
2015-06-23 Loic BlotTypo fix on previous @est31 commit
2015-06-23 est31Small TOCLIENT_HELLO logging fix
2015-05-16 est31Finalize init packets and enable protocol v25
2015-05-11 est31Make early protocol auth mechanism generic, and add SRP
2015-04-22 est31Protocol 25: wstring -> string for custom access denial...
2015-04-05 Loic BlotTOCLIENT_ACTIVE_OBJECT_REMOVE_ADD can be unreliable...
2015-04-03 Loic BlotCreate PacketError exception and use it with ACTIVEOBJE...
2015-03-28 ShadowNinjaChange error_message from wstring to string
2015-03-16 Loic BlotRename packethandler/{client,server}.cpp to {client...