summaryrefslogtreecommitdiff
path: root/src/main/java/tlIItools
AgeCommit message (Collapse)Author
2020-06-24Move reading of effect details to new classBen Culkin
This pulls out the reading of effect details from our data files to a new class that is referenced by Effect, EffectRepo
2020-04-13Add some javadocBen Culkin
Add some javadoc comments
2020-04-12Adjust to BJC-Utils changesBen Culkin
Several packages were moved from BJC-Utils to esodata. This makes the necessary changes.
2020-04-06Cleanup some warningsBen Culkin
Cleanup some warnings
2020-03-29Fix up ReplPairBen Culkin
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)
2020-03-29Update stuffsBenjamin J. Culkin
2020-03-24Merge branch 'master' of https://github.com/bculkin2442/tlIItoolsBenjamin J. Culkin
2020-03-23General cleanupBen Culkin
Just doing some general cleanup around the code base
2019-09-24CleanupBenjamin J. Culkin
2019-01-17Refactor AffixListerBenjamin J. Culkin
AffixLister got refactored some more, in preparation for adding the ability to load things that aren't affixes.
2019-01-05Minor tweaksBenjamin J. Culkin
2019-01-05Split AffixListerBenjamin J. Culkin
This splits AffixLister into a separate file for each class that it once contained.