1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-28 01:55:24 +00:00
OpenDiablo2/d2core/d2audio/ebiten
gravestench 5ac03d6f49
refactored game bootstrap, removed d2config.Config singleton (#899)
* Remove d2config.Config singleton

* refactored config file bootstrap
* `d2loader.Loader` adds the config directories during init
* `d2asset.AssetManager` loads the config file during init
* mpq verification logic removed from d2config; this is done by d2loader
* added `errorMessage` to `d2app.App` for setting the error message for the error screen.

* fixed loader test
2020-11-03 07:54:15 -05:00
..
ebiten_audio_provider.go refactored game bootstrap, removed d2config.Config singleton (#899) 2020-11-03 07:54:15 -05:00
ebiten_sound_effect.go migrate to ebiten v2.0 API (#860) 2020-10-28 14:17:42 -04:00