log pytouhou/resource/loader.py @ 772:7492d384d122 default tip

age author description
Tue, 30 Aug 2022 18:41:50 +0200 Emmanuel Gil Peyrot Python: Replace the PBG3 loader with Rust’s
Fri, 26 Aug 2022 18:55:39 +0200 Emmanuel Gil Peyrot Python: Use logger.warning() as logger.warn() is deprecated
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. :)
Tue, 30 Sep 2014 17:14:24 +0200 Emmanuel Gil Peyrot Switch to Python 3.x instead of 2.7.
Sat, 05 Apr 2014 18:53:48 +0200 Emmanuel Gil Peyrot Make archives return files by default, instead of bytes.
Wed, 23 Oct 2013 18:24:17 +0200 Emmanuel Gil Peyrot Make ANM garbage collectable.
Sat, 03 Aug 2013 15:49:04 +0200 Emmanuel Gil Peyrot Remove AnmWrapper, since ANMs are lists of entries now.
Sat, 03 Aug 2013 15:48:57 +0200 Emmanuel Gil Peyrot Implement PCB’s ANM2 format and vm.
Wed, 12 Jun 2013 18:32:35 +0200 Emmanuel Gil Peyrot Let the gc do its work, don’t keep useless references.
Wed, 04 Jul 2012 18:08:57 +0200 Emmanuel Gil Peyrot Print an error when all the needed files aren’t present.
Thu, 21 Jun 2012 15:01:01 +0200 Emmanuel Gil Peyrot Add music support for >PCB.
Wed, 13 Jun 2012 15:29:43 +0200 Emmanuel Gil Peyrot Implement music playback.