1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-25 16:45:23 +00:00
OpenDiablo2/d2common
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
..
d2cache Lint error cleanup1 (#779) 2020-10-22 01:12:06 -04:00
d2calculation organize d2common pakage (#716) 2020-09-08 15:58:35 -04:00
d2data refactored logging in d2loader, d2record, and d2asset (#898) 2020-11-02 21:23:07 -05:00
d2datautils Lint error cleanup1 (#779) 2020-10-22 01:12:06 -04:00
d2enum Feat(KeyMapping): Adds a configurable keymap to GameControls, resolves #793 (#893) 2020-11-01 19:43:23 -08:00
d2fileformats fixes #767, implemented deepCopy for the dcc_animation and dc6_animation (#852) 2020-10-26 09:13:08 -04:00
d2geom Lint error cleanup1 (#779) 2020-10-22 01:12:06 -04:00
d2interface add comment explaining significance of input handler return value (#895) 2020-11-02 01:14:03 -08:00
d2loader refactored game bootstrap, removed d2config.Config singleton (#899) 2020-11-03 07:54:15 -05:00
d2math Resolves #874 and #892 (#894) 2020-11-01 16:05:50 -08:00
d2path Lint error cleanup1 (#779) 2020-10-22 01:12:06 -04:00
d2resource adding the rest of the data dictionary loaders (#869) 2020-10-28 13:52:15 -04:00
d2util 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