| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' of github.com:Rolisteam/DiceParser | 2016-04-14 | 1 | -0/+4 | |
| |\ | |||||
| | * | Add management for variable in DiceParser. | 2016-04-13 | 1 | -0/+4 | |
| | | | |||||
| * | | change contact link. | 2016-04-03 | 1 | -1/+1 | |
| |/ | |||||
| * | change Error code to Dice Error code, fix compilation issue on windows | 2016-03-05 | 1 | -3/+3 | |
| | | |||||
| * | Add Management of Color | 2016-02-04 | 1 | -2/+15 | |
| | | |||||
| * | -rework arithmetic operator | 2016-01-30 | 1 | -17/+31 | |
| | | |||||
| * | Cppcheck warning for ifnode. | 2016-01-30 | 1 | -11/+13 | |
| | | |||||
| * | add bool value to know the rest. | 2016-01-29 | 1 | -1/+1 | |
| | | | | | 1d100i[<46]{+1d10} | ||||
| * | Implementation of the if node. Work with one if. | 2016-01-26 | 1 | -1/+36 | |
| | | |||||
| * | First shot for implementing ifnode. | 2016-01-26 | 1 | -6/+11 | |
| | | |||||
| * | merge MergeOp into master | 2016-01-10 | 1 | -33/+33 | |
| |\ | |||||
| | * | fix cppcheck errors | 2016-01-08 | 1 | -1/+0 | |
| | | | |||||
| | * | -Fix cppcheck errors. | 2016-01-08 | 1 | -2/+1 | |
| | | | |||||
| * | | manage homogeneous | 2015-12-28 | 1 | -0/+1 | |
| | | | |||||
| * | | -Add MergeOp and homogeneous status for result. | 2015-12-24 | 1 | -1/+16 | |
| | | | |||||
| | * | Optimization about screen | 2015-10-28 | 1 | -28/+28 | |
| | | | |||||
| | * | Merge branch 'master' of github.com:obiwankennedy/DiceParser | 2015-10-11 | 1 | -13/+20 | |
| | |\ | |/ |/| | |||||
| * | | -fix compil error | 2015-10-11 | 1 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'rangeInList' | 2015-10-11 | 1 | -11/+18 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | resolved conflicts and merge rangeInList in master. Conflicts: HelpMe.md diceparser.cpp parsingtoolbox.cpp result/result.cpp result/stringresult.h | ||||
| | | * | Add way to disable alias. | 2015-10-10 | 1 | -1/+4 | |
| | |/ |/| | |||||
| * | | add getAllDiceResult function and hasSeparator | 2015-09-01 | 1 | -6/+39 | |
| | | | |||||
| * | | fix compilation. | 2015-08-29 | 1 | -5/+1 | |
| | | | |||||
| * | | fix cppcheck issue | 2015-08-28 | 1 | -8/+9 | |
| | | | |||||
| * | | add method to get all string results | 2015-08-27 | 1 | -0/+23 | |
| | | | |||||
| | * | change new line position | 2015-08-20 | 1 | -2/+2 | |
| | | | |||||
| | * | Add new line at the end | 2015-08-20 | 1 | -0/+1 | |
| | | | |||||
| | * | start fixing dot tree generation | 2015-08-20 | 1 | -2/+4 | |
| | | | |||||
| | * | number are qint64 | 2015-08-20 | 1 | -7/+7 | |
| | | | |||||
| * | | fix the nothing understood error | 2015-07-09 | 1 | -1/+4 | |
| | | | |||||
| | * | Merge branch 'master' of github.com:obiwankennedy/DiceParser into rangeInList | 2015-07-08 | 1 | -2/+3 | |
| | |\ | |/ |/| | |||||
| * | | add management of understood commands | 2015-07-08 | 1 | -2/+3 | |
| | | | |||||
| | * | -add method to read list with probability value. It sets range for all | 2015-06-09 | 1 | -1/+8 | |
| |/ | | | | values in List node. | ||||
| * | add API to set the link to documentation | 2015-05-21 | 1 | -4/+8 | |
| | | |||||
| * | remove useless debug outputs | 2015-05-16 | 1 | -1/+0 | |
| | | |||||
| * | Merge branch 'master' of github.com:obiwankennedy/DiceParser | 2015-05-16 | 1 | -2/+14 | |
| |\ | |||||
| | * | add management for dice between range | 2015-05-15 | 1 | -2/+14 | |
| | | | |||||
| * | | -fix crash with K operator. | 2015-05-14 | 1 | -1/+4 | |
| |/ | |||||
| * | set the command line after the alias convertion. To prevent cheating | 2015-05-06 | 1 | -1/+1 | |
| | | |||||
| * | add error message with zero faces dices | 2015-05-06 | 1 | -6/+7 | |
| | | |||||
| * | removal of space | 2015-05-05 | 1 | -2/+1 | |
| | | |||||
| * | removal of translatable string for commands | 2015-05-05 | 1 | -2/+2 | |
| | | |||||
| * | -management of runtime error | 2015-04-27 | 1 | -3/+12 | |
| | | |||||
| * | better management for default dice. | 2015-04-25 | 1 | -33/+11 | |
| | | |||||
| * | file output for dot | 2015-04-24 | 1 | -3/+3 | |
| | | |||||
| * | improvement of the lib | 2015-04-23 | 1 | -2/+10 | |
| | | |||||
| * | change the way die result are transmitted to client application | 2015-04-22 | 1 | -30/+18 | |
| | | |||||
| * | prepare much better way to give the result | 2015-04-21 | 1 | -10/+22 | |
| | | |||||
| * | add API to make easier the use of DiceParser. | 2015-04-15 | 1 | -0/+7 | |
| | | |||||
| * | -remove memory leaks | 2015-04-08 | 1 | -3/+52 | |
| | | | | | -delete created objects | ||||
| * | remove default diceAlias. It must be managed by the end-user application. | 2015-04-07 | 1 | -2/+2 | |
| | | |||||