1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-22 23:25:23 +00:00
OpenDiablo2/d2core/d2config
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
..
d2config.go refactored game bootstrap, removed d2config.Config singleton (#899) 2020-11-03 07:54:15 -05:00
default_directories.go refactored game bootstrap, removed d2config.Config singleton (#899) 2020-11-03 07:54:15 -05:00
defaults.go refactored game bootstrap, removed d2config.Config singleton (#899) 2020-11-03 07:54:15 -05:00
doc.go moving package comments into doc.go files (#534) 2020-07-03 18:33:46 -04:00