aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cli/displaytoolbox.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add C parameter to change the highlight color.Renaud G2022-03-011-9/+18
|
* Fix repeat node.Renaud G2020-08-221-90/+0
|
* Improve perfRenaud G2019-12-251-3/+5
|
* remove warningsRenaud G2019-07-191-3/+3
|
* Add color management for every dice.Renaud G2019-03-231-212/+57
|
* clang formatRenaud G2019-02-121-118/+115
|
* Fix printing errors.Renaud G2019-01-131-52/+52
|
* WIPRenaud G2018-12-151-3/+3
|
* Remove compilation warnings.Renaud G2018-12-091-3/+3
|
* Partial Fix #22 error with several kind of dice.Renaud G2018-12-091-4/+4
|
* fix colorRenaud G2018-12-081-8/+20
|
* need for gui is not conditionnal add flag NO_PAINTER_OPERATORRenaud G2018-09-281-2/+7
|
* Fix diceToText function() when multiple commands are involvedRobin Moussu2018-04-081-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 displayRenaud G2018-01-141-13/+365
| | | | -add support for new output format: SVG, IMAGE, JSON.
* -rename class.Renaud G2018-01-141-0/+48