]> git.lizzy.rs Git - minetest.git/history - src/network/networkpacket.h
Fix OSX builds (closes #6289, fixes #6270) (#6306)
[minetest.git] / src / network / networkpacket.h
2017-08-24 Pavel PuchkinFix OSX builds (closes #6289, fixes #6270) (#6306)
2017-08-19 Loïc BlotCode modernization: subfolders (#6283)
2017-08-18 adridoAdd missing ctime include (#6269)
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-08-16 Loïc BlotCleanup various headers to reduce compilation times...
2017-07-16 Loïc BlotChat protocol rewrite (#5117)
2017-06-21 Vincent GlizeC++11 cleanup on constructors dir network (#6021)
2017-04-14 Loic BlotNetworkPacket: don't copy push std::string and std...
2017-01-18 sfan5Add particle animation, glow
2016-11-12 raymooAdd control information to player interacts (#4685)
2015-08-06 kwolekrFix critical vulnerabilities and bugs with NetworkPacket
2015-05-11 est31Make early protocol auth mechanism generic, and add SRP
2015-05-04 Jay ArndtStop NetworkPacket methods from producing bloated packets
2015-04-01 Loic BlotNetworkPacket: reading outside packet is now clearer.
2015-03-31 Loic BlotConnection::Receive(): receive Network Packet instead...
2015-03-22 Loic BlotRemove unused ConnectionCommand::sendToAll function...
2015-02-16 Loic Blot[Patch 2/4] Network rework: packet writing, sending...
2015-02-10 Loic BlotNetwork Layer 7 rework (Packet handling)