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.