log pytouhou/ui/music.pyx @ 771:79c3f782dd41

age author description
Fri, 26 Aug 2022 18:55:39 +0200 Emmanuel Gil Peyrot Python: Use logger.warning() as logger.warn() is deprecated
Sat, 28 Mar 2015 23:21:15 +0100 Emmanuel Gil Peyrot Remove every case where an exception could be silently eaten by a cdef function.
Sat, 25 Oct 2014 20:02:56 +0200 Emmanuel Gil Peyrot Don’t crash when a sound file isn’t present in the resources.
Tue, 30 Sep 2014 17:14:24 +0200 Emmanuel Gil Peyrot Switch to Python 3.x instead of 2.7.
Sat, 05 Apr 2014 13:51:31 +0200 Emmanuel Gil Peyrot Don’t stop music loading if the pos file isn’t found.
Sun, 23 Mar 2014 10:51:19 +0100 Emmanuel Gil Peyrot Always verify chunks are not None before using them, fix crash when audio is disabled.
Wed, 18 Dec 2013 22:36:23 +0100 Emmanuel Gil Peyrot Inherit music players from a base class.