rpgdice icon indicating copy to clipboard operation
rpgdice copied to clipboard

A generic RPG dice roller syntax and library.

Results 3 rpgdice issues
Sort by recently updated
recently updated
newest added

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

Please fill in https://github.com/Morgul/rpgdice/wiki/Syntax-Documentation for reference. As comparison: - https://github.com/Rolisteam/DiceParser/blob/master/HelpMe.md - https://github.com/GreenImp/rpg-dice-roller/blob/master/readme.md

So I noticed what seems to be an exponential performance drop while doing another stress test. I remade my fork to illustrate the issue [here](https://github.com/mrfigg/rpgdice) and made a few optimization...