1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-15 12:10:49 +00:00
OpenDiablo2/d2common
dk c14f285a21
Feature d2datadict difficultylevels (#363)
* adding rules for swap files to .gitignore

* main, d2common: load Magic/Rare/Unique Affix

* d2common: item affixes only

removed Rare/Unique Prefix/Suffix as those are related to monsters, not items.

* removed debug print from item_affix.go

* changed item affix type names for clarity, removed debug print from data_dictionary

* d2common: item affix datadict and records

Item Affixes are defined in `/data/global/excel/Magic{Prefix,Suffix}.txt`
Rare and Unique Pre/Suffixes seem to be for monsters, not items.

d2common: item affixes only

removed Rare/Unique Prefix/Suffix as those are related to monsters, not items.

removed debug print from item_affix.go

changed item affix type names for clarity, removed debug print from data_dictionary

* reverting to pre-allocating memory for parsing txt lines

* removing the rest of the rare/unique definitions

* removing the rest of the rare/unique definitions

* adding ItemStatCost data dict loader

* adding data dict loader for difficulty levels
2020-06-20 15:59:20 -04:00
..
d2data Feature d2datadict difficultylevels (#363) 2020-06-20 15:59:20 -04:00
d2enum DataDictionary loader for ItemStatCost (#333) 2020-06-13 19:52:22 -04:00
d2fileformats Added multiplayer support (#336) 2020-06-18 14:11:04 -04:00
d2resource Feature d2datadict difficultylevels (#363) 2020-06-20 15:59:20 -04:00
bitmuncher.go merged d2shared into the core package (#275) 2020-01-26 00:39:13 -05:00
bitstream_test.go merged d2shared into the core package (#275) 2020-01-26 00:39:13 -05:00
bitstream.go Refectoring to reduce code warnings (#283) 2020-02-01 21:51:49 -05:00
build_info.go merged d2shared into the core package (#275) 2020-01-26 00:39:13 -05:00
cache.go Moving files around to make more sense (#279) 2020-02-01 18:55:56 -05:00
calcstring.go all: use goimports to format code and fix two minor typos in comments (#326) 2020-04-11 14:56:47 -04:00
data_dictionary.go Item Affixes (#328) 2020-05-08 12:33:37 -04:00
math.go Fixed issues from last merge (#346) 2020-06-20 01:06:42 -04:00
path.go Add support for missiles (#308) 2020-02-22 20:44:30 -05:00
rectangle.go merged d2shared into the core package (#275) 2020-01-26 00:39:13 -05:00
stream_reader_test.go merged d2shared into the core package (#275) 2020-01-26 00:39:13 -05:00
stream_reader.go merged d2shared into the core package (#275) 2020-01-26 00:39:13 -05:00
stream_writer_test.go merged d2shared into the core package (#275) 2020-01-26 00:39:13 -05:00
stream_writer.go merged d2shared into the core package (#275) 2020-01-26 00:39:13 -05:00
stringutils.go all: use goimports to format code and fix two minor typos in comments (#326) 2020-04-11 14:56:47 -04:00
text_dictionary.go Fixes #360 Language dictionary crash (#362) 2020-06-20 15:14:52 -04:00
timeutils.go Move d2config to d2core, remove d2helper (#282) 2020-02-01 21:06:22 -05:00