aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cli
Commit message (Collapse)AuthorAgeFilesLines
* Output tags for dice list.Renaud G2020-01-291-1/+4
|
* Improve perfRenaud G2019-12-251-3/+5
|
* Add operator TRenaud G2019-09-261-0/+1
|
* Add spaceRenaud G2019-09-241-1/+1
|
* add composite validator in the documentationRenaud G2019-09-151-1/+1
|
* Set alias as json parameter textRenaud G2019-09-051-24/+32
|
* Clean the memory after execution.Renaud G2019-07-281-6/+3
|
* Put together all important enums inside diceparserhelper.hRenaud G2019-07-251-14/+46
|
* Rework of the component to be a proper libRenaud G2019-07-252-23/+27
|
* remove warningsRenaud G2019-07-191-3/+3
|
* remove useless linesRenaud G2019-07-111-3/+0
|
* rework diceparser to run unit testsRenaud G2019-07-112-47/+7
|
* Don't compile forloopnodeRenaud G2019-06-291-1/+1
|
* Fix uninitialized variableRenaud G2019-04-231-1/+2
|
* Add unique operatorRenaud G2019-04-231-0/+1
|
* first draft of occurence counterRenaud G2019-03-231-6/+10
|
* Merge pull request #38 from Rolisteam/fix-color-displayRenaud G2019-03-234-239/+97
|\ | | | | Add color management for every dice.
* | Use new way to replace pattern in string result.Renaud G2019-03-231-4/+6
| |
| * Add color management for every dice.Renaud G2019-03-234-239/+97
|/
* clang formatRenaud G2019-02-123-289/+351
|
* manage newline in string result.Renaud G2019-01-131-0/+1
|
* Fix printing errors.Renaud G2019-01-131-52/+52
|
* fix several little issue.Renaud G2018-12-191-5/+6
|
* WIPRenaud G2018-12-151-3/+3
|
* Display warning message and fix error.Renaud G2018-12-091-9/+23
|
* 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 compilation.Renaud G2018-12-081-5/+2
|
* Merge branch 'master' of github.com:Rolisteam/DiceParserRenaud G2018-12-081-0/+44
|\
* | fix colorRenaud G2018-12-081-8/+20
| |
| * Get full result.Renaud G2018-11-091-1/+3
| |
| * DiceParser: better display.Renaud G2018-10-241-0/+2
| |
| * first draft for diceresultRenaud G2018-10-231-0/+40
|/
* need for gui is not conditionnal add flag NO_PAINTER_OPERATORRenaud G2018-09-284-9/+38
|
* fix several replacementRenaud G2018-09-281-4/+4
|
* -Fix alias in cli client.Renaud G2018-08-271-2/+1
|
* -Add alias management from fileRenaud G2018-06-141-3/+24
| | | | Better display for alias.
* -Add bind operator (soft version of merge).Renaud G2018-06-141-0/+1
|
* add mainRenaud G2018-06-111-0/+1
|
* rename "exploSe" to "exploDe"Robin Moussu2018-06-011-1/+1
|
* 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]
* -better displayRenaud G2018-03-181-2/+11
|
* -Clean upRenaud G2018-03-181-109/+2
|
* -rework displayRenaud G2018-01-144-444/+535
| | | | -add support for new output format: SVG, IMAGE, JSON.
* -rename class.Renaud G2018-01-142-0/+0
|
* rework cli structureRenaud G2018-01-124-162/+435
|
* -add support of SVGRenaud G2018-01-111-1/+0
|
* fix mergeRenaud G2018-01-112-20/+40
|
* -Fix commentRenaud G2018-01-111-1/+10
|
* fix jsonobiwankennedy2018-01-111-2/+3
|