| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | manage new API isValidRangeSize | 2019-07-28 | 1 | -3/+15 | ||
| * | Painter node add result | 2019-07-28 | 1 | -4/+6 | ||
| * | fix merge node against crash | 2019-07-28 | 1 | -34/+34 | ||
| * | Painter dice now have a copy of the result | 2019-07-28 | 2 | -3/+2 | ||
| * | initialize pointer on nullptr | 2019-07-28 | 2 | -1/+2 | ||
| * | change how count operator count | 2019-07-28 | 1 | -1/+1 | ||
| * | New API for isValidRangeSize | 2019-07-28 | 1 | -2/+12 | ||
| * | Fix crash found by afl | 2019-07-25 | 1 | -0/+7 | ||
| * | Rework of the component to be a proper lib | 2019-07-25 | 16 | -58/+48 | ||
| * | fix if behaviour and output | 2019-07-19 | 1 | -21/+21 | ||
| * | remove warnings | 2019-07-19 | 1 | -14/+10 | ||
| * | Add values list node | 2019-07-12 | 1 | -1/+5 | ||
| * | Fix errors | 2019-07-12 | 1 | -6/+7 | ||
| * | Change behaviour of occurence count node. | 2019-07-12 | 2 | -36/+77 | ||
| * | Add forloopnode - experiemental | 2019-07-12 | 2 | -0/+139 | ||
| * | use copy constructor instead of assignement | 2019-07-12 | 7 | -14/+14 | ||
| * | Add valueslistnode | 2019-07-12 | 2 | -0/+82 | ||
| * | rework diceparser to run unit tests | 2019-07-11 | 2 | -92/+0 | ||
| * | Add test node. | 2019-05-08 | 2 | -0/+92 | ||
| * | set proper header | 2019-05-02 | 1 | -2/+2 | ||
| * | Add unique operator | 2019-04-23 | 2 | -0/+141 | ||
| * | Add occurencecount node. | 2019-03-23 | 2 | -12/+62 | ||
| * | add occurencecountnode | 2019-03-23 | 2 | -1/+122 | ||
| * | first draft of occurence counter | 2019-03-23 | 2 | -0/+30 | ||
| * | Fix issue on priority | 2019-02-13 | 2 | -6/+4 | ||
| * | clang format | 2019-02-12 | 47 | -1587/+1526 | ||
| * | remove warnings | 2019-02-02 | 1 | -43/+39 | ||
| * | fix group operator. | 2019-01-13 | 1 | -1/+1 | ||
| * | -add error when previous is null. | 2019-01-13 | 3 | -2/+9 | ||
| * | clazy warnings | 2019-01-05 | 17 | -29/+31 | ||
| * | fix endless loop | 2018-12-22 | 2 | -14/+29 | ||
| * | prevent crash when result is null. | 2018-12-15 | 1 | -3/+7 | ||
| * | fix indent. | 2018-12-15 | 3 | -30/+29 | ||
| * | WIP | 2018-12-15 | 2 | -7/+34 | ||
| * | List operator fix of range. | 2018-12-15 | 1 | -3/+2 | ||
| * | add new way to display result in dot file | 2018-12-12 | 4 | -18/+27 | ||
| * | Display warning message and fix error. | 2018-12-09 | 1 | -1/+1 | ||
| * | prevent warning | 2018-11-11 | 1 | -3/+3 | ||
| * | copy data parameter when copy variable node | 2018-10-27 | 1 | -0/+4 | ||
| * | prevent crash | 2018-10-16 | 2 | -2/+2 | ||
| * | Keep node accept negative number -1 means keep all dice but 1 (the lowest) | 2018-10-12 | 2 | -3/+8 | ||
| * | add integer division operator | 2018-09-28 | 1 | -0/+6 | ||
| * | Adding pow | 2018-09-02 | 3 | -9/+25 | ||
| * | -New API for validating validor. | 2018-08-27 | 2 | -4/+8 | ||
| * | prevent crash when b operator is read without previous result | 2018-07-20 | 1 | -0/+3 | ||
| * | remove debug message | 2018-06-14 | 2 | -5/+0 | ||
| * | -Add alias management from file | 2018-06-14 | 1 | -1/+3 | ||
| * | -Add bind operator (soft version of merge). | 2018-06-14 | 2 | -0/+162 | ||
| * | fix issue about mergin reroll until and make the help command a bit more comp... | 2018-06-01 | 2 | -6/+67 | ||
| * | add "R" (Reroll until) operator | 2018-06-01 | 2 | -34/+15 | ||