log pytouhou/game/background.py @ 617:a6af3ff86612

age author description
Sat, 28 Mar 2015 21:40:51 +0100 Emmanuel Gil Peyrot Don’t inherit explicitely from object, we are not on Python 2.7 anymore. :)
Fri, 08 Nov 2013 18:47:00 +0100 Emmanuel Gil Peyrot Always import runners from pytouhou.vm, to allow their replacement.
Sun, 11 Aug 2013 14:23:50 +0200 Emmanuel Gil Peyrot Always run the first frame of an ANMRunner.
Sat, 03 Aug 2013 15:49:04 +0200 Emmanuel Gil Peyrot Remove AnmWrapper, since ANMs are lists of entries now.
Sat, 30 Jun 2012 20:10:45 +0200 Thibaut Girka Add a boss rush mode
Thu, 08 Sep 2011 12:46:05 +0200 Thibaut Girka Small refactoring and massive performance improvement
Tue, 06 Sep 2011 21:28:44 +0200 Thibaut Girka Fix a few, minor things