| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | -management of arithmetic operator for scalar result of dice. | 2017-04-27 | 1 | -8/+8 | |
| | | |||||
| * | add fail reason | 2017-03-06 | 1 | -3/+16 | |
| | | |||||
| * | -Add : compare operator to ask the if operator to compare the scalar | 2017-02-28 | 1 | -0/+5 | |
| | | | | | result. | ||||
| * | -update API used | 2017-02-12 | 1 | -0/+13 | |
| | | |||||
| * | -remove debug outputs. | 2017-02-05 | 1 | -1/+0 | |
| | | |||||
| * | -fix help command. | 2017-01-14 | 1 | -1/+2 | |
| | | |||||
| * | -Add API for copying a branch of execution node. | 2016-11-28 | 1 | -0/+17 | |
| | | | | | -Allow to use if node several times. | ||||
| * | add filter node | 2016-11-05 | 1 | -0/+1 | |
| |\ | |||||
| | * | -Add FilterNode to dice system. | 2016-11-03 | 1 | -0/+1 | |
| | | | |||||
| * | | -add management of string node to display text in some condition. | 2016-11-01 | 1 | -0/+52 | |
| |/ | |||||
| * | -fix reading partially defined range. | 2016-09-25 | 1 | -5/+46 | |
| | | |||||
| * | Fix percentage value for List operator. | 2016-04-28 | 1 | -30/+19 | |
| | | |||||
| * | fix cppcheck error. | 2016-04-21 | 1 | -4/+8 | |
| | | |||||
| * | Merge branch 'master' of github.com:Rolisteam/DiceParser | 2016-04-14 | 1 | -1/+49 | |
| |\ | |||||
| | * | Add management for variable in DiceParser. | 2016-04-13 | 1 | -1/+49 | |
| | | | |||||
| * | | change contact link. | 2016-04-03 | 1 | -3/+3 | |
| | | | |||||
| | * | fix c++11 code | 2016-03-24 | 1 | -2/+2 | |
| |/ | |||||
| * | fix cpp check | 2016-03-22 | 1 | -9/+14 | |
| | | |||||
| * | -Remove color stuff in syntax analyze | 2016-02-05 | 1 | -0/+3 | |
| | | |||||
| * | Add Management of Color | 2016-02-04 | 1 | -0/+21 | |
| | | |||||
| * | -management of scalaroperation inside if block. | 2016-01-30 | 1 | -0/+27 | |
| | | |||||
| * | Implementation of the if node. Work with one if. | 2016-01-26 | 1 | -6/+0 | |
| | | |||||
| * | First shot for implementing ifnode. | 2016-01-26 | 1 | -0/+8 | |
| | | |||||
| * | -Add management of operationCondition : modulo operator. | 2016-01-10 | 1 | -1/+47 | |
| | | |||||
| * | fix cppcheck errors | 2016-01-08 | 1 | -35/+8 | |
| | | |||||
| * | -Fix issue while no validator | 2015-10-11 | 1 | -5/+11 | |
| | | |||||
| * | fix indentation | 2015-10-11 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'rangeInList' | 2015-10-11 | 1 | -24/+175 | |
| |\ | | | | | | | | | | | | | | | | | | | | | resolved conflicts and merge rangeInList in master. Conflicts: HelpMe.md diceparser.cpp parsingtoolbox.cpp result/result.cpp result/stringresult.h | ||||
| * | | fix cppcheck issue | 2015-08-28 | 1 | -2/+3 | |
| | | | |||||
| | * | Add compositevalidator to explose operator. | 2015-08-20 | 1 | -21/+93 | |
| | | | |||||
| | * | remove debug message | 2015-06-11 | 1 | -8/+0 | |
| | | | |||||
| | * | -add method to read list with probability value. It sets range for all | 2015-06-09 | 1 | -2/+92 | |
| |/ | | | | values in List node. | ||||
| * | remove useless debug outputs | 2015-05-16 | 1 | -4/+0 | |
| | | |||||
| * | add method to read dice range (a bit different from validator range) | 2015-05-15 | 1 | -1/+42 | |
| | | |||||
| * | -remove memory leaks | 2015-04-08 | 1 | -0/+9 | |
| | | | | | -delete created objects | ||||
| * | -Better understanding of validators toString method | 2015-04-01 | 1 | -1/+8 | |
| | | | | | | | -return error if error have been detected for endless loop. -add listaliasnode.h/.cpp to the pri file -protect the use of pointer | ||||
| * | add better error management (not finished yet) | 2015-03-31 | 1 | -0/+32 | |
| | | | | | | add check for endless loop in validator (not finished yet) Better helpMe | ||||
| * | -Add new node to roll die as value of list. | 2015-03-06 | 1 | -0/+15 | |
| | | |||||
| * | Update parsingtoolbox.cpp | 2014-05-28 | 1 | -0/+21 | |
| | | | | gpl header | ||||
| * | Update parsingtoolbox.cpp | 2014-01-21 | 1 | -0/+20 | |
| | | | | adding readOpen/closeParentheses | ||||
| * | Create parsingtoolbox.cpp | 2014-01-20 | 1 | -0/+132 | |
| library of parsing methods | |||||