1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-16 12:35:22 +00:00
OpenDiablo2/d2common
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
..
d2cache Lint error cleanup1 (#779) 2020-10-22 01:12:06 -04:00
d2calculation organize d2common pakage (#716) 2020-09-08 15:58:35 -04:00
d2data fixed 'dupl' lint errors (#845) 2020-10-26 00:38:18 -07:00
d2datautils Lint error cleanup1 (#779) 2020-10-22 01:12:06 -04:00
d2enum removed all 'wsl' lint errors (#836) 2020-10-25 17:28:40 -07:00
d2fileformats Removed all TODO's in project (#831) 2020-10-25 18:36:12 -04:00
d2geom Lint error cleanup1 (#779) 2020-10-22 01:12:06 -04:00
d2interface Removed all TODO's in project (#831) 2020-10-25 18:36:12 -04:00
d2loader Lint error cleanup1 (#779) 2020-10-22 01:12:06 -04:00
d2math fix all gosec lint errors (#844) 2020-10-25 23:38:15 -07:00
d2path Lint error cleanup1 (#779) 2020-10-22 01:12:06 -04:00
d2resource removed all 'gocritic' lint errors (#835) 2020-10-25 17:03:23 -07:00
d2util fixed all golint type lint errors (#780) 2020-10-21 23:41:21 -07:00
doc.go moving package comments into doc.go files (#534) 2020-07-03 18:33:46 -04:00