Mercurial > touhou
log
age | author | description |
---|---|---|
Sat, 10 Aug 2013 15:18:44 +0200 | Emmanuel Gil Peyrot | Split ANMRunner.run_frame into Sprite.update. |
Fri, 30 Aug 2013 14:01:09 +0200 | Emmanuel Gil Peyrot | Use cythonize in setup.py, also compile .py files, and entirely remove pyximport support. |
Sat, 03 Aug 2013 15:49:04 +0200 | Emmanuel Gil Peyrot | Remove AnmWrapper, since ANMs are lists of entries now. |
Sat, 03 Aug 2013 15:48:57 +0200 | Emmanuel Gil Peyrot | Implement PCB’s ANM2 format and vm. |
Tue, 16 Jul 2013 21:17:22 +0200 | Emmanuel Gil Peyrot | Remove all Loader uses from outside pytouhou.games, and add a --no-music option to disable bgm. |
Sat, 03 Aug 2013 15:48:51 +0200 | Emmanuel Gil Peyrot | Move the depth buffer clear outside of scissor, as per apitrace’s advice. |