Mon, 08 Dec 2008 20:33:40 +0000 saiam Deaths should be counted to Player::deaths parameter. Kills not counted yet.
Mon, 08 Dec 2008 20:31:55 +0000 saiam Added kills and deaths parameters. Not updated yet
Mon, 08 Dec 2008 20:23:18 +0000 ekku Weapon damage and some other stuff
Mon, 08 Dec 2008 18:36:06 +0000 terom fix NetworkServerProjectile::onHitPlayer to call super
Mon, 08 Dec 2008 18:32:56 +0000 terom just ignore NetworkClientPlayerBase::die
Mon, 08 Dec 2008 18:31:08 +0000 terom make spawn/die work over the network
Mon, 08 Dec 2008 18:17:37 +0000 saiam Some documentation
Mon, 08 Dec 2008 18:12:43 +0000 terom suicide key and respawning
Mon, 08 Dec 2008 17:39:01 +0000 terom implement players dying
Mon, 08 Dec 2008 17:30:17 +0000 terom decrease BounceBounce expireTicks
Mon, 08 Dec 2008 17:27:25 +0000 nireco bouncy bouncy
Mon, 08 Dec 2008 17:24:40 +0000 terom add separate Types.hh, and fix projectile-worm collisions on network
Mon, 08 Dec 2008 16:46:48 +0000 ekku Damage
Mon, 08 Dec 2008 16:44:38 +0000 terom finish network documentation
Mon, 08 Dec 2008 16:39:20 +0000 saiam Added some text to documentation.
Mon, 08 Dec 2008 16:38:33 +0000 nireco check for NULL
Mon, 08 Dec 2008 16:30:13 +0000 nireco some stuff
Mon, 08 Dec 2008 16:23:30 +0000 terom NetworkObject + NetworkServer documentation
Mon, 08 Dec 2008 16:14:23 +0000 nireco added Player.takeDamage(), but does nothing
Mon, 08 Dec 2008 16:01:49 +0000 nireco some collisions on PhysicsWorld::tick
Mon, 08 Dec 2008 15:59:33 +0000 ekku getType added for physics object
Mon, 08 Dec 2008 15:41:48 +0000 terom more network documentation
Mon, 08 Dec 2008 15:37:34 +0000 ekku Previous position added, and unsigned int bug fixed
Mon, 08 Dec 2008 15:02:05 +0000 terom work on Network doxygen docs
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 12:02:20 +0000 terom compiles cleanly with -Wall -Wextra -Wconversion, not tested, but that shouldn't break anything :)
Mon, 08 Dec 2008 11:10:04 +0000 terom add -DCMAKE_CXX_FLAGS=-Wall flag to mkcmake.sh
Mon, 08 Dec 2008 02:17:02 +0000 terom add GPLv2 license under COPYING just for safety's sake
Mon, 08 Dec 2008 01:38:43 +0000 terom let projectiles bounce, the new BounceBounce weapon puts the Physics engine into an infinite loop
Mon, 08 Dec 2008 01:31:09 +0000 saiam Added random stuff to documentation. Time to go to sleep.