| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | 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 | ||
| | | ||||||
| * | -Creation of dedicated class for alias management | 2015-04-06 | 1 | -12/+12 | ||
| | | ||||||
| * | -add error on several syntay points. | 2015-04-02 | 1 | -0/+16 | ||
| | | ||||||
| * | -Better understanding of validators toString method | 2015-04-01 | 1 | -5/+13 | ||
| | | | | | | | -return error if error have been detected for endless loop. -add listaliasnode.h/.cpp to the pri file -protect the use of pointer | |||||
| * | Merge branch 'master' of github.com:obiwankennedy/DiceParser | 2015-03-31 | 1 | -16/+13 | ||
| |\ | | | | | | | | | Conflicts: node/node.pri | |||||
| * | | add better error management (not finished yet) | 2015-03-31 | 1 | -21/+206 | ||
| | | | | | | | | | | | add check for endless loop in validator (not finished yet) Better helpMe | |||||
| | * | -add feature to list aliases. | 2015-03-31 | 1 | -2/+2 | ||
| | | | ||||||
| | * | -better comments | 2015-03-25 | 1 | -3/+3 | ||
| | | | | | | | | | -add translation feature for diceCommand. | |||||
| | * | -Add listaliasnode to list all alias. | 2015-03-24 | 1 | -14/+11 | ||
| |/ | ||||||
| * | -Add new node to roll die as value of list. | 2015-03-06 | 1 | -12/+29 | ||
| | | ||||||
| * | add generateTree | 2015-03-05 | 1 | -6/+41 | ||
| | | | | | add jumpbackward node | |||||
| * | -store pointeur to previous node. | 2015-03-03 | 1 | -0/+22 | ||
| | | ||||||
| * | -Add readInstructionOperator | 2014-12-13 | 1 | -1/+32 | ||
| | | | | | @TODO must be improved. | |||||
| * | -Allow the command help to work | 2014-12-10 | 1 | -25/+34 | ||
| | | ||||||
| * | -New API for result type. | 2014-12-09 | 1 | -3/+5 | ||
| | | ||||||
| * | -add command management | 2014-12-09 | 1 | -0/+16 | ||
| | | ||||||
| * | -change API of displayResult to return QString | 2014-12-06 | 1 | -2/+14 | ||
| | | ||||||
| * | Update diceparser.cpp | 2014-05-28 | 1 | -0/+21 | ||
| | | | | gpl | |||||
| * | Update diceparser.cpp | 2014-03-18 | 1 | -0/+20 | ||
| | | | | adding support of default dice value: 4k3 .... | |||||
| * | Update diceparser.cpp | 2014-02-04 | 1 | -1/+1 | ||
| | | | | priority and left to right mode managed | |||||
| * | Update diceparser.cpp | 2014-01-30 | 1 | -66/+19 | ||
| | | | | management operator priority | |||||
| * | Update diceparser.cpp | 2014-01-27 | 1 | -51/+8 | ||
| | | | | improve print dice | |||||
| * | fix some issue with parentheses management. | 2014-01-25 | 1 | -141/+197 | ||
| | | ||||||
| * | correct compilation error | 2014-01-25 | 1 | -1/+1 | ||
| | | ||||||
| * | Update diceparser.cpp | 2014-01-23 | 1 | -39/+88 | ||
| | | | | Starting generic read operand to read (10-1D6)D100 | |||||
| * | Update diceparser.cpp | 2014-01-22 | 1 | -20/+21 | ||
| | | | | already displayed dice | |||||
| * | Update diceparser.cpp | 2014-01-21 | 1 | -202/+147 | ||
| | | | | improvement about parantheses | |||||
| * | adding parantheses management (unworking yet) | 2014-01-20 | 1 | -0/+17 | ||
| | | ||||||
| * | Update diceparser.cpp | 2014-01-17 | 1 | -4/+9 | ||
| | | | | clean up the parser to separate parsing, running and display | |||||
| * | Update diceparser.cpp | 2014-01-16 | 1 | -0/+2 | ||
| | | | | remove warning | |||||