Merge: app::audio: remove deprecated services and other minor improvements
authorJean Privat <jean@pryen.org>
Thu, 1 Sep 2016 01:53:16 +0000 (21:53 -0400)
committerJean Privat <jean@pryen.org>
Thu, 1 Sep 2016 01:53:16 +0000 (21:53 -0400)
commit4278dfa8be17442ea5ad726c917945ca2dff2e92
tree49b2d016b35b2d23613f513f6feb5648b74e32c9
parent6e7d7d671135db8527f0e87c0912bc8b6012c083
parent7d950d253db76530db7584ad4347899744deda95
Merge: app::audio: remove deprecated services and other minor improvements

This PR removes the old `load_sound` and `load_music` services, they were replaced by lazy loading services a while back. The new services are more in line with the other asset loading services from `gamnit`.

There are also other general but minor improvements: doc updates, better names for a param and an attribute, less warnings, less casts, more consistent error messages and easier debugging.

Pull-Request: #2300
Reviewed-by: Jean Privat <jean@pryen.org>