Releases: RPTools/dicelib
Releases · RPTools/dicelib
Dicelib 1.6.4
Fixes related to case-sensitivity of function names:
- #53 Fix functions returning 0d0 rolls when invoked with improper case - now throw ParserException
- #52 Fix issues where incorrectly cased function name being executed as wrong function
Part of RPTools/maptool#2041
Dicelib 1.6.3
Added optional parameter to evaluate()
in ExpressionParser.java to enable/disable the use of a deterministic expression. Defaults to true
. See issue #43 .
Dicelib 1.6.2
Fixes bug in the RunData tracking that caused macro functions getRolled()
and getNewRolls()
in MapTool to return incorrect results when used in UDFs.
Dicelib Release 1.6.1
Adds fixes and tests for #33 Array index out of bounds exceptions in keep highest (4d6k3) and keep lowest (4d6kl3) rolls.
Dicelib 1.6.0
New Release adding Ars Magica Stress Dice RPTools/maptool#500, Reroll Dice Once #27, improved testing setup #28
Release 1.5.5
Latest dicelib release for use in MapTool 1.5.5.
Release 1.5.5-rc.1
Testing develop branch in MapTool 1.5.5.
DiceLib 1.5.3 Release
Jitpack.io CI config added