log pytouhou/formats/ecl.py @ 717:d5d5496e4e53

age author description
Sat, 28 Mar 2015 21:40:51 +0100 Emmanuel Gil Peyrot Don’t inherit explicitely from object, we are not on Python 2.7 anymore. :)
Sun, 21 Oct 2012 23:02:41 +0200 Emmanuel Gil Peyrot Add "explosion", instruction 118.
Mon, 06 Aug 2012 22:52:22 +0200 Emmanuel Gil Peyrot Use a future-proof ECL parser.
Mon, 09 Jul 2012 21:12:10 +0200 Thibaut Girka (partially?) implement ECL's instruction 133
Sun, 12 Feb 2012 16:06:03 +0100 Emmanuel Gil Peyrot Implement dialogs (MSG files).
Sun, 12 Feb 2012 02:09:16 +0100 Thibaut Girka Fix ECL time flow. Spellcard do not stop time. Instruction 0xc does.
Sun, 05 Feb 2012 23:41:55 +0100 Thibaut Girka Partially implement lasers.
Tue, 01 Nov 2011 13:46:03 +0100 Thibaut Girka Add some documentation (argh, so much left to document!)
Thu, 20 Oct 2011 06:34:35 -0700 Emmanuel Gil Peyrot Add support for the last unknown value of the enemy spawning.
Tue, 18 Oct 2011 07:35:02 -0700 Emmanuel Gil Peyrot Implement item dropping by enemies.
Mon, 10 Oct 2011 18:56:13 +0200 Thibaut Girka Minor cleanup
Wed, 07 Sep 2011 00:17:11 +0200 Thibaut Girka Minor changes
Tue, 06 Sep 2011 22:40:45 +0200 Thibaut Girka Add writing support to pytouhou.formats.ecl!
Mon, 05 Sep 2011 23:04:43 +0200 Thibaut Girka (almost) implement Cirno's freezing spellcard
Sun, 04 Sep 2011 21:50:50 +0200 Thibaut Girka Handle ECL instruction 18
Sun, 04 Sep 2011 12:52:47 -0700 Emmanuel Gil Peyrot Handle ECL opcodes with string.
Sun, 04 Sep 2011 01:09:28 +0200 Thibaut Girka Fix add_int
Sat, 03 Sep 2011 18:17:39 +0200 Thibaut Girka Handle a few more ECL instructions. Prepare for bullet handling \o/
Wed, 31 Aug 2011 13:51:42 +0200 Thibaut Girka Fix/rename/comment a few things
Tue, 30 Aug 2011 18:44:58 -0700 Emmanuel Gil Peyrot Handle a new ECL instruction, and add some names.
Tue, 30 Aug 2011 17:12:08 -0700 Emmanuel Gil Peyrot Handle all move_to_* ECL instructions.
Tue, 30 Aug 2011 16:30:40 +0200 Thibaut Girka Handle a few more ECL instructions
Sat, 27 Aug 2011 11:24:22 +0200 Thibaut Girka Add set_random_angle support
Fri, 26 Aug 2011 22:43:10 +0200 Thibaut Girka Add support for a few opcodes.
Thu, 25 Aug 2011 11:33:47 -0700 Emmanuel Gil Peyrot Add offset translation for all relative jumps.
Wed, 24 Aug 2011 22:44:40 -0700 Emmanuel Gil Peyrot Implement conditional jumps.
Wed, 24 Aug 2011 17:14:05 -0700 Emmanuel Gil Peyrot Implement simple arithmetic instructions.
Wed, 24 Aug 2011 01:34:11 +0200 Thibaut Girka Handle set_random_angle properly! At last!
Tue, 23 Aug 2011 21:01:50 +0200 Thibaut Girka Use logging module
Mon, 22 Aug 2011 22:37:14 +0200 Thibaut Girka Add some documentation, GPLv3 headers, README and COPYING file.
Mon, 22 Aug 2011 22:12:34 +0200 Thibaut Girka Add support for a few instructions
Mon, 22 Aug 2011 21:16:47 +0200 Thibaut Girka Fix a few bugs and add support for a few instructions
Mon, 22 Aug 2011 10:49:49 +0200 Thibaut Girka Add/fix a few opcodes
Thu, 18 Aug 2011 22:24:32 +0200 Thibaut Girka Fix set_counter, and relative_jump(_ex)
Thu, 18 Aug 2011 22:11:39 +0200 Thibaut Girka Refactor ECL parsing/etc.
Thu, 11 Aug 2011 12:13:48 +0200 Thibaut Girka Handle more enemies types and movements
Tue, 09 Aug 2011 11:40:48 +0200 Thibaut Girka Add preliminary ECL viewer/interpreter.