| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove getLatestNode to getLeafNode | 2021-02-07 | 1 | -1/+1 | |
| | | |||||
| * | add unicity and repeat function part2 | 2020-03-28 | 1 | -11/+11 | |
| | | |||||
| * | prevent crash | 2019-07-28 | 1 | -1/+1 | |
| | | |||||
| * | manage new API isValidRangeSize | 2019-07-28 | 1 | -3/+15 | |
| | | |||||
| * | Rework of the component to be a proper lib | 2019-07-25 | 1 | -1/+2 | |
| | | |||||
| * | use copy constructor instead of assignement | 2019-07-12 | 1 | -2/+2 | |
| | | |||||
| * | clang format | 2019-02-12 | 1 | -49/+45 | |
| | | |||||
| * | clazy warnings | 2019-01-05 | 1 | -2/+2 | |
| | | |||||
| * | remove debug message | 2018-06-14 | 1 | -1/+0 | |
| | | |||||
| * | fix issue about mergin reroll until and make the help command a bit more ↵ | 2018-06-01 | 1 | -3/+23 | |
| | | | | | complete | ||||
| * | add "R" (Reroll until) operator | 2018-06-01 | 1 | -26/+10 | |
| | | |||||
| * | reroll dice with replacement by expression | 2018-04-23 | 1 | -1/+11 | |
| | | |||||
| * | -Add support for subcommand on reroll operator. | 2018-04-11 | 1 | -3/+29 | |
| | | |||||
| * | -Fix #4 crash with mishaped command. | 2018-04-09 | 1 | -1/+6 | |
| | | | | | And prevent this error to happen with other nodes. | ||||
| * | -c++11 for loop (instead foreach) | 2018-03-17 | 1 | -2/+2 | |
| | | |||||
| * | remove useless commit | 2017-11-25 | 1 | -2/+2 | |
| | | |||||
| * | -c++11 update about for and nullptr. | 2017-10-29 | 1 | -10/+10 | |
| | | |||||
| * | -Make copy of die instead of copy address, prevent crash while using the | 2017-01-28 | 1 | -4/+11 | |
| | | | | | same diceparser several times. | ||||
| * | -Add API for copying a branch of execution node. | 2016-11-28 | 1 | -0/+11 | |
| | | | | | -Allow to use if node several times. | ||||
| * | add bool parameter to toString() function in node. | 2015-08-20 | 1 | -1/+9 | |
| | | |||||
| * | start fixing dot tree generation | 2015-08-20 | 1 | -1/+1 | |
| | | |||||
| * | improve output for dot system | 2015-05-05 | 1 | -1/+1 | |
| | | |||||
| * | -remove memory leaks | 2015-04-08 | 1 | -1/+9 | |
| | | | | | -delete created objects | ||||
| * | add generateTree | 2015-03-05 | 1 | -1/+1 | |
| | | | | | add jumpbackward node | ||||
| * | -store pointeur to previous node. | 2015-03-03 | 1 | -1/+1 | |
| | | |||||
| * | Update rerolldicenode.cpp | 2014-01-30 | 1 | -2/+17 | |
| | | | | getPriority | ||||
| * | fix some issue with parentheses management. | 2014-01-25 | 1 | -1/+1 | |
| | | |||||
| * | Update rerolldicenode.cpp | 2014-01-21 | 1 | -0/+5 | |
| | | | | toString | ||||
| * | Update rerolldicenode.cpp | 2014-01-16 | 1 | -1/+1 | |
| | | | | hasValid API | ||||
| * | Update rerolldicenode.cpp | 2014-01-14 | 1 | -0/+1 | |
| | | | | adding previous result API | ||||
| * | Update rerolldicenode.cpp | 2014-01-08 | 1 | -8/+12 | |
| | | | | add validator and die* | ||||
| * | Update rerolldicenode.cpp | 2014-01-07 | 1 | -12/+15 | |
| | | | | improvement | ||||
| * | Add new management of result. | 2014-01-05 | 1 | -7/+13 | |
| | | | | | It may require to make several | ||||
| * | Firt commit of the new dice system for rolisteam. | 2013-12-29 | 1 | -0/+25 | |