src/Network/Server.cc
Sun, 07 Dec 2008 01:18:59 +0000 terom implement the ROT (Rope Over TCP) protocol
Sun, 07 Dec 2008 00:27:30 +0000 terom implement network weapon changes and fix weapon firing
Sat, 06 Dec 2008 19:14:58 +0000 terom fixed logger, and network projectiles should work reasonably well now
Sat, 06 Dec 2008 18:49:51 +0000 terom basic network-projectiles
Sat, 06 Dec 2008 16:17:05 +0000 terom reorganize the weapons code and input handling code
Fri, 05 Dec 2008 00:44:25 +0000 terom sneak in some ugly ugly ugly Multiple Inheritance that hopefully nobody ever notices
Thu, 04 Dec 2008 23:44:45 +0000 terom fix NETWORK_PHYSICS_FACE_RIGHT
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 21:59:23 +0000 terom better NetworkBuffer/Packet stuff + some additional Physics+Network stuff + random fixes
Wed, 03 Dec 2008 19:40:37 +0000 terom restructure network code a bit
Wed, 03 Dec 2008 19:30:54 +0000 terom move src/Network% to src/Network/%