| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Improves the output for group names by including their associated
numeric code
|
|
Implements a basic way to 'group' affixes together.
An affix group is a collection of affixes which generally provide the
same benefits, but at varying levels. For example, '+2 strength' and '+4
strength' would be considered grouped affixes, assuming that they were
spawning on the same items and such
|
|
This pulls out the reading of effect details from our data files to a
new class that is referenced by Effect, EffectRepo
|
|
Add some javadoc comments
|
|
Several packages were moved from BJC-Utils to esodata. This makes the
necessary changes.
|
|
Cleanup some warnings
|
|
There was something in ReplPair that was causing issues. Since we don't
need any of the fancy ReplPair functionality, I ripped it all out, since
it was causing issues (probably sorting-related, with a comparator or
something missing somewhere)
|
|
|
|
|
|
Just doing some general cleanup around the code base
|
|
|
|
AffixLister got refactored some more, in preparation for adding the
ability to load things that aren't affixes.
|
|
|
|
This splits AffixLister into a separate file for each class that it once
contained.
|
|
|
|
This gets the main script working, and the pom compiling things.
To get it working right, two options were added for outputting normal &
error outputs to files instead of the standard streams (System.out &
System.err)
|