1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-16 04:25:23 +00:00
OpenDiablo2/d2core
gravestench 622186e350
fixed 'dupl' lint errors (#845)
* removed dupl lint errors in d2compression/huffman.go

* remove duplicate code for set/unique item properties

This is a more involved edit. I've added a `PropertyDescriptor`
which is a common struct that should have existed already. The
`PropertyDescriptor` is used to generate property instances, and is common
to item affixes, set items, sets, unique items, and runewords.

This was all to remove duplicate code in d2item/

* removed duplicate code for rare item affixes
2020-10-26 00:38:18 -07:00
..
d2asset removed all 'structcheck' and 'unused' lint errors (#839) 2020-10-25 17:49:41 -07:00
d2audio fix all gosec lint errors (#844) 2020-10-25 23:38:15 -07:00
d2config Removed Configuration interface (#560) 2020-07-08 09:16:16 -04:00
d2gui removed all 'lll' (line length) lint errors (#841) 2020-10-25 18:11:04 -07:00
d2hero fix all gosec lint errors (#844) 2020-10-25 23:38:15 -07:00
d2input fixed lint errors in d2input (#693) 2020-08-05 13:51:35 -04:00
d2inventory Removing TODO comments, making issues for them (#807) 2020-10-25 10:21:14 -04:00
d2item fixed 'dupl' lint errors (#845) 2020-10-26 00:38:18 -07:00
d2map fix all gosec lint errors (#844) 2020-10-25 23:38:15 -07:00
d2records fixed 'dupl' lint errors (#845) 2020-10-26 00:38:18 -07:00
d2render/ebiten Removed all TODO's in project (#831) 2020-10-25 18:36:12 -04:00
d2screen removed gui manager singleton in d2gui (#735) 2020-09-18 16:10:52 -04:00
d2stats removed globals, added nolint to tests that used globals (#843) 2020-10-25 21:06:00 -07:00
d2term fixed a couple lint errors in d2term (#697) 2020-08-05 22:32:23 -04:00
d2ui removed all 'govet' type lint errors (#834) 2020-10-25 16:50:13 -07:00