| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | -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 | |
| |\ | | | | | | | | | | | | | | | | | | | | | resolved conflicts and merge rangeInList in master. Conflicts: HelpMe.md diceparser.cpp parsingtoolbox.cpp result/result.cpp result/stringresult.h | ||||
| * | | 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 | |
| |/ | | | | values in List node. | ||||
| * | 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 | |
| | | |||||
| * | better highlightment | 2015-04-25 | 1 | -4/+21 | |
| | | |||||
| * | add error divide_by_zero | 2015-04-25 | 2 | -1/+6 | |
| | | |||||
| * | Dot tree now also displays the result tree. (must be improved). | 2015-04-25 | 2 | -1/+4 | |
| | | |||||
| * | management of highligth dice | 2015-04-22 | 2 | -1/+6 | |
| | | |||||
| * | -remove memory leaks | 2015-04-08 | 13 | -14/+95 | |
| | | | | | -delete created objects | ||||
| * | Add comments | 2015-04-08 | 1 | -1/+7 | |
| | | |||||
| * | -Creation of dedicated class for alias management | 2015-04-06 | 2 | -9/+8 | |
| | | |||||
| * | -Initalize to NULL one pointer to fix some crashes. | 2015-04-01 | 2 | -1/+2 | |
| | | |||||
| * | -fix the .pri file | 2015-04-01 | 1 | -2/+2 | |
| | | |||||
| * | Merge branch 'master' of github.com:obiwankennedy/DiceParser | 2015-03-31 | 4 | -1/+81 | |
| |\ | | | | | | | | | Conflicts: node/node.pri | ||||
| * | | add better error management (not finished yet) | 2015-03-31 | 6 | -58/+55 | |
| | | | | | | | | | | | add check for endless loop in validator (not finished yet) Better helpMe | ||||
| | * | -Add listaliasnode to list all alias. | 2015-03-24 | 4 | -3/+83 | |
| |/ | |||||
| * | -Add new node to roll die as value of list. | 2015-03-06 | 2 | -0/+79 | |
| | | |||||
| * | -change headers | 2015-03-06 | 14 | -15/+17 | |
| | | |||||
| * | Reorganize files. | 2015-03-06 | 2 | -0/+15 | |
| | | | | | Creation of subdir result. | ||||