src/Types.hh
Thu, 22 Jan 2009 02:38:33 +0200 Tero Marttila add --log-level option, improve Config/Logger documentation, fix NETWORK_EANBLED typos in Engine new_graphics
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
Wed, 21 Jan 2009 03:33:35 +0200 Tero Marttila there's a grain of truth in the new graphics code now... new_graphics
Wed, 21 Jan 2009 01:57:24 +0200 Tero Marttila start working out the Graphics/* code, this is a long way from compiling, let alone working new_graphics
Tue, 13 Jan 2009 23:15:47 +0200 Tero Marttila a basic implementation of game messages, plus some weird GameStateEvent stuff
Mon, 15 Dec 2008 14:24:38 +0000 terom clean up Vector a bit, remove unused Terrain -> direction function
Mon, 08 Dec 2008 21:18:08 +0000 terom make Input have its own timer, and add key-repeat handling, and fix some warnings
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