| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change file organization. | 2022-04-29 | 1 | -168/+0 | |
| | | |||||
| * | Add C parameter to change the highlight color. | 2022-03-01 | 1 | -9/+18 | |
| | | |||||
| * | Fix repeat node. | 2020-08-22 | 1 | -90/+0 | |
| | | |||||
| * | Improve perf | 2019-12-25 | 1 | -3/+5 | |
| | | |||||
| * | remove warnings | 2019-07-19 | 1 | -3/+3 | |
| | | |||||
| * | Add color management for every dice. | 2019-03-23 | 1 | -212/+57 | |
| | | |||||
| * | clang format | 2019-02-12 | 1 | -118/+115 | |
| | | |||||
| * | Fix printing errors. | 2019-01-13 | 1 | -52/+52 | |
| | | |||||
| * | WIP | 2018-12-15 | 1 | -3/+3 | |
| | | |||||
| * | Remove compilation warnings. | 2018-12-09 | 1 | -3/+3 | |
| | | |||||
| * | Partial Fix #22 error with several kind of dice. | 2018-12-09 | 1 | -4/+4 | |
| | | |||||
| * | fix color | 2018-12-08 | 1 | -8/+20 | |
| | | |||||
| * | need for gui is not conditionnal add flag NO_PAINTER_OPERATOR | 2018-09-28 | 1 | -2/+7 | |
| | | |||||
| * | Fix diceToText function() when multiple commands are involved | 2018-04-08 | 1 | -60/+48 | |
| | | | | | | | | | | | | | | | | | | | | | | Currently their is no space between expressions in the breakdown of the dices. Example: 2d6;3d4*10;4d20*100 Current result (notice the absence of space between the '4' and '1', and between the '3' and '17'): Result: 8,50,4300 - details:[2d6;3d4*10;4d20*100 (4,41,1,317,15,8,3)] New result: Result: 10,80,4300 - details:[2d6;3d4*10;4d20*100 (4 4 - 1 1 3 - 17 15 8 3)] NB: I used space instead of coma, since it's look better with conditions Example: 2d6a[>3];3d4a[>2]*10;4d20a[>10]*100 Current result (notice the abscence of space after each ']') 8,[5,3],10,[4,6]7,[4,3],1,6,[3,3]3,33,[17,16],10,22,[14,8] New result: 8 [5,3] 10 [4,6] - 7 [4,3] 1 6 [3,3] - 3 33 [17,16] 10 22 [14,8] | ||||
| * | -rework display | 2018-01-14 | 1 | -13/+365 | |
| | | | | | -add support for new output format: SVG, IMAGE, JSON. | ||||
| * | -rename class. | 2018-01-14 | 1 | -0/+48 | |