log pytouhou/game/orb.py @ 686:aefe5b5f481e

age author description
Fri, 08 Nov 2013 18:47:00 +0100 Emmanuel Gil Peyrot Always import runners from pytouhou.vm, to allow their replacement.
Mon, 14 Oct 2013 12:11:01 +0200 Emmanuel Gil Peyrot Merge PlayerState into Player, fix player respawn position.
Mon, 16 Sep 2013 18:42:04 +0200 Emmanuel Gil Peyrot Make Laser and Orb extension types, and use that where possible.
Fri, 30 Aug 2013 14:16:08 +0200 Emmanuel Gil Peyrot Add a base Element class for every object in pytouhou.game.
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.