summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-31Tweak POM to work rightHEADtrunkBenjamin Culkin
2023-11-09Add decimalsBenjamin Culkin
Add decimal literals and default to them over floats
2023-10-25Tweak for new setupbjculkin
2022-09-27Merge branch 'master' of git@github.com:bculkin2442/dice-lang.gitbjcul
2022-07-11Merge branch 'master' of git@github.com:bculkin2442/dice-lang.gitBen Culkin
2022-07-11Upgrade to java 17bjcul
2022-07-11General improvementsBen Culkin
2021-12-14Merge pull request #1 from bculkin2442/dependabot/maven/dice/junit-junit-4.13.1Benjamin Culkin
Bump junit from 3.8.1 to 4.13.1 in /dice
2021-03-13Update documentationBen 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-13Add more documentationBen 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-13Clear up some warningsBen Culkin
2021-02-26UpdateBen Culkin
2020-12-03Rename interfaces to match Java styleBen Culkin
Renames several interfaces named in the IWhatever style, which Java doesn't use
2020-12-03Adapt to esodata changesBen Culkin
2020-12-03Minor changesBen Culkin
2020-11-21Minor updatesBen Culkin
2020-11-21Make dice genericBen Culkin
Convert dice from dealing exclusively with ints, to deal with objects of arbitrary types
2020-11-21Restructure new die implementationBen Culkin
2020-11-21Bump junit from 3.8.1 to 4.13.1 in /dicedependabot[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-21Minor adjustmentsBen Culkin
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