1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-29 10:35:23 +00:00
OpenDiablo2/d2core
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
..
d2asset Minor refactor of d2cof 2021-02-05 14:43:42 -08:00
d2audio lintfix: gomnd 2021-02-02 12:02:11 +01:00
d2config Replaced kingping with flag package 2020-12-17 21:26:05 +01:00
d2gui lintfix: gomnd 2021-02-02 12:02:11 +01:00
d2hero Renamed CharStatRecord 2020-12-18 18:50:42 +01:00
d2input migrate to ebiten v2.0 API (#860) 2020-10-28 14:17:42 -04:00
d2inventory removed links to closed issues from code (#1005) 2021-01-06 21:48:12 -08:00
d2item lintfix: gomnd 2021-02-02 12:02:11 +01:00
d2map lintfix: gomnd 2021-02-02 12:02:11 +01:00
d2records Renamed MonStat2Record 2020-12-18 19:03:13 +01:00
d2render/ebiten lintfix: gomnd 2021-02-02 12:02:11 +01:00
d2screen D2core logger (#934) 2020-11-21 02:33:22 -08:00
d2stats Renamed CharStatRecord 2020-12-18 18:50:42 +01:00
d2term lintfix: gomnd 2021-02-02 12:02:11 +01:00
d2ui Merge branch 'master' into hotfix2 2021-02-02 08:54:17 -05:00