Mercurial > touhou
log pytouhou/formats/anm0.py @ 772:7492d384d122 default tip
age | author | description |
---|---|---|
Fri, 26 Aug 2022 18:55:39 +0200 | Emmanuel Gil Peyrot | Python: Use logger.warning() as logger.warn() is deprecated |
Wed, 26 Nov 2014 14:00:17 +0100 | Emmanuel Gil Peyrot | Make ANM0 pure-python again, by moving the Cython-dependent ANM class into its own module. base pytouhou/formats/anm0.pyx@12ffa4c6b1d9 |
Sat, 03 Aug 2013 15:48:57 +0200 | Emmanuel Gil Peyrot | Implement PCB’s ANM2 format and vm. |
Sat, 16 Feb 2013 19:31:29 +0100 | Emmanuel Gil Peyrot | Add a version attribute to ANM0 and latest discovered instruction. |
Wed, 29 Aug 2012 18:34:28 +0200 | Emmanuel Gil Peyrot | Add meaningful exceptions in format parsing. |
Sat, 10 Mar 2012 17:47:03 +0100 | Emmanuel Gil Peyrot | Add the game interface. |
Sat, 11 Feb 2012 16:43:54 +0100 | Thibaut Girka | Rename Animations to ANM0 and prepare AnmWrapper for dialogs and interface. |