Tue, 27 Jan 2009 00:16:53 +0200 Tero Marttila remove outdated plan/
Tue, 27 Jan 2009 00:16:17 +0200 Tero Marttila move initial projectile sync message to NetworkServerProjectile::send_info
Tue, 27 Jan 2009 00:12:07 +0200 Tero Marttila send initial rope state on join, fixing #5 for now
Tue, 27 Jan 2009 00:02:34 +0200 Tero Marttila move write_object to NetworkMessage, fix player sync, and implement projectile sync
Mon, 26 Jan 2009 23:39:08 +0200 Tero Marttila convert CMakeLists to use CMake's OPTION command (with our own wrapper)
Mon, 26 Jan 2009 23:26:44 +0200 Tero Marttila add NetworkChannelPacket class, and modify NetworkTarget::send/send_raw signature. Add hard-coded DEBUG_ENABLED define
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?\!
Mon, 26 Jan 2009 19:52:52 +0200 Tero Marttila back-out incomplete Console/GUI stuff from default branch
Mon, 26 Jan 2009 19:50:52 +0200 Tero Marttila branch off Graphics/Console development console_gui
Sat, 24 Jan 2009 01:19:38 +0200 Tero Marttila clean up PhysicsObject.hh a bit, make some things private
Sat, 24 Jan 2009 00:47:54 +0200 Tero Marttila fix ticket:1 and make PhysicsObject setPosition/setVelocity protected
Thu, 22 Jan 2009 20:21:10 +0200 Tero Marttila use EXIT_SUCCESS/FAILURE return codes from main
Thu, 22 Jan 2009 04:24:26 +0200 Tero Marttila more compile-fixing, this is GCC 4.3 with a 64-bit libc and it's damn stupid
Thu, 22 Jan 2009 04:09:53 +0200 Tero Marttila fix GRAPHICS_ENABLED configuration... probably broken again if the <ClanLib/Display> includes aren't there
Thu, 22 Jan 2009 03:53:17 +0200 Tero Marttila fix worst compilation errors when using the debian lenny gcc/libc...