| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change website address | 2020-04-12 | 1 | -1/+1 | |
| | | |||||
| * | Rework of the component to be a proper lib | 2019-07-25 | 1 | -2/+3 | |
| | | |||||
| * | use copy constructor instead of assignement | 2019-07-12 | 1 | -2/+2 | |
| | | |||||
| * | clang format | 2019-02-12 | 1 | -77/+72 | |
| | | |||||
| * | clazy warnings | 2019-01-05 | 1 | -1/+1 | |
| | | |||||
| * | -c++11 for loop (instead foreach) | 2018-03-17 | 1 | -1/+1 | |
| | | |||||
| * | remove useless commit | 2017-11-25 | 1 | -1/+1 | |
| | | |||||
| * | -c++11 update about for and nullptr. | 2017-10-29 | 1 | -16/+16 | |
| | | |||||
| * | -Add API for copying a branch of execution node. | 2016-11-28 | 1 | -0/+9 | |
| | | | | | -Allow to use if node several times. | ||||
| * | -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 | 1 | -1/+43 | |
| | | |||||
| * | -Fix issue #2 | 2016-01-26 | 1 | -20/+30 | |
| | | |||||
| * | add bool parameter to toString() function in node. | 2015-08-20 | 1 | -2/+9 | |
| | | |||||
| * | -Add gpl header or/and add class description for doxygen. | 2015-05-02 | 1 | -0/+20 | |
| | | |||||
| * | better highlightment | 2015-04-25 | 1 | -4/+21 | |
| | | |||||
| * | -Initalize to NULL one pointer to fix some crashes. | 2015-04-01 | 1 | -0/+1 | |
| | | |||||
| * | add generateTree | 2015-03-05 | 1 | -7/+26 | |
| | | | | | add jumpbackward node | ||||
| * | Add gui and new node. | 2015-03-03 | 1 | -0/+38 | |