| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | -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 | |
| | | | | | result. | ||||
| * | -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 | |
| | | | | | | TODO: Optimization about the copy of die. Perhaps using reference will be better. | ||||
| * | -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 | |
| | | | | | same diceparser several times. | ||||
| * | -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 | |
| | | | | | -Allow to use if node several times. | ||||
| * | 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 | |
| |/ | |||||
| * | vs compilation | 2016-10-08 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'master' of github.com:Rolisteam/DiceParser | 2016-09-25 | 6 | -13/+125 | |
| |\ | |||||
| | * | -remove limit of 3 jump. | 2016-09-25 | 1 | -4/+13 | |
| | | | | | | | | | | | Now the operation is jumping backward until it find its first dice result or it has reached the beginning. | ||||
| | * | -Fix some value on diceparser. | 2016-09-16 | 5 | -8/+111 | |
| | | | |||||
| | * | improve indentation | 2016-07-15 | 1 | -1/+1 | |
| | | | |||||
| * | | update dice system. | 2016-07-10 | 1 | -1/+1 | |
| |/ | |||||
| * | Fix error and warning from CppCheck | 2016-04-21 | 4 | -4/+4 | |
| | | |||||
| * | prevent crash after using ifnode. | 2016-04-17 | 1 | -1/+1 | |
| | | |||||
| * | change contact link. | 2016-04-03 | 14 | -14/+14 | |
| | | |||||
| * | fix cpp check | 2016-03-22 | 5 | -18/+18 | |
| | | |||||
| * | change Error code to Dice Error code, fix compilation issue on windows | 2016-03-05 | 4 | -9/+9 | |
| | | |||||
| * | -Fix paintnode to integration into rolisteam. | 2016-02-05 | 2 | -8/+16 | |
| | | |||||
| * | Add Management of Color | 2016-02-04 | 3 | -5/+12 | |
| | | |||||
| * | Add node for painting dice and new class for result. | 2016-02-04 | 2 | -0/+176 | |
| | | |||||
| * | -rework arithmetic operator | 2016-01-30 | 2 | -17/+29 | |
| | | |||||
| * | Cppcheck warning for ifnode. | 2016-01-30 | 2 | -1/+1 | |
| | | |||||
| * | Implementation of the if node. Work with one if. | 2016-01-26 | 2 | -4/+38 | |
| | | |||||
| * | -Fix issue #2 | 2016-01-26 | 1 | -20/+30 | |
| | | |||||
| * | Add ifnode class | 2016-01-26 | 2 | -0/+145 | |
| | | |||||
| * | Fix small errors of readability. | 2016-01-26 | 3 | -6/+6 | |
| | | |||||
| * | merge MergeOp into master | 2016-01-10 | 2 | -7/+3 | |
| |\ | |||||