aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| * add file for compilingRenaud G2018-06-171-0/+2
|/
* clangformat test.Renaud G2018-06-141-33/+32
|
* update helpRenaud G2018-06-141-0/+11
|
* remove debug messageRenaud G2018-06-143-7/+0
|
* -Add alias management from fileRenaud G2018-06-142-4/+27
| | | | Better display for alias.
* -Add bind operator (soft version of merge).Renaud G2018-06-147-1/+178
|
* add mainRenaud G2018-06-111-0/+1
|
* Merge pull request #14 from robinmoussu/documentationRenaud G2018-06-021-128/+149
|\ | | | | Clean up documentation
| * update `g` documentationRobin Moussu2018-06-021-2/+9
| |
| * Reorganize sectionsRobin Moussu2018-06-021-107/+110
| |
| * Compact the explanation of the comparatorRobin Moussu2018-06-021-14/+8
| |
| * Clean up documentationRobin Moussu2018-06-021-9/+26
|/
* fix issue about mergin reroll until and make the help command a bit more ↵obiwankennedy2018-06-013-6/+72
| | | | complete
* add "R" (Reroll until) operatorRobin Moussu2018-06-015-45/+31
|
* rename "exploSe" to "exploDe"Robin Moussu2018-06-0113-54/+59
|
* to be testedRenaud G2018-05-311-1/+9
| | | to be tested
* scalar node is real compatible nowobiwankennedy2018-05-112-8/+8
|
* -remove warningsobiwankennedy2018-05-113-8/+8
|
* reroll dice with replacement by expressionobiwankennedy2018-04-235-2/+24
|
* -Remove dependency when unittest.Renaud G2018-04-221-1/+4
|
* Clean upRenaud G2018-04-221-2/+0
|
* Update HelpMe.mdRenaud G2018-04-201-1/+1
| | | remove some limitation about discord
* -May Fix g operator.Renaud G2018-04-121-3/+3
|
* -CleanUpRenaud G2018-04-111-1/+0
|
* -Fix regression on range.Renaud G2018-04-111-1/+1
|
* -CleanUpRenaud G2018-04-111-3/+0
|
* -fix bug and format file.Renaud G2018-04-111-57/+50
|
* Set Default value for ScalarResult.Renaud G2018-04-111-1/+1
|
* -Add blank line.Renaud G2018-04-111-0/+1
|
* -Add support for subcommand on reroll operator.Renaud G2018-04-114-7/+68
|
* -remove useless blank line.Renaud G2018-04-111-1/+0
|
* Update HelpMe.mdRenaud G2018-04-101-7/+25
| | | Add details about explode operator
* Merge pull request #11 from robinmoussu/authorsRenaud G2018-04-101-0/+1
|\ | | | | add Robin Moussu into AUTHORS
| * add myself in AUTHORSRobin Moussu2018-04-091-0/+1
|/
* Create AUTHORSRenaud G2018-04-091-0/+8
| | | add file to list all contributors of this project.
* 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
|