| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-07-11 | Upgrade to java 17 | bjcul | |
| 2021-12-14 | Merge pull request #1 from bculkin2442/dependabot/maven/dice/junit-junit-4.13.1 | Benjamin Culkin | |
| Bump junit from 3.8.1 to 4.13.1 in /dice | |||
| 2021-03-13 | Update documentation | Ben Culkin | |
| Also, did the same thing for Die I did for DiePool, where I moved the specific classes to the same file as the interface. | |||
| 2021-03-13 | Add more documentation | Ben Culkin | |
| Also, changed my mind on the way DiePool and its implementations should be structured. The implementations go in the die pool file as internal classes, because nobody should particularly care the specifics about their die pool, only that it does what it says it should | |||
| 2021-03-13 | Clear up some warnings | Ben Culkin | |
| 2021-02-26 | Update | Ben Culkin | |
| 2020-12-03 | Rename interfaces to match Java style | Ben Culkin | |
| Renames several interfaces named in the IWhatever style, which Java doesn't use | |||
| 2020-12-03 | Adapt to esodata changes | Ben Culkin | |
| 2020-12-03 | Minor changes | Ben Culkin | |
| 2020-11-21 | Minor updates | Ben Culkin | |
| 2020-11-21 | Make dice generic | Ben Culkin | |
| Convert dice from dealing exclusively with ints, to deal with objects of arbitrary types | |||
| 2020-11-21 | Restructure new die implementation | Ben Culkin | |
| 2020-11-21 | Bump junit from 3.8.1 to 4.13.1 in /dice | dependabot[bot] | |
| Bumps [junit](https://github.com/junit-team/junit4) from 3.8.1 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md) - [Commits](https://github.com/junit-team/junit4/commits/r4.13.1) Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2020-11-21 | Minor adjustments | Ben Culkin | |
| 2020-11-21 | Rudimentary CLI for new die implementation | Ben Culkin | |
| 2020-11-21 | Some more tests on new Die implementation | Ben Culkin | |
| 2020-11-21 | Some more work on the new dice implementation | Ben Culkin | |
| 2020-11-14 | Begin new dice implementation | Ben Culkin | |
| For various reasons, I'm not happy with the other implementations. Here's hoping that this one is better | |||
| 2020-11-14 | Add esodata dependancy; also, update settings | Ben Culkin | |
| 2020-10-06 | Info cleanup | Ben Culkin | |
| 2020-04-13 | Add some javadoc | Ben Culkin | |
| Add some javadoc comments | |||
| 2020-04-12 | Adjust to BJC-Utils changes | Ben Culkin | |
| Several packages were moved from BJC-Utils to esodata. This makes the necessary adjustments | |||
| 2020-04-06 | Cleanup some warnings | Ben Culkin | |
| Cleanup some warnings | |||
| 2020-04-05 | Fix issue in DieMods | Ben 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-05 | Fix POM for eclipse | Ben Culkin | |
| Eclipse currently doesn't support the maven exec plugin, so disable it temporarily | |||
| 2018-06-02 | Finish die rewrite | Benjamin J. Culkin | |
| This adds all of the remaining missing die modifiers, as well as a few base die types that were missing. | |||
| 2018-05-30 | Start work on dice rewrite | Benjamin J. Culkin | |
| This starts work on a rewrite of the dice rolling system to better adapt it for more features | |||
| 2018-05-30 | Group changes | Benjamin J. Culkin | |
| Start work on getting groups to behave correctly | |||
| 2018-05-30 | Updates | Benjamin J. Culkin | |
| Some minor updates | |||
| 2018-05-30 | Update | Benjamin J. Culkin | |
| 2018-05-28 | Update pom | Benjamin J. Culkin | |
| 2018-05-28 | Move SCL into its own project | Benjamin J. Culkin | |
| SCL is now moved into its own project, since it can behave independantly | |||
| 2018-04-04 | Fix evaluator | student | |
| 2018-04-04 | More Evaluator work | student | |
| 2018-04-04 | Update | student | |
| 2018-03-19 | Remove stock tests | student | |
| 2018-03-19 | Merge | student | |
| 2018-03-07 | Begin adding words | student | |
| 2018-03-07 | Split out type enums | student | |
| 2018-03-07 | Update | student | |
| 2018-03-05 | Update | student | |
| 2018-03-01 | Update | bjculkin | |
| 2018-02-14 | Update | student | |
| 2018-02-13 | Move tokens to new package | student | |
| 2018-02-13 | Refactor SCL into its own module | student | |
| 2018-02-13 | Update | student | |
| 2018-02-13 | Create SCL module | student | |
| 2018-02-12 | Refactor EvaluatorResult | student | |
| 2018-02-12 | Refactor Token | student | |
| 2018-02-12 | Add hashCode()/equals() | student | |
