log pytouhou/formats/t6rp.py @ 615:d1f0bb0b7a17

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. :)
Sat, 20 Oct 2012 20:44:11 +0200 Emmanuel Gil Peyrot Add missing imports, and remove side-effects in asserts.
Wed, 29 Aug 2012 18:34:28 +0200 Emmanuel Gil Peyrot Add meaningful exceptions in format parsing.
Sun, 05 Aug 2012 18:19:42 +0200 Emmanuel Gil Peyrot Use an iterator to get the keystates from a replay.
Sun, 05 Aug 2012 16:37:26 +0200 Emmanuel Gil Peyrot Add the ability to save a replay.
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:45:43 +0100 Thibaut Girka Minor cleanup