summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-14Merge pull request #1 from bculkin2442/dependabot/maven/junit-junit-4.13.1Benjamin Culkin
Bump junit from 4.12 to 4.13.1
2021-02-10Add test outputBenjamin J. Culkin
2021-02-10Bunch of AffixGroup changesBenjamin J. Culkin
2020-12-31add hashcode/toEquals for LevelRangeBen Culkin
2020-12-31Work on affix groups moreBenjamin J. Culkin
2020-12-30Begin adding of group listingBen Culkin
2020-12-29Convert affix type to an explicit enumBenjamin J. Culkin
2020-12-29Merge branch 'master' of git@github.com:bculkin2442/tlIItools.gitBen Culkin
2020-12-29Implement 'effect groups' as an explicit conceptBen Culkin
2020-12-29Implement 'effect groups' as an explicit conceptBen Culkin
2020-12-29General updateBenjamin J. Culkin
2020-12-29Add additional files/Benjamin J. Culkin
2020-10-13Bump junit from 4.12 to 4.13.1dependabot[bot]
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1) Signed-off-by: dependabot[bot] <support@github.com>
2020-10-06Info cleanupBen Culkin
2020-10-05Merge branch 'master' of git@github.com:bculkin2442/tlIItools.gitBen Culkin
2020-10-05Minor updatesxBen Culkin
2020-10-05Remove unnecessary filesBen Culkin
2020-08-04Perform some basic ways of grouping outputted affixesBenjamin J. Culkin
2020-07-02Improve output for group namesBen Culkin
Improves the output for group names by including their associated numeric code
2020-07-02Implement affix grouping by contentsBen Culkin
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
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-29Remove unneeded affixesBen Culkin
Remove a bunch of affixes I don't have any need for at the moment (the skill ones might be useful if/when I get around to doing stuff with skills, but until then; not much point to it)
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-23Update affix dataBen Culkin
Update the sample data for affixed socketables to ensure it is right.
2020-03-23General cleanupBen Culkin
Just doing some general cleanup around the code base
2019-09-24CleanupBenjamin J. Culkin
2019-06-10Add my affix-socketables modbculkin2442
2019-01-17Merge branch 'master' of github.com:bculkin2442/tlIItoolsBenjamin J. Culkin
2019-01-17Update with Affixed Socketables databculkin2442
2019-01-17Merge branch 'master' of github.com:bculkin2442/tlIItoolsBenjamin 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-17Import sample skill/unit databculkin2442
2019-01-09Add fileBenjamin J. Culkin
2019-01-09Add some testing affix filesbculkin2442
2019-01-09Add base affix pdfBenjamin J. Culkin
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.
2019-01-05Split AffixLister pt. 1Benjamin J. Culkin
2019-01-05Update todosBenjamin J. Culkin
2019-01-05Convert to Maven IIBenjamin J. Culkin
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)
2019-01-05Update ignoreBenjamin J. Culkin
2019-01-05Adjust scriptBenjamin J. Culkin
2019-01-05Tweak affix dataBenjamin J. Culkin
2019-01-05Add script to regenerate PDF from textBenjamin J. Culkin
2019-01-05Begin maven conversionBenjamin J. Culkin
Begin converting the project to use maven for compiling/running java so as to allow easier splitting of AffixLister.java into its constituent classes without having to continuously tweak the script files