1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-09-27 21:56:19 -04:00
OpenDiablo2/d2core/d2asset
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
..
animation.go Key binding menu (#918) 2020-11-13 12:03:30 -08:00
asset_manager.go Minor refactor of d2cof 2021-02-05 14:43:42 -08:00
composite.go Fixed various bugs, crashes, and slowdowns. 2021-01-10 02:44:42 -05:00
d2asset.go Fixed various bugs, crashes, and slowdowns. 2021-01-10 02:44:42 -05:00
dc6_animation.go migrate to ebiten v2.0 API (#860) 2020-10-28 14:17:42 -04:00
dcc_animation.go This DCC frame size calculation seems useless 2021-01-02 01:56:09 +01:00
doc.go moving package comments into doc.go files (#534) 2020-07-03 18:33:46 -04:00
font.go migrate to ebiten v2.0 API (#860) 2020-10-28 14:17:42 -04:00