| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | ||
| |\ | ||||||
| | * | fix cppcheck errors | 2016-01-08 | 2 | -7/+3 | ||
| * | | manage homogeneous | 2015-12-28 | 1 | -0/+2 | ||
| * | | -Adding mergenode to the project. | 2015-12-24 | 2 | -0/+121 | ||
| |/ | ||||||
| * | Fix init order | 2015-10-11 | 1 | -1/+1 | ||
| * | -set message if Too many dice error is trigged. | 2015-10-11 | 1 | -0/+4 | ||
| * | -Add Too Many Dice error type. | 2015-10-11 | 1 | -1/+1 | ||
| * | -add error while no dice. | 2015-10-11 | 1 | -0/+5 | ||
| * | -Add Node Error : No dice to roll | 2015-10-11 | 1 | -1/+1 | ||
| * | Merge branch 'rangeInList' | 2015-10-11 | 30 | -151/+308 | ||
| |\ | ||||||
| * | | add gpl header | 2015-09-01 | 2 | -0/+38 | ||
| * | | add gpl header | 2015-09-01 | 2 | -2/+39 | ||
| * | | fix cppcheck issue | 2015-08-28 | 4 | -10/+4 | ||
| * | | disable the highlight | 2015-08-27 | 2 | -0/+2 | ||
| | * | add comments | 2015-08-20 | 2 | -38/+23 | ||
| | * | fix little issues | 2015-08-20 | 3 | -7/+4 | ||
| | * | remove useless ; | 2015-08-20 | 1 | -1/+1 | ||
| | * | fix compilation | 2015-08-20 | 1 | -1/+1 | ||
| | * | improve the dot generation. | 2015-08-20 | 1 | -3/+8 | ||
| | * | fix compilation | 2015-08-20 | 1 | -7/+11 | ||
| | * | fix compilation | 2015-08-20 | 1 | -1/+1 | ||
| | * | fix compilation | 2015-08-20 | 1 | -1/+1 | ||
| | * | fix compilation | 2015-08-20 | 1 | -2/+1 | ||
| | * | add bool for toString() in result. | 2015-08-20 | 1 | -6/+10 | ||
| | * | add bool parameter | 2015-08-20 | 1 | -1/+1 | ||
| | * | add bool parameter to toString() function in node. | 2015-08-20 | 23 | -83/+165 | ||
| | * | start fixing dot tree generation | 2015-08-20 | 13 | -14/+42 | ||
| | * | add management of list with unequivalence | 2015-07-08 | 1 | -3/+3 | ||
| | * | Merge branch 'master' of github.com:obiwankennedy/DiceParser into rangeInList | 2015-07-08 | 1 | -1/+1 | ||
| | |\ | |/ |/| | ||||||
| * | | add error of type: nothing understood | 2015-07-08 | 1 | -1/+1 | ||
| | * | -add method to read list with probability value. It sets range for all | 2015-06-09 | 2 | -16/+69 | ||
| |/ | ||||||
| * | add API to set the link to documentation | 2015-05-21 | 2 | -1/+13 | ||
| * | add management of base, the minimum value of die | 2015-05-15 | 2 | -3/+5 | ||
| * | better readability | 2015-05-05 | 1 | -1/+1 | ||
| * | improve output for dot system | 2015-05-05 | 10 | -11/+44 | ||
| * | -Add gpl header or/and add class description for doxygen. | 2015-05-02 | 9 | -3/+174 | ||
| * | add comments and gpl header to those files for better documentation in doxygen | 2015-04-30 | 7 | -5/+174 | ||
| * | -management of runtime error | 2015-04-27 | 4 | -4/+80 | ||