log pytouhou/resource/loader.py @ 773:317e93b7d586 default tip

age author description
2022-08-30 Emmanuel Gil Peyrot Python: Replace the PBG3 loader with Rust’s
2022-08-26 Emmanuel Gil Peyrot Python: Use logger.warning() as logger.warn() is deprecated
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.
2014-04-05 Emmanuel Gil Peyrot Make archives return files by default, instead of bytes.
2013-10-23 Emmanuel Gil Peyrot Make ANM garbage collectable.
2013-08-03 Emmanuel Gil Peyrot Remove AnmWrapper, since ANMs are lists of entries now.
2013-08-03 Emmanuel Gil Peyrot Implement PCB’s ANM2 format and vm.
2013-06-12 Emmanuel Gil Peyrot Let the gc do its work, don’t keep useless references.
2012-07-04 Emmanuel Gil Peyrot Print an error when all the needed files aren’t present.
2012-06-21 Emmanuel Gil Peyrot Add music support for >PCB.
2012-06-13 Emmanuel Gil Peyrot Implement music playback.
2012-03-06 Thibaut Girka Improve heuristic to filter out non-game exes (like custom.exe).
2012-03-06 Thibaut Girka Fix relative path handling and os-specific path separators.
2012-02-12 Thibaut Girka Document some AnmWrapper related functions.
2012-02-11 Thibaut Girka Rename Animations to ANM0 and prepare AnmWrapper for dialogs and interface.
2012-01-23 Thibaut Girka Add support for reading from a directory instead of a PBG3 (for debugging purposes).
2012-01-22 Thibaut Girka Automatically search data files using different names.
2011-12-30 Thibaut Girka Search for 102h.exe in the game directory instead of the current directory.
2011-12-30 Emmanuel Gil Peyrot Add “SHT” support to EoSD, and do a little cleanup.
2011-12-18 Emmanuel Gil Peyrot Fix SHT handling; change a few things to be closer to ZUN’s mind; and first stub of PCB support.
2011-09-11 Emmanuel Gil Peyrot Add reading support for the MSG format.
2011-09-04 Thibaut Girka Refactor \o/