src/Network/Session.hh
Sun, 02 Jun 2013 16:15:23 +0300 Tero Marttila network: fix size_t compile errors default tip
Mon, 26 Jan 2009 23:03:47 +0200 Tero Marttila rework Network send() code to use NetworkTarget/Node/Group::send classes, add a NetworkMessage class for sending NetworkObject messages, and fix a bug whereby the server's client TCP sockets weren't nonblocking.... I wonder how this has worked before?\!
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
Wed, 17 Dec 2008 00:40:22 +0000 terom separate sockaddr stuff out of NetworkAddress... now called NetworkEndpoint
Mon, 08 Dec 2008 15:41:48 +0000 terom more network documentation
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/%