Mercurial > touhou
log pytouhou/ui/music.pyx @ 701:b6c351ca0a35
age | author | description |
---|---|---|
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. |
Wed, 23 Oct 2013 18:24:07 +0200 | Emmanuel Gil Peyrot | Make SDL(sound=False) work again, and disable sound if an exception occurs while setting it up. |