| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | -Add support for subcommand on reroll operator. | 2018-04-11 | 2 | -5/+35 | ||
| * | -remove useless blank line. | 2018-04-11 | 1 | -1/+0 | ||
| * | -Fix #4 crash with mishaped command. | 2018-04-09 | 5 | -7/+17 | ||
| * | -fix some priority nodes | 2018-03-18 | 2 | -9/+8 | ||
| * | -get scalar result. | 2018-03-18 | 2 | -2/+10 | ||
| * | -c++11 for loop (instead foreach) | 2018-03-17 | 7 | -9/+9 | ||
| * | 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 | 1 | -18/+16 | ||
| * | -remove warnings | 2018-02-24 | 6 | -13/+7 | ||
| * | -fix list of alias | 2018-02-08 | 1 | -11/+4 | ||
| * | -Add management of unique for dice and list. | 2018-01-25 | 4 | -18/+73 | ||
| * | -prevent endless loop in result parsing. | 2017-12-13 | 1 | -1/+14 | ||
| * | -remove blank lines. | 2017-12-13 | 1 | -2/+0 | ||
| * | -Fix Variable node | 2017-11-30 | 2 | -11/+15 | ||
| * | -The else becames more generic | 2017-11-28 | 1 | -2/+2 | ||
| * | -Better indentation | 2017-11-28 | 2 | -22/+25 | ||
| * | -Change QList to std::vector | 2017-11-28 | 2 | -7/+7 | ||
| * | Add dynamic variable node | 2017-11-28 | 2 | -0/+117 | ||
| * | -fix copy of if operator | 2017-11-28 | 4 | -14/+14 | ||
| * | add stuff to debug if operator in if operator | 2017-11-28 | 2 | -77/+8 | ||
| * | remove useless commit | 2017-11-25 | 18 | -121/+77 | ||
| * | Merge branch 'master' of github.com:Rolisteam/DiceParser | 2017-11-23 | 7 | -97/+103 | ||
| |\ | ||||||
| * | | fix indentation | 2017-11-23 | 1 | -4/+4 | ||
| | * | update diceparser | 2017-11-12 | 18 | -77/+121 | ||
| | |\ | |/ |/| | ||||||
| | * | -replace NULL to nullptr. | 2017-11-11 | 29 | -166/+166 | ||
| * | | add separator node | 2017-11-03 | 2 | -0/+44 | ||
| * | | -c++11 update about for and nullptr. | 2017-10-29 | 30 | -261/+255 | ||
| |/ | ||||||
| * | -change comment. | 2017-10-21 | 1 | -1/+1 | ||
| * | -adapt merge node to new way of several command. | 2017-10-21 | 2 | -18/+59 | ||
| * | -new API to set the previous node. | 2017-10-21 | 2 | -0/+5 | ||
| * | -group node operator. | 2017-10-21 | 2 | -0/+343 | ||
| * | add group | 2017-10-18 | 5 | -2/+57 | ||
| * | -fix error about dice system. | 2017-05-07 | 1 | -1/+1 | ||
| * | -remove debug messages. | 2017-05-06 | 1 | -7/+0 | ||
| * | Merge branch 'master' of github.com:Rolisteam/DiceParser | 2017-04-29 | 3 | -11/+22 | ||
| |\ | ||||||
| * | | -fix merge operator. | 2017-04-29 | 1 | -0/+1 | ||
| | * | -fix dice value copy | 2017-04-28 | 1 | -0/+1 | ||
| | * | -NULL to nullptr | 2017-04-28 | 1 | -11/+20 | ||
| | * | -passing operator to diceResult | 2017-04-28 | 1 | -0/+1 | ||
| |/ | ||||||
| * | add splitnode | 2017-04-28 | 2 | -4/+6 | ||
| * | -management of arithmetic operator for scalar result of dice. | 2017-04-27 | 6 | -17/+167 | ||
| * | -Add : compare operator to ask the if operator to compare the scalar | 2017-02-28 | 2 | -20/+22 | ||
| * | -remove unsigned | 2017-02-12 | 2 | -2/+2 | ||
| * | -update API used | 2017-02-12 | 2 | -3/+3 | ||
| * | -change API to fix DF dice. | 2017-02-12 | 2 | -10/+10 | ||
| * | -fix crash memory. | 2017-01-28 | 1 | -1/+4 | ||
| * | -remove memory issue. | 2017-01-28 | 1 | -1/+3 | ||
| * | -fix issue about memory management. | 2017-01-28 | 2 | -1/+18 | ||
| * | -fix crash memory in sort result. | 2017-01-28 | 1 | -2/+6 | ||