summaryrefslogtreecommitdiff
path: root/dice/src/main/java/bjc
AgeCommit message (Collapse)Author
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()
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-30UpdateBenjamin J. Culkin
2018-03-05Updatestudent
2018-03-01Updatebjculkin
2018-02-12Add hashCode()/equals()student
2018-02-12Formatting passstudent
2018-02-12General updatestudent
2018-02-12Formatting passstudent
2018-02-12Refactor DieExpressionstudent
DieExpression was split into two classes to make things easier to deal with.
2018-02-12Refactor SCL token into seperate classstudent
2017-10-25Move dice to new moduleBenjamin J. Culkin
2017-10-25Start splitting dice to a new moduleBenjamin J. Culkin