src/Weapons.cc
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 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 23:10:30 +0000 terom touch up weapon/projectile with comments and slight tweaking
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: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 19:54:00 +0000 saiam Added recoil to weapon constructor. Recoil still not used.
Sun, 07 Dec 2008 00:01:07 +0000 terom tweak weapon params and improve weapon changing
Sat, 06 Dec 2008 23:47:13 +0000 terom move weapons definition out to Weapons.cc