log pytouhou/game/enemy.py @ 309:14c9aca8e274

age author description
Wed, 14 Mar 2012 11:28:15 +0100 Thibaut Girka Implement Remilia's laser webs.
Tue, 13 Mar 2012 19:52:42 +0100 Thibaut Girka Minor refactoring
Tue, 13 Mar 2012 18:38:14 +0100 Thibaut Girka Update attribute names to reflect the actual interface.
Sat, 10 Mar 2012 17:47:03 +0100 Emmanuel Gil Peyrot Add the game interface.
Tue, 21 Feb 2012 14:28:38 +0100 Emmanuel Gil Peyrot Add player lasers for MarisaB.
Sat, 11 Feb 2012 16:43:54 +0100 Thibaut Girka Rename Animations to ANM0 and prepare AnmWrapper for dialogs and interface.
Mon, 06 Feb 2012 19:17:46 +0100 Thibaut Girka Fix initial laser offset.
Sun, 05 Feb 2012 23:41:55 +0100 Thibaut Girka Partially implement lasers.
Tue, 24 Jan 2012 00:19:23 +0100 Thibaut Girka Partially fix some of Flandre's spellcards.
Mon, 23 Jan 2012 23:00:42 +0100 Thibaut Girka Fix callback handling and damage dealing.
Sun, 22 Jan 2012 17:42:44 +0100 Thibaut Girka Fix initial bullet speed
Sun, 22 Jan 2012 14:24:38 +0100 Thibaut Girka Change position/speed interpoletor handling to match the original game more closely.
Sat, 21 Jan 2012 21:03:53 +0100 Emmanuel Gil Peyrot Use the correct animation for player death.
Sun, 15 Jan 2012 18:09:25 +0100 Emmanuel Gil Peyrot Fix instruction 70 to always fire to the right.
Mon, 02 Jan 2012 15:46:29 +0100 Emmanuel Gil Peyrot Implement auxiliary animations of enemies like magic circles, and interruptions from ecl.
Sat, 31 Dec 2011 03:08:01 +0100 Emmanuel Gil Peyrot Fix instructions 69 and 71.
Sun, 18 Dec 2011 14:14:32 +0100 Emmanuel Gil Peyrot Fix SHT handling; change a few things to be closer to ZUN’s mind; and first stub of PCB support.
Sat, 26 Nov 2011 20:39:04 +0100 Thibaut Girka Hopefully fix enemy-player collision
Tue, 22 Nov 2011 20:51:35 +0100 Emmanuel Gil Peyrot Implement collidable boolean of enemy.
Tue, 08 Nov 2011 23:01:18 -0800 Emmanuel Gil Peyrot Create enemy with negative life as it should be.
Sat, 05 Nov 2011 20:19:15 +0100 Thibaut Girka Minor refactoring
Mon, 31 Oct 2011 19:01:09 +0100 Thibaut Girka Handle enemy collisions and damages in a way closer to the original game.
Sun, 30 Oct 2011 11:29:08 -0700 Emmanuel Gil Peyrot Do the right action when collecting an item.
Fri, 28 Oct 2011 12:38:26 +0200 Thibaut Girka Fix particles, fix "random" item popping, change update order to match the original game's more closely.
Thu, 27 Oct 2011 15:09:42 -0700 Emmanuel Gil Peyrot Fix a few things about particles.
Wed, 26 Oct 2011 02:38:50 -0700 Emmanuel Gil Peyrot When touched, drop the items at the right place, and add precisions about particles.
Wed, 26 Oct 2011 02:27:00 -0700 Emmanuel Gil Peyrot Implement two new ECL instructions.
Tue, 25 Oct 2011 01:29:40 +0200 Thibaut Girka (Hopefully) use difficulty as it should.