Remove Queue class which uses std::list and use native std::queue
[oweals/minetest.git] / src / network / packethandlers /
2015-03-05 Loic BlotRemove Queue class which uses std::list and use native...
2015-03-04 Loic BlotClientInterface::getClientIDs doesn't need a std::list...
2015-03-04 Loic BlotWe always know playerSAO when calling SendInventory...
2015-03-04 Loic BlotSend Position packet on event, don't check it at each...
2015-03-04 Loic BlotSend Inventory packet on event, don't check it at each...
2015-03-03 Loic BlotSend Breath packet on event, don't check it at each...
2015-03-03 Loic BlotSend Player HP when setHP (or a setHP caller) is called...
2015-02-23 Craig RobbinsFix wrapDegrees family of functions
2015-02-21 Loic BlotMove sha1.hpp and base64.hpp to util/
2015-02-16 Loic Blot[Patch 2/4] Network rework: packet writing, sending...