| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | -add group into project and use proper variable. | 2017-10-21 | 1 | -3/+3 | |
| | | |||||
| * | -better indentation. | 2017-10-21 | 1 | -358/+413 | |
| | | | | | | -update to C++11 standard -New way to store result in list. | ||||
| * | add group | 2017-10-18 | 1 | -0/+15 | |
| | | |||||
| * | -add operator on dice with range | 2017-04-28 | 1 | -0/+5 | |
| | | |||||
| * | fix switch case issue | 2017-04-28 | 1 | -1/+2 | |
| | | |||||
| * | -management of arithmetic operator for scalar result of dice. | 2017-04-27 | 1 | -3/+23 | |
| | | |||||
| * | -fix @ operator. | 2017-03-10 | 1 | -3/+8 | |
| | | |||||
| * | Merge branch 'master' of github.com:Rolisteam/DiceParser | 2017-02-12 | 1 | -1/+1 | |
| |\ | |||||
| * | | -add comment support | 2017-02-12 | 1 | -9/+27 | |
| | | | | | | | | | -fix error on range. | ||||
| | * | fix error | 2017-02-11 | 1 | -1/+1 | |
| |/ | |||||
| * | -remove debug outputs. | 2017-02-05 | 1 | -9/+2 | |
| | | |||||
| * | -fix math priority. | 2017-01-27 | 1 | -3/+3 | |
| | | |||||
| * | -Fix issue with Math priority : 5-5*5+5 is working now. | 2017-01-27 | 1 | -3/+19 | |
| | | |||||
| * | -fix help command. | 2017-01-14 | 1 | -1/+4 | |
| | | |||||
| * | -Add API for copying a branch of execution node. | 2016-11-28 | 1 | -0/+1 | |
| | | | | | -Allow to use if node several times. | ||||
| * | add filter node | 2016-11-05 | 1 | -6/+21 | |
| |\ | |||||
| | * | -fix computation while there is arithmetic operator after if operator. | 2016-11-04 | 1 | -0/+2 | |
| | | | |||||
| | * | -Add FilterNode to dice system. | 2016-11-03 | 1 | -6/+19 | |
| | | | |||||
| * | | -add management of string node to display text in some condition. | 2016-11-01 | 1 | -4/+22 | |
| |/ | |||||
| * | -fix sequence of @. | 2016-09-25 | 1 | -2/+4 | |
| | | |||||
| * | -fix crash when if is false. | 2016-09-08 | 1 | -2/+2 | |
| | | |||||
| * | improve readability | 2016-06-15 | 1 | -11/+11 | |
| | | |||||
| * | fix separator issue | 2016-05-06 | 1 | -3/+17 | |
| | | | | | -remove dupplicates into resultat. | ||||
| * | -remove default dice for keep operator, alias are better solution to | 2016-05-05 | 1 | -7/+7 | |
| | | | | | that aim. | ||||
| * | 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 | |
| | | | |||||