log pytouhou/vm/eclrunner.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
Tue, 30 Sep 2014 17:14:24 +0200 Emmanuel Gil Peyrot Switch to Python 3.x instead of 2.7.
Sat, 26 Jul 2014 14:46:03 +0200 Emmanuel Gil Peyrot Don’t log every instruction executed, nobody is interested in that, and demote unhandled opcodes to debug.
Thu, 12 Jun 2014 18:41:01 +0200 Emmanuel Gil Peyrot Make Enemy.get_angle able to target any Element, not only Player.
Thu, 15 May 2014 20:14:54 +0200 Emmanuel Gil Peyrot Set boss mode directly from the enemy.
Mon, 14 Oct 2013 12:20:55 +0200 Emmanuel Gil Peyrot Make enemy callbacks programmables.
Mon, 14 Oct 2013 12:11:01 +0200 Emmanuel Gil Peyrot Merge PlayerState into Player, fix player respawn position.
Fri, 04 Oct 2013 11:19:04 +0200 Emmanuel Gil Peyrot Remove identity lambda for interpolators, improves performances slightly.
Mon, 16 Sep 2013 18:42:04 +0200 Emmanuel Gil Peyrot Make Laser and Orb extension types, and use that where possible.
Sat, 10 Aug 2013 13:36:42 +0200 Emmanuel Gil Peyrot Display the name of a spellcard and the face of its invoker.
Sat, 17 Aug 2013 04:44:28 +0200 Emmanuel Gil Peyrot Make pytouhou.game.player an extension type, and move the GameOver exception there since it makes more sense.
Sat, 10 Aug 2013 19:59:17 +0200 Emmanuel Gil Peyrot Make pytouhou.game.enemy an extension type.