log pytouhou/game/effect.py @ 430:c9433188ffdb

age author description
Sat, 03 Aug 2013 15:49:04 +0200 Emmanuel Gil Peyrot Remove AnmWrapper, since ANMs are lists of entries now.
Sun, 21 Oct 2012 23:02:40 +0200 Emmanuel Gil Peyrot Make particles behave as in the original game.
Tue, 02 Oct 2012 13:27:05 +0200 Emmanuel Gil Peyrot Make rendering of multiple-sprites elements work like single-sprites.
Sat, 30 Jun 2012 20:10:45 +0200 Thibaut Girka Add a boss rush mode
Thu, 21 Jun 2012 19:59:41 +0200 Emmanuel Gil Peyrot Fix some replay synchronization issues and update the TODO.
Tue, 13 Mar 2012 18:38:14 +0100 Thibaut Girka Update attribute names to reflect the actual interface.
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.
Sun, 23 Oct 2011 14:50:44 -0700 Emmanuel Gil Peyrot Don’t use the useless eff00.anm and implement particles (grazing, death, and more).
Fri, 21 Oct 2011 09:37:23 -0700 Emmanuel Gil Peyrot Move effects where they should be.