[go: nahoru, domu]

Skip to content

Tags: timothymtorres/RL-Dice

Tags

v3.3.0

Toggle v3.3.0's commit message
Added unit tests and updated docs

v3.2.0

Toggle v3.2.0's commit message
Added method - getDiceNotation() that returns the raw dice notation. …

…Bugfixes - Invalid dice notation input has been patched, dice.__concat would exclude the sets if < 1 thus defaulting them to 1.

v3.1.1

Toggle v3.1.1's commit message
Bugfix - When using sets the bonus value would default to the dice nu…

…m. Dice num, faces, and sets can now be negative

v3.1.0

Toggle v3.1.0's commit message
New Features - Dice cache, Changed dice:setMin, Benchmark testing sho…

…ws huge performance boost

v3.0.1

Toggle v3.0.1's commit message
Bugfix - Negative bonus and rerolls were considered positive due to a…

… pattern capture loophole

v3.0.0

Toggle v3.0.0's commit message
Deprecated dice.chance, Added documentation and example files using L…

…Doc, Refactored code for clarity

v2.0.1

Toggle v2.0.1's commit message
Optimizations for pattern matching

v2.0.0

Toggle v2.0.0's commit message
New Features - Dice sets, Dice instance minimums, Dice class default …

…min = 1, Lots of optimizations, Removed dice.odds.lua, Changed dice:roll() no longer returns a table, malformed dice notation will cause an error and crash

v1.1.0

Toggle v1.1.0's commit message
New Feature - Dice Minimum

v1.0.2

Toggle v1.0.2's commit message
Bugfix Typo - Table.unpack() should jus be unpack()