src/Weapon.cc
Tue, 09 Dec 2008 00:58:49 +0000 terom new DigDig weapon with massive radius
Mon, 08 Dec 2008 20:23:18 +0000 ekku Weapon damage and some other 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 01:38:43 +0000 terom let projectiles bounce, the new BounceBounce weapon puts the Physics engine into an infinite loop
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 19:54:00 +0000 saiam Added recoil to weapon constructor. Recoil still not used.
Sat, 06 Dec 2008 23:47:13 +0000 terom move weapons definition out to Weapons.cc
Sat, 06 Dec 2008 18:49:51 +0000 terom basic network-projectiles
Sat, 06 Dec 2008 16:17:05 +0000 terom reorganize the weapons code and input handling code
Fri, 05 Dec 2008 12:21:06 +0000 nireco Weapon.cc&hh