1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-28 18:15:23 +00:00
OpenDiablo2/d2common/d2loader
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
..
asset Lint error cleanup1 (#779) 2020-10-22 01:12:06 -04:00
filesystem improve AssetManager implementation (#728) 2020-09-14 14:47:11 -04:00
mpq improve AssetManager implementation (#728) 2020-09-14 14:47:11 -04:00
testdata improve AssetManager implementation (#728) 2020-09-14 14:47:11 -04:00
doc.go D2loader (#714) 2020-09-08 15:45:26 -04:00
loader_test.go refactored game bootstrap, removed d2config.Config singleton (#899) 2020-11-03 07:54:15 -05:00
loader.go refactored game bootstrap, removed d2config.Config singleton (#899) 2020-11-03 07:54:15 -05:00