aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #9 from robinmoussu/diceToTextRenaud G2018-04-091-60/+48
|\ | | | | Fix diceToText function() when multiple commands are involved
* \ Merge pull request #6 from robinmoussu/docRenaud G2018-04-093-27/+21
|\ \ | | | | | | Update documentation.
* | | -Fix #4 crash with mishaped command.Renaud G2018-04-095-7/+17
| | | | | | | | | | | | And prevent this error to happen with other nodes.
| * | Add cli supported colors in HelpMe.mdRobin Moussu2018-04-091-2/+2
| | |
| * | add all operators in README.mdRobin Moussu2018-04-092-25/+19
|/ /
| * 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]
* add Rolisteam qml moduleRenaud G2018-04-021-1/+3
|
* Update HelpMe.mdRenaud G2018-03-281-1/+1
| | | improve the documentation
* Update HelpMe.mdRenaud G2018-03-281-0/+2
| | | improve the documentation
* update documentationRenaud G2018-03-181-40/+126
|
* -move readoperand inside parsingtoolbox.Renaud G2018-03-182-7/+45
|
* -fix some priority nodesRenaud G2018-03-182-9/+8
|
* -get scalar result.Renaud G2018-03-182-2/+10
|
* -Read operand in conditionRenaud G2018-03-181-39/+17
|
* -better displayRenaud G2018-03-181-2/+11
|
* add API to set startNode VectorRenaud G2018-03-182-5/+17
|
* -Get copy for resultRenaud G2018-03-187-3/+34
|
* -Clean upRenaud G2018-03-181-109/+2
|
* -Add node as parameter of conditionRenaud G2018-03-184-28/+78
|
* -c++11 for loop (instead foreach)Renaud G2018-03-1710-14/+16
|
* fix explosing nodeRenaud G2018-03-121-6/+8
|
* c++11 loopobiwankennedy2018-03-121-2/+2
|
* fix stuff on diceparserobiwankennedy2018-03-122-19/+20
|
* fix cpp errorsRenaud G2018-03-063-2/+5
|
* Update HelpMe.mdRenaud G2018-03-041-0/+17
| | | -add change prefix
* -remove warningsRenaud G2018-02-2413-32/+29
|
* -fix non return value.Renaud G2018-02-112-0/+2
|
* -fix list of aliasRenaud G2018-02-081-11/+4
|
* -Fix include file.Renaud G2018-01-252-1/+39
|
* -Add API to know if dice is already inside the result.Renaud G2018-01-252-5/+12
|
* -C++11 for loop.Renaud G2018-01-251-1/+1
|
* -Add management of unique for dice and list.Renaud G2018-01-256-21/+78
|
* -rework displayRenaud G2018-01-145-465/+538
| | | | -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 readDynamicVariableRenaud G2018-01-111-4/+3
|
* -Fix commentRenaud G2018-01-112-8/+20
|
* fix jsonobiwankennedy2018-01-111-2/+3
|
* add json functionobiwankennedy2018-01-111-1/+70
|
* Update HelpMe.mdRenaud G2017-12-271-1/+1
| | | update example
* -Add item to roll dice inside charactersheet and test it.Renaud G2017-12-223-20/+20
|
* add new files into .priRenaud G2017-12-211-25/+26
|
* prepare the way to embedded dice roller inside CharactersheetRenaud G2017-12-214-0/+281
|
* -fix windows behaviourRenaud G2017-12-201-3/+3
|
* Update README.mdRenaud G2017-12-181-5/+12
| | | update grammar
* -prevent endless loop in result parsing.Renaud G2017-12-131-1/+14
|
* -remove blank lines.Renaud G2017-12-131-2/+0
|
* -Management of instructionsRenaud G2017-12-132-30/+53
| | | | -Remove useless code