src/Config.hh
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
Thu, 22 Jan 2009 03:53:17 +0200 Tero Marttila fix worst compilation errors when using the debian lenny gcc/libc...
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 23:07:22 +0200 Tero Marttila new graphics code compiles... no, it doesn't work yet new_graphics
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
Fri, 16 Jan 2009 01:05:34 +0200 Tero Marttila more tweaking of version.c ... maybe it works now
Fri, 16 Jan 2009 00:42:02 +0200 Tero Marttila hopefully version stuff is now run properly on every make...
Thu, 15 Jan 2009 21:33:54 +0200 Tero Marttila build scripts autodetect project version using 91d96387b359+ tip, and version is included in window title
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 20:17:03 +0200 Tero Marttila implement --help, --fullscreen, --resolution and --list-modes
Tue, 16 Dec 2008 23:21:26 +0000 terom new NetworkReactor, fix everything to actually work
Mon, 15 Dec 2008 16:41:00 +0000 terom direction normalization functions in vector, change rope color, misc comments+whitespace
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 16:39:20 +0000 saiam Added some text to documentation.
Mon, 08 Dec 2008 16:01:49 +0000 nireco some collisions on PhysicsWorld::tick
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 01:08:00 +0000 terom ability to send NetworkObjectID's via packets, modify Network Projectiles to use this and fix recoil/reloading
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
Sun, 07 Dec 2008 20:47:25 +0000 terom a better crosshair
Sun, 07 Dec 2008 20:29:20 +0000 saiam The first weapon now has a recoil so that you can fly. There is a bug with facing when you are flying with recoil.
Sun, 07 Dec 2008 20:07:28 +0000 terom add PixelDimension/PixelCoordinate types, convert Terrain to use them, and convert/clean up drawing code
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
Sat, 06 Dec 2008 14:36:37 +0000 terom use Player static vars for texture loading, and load from the PROJECT_DATA_DIR path
Sat, 06 Dec 2008 14:28:59 +0000 nireco fixed walkingspeed and improved drawing
Sat, 06 Dec 2008 11:33:07 +0000 ekku Liero-kuvat lis?tty.
Fri, 05 Dec 2008 11:11:38 +0000 nireco some minor fixes, shots now explode in collisionpoint
Thu, 04 Dec 2008 17:07:07 +0000 ekku vauhtivakiot isommiksi, walk kuntoon
Thu, 04 Dec 2008 14:30:13 +0000 nireco sonffed Config.hh
Wed, 03 Dec 2008 19:16:32 +0000 terom that's not a prototype anymore... at least it shouldn't be