src/Graphics.hh
Tue, 20 Jan 2009 23:30:18 +0200 Tero Marttila reorganize Terrain/PhysicsWorld/GameState/Engine to use NetworkClientConnect, and hence handle the connection process asynchronously, and finally properly implement receiving the terrain data from the server
Tue, 13 Jan 2009 23:54:47 +0200 Tero Marttila try and implement resize in a sane way, but changeing from windowed mode to fullscreen mode is now kind of weird
Tue, 13 Jan 2009 23:15:47 +0200 Tero Marttila a basic implementation of game messages, plus some weird GameStateEvent stuff
Tue, 13 Jan 2009 21:36:43 +0200 Tero Marttila remove unused graphics_default, and default to the highest resolution available in fullscreen mode
Tue, 13 Jan 2009 20:17:03 +0200 Tero Marttila implement --help, --fullscreen, --resolution and --list-modes
Mon, 08 Dec 2008 21:49:54 +0000 nireco better colors on downbar
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 12:46:37 +0000 terom start adding some documentation, most core classes (outside of Network) are now doxygen-enabled
Mon, 08 Dec 2008 00:36:24 +0000 saiam Tried to take input tick into account in updatePosition but it still doesn't seem to work
Sun, 07 Dec 2008 21:58:34 +0000 terom increase the map size and control the camera to always have the screen full of terrain
Sat, 06 Dec 2008 23:29:06 +0000 terom code cleanup
Sat, 06 Dec 2008 22:47:08 +0000 terom start using CL_ResourceManager, change most draw methods to take a Graphics*, implment even better input handling, and draw weapon names
Thu, 04 Dec 2008 23:28:52 +0000 terom implement a new tick-timer that doesn't suck
Wed, 03 Dec 2008 19:16:32 +0000 terom that's not a prototype anymore... at least it shouldn't be