log pytouhou/formats/ecl.py @ 521:53129f3a54af

age author description
2012-10-21 Emmanuel Gil Peyrot Add "explosion", instruction 118.
2012-08-06 Emmanuel Gil Peyrot Use a future-proof ECL parser.
2012-07-09 Thibaut Girka (partially?) implement ECL's instruction 133
2012-02-12 Emmanuel Gil Peyrot Implement dialogs (MSG files).
2012-02-12 Thibaut Girka Fix ECL time flow. Spellcard do not stop time. Instruction 0xc does.
2012-02-05 Thibaut Girka Partially implement lasers.
2011-11-01 Thibaut Girka Add some documentation (argh, so much left to document!)
2011-10-20 Emmanuel Gil Peyrot Add support for the last unknown value of the enemy spawning.
2011-10-18 Emmanuel Gil Peyrot Implement item dropping by enemies.
2011-10-10 Thibaut Girka Minor cleanup
2011-09-06 Thibaut Girka Minor changes
2011-09-06 Thibaut Girka Add writing support to pytouhou.formats.ecl!
2011-09-05 Thibaut Girka (almost) implement Cirno's freezing spellcard
2011-09-04 Thibaut Girka Handle ECL instruction 18
2011-09-04 Emmanuel Gil Peyrot Handle ECL opcodes with string.
2011-09-03 Thibaut Girka Fix add_int
2011-09-03 Thibaut Girka Handle a few more ECL instructions. Prepare for bullet handling \o/
2011-08-31 Thibaut Girka Fix/rename/comment a few things
2011-08-31 Emmanuel Gil Peyrot Handle a new ECL instruction, and add some names.
2011-08-31 Emmanuel Gil Peyrot Handle all move_to_* ECL instructions.
2011-08-30 Thibaut Girka Handle a few more ECL instructions
2011-08-27 Thibaut Girka Add set_random_angle support
2011-08-26 Thibaut Girka Add support for a few opcodes.
2011-08-25 Emmanuel Gil Peyrot Add offset translation for all relative jumps.
2011-08-25 Emmanuel Gil Peyrot Implement conditional jumps.
2011-08-25 Emmanuel Gil Peyrot Implement simple arithmetic instructions.
2011-08-23 Thibaut Girka Handle set_random_angle properly! At last!
2011-08-23 Thibaut Girka Use logging module
2011-08-22 Thibaut Girka Add some documentation, GPLv3 headers, README and COPYING file.
2011-08-22 Thibaut Girka Add support for a few instructions
2011-08-22 Thibaut Girka Fix a few bugs and add support for a few instructions
2011-08-22 Thibaut Girka Add/fix a few opcodes
2011-08-18 Thibaut Girka Fix set_counter, and relative_jump(_ex)
2011-08-18 Thibaut Girka Refactor ECL parsing/etc.
2011-08-11 Thibaut Girka Handle more enemies types and movements
2011-08-09 Thibaut Girka Add preliminary ECL viewer/interpreter.