summaryrefslogtreecommitdiff
path: root/dice/src/main/java/bjc/dicelang/dicev2
AgeCommit message (Collapse)Author
2022-07-11General improvementsBen 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()
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