Mercurial > touhou
log pytouhou/formats/exe.py @ 704:84af5bedbde4
age | author | description |
---|---|---|
2015-03-28 | Emmanuel Gil Peyrot | Don’t inherit explicitely from object, we are not on Python 2.7 anymore. :) |
2014-09-30 | Emmanuel Gil Peyrot | Switch to Python 3.x instead of 2.7. |
2012-11-12 | Emmanuel Gil Peyrot | Use only half-size hitboxes for player. |
2012-07-09 | Thibaut Girka | Various optimizations |
2012-03-13 | Thibaut Girka | Minor cleanup |
2012-03-06 | Thibaut Girka | Improve heuristic to filter out non-game exes (like custom.exe). |
2012-01-22 | Thibaut Girka | Add heuristics to extract character data from the demo .exe. |
2012-01-01 | Thibaut Girka | Implement ANM0 interrupts |
2011-12-31 | Emmanuel Gil Peyrot | Do a little cleanup, and fix PCB SHT usage. |
2011-12-30 | Thibaut Girka | Improve find_character_defs, clean up a bit, and disable attack types 2 and 3 for now |
2011-12-30 | Emmanuel Gil Peyrot | Add “SHT” support to EoSD, and do a little cleanup. |