log pytouhou/vm/anmrunner.py @ 304:f3099ebf4f61

age author description
Tue, 13 Mar 2012 18:38:14 +0100 Thibaut Girka Update attribute names to reflect the actual interface.
Tue, 21 Feb 2012 14:28:38 +0100 Emmanuel Gil Peyrot Add player lasers for MarisaB.
Mon, 02 Jan 2012 18:46:55 +0100 Thibaut Girka Implement ANM0 instruction 29 and fix 24
Mon, 02 Jan 2012 15:54:19 +0100 Thibaut Girka Update sprite's property even while waiting
Sun, 01 Jan 2012 23:51:01 +0100 Thibaut Girka Fix ANM wait, translation/rotation order, and partially implement ANM0 instruction 24
Sun, 01 Jan 2012 21:12:50 +0100 Thibaut Girka Fix a few crashes in the anmrunner, disable fullscreen switch, change alt+Fx to shift+Fx
Sun, 01 Jan 2012 20:23:00 +0100 Thibaut Girka Fix ANM interrupts
Sun, 01 Jan 2012 19:47:34 +0100 Thibaut Girka Implement ANM0 interrupts
Thu, 20 Oct 2011 03:15:55 -0700 Emmanuel Gil Peyrot Implement move anm instructions.
Sat, 10 Sep 2011 18:33:45 +0200 Thibaut Girka Fix potential crash
Sat, 10 Sep 2011 01:26:30 +0200 Thibaut Girka Add support for launch animations! (Warning: slow :()
Thu, 08 Sep 2011 12:46:05 +0200 Thibaut Girka Small refactoring and massive performance improvement
Sat, 03 Sep 2011 22:08:40 +0200 Thibaut Girka Handle one more ANM instruction, and handle sprite indexes offsets
Sun, 28 Aug 2011 01:23:11 +0200 Thibaut Girka Handle a few more ANM instructions. pytouhou.game.background needs some serious refactoring.
Sat, 27 Aug 2011 20:42:16 +0200 Thibaut Girka Add support for a few ANM instructions
Sat, 27 Aug 2011 10:58:54 +0200 Thibaut Girka Refactor. Move VMs to pytouhou.vm.