1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-07-01 11:25:26 +00:00
OpenDiablo2/d2core
dk d56c4387ff
delint_d2networking (#599)
* delint_d2networking

not sure what to do about lint error G110 on calls to `io.Copy`, warns
about gzip compression bomb possibility, leaving those.

all todo's have been left.

* removed duplicate const
2020-07-17 22:11:16 -04:00
..
d2asset d2asset: init without terminal (#586) 2020-07-13 20:30:30 -04:00
d2audio/ebiten Add static checks to help ensure implementations conform to interfaces (#582) 2020-07-13 09:05:04 -04:00
d2config Removed Configuration interface (#560) 2020-07-08 09:16:16 -04:00
d2gui 504 - removes input singleton in favor of d2interface.InputManager constructor injection (#584) 2020-07-13 20:29:17 -04:00
d2hero moving package comments into doc.go files (#534) 2020-07-03 18:33:46 -04:00
d2input Revert my accidentally included hack (#589) 2020-07-14 06:59:35 -04:00
d2inventory moving package comments into doc.go files (#534) 2020-07-03 18:33:46 -04:00
d2map delint_d2networking (#599) 2020-07-17 22:11:16 -04:00
d2object Use vectors for object positioning (#587) 2020-07-14 00:25:23 -04:00
d2render/ebiten removing lint errors from d2render (#598) 2020-07-17 18:51:44 -04:00
d2screen rely on App to know how to navigate between screens using a callback interface with explicit methods (#592) 2020-07-14 13:11:23 -04:00
d2stats Stat descriptions + tests, Skilldesc.txt loader (#590) 2020-07-17 18:50:45 -04:00
d2term removing lint errors from d2render (#598) 2020-07-17 18:51:44 -04:00
d2ui 504 - removes input singleton in favor of d2interface.InputManager constructor injection (#584) 2020-07-13 20:29:17 -04:00