Tue, 30 Sep 2014 17:14:24 +0200 |
Emmanuel Gil Peyrot |
Switch to Python 3.x instead of 2.7.
|
Thu, 12 Jun 2014 18:41:01 +0200 |
Emmanuel Gil Peyrot |
Make Enemy.get_angle able to target any Element, not only Player.
|
Fri, 08 Nov 2013 18:47:00 +0100 |
Emmanuel Gil Peyrot |
Always import runners from pytouhou.vm, to allow their replacement.
|
Thu, 15 May 2014 20:14:54 +0200 |
Emmanuel Gil Peyrot |
Set boss mode directly from the enemy.
|
Sat, 10 May 2014 22:20:22 +0200 |
Emmanuel Gil Peyrot |
Fix warnings introduced in Cython 0.20, when more than one pointer is defined on the same line.
|
Wed, 18 Dec 2013 18:19:08 +0100 |
Emmanuel Gil Peyrot |
Use Sprite C arrays instead of their tuple representation where it makes sense.
|
Mon, 25 Nov 2013 19:12:56 +0100 |
Emmanuel Gil Peyrot |
Some more type optimisations.
|