src/Network/Packet.hh
Thu, 22 Jan 2009 01:53:05 +0200 Tero Marttila support for building without Network/Graphics, although the disable-graphics case is kind of hackish still new_graphics
Fri, 16 Jan 2009 22:03:49 +0200 Tero Marttila more documentation tweaking, all Network/ files now have a @file comment. Fix Platform.h -> Platform.hh, and Buffer.hh + Packet.cc
Tue, 13 Jan 2009 21:14:12 +0200 Tero Marttila add compressed read/write NetworkPacket API and move zlib stuff out of NetworkServer/Client
Mon, 22 Dec 2008 02:37:43 +0000 terom dirty implementation of compressed terrain array data
Mon, 08 Dec 2008 18:12:43 +0000 terom suicide key and respawning
Mon, 08 Dec 2008 17:24:40 +0000 terom add separate Types.hh, and fix projectile-worm collisions on network
Mon, 08 Dec 2008 15:02:05 +0000 terom work on Network doxygen docs
Thu, 04 Dec 2008 22:33:43 +0000 terom send initial terrain data to clients using a new NETCHAN_TERRAIN_ARRAY channel using raw BigNetworkPacket
Thu, 04 Dec 2008 22:14:45 +0000 terom support sending of raw packets
Thu, 04 Dec 2008 21:59:23 +0000 terom better NetworkBuffer/Packet stuff + some additional Physics+Network stuff + random fixes
Wed, 03 Dec 2008 19:30:54 +0000 terom move src/Network% to src/Network/%