src/GameState.cc
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
Tue, 13 Jan 2009 23:15:47 +0200 Tero Marttila a basic implementation of game messages, plus some weird GameStateEvent stuff
Mon, 08 Dec 2008 12:02:20 +0000 terom compiles cleanly with -Wall -Wextra -Wconversion, not tested, but that shouldn't break anything :)
Mon, 08 Dec 2008 00:16:43 +0000 terom add comments, move addPlayer/removePlayer to Player.cc, and refactor Network code to inherit from NetworkObject
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 21:10:04 +0000 terom weapon projectile radiuses and fix network play (local_player == NULL, Rope releasing upon being hit
Sun, 07 Dec 2008 20:25:57 +0000 terom add a handful of consts to PhysicsObject and modify draw to use getCoordinate, and replace old skin.png with new skin.png
Sun, 07 Dec 2008 20:07:28 +0000 terom add PixelDimension/PixelCoordinate types, convert Terrain to use them, and convert/clean up drawing code
Sun, 07 Dec 2008 18:23:18 +0000 nireco scrolling looks like it works
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 19:38:01 +0000 ekku Rope can be drawn.
Sat, 06 Dec 2008 17:51:19 +0000 ekku reorganize PhysicsObject/Player/Projectile lists so that PhysicsObject doesn't need to know about its subclasses anymore, and PhysicsWorld doesn't need to know about GameState
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 21:59:23 +0000 terom better NetworkBuffer/Packet stuff + some additional Physics+Network stuff + random fixes
Thu, 04 Dec 2008 21:10:41 +0000 saiam Jeejee, hirvee hinaus ohi toistaseks.
Thu, 04 Dec 2008 19:53:16 +0000 ekku kaikki hajoo
Thu, 04 Dec 2008 17:12:46 +0000 nireco CL_quad warning fixed
Wed, 03 Dec 2008 19:16:32 +0000 terom that's not a prototype anymore... at least it shouldn't be