1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-27 17:45:24 +00:00
OpenDiablo2/d2common/d2fileformats/d2cof
gravestench 248eaf9d79 Minor refactor of d2cof
* Changed `Load` to `Unmarshal`
* made `Marshal` and `Unmarshal` into methods of `COF`
* added `New` function which creates a new, empty COF instance
* added helper functions `Marshal` and `Unmarshal`
* Changed `StreamReader.ReadBytes` to account for edge case of reading 0
bytes (this was returning an error when it should not have)
* added really simple unit tests for COF
2021-02-05 14:43:42 -08:00
..
cof_dir_lookup.go fixing most of the remaining lint errors in d2fileformats (#600) 2020-07-18 00:02:45 -04:00
cof_layer.go data encoding: added COF encoder 2021-01-30 18:23:00 +01:00
cof_test.go Minor refactor of d2cof 2021-02-05 14:43:42 -08:00
cof.go Minor refactor of d2cof 2021-02-05 14:43:42 -08:00
doc.go moving package comments into doc.go files (#534) 2020-07-03 18:33:46 -04:00