| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add ExecutionNode for keep parameters. | 2021-05-12 | 1 | -20/+38 | |
| | | |||||
| * | Change website address | 2020-04-12 | 1 | -1/+1 | |
| | | |||||
| * | Rework of the component to be a proper lib | 2019-07-25 | 1 | -3/+4 | |
| | | |||||
| * | use copy constructor instead of assignement | 2019-07-12 | 1 | -2/+2 | |
| | | |||||
| * | Fix issue on priority | 2019-02-13 | 1 | -3/+2 | |
| | | |||||
| * | clang format | 2019-02-12 | 1 | -39/+31 | |
| | | |||||
| * | clazy warnings | 2019-01-05 | 1 | -1/+1 | |
| | | |||||
| * | prevent warning | 2018-11-11 | 1 | -3/+3 | |
| | | |||||
| * | Keep node accept negative number -1 means keep all dice but 1 (the lowest) | 2018-10-12 | 1 | -1/+6 | |
| | | |||||
| * | -Fix #4 crash with mishaped command. | 2018-04-09 | 1 | -1/+1 | |
| | | | | | And prevent this error to happen with other nodes. | ||||
| * | -remove warnings | 2018-02-24 | 1 | -2/+2 | |
| | | |||||
| * | remove useless commit | 2017-11-25 | 1 | -5/+5 | |
| | | |||||
| * | update diceparser | 2017-11-12 | 1 | -5/+5 | |
| |\ | |||||
| * | | -replace NULL to nullptr. | 2017-11-11 | 1 | -5/+5 | |
| | | | |||||
| | * | -c++11 update about for and nullptr. | 2017-10-29 | 1 | -9/+7 | |
| |/ | |||||
| * | -fix issue about memory management. | 2017-01-28 | 1 | -1/+17 | |
| | | |||||
| * | -Add API for copying a branch of execution node. | 2016-11-28 | 1 | -1/+13 | |
| | | | | | -Allow to use if node several times. | ||||
| * | Fix small errors of readability. | 2016-01-26 | 1 | -1/+1 | |
| | | |||||
| * | -set message if Too many dice error is trigged. | 2015-10-11 | 1 | -0/+4 | |
| | | |||||
| * | Merge branch 'rangeInList' | 2015-10-11 | 1 | -2/+9 | |
| |\ | | | | | | | | | | | | | | | | | | | | | resolved conflicts and merge rangeInList in master. Conflicts: HelpMe.md diceparser.cpp parsingtoolbox.cpp result/result.cpp result/stringresult.h | ||||
| * | | fix cppcheck issue | 2015-08-28 | 1 | -3/+1 | |
| | | | |||||
| | * | fix little issues | 2015-08-20 | 1 | -1/+1 | |
| | | | |||||
| | * | add bool parameter to toString() function in node. | 2015-08-20 | 1 | -2/+9 | |
| |/ | |||||
| * | improve output for dot system | 2015-05-05 | 1 | -1/+1 | |
| | | |||||
| * | -Add gpl header or/and add class description for doxygen. | 2015-05-02 | 1 | -0/+20 | |
| | | |||||
| * | management of highligth dice | 2015-04-22 | 1 | -0/+5 | |
| | | |||||
| * | -store pointeur to previous node. | 2015-03-03 | 1 | -1/+1 | |
| | | |||||
| * | Update keepdiceexecnode.cpp | 2014-01-30 | 1 | -0/+11 | |
| | | | | getPriority | ||||
| * | fix some issue with parentheses management. | 2014-01-25 | 1 | -1/+1 | |
| | | |||||
| * | Update keepdiceexecnode.cpp | 2014-01-21 | 1 | -0/+5 | |
| | | | | toString | ||||
| * | Update keepdiceexecnode.cpp | 2014-01-14 | 1 | -0/+1 | |
| | | | | adding previous result API | ||||
| * | Update keepdiceexecnode.cpp | 2014-01-08 | 1 | -2/+2 | |
| | | | | die* | ||||
| * | Update keepdiceexecnode.cpp | 2014-01-07 | 1 | -7/+17 | |
| | | | | better API | ||||
| * | -Adding range, booleancondition and countexecutenode. | 2014-01-04 | 1 | -0/+27 | |