summaryrefslogtreecommitdiff
path: root/src/main
AgeCommit message (Collapse)Author
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.
2019-01-05Split AffixLister pt. 1Benjamin 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)