| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | add file for compiling | 2018-06-17 | 1 | -0/+2 | ||
| |/ | ||||||
| * | clangformat test. | 2018-06-14 | 1 | -33/+32 | ||
| | | ||||||
| * | update help | 2018-06-14 | 1 | -0/+11 | ||
| | | ||||||
| * | remove debug message | 2018-06-14 | 3 | -7/+0 | ||
| | | ||||||
| * | -Add alias management from file | 2018-06-14 | 2 | -4/+27 | ||
| | | | | | Better display for alias. | |||||
| * | -Add bind operator (soft version of merge). | 2018-06-14 | 7 | -1/+178 | ||
| | | ||||||
| * | add main | 2018-06-11 | 1 | -0/+1 | ||
| | | ||||||
| * | Merge pull request #14 from robinmoussu/documentation | 2018-06-02 | 1 | -128/+149 | ||
| |\ | | | | | Clean up documentation | |||||
| | * | update `g` documentation | 2018-06-02 | 1 | -2/+9 | ||
| | | | ||||||
| | * | Reorganize sections | 2018-06-02 | 1 | -107/+110 | ||
| | | | ||||||
| | * | Compact the explanation of the comparator | 2018-06-02 | 1 | -14/+8 | ||
| | | | ||||||
| | * | Clean up documentation | 2018-06-02 | 1 | -9/+26 | ||
| |/ | ||||||
| * | fix issue about mergin reroll until and make the help command a bit more ↵ | 2018-06-01 | 3 | -6/+72 | ||
| | | | | | complete | |||||
| * | add "R" (Reroll until) operator | 2018-06-01 | 5 | -45/+31 | ||
| | | ||||||
| * | rename "exploSe" to "exploDe" | 2018-06-01 | 13 | -54/+59 | ||
| | | ||||||
| * | to be tested | 2018-05-31 | 1 | -1/+9 | ||
| | | | | to be tested | |||||
| * | scalar node is real compatible now | 2018-05-11 | 2 | -8/+8 | ||
| | | ||||||
| * | -remove warnings | 2018-05-11 | 3 | -8/+8 | ||
| | | ||||||
| * | reroll dice with replacement by expression | 2018-04-23 | 5 | -2/+24 | ||
| | | ||||||
| * | -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 | ||
| | | ||||||