| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | -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 | ||
| * | -rename member. | 2017-01-28 | 1 | -1/+1 | ||
| * | -remove debug output. | 2017-01-28 | 1 | -1/+0 | ||
| * | -Make copy of die instead of copy address, prevent crash while using the | 2017-01-28 | 2 | -6/+21 | ||
| * | -prevent crash and improve readability of dot file. | 2017-01-27 | 1 | -1/+4 | ||
| * | -remove debug message. | 2016-11-28 | 1 | -1/+0 | ||
| * | -Add API for copying a branch of execution node. | 2016-11-28 | 39 | -37/+507 | ||
| * | add filter node | 2016-11-05 | 3 | -3/+116 | ||
| |\ | ||||||
| | * | Node after ifNode is ran as child of the allowed branch. | 2016-11-04 | 1 | -3/+3 | ||
| | * | -Add FilterNode to dice system. | 2016-11-03 | 2 | -2/+98 | ||
| | * | -Add new operator node | 2016-11-03 | 2 | -0/+17 | ||
| * | | -add management of string node to display text in some condition. | 2016-11-01 | 2 | -2/+131 | ||
| * | | add String Node | 2016-11-01 | 2 | -0/+17 | ||
| |/ | ||||||