Skip to content

Releases: RPTools/dicelib

Dicelib 1.6.4

28 Jun 15:27
f391024
Compare
Choose a tag to compare

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

31 May 18:17
c89ffe3
Compare
Choose a tag to compare

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

25 May 01:41
5dedaa4
Compare
Choose a tag to compare

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

08 May 14:04
686f1b0
Compare
Choose a tag to compare

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

26 Apr 13:47
e837eec
Compare
Choose a tag to compare

New Release adding Ars Magica Stress Dice RPTools/maptool#500, Reroll Dice Once #27, improved testing setup #28

Release 1.5.5

30 Sep 15:42
c6caaa8
Compare
Choose a tag to compare

Latest dicelib release for use in MapTool 1.5.5.

Release 1.5.5-rc.1

29 Sep 16:59
0aabb6a
Compare
Choose a tag to compare

Testing develop branch in MapTool 1.5.5.

DiceLib 1.5.3 Release

12 Apr 16:19
12b77a8
Compare
Choose a tag to compare

Jitpack.io CI config added