1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-19 21:55:24 +00:00
OpenDiablo2/d2core/d2asset
dk 8809fb2c22
Made abstractiong for the file manager (#542)
I realized that the file manager is actually managing file access
to the archives, but it's doing so through the archive manager.

I've renamed it, it's now called ArchivedFileManager because that
is really what it is.
2020-07-05 00:00:00 -04:00
..
animation_manager.go abstracted cache to an interface (#535) 2020-07-03 21:23:44 -04:00
animation.go Removed render singleton. Updated refs. 2020-07-03 14:00:56 -04:00
archive_manager.go Made abstractiong for the file manager (#542) 2020-07-05 00:00:00 -04:00
archived_file_manager.go Made abstractiong for the file manager (#542) 2020-07-05 00:00:00 -04:00
asset_manager.go Made abstractiong for the file manager (#542) 2020-07-05 00:00:00 -04:00
composite.go New package d2object, first object initFun (#537) 2020-07-04 00:48:31 -04:00
d2asset.go Made abstractiong for the file manager (#542) 2020-07-05 00:00:00 -04:00
doc.go moving package comments into doc.go files (#534) 2020-07-03 18:33:46 -04:00
font_manager.go abstracted cache to an interface (#535) 2020-07-03 21:23:44 -04:00
font.go first pass at resolving linting issues in d2asset (#518) 2020-07-01 14:09:18 -04:00
palette_manager.go abstracted cache to an interface (#535) 2020-07-03 21:23:44 -04:00
palette_transform_manager.go abstracted cache to an interface (#535) 2020-07-03 21:23:44 -04:00