log pytouhou/resource/loader.py @ 321:61adb5453e46

age author description
Wed, 13 Jun 2012 15:29:43 +0200 Emmanuel Gil Peyrot Implement music playback.
Tue, 06 Mar 2012 18:58:41 +0100 Thibaut Girka Improve heuristic to filter out non-game exes (like custom.exe).
Tue, 06 Mar 2012 17:45:14 +0100 Thibaut Girka Fix relative path handling and os-specific path separators.
Sun, 12 Feb 2012 15:51:00 +0100 Thibaut Girka Document some AnmWrapper related functions.
Sat, 11 Feb 2012 16:43:54 +0100 Thibaut Girka Rename Animations to ANM0 and prepare AnmWrapper for dialogs and interface.
Mon, 23 Jan 2012 01:40:07 +0100 Thibaut Girka Add support for reading from a directory instead of a PBG3 (for debugging purposes).
Mon, 23 Jan 2012 00:58:03 +0100 Thibaut Girka Automatically search data files using different names.
Fri, 30 Dec 2011 19:17:55 +0100 Thibaut Girka Search for 102h.exe in the game directory instead of the current directory.
Fri, 30 Dec 2011 18:37:06 +0100 Emmanuel Gil Peyrot Add “SHT” support to EoSD, and do a little cleanup.
Sun, 18 Dec 2011 14:14:32 +0100 Emmanuel Gil Peyrot Fix SHT handling; change a few things to be closer to ZUN’s mind; and first stub of PCB support.
Sun, 11 Sep 2011 07:34:34 -0700 Emmanuel Gil Peyrot Add reading support for the MSG format.
Sun, 04 Sep 2011 23:50:00 +0200 Thibaut Girka Refactor \o/