1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-27 17:45:24 +00:00
OpenDiablo2/d2common/d2fileformats
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
..
d2animdata d2datautil.StreamReader refactor 2021-01-12 10:26:27 -08:00
d2cof Minor refactor of d2cof 2021-02-05 14:43:42 -08:00
d2dat fixing most of the remaining lint errors in d2fileformats (#600) 2020-07-18 00:02:45 -04:00
d2dc6 data encoding: DC6 2021-02-01 12:57:02 +01:00
d2dcc lintfix: gomnd 2021-02-02 12:02:11 +01:00
d2ds1 lintfix: gomnd 2021-02-02 12:02:11 +01:00
d2dt1 data encoder: dt1 2021-02-02 19:25:27 +01:00
d2mpq d2datautil.StreamReader refactor 2021-01-12 10:26:27 -08:00
d2pl2 moving package comments into doc.go files (#534) 2020-07-03 18:33:46 -04:00
d2tbl d2datautil.StreamReader refactor 2021-01-12 10:26:27 -08:00
d2txt organize d2common pakage (#716) 2020-09-08 15:58:35 -04:00