1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-09-27 05:35:57 -04:00
OpenDiablo2/d2common/d2fileformats
dk 019bb920c9
Feature pl2 asset manager (#319)
* adding pl2 as a fiel format and an asset manager for pl2 files

* adding pl2 as a file format and an asset manager for pl2 files

* pl2 asset manager and file format

* added call in main.go to load palette transforms
* removed incorrect PaletteTransformType declarations from main.go

* removingn bad resource path for palette transform

* PL2 file format added, added to asset management

PL2 files are beside palette files in the mpq
These files define palette transforms of their respective base palette.

I've bound a command to d2term (in d2asset.go)
	load_pl2 <path>

* Clean up PL2 asset stuff

removed pl2 stuff from d2datadict, didn't belong in there
removed d2term debug binding

* minor cleanup for d2pl2
2020-02-26 22:52:05 -05:00
..
d2cof Minor changes to project layout (#276) 2020-01-31 23:18:11 -05:00
d2dat File format cleanup (#320) 2020-02-26 08:39:38 -05:00
d2dc6 File format cleanup (#320) 2020-02-26 08:39:38 -05:00
d2dcc Direction changes. (#309) 2020-02-22 22:33:58 -05:00
d2ds1 File format cleanup (#320) 2020-02-26 08:39:38 -05:00
d2dt1 File format cleanup (#320) 2020-02-26 08:39:38 -05:00
d2mpq Scene and GUI rework (#300) 2020-02-08 21:02:37 -05:00
d2pl2 Feature pl2 asset manager (#319) 2020-02-26 22:52:05 -05:00