| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | -Remove dependency when unittest. | 2018-04-22 | 1 | -1/+4 | |
| | | |||||
| * | Clean up | 2018-04-22 | 1 | -2/+0 | |
| | | |||||
| * | Update HelpMe.md | 2018-04-20 | 1 | -1/+1 | |
| | | | | remove some limitation about discord | ||||
| * | -May Fix g operator. | 2018-04-12 | 1 | -3/+3 | |
| | | |||||
| * | -CleanUp | 2018-04-11 | 1 | -1/+0 | |
| | | |||||
| * | -Fix regression on range. | 2018-04-11 | 1 | -1/+1 | |
| | | |||||
| * | -CleanUp | 2018-04-11 | 1 | -3/+0 | |
| | | |||||
| * | -fix bug and format file. | 2018-04-11 | 1 | -57/+50 | |
| | | |||||
| * | Set Default value for ScalarResult. | 2018-04-11 | 1 | -1/+1 | |
| | | |||||
| * | -Add blank line. | 2018-04-11 | 1 | -0/+1 | |
| | | |||||
| * | -Add support for subcommand on reroll operator. | 2018-04-11 | 4 | -7/+68 | |
| | | |||||
| * | -remove useless blank line. | 2018-04-11 | 1 | -1/+0 | |
| | | |||||
| * | Update HelpMe.md | 2018-04-10 | 1 | -7/+25 | |
| | | | | Add details about explode operator | ||||
| * | Merge pull request #11 from robinmoussu/authors | 2018-04-10 | 1 | -0/+1 | |
| |\ | | | | | add Robin Moussu into AUTHORS | ||||
| | * | add myself in AUTHORS | 2018-04-09 | 1 | -0/+1 | |
| |/ | |||||
| * | Create AUTHORS | 2018-04-09 | 1 | -0/+8 | |
| | | | | add file to list all contributors of this project. | ||||
| * | Merge pull request #9 from robinmoussu/diceToText | 2018-04-09 | 1 | -60/+48 | |
| |\ | | | | | Fix diceToText function() when multiple commands are involved | ||||
| * \ | Merge pull request #6 from robinmoussu/doc | 2018-04-09 | 3 | -27/+21 | |
| |\ \ | | | | | | | Update documentation. | ||||
| * | | | -Fix #4 crash with mishaped command. | 2018-04-09 | 5 | -7/+17 | |
| | | | | | | | | | | | | | And prevent this error to happen with other nodes. | ||||
| | * | | Add cli supported colors in HelpMe.md | 2018-04-09 | 1 | -2/+2 | |
| | | | | |||||
| | * | | add all operators in README.md | 2018-04-09 | 2 | -25/+19 | |
| |/ / | |||||
| | * | 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] | ||||
| * | add Rolisteam qml module | 2018-04-02 | 1 | -1/+3 | |
| | | |||||
| * | Update HelpMe.md | 2018-03-28 | 1 | -1/+1 | |
| | | | | improve the documentation | ||||
| * | Update HelpMe.md | 2018-03-28 | 1 | -0/+2 | |
| | | | | improve the documentation | ||||
| * | update documentation | 2018-03-18 | 1 | -40/+126 | |
| | | |||||
| * | -move readoperand inside parsingtoolbox. | 2018-03-18 | 2 | -7/+45 | |
| | | |||||
| * | -fix some priority nodes | 2018-03-18 | 2 | -9/+8 | |
| | | |||||
| * | -get scalar result. | 2018-03-18 | 2 | -2/+10 | |
| | | |||||
| * | -Read operand in condition | 2018-03-18 | 1 | -39/+17 | |
| | | |||||
| * | -better display | 2018-03-18 | 1 | -2/+11 | |
| | | |||||
| * | add API to set startNode Vector | 2018-03-18 | 2 | -5/+17 | |
| | | |||||
| * | -Get copy for result | 2018-03-18 | 7 | -3/+34 | |
| | | |||||
| * | -Clean up | 2018-03-18 | 1 | -109/+2 | |
| | | |||||
| * | -Add node as parameter of condition | 2018-03-18 | 4 | -28/+78 | |
| | | |||||
| * | -c++11 for loop (instead foreach) | 2018-03-17 | 10 | -14/+16 | |
| | | |||||
| * | fix explosing node | 2018-03-12 | 1 | -6/+8 | |
| | | |||||
| * | c++11 loop | 2018-03-12 | 1 | -2/+2 | |
| | | |||||
| * | fix stuff on diceparser | 2018-03-12 | 2 | -19/+20 | |
| | | |||||
| * | fix cpp errors | 2018-03-06 | 3 | -2/+5 | |
| | | |||||
| * | Update HelpMe.md | 2018-03-04 | 1 | -0/+17 | |
| | | | | -add change prefix | ||||
| * | -remove warnings | 2018-02-24 | 13 | -32/+29 | |
| | | |||||
| * | -fix non return value. | 2018-02-11 | 2 | -0/+2 | |
| | | |||||
| * | -fix list of alias | 2018-02-08 | 1 | -11/+4 | |
| | | |||||
| * | -Fix include file. | 2018-01-25 | 2 | -1/+39 | |
| | | |||||
| * | -Add API to know if dice is already inside the result. | 2018-01-25 | 2 | -5/+12 | |
| | | |||||
| * | -C++11 for loop. | 2018-01-25 | 1 | -1/+1 | |
| | | |||||
| * | -Add management of unique for dice and list. | 2018-01-25 | 6 | -21/+78 | |
| | | |||||
| * | -rework display | 2018-01-14 | 5 | -465/+538 | |
| | | | | | -add support for new output format: SVG, IMAGE, JSON. | ||||
| * | -rename class. | 2018-01-14 | 2 | -0/+0 | |
| | | |||||