summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-21Rudimentary CLI for new die implementationBen Culkin
2020-11-21Some more tests on new Die implementationBen Culkin
2020-11-21Some more work on the new dice implementationBen Culkin
2020-11-14Begin new dice implementationBen Culkin
For various reasons, I'm not happy with the other implementations. Here's hoping that this one is better
2020-11-14Add esodata dependancy; also, update settingsBen Culkin
2020-10-06Info cleanupBen Culkin
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 adjustments
2020-04-06Cleanup some warningsBen Culkin
Cleanup some warnings
2020-04-05Fix issue in DieModsBen Culkin
Issue popped up in DieMods where the compiler was failing to allow what looked like a correct cast. Solution was to switch to using a lambda, instead of Comparator.naturalOrder()
2020-04-05Fix POM for eclipseBen Culkin
Eclipse currently doesn't support the maven exec plugin, so disable it temporarily
2018-06-02Finish die rewriteBenjamin J. Culkin
This adds all of the remaining missing die modifiers, as well as a few base die types that were missing.
2018-05-30Start work on dice rewriteBenjamin J. Culkin
This starts work on a rewrite of the dice rolling system to better adapt it for more features
2018-05-30Group changesBenjamin J. Culkin
Start work on getting groups to behave correctly
2018-05-30UpdatesBenjamin J. Culkin
Some minor updates
2018-05-30UpdateBenjamin J. Culkin
2018-05-28Update pomBenjamin J. Culkin
2018-05-28Move SCL into its own projectBenjamin J. Culkin
SCL is now moved into its own project, since it can behave independantly
2018-04-04Fix evaluatorstudent
2018-04-04More Evaluator workstudent
2018-04-04Updatestudent
2018-03-19Remove stock testsstudent
2018-03-19Mergestudent
2018-03-07Begin adding wordsstudent
2018-03-07Split out type enumsstudent
2018-03-07Updatestudent
2018-03-05Updatestudent
2018-03-01Updatebjculkin
2018-02-14Updatestudent
2018-02-13Move tokens to new packagestudent
2018-02-13Refactor SCL into its own modulestudent
2018-02-13Updatestudent
2018-02-13Create SCL modulestudent
2018-02-12Refactor EvaluatorResultstudent
2018-02-12Refactor Tokenstudent
2018-02-12Add hashCode()/equals()student
2018-02-12Formatting passstudent
2018-02-12General updatestudent
2018-02-12Adjust to dice changesstudent
2018-02-12Formatting passstudent
2018-02-12Refactor DieExpressionstudent
DieExpression was split into two classes to make things easier to deal with.
2018-02-12Format pass mk. 2student
2018-02-12Fix Ezprsstudent
2018-02-12Formatting passstudent
2018-02-12Further refactor SCL token organizationstudent
Added some more SCL token subclasses to make it obvious what classes went to what token types.
2018-02-12Split SCLToken into subclasses.student
Instead of one class with a lot of fields whose state varies based on an enum, we now have a hierarchy of classes that does the same in a more obvious manner.
2018-02-12Refactor SCL token into seperate classstudent
2017-10-25Update poms to do things and stuffBenjamin J. Culkin
2017-10-25Move dice to new moduleBenjamin J. Culkin
2017-10-25Remove files that shouldn't be includedBenjamin J. Culkin