aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceparser.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge branch 'master' of github.com:obiwankennedy/DiceParser into rangeInListRenaud G2015-07-081-2/+3
| |\ | |/ |/|
* | add management of understood commandsRenaud G2015-07-081-2/+3
| |
| * -add method to read list with probability value. It sets range for allRenaud G2015-06-091-1/+8
|/ | | | values in List node.
* add API to set the link to documentationRenaud G2015-05-211-4/+8
|
* remove useless debug outputsRenaud G2015-05-161-1/+0
|
* Merge branch 'master' of github.com:obiwankennedy/DiceParserRenaud G2015-05-161-2/+14
|\
| * add management for dice between rangeRenaud G2015-05-151-2/+14
| |
* | -fix crash with K operator.Renaud G2015-05-141-1/+4
|/
* set the command line after the alias convertion. To prevent cheatingRenaud G2015-05-061-1/+1
|
* add error message with zero faces dicesRenaud G2015-05-061-6/+7
|
* removal of spaceRenaud G2015-05-051-2/+1
|
* removal of translatable string for commandsRenaud G2015-05-051-2/+2
|
* -management of runtime errorRenaud G2015-04-271-3/+12
|
* better management for default dice.Renaud G2015-04-251-33/+11
|
* file output for dotRenaud G2015-04-241-3/+3
|
* improvement of the libRenaud G2015-04-231-2/+10
|
* change the way die result are transmitted to client applicationRenaud G2015-04-221-30/+18
|
* prepare much better way to give the resultRenaud G2015-04-211-10/+22
|
* add API to make easier the use of DiceParser.Renaud G2015-04-151-0/+7
|
* -remove memory leaksRenaud G2015-04-081-3/+52
| | | | -delete created objects
* remove default diceAlias. It must be managed by the end-user application.Renaud G2015-04-071-2/+2
|
* -Creation of dedicated class for alias managementRenaud G2015-04-061-12/+12
|
* -add error on several syntay points.Renaud G2015-04-021-0/+16
|
* -Better understanding of validators toString methodRenaud G2015-04-011-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/DiceParserRenaud G2015-03-311-16/+13
|\ | | | | | | | | Conflicts: node/node.pri
* | add better error management (not finished yet)Renaud G2015-03-311-21/+206
| | | | | | | | | | add check for endless loop in validator (not finished yet) Better helpMe
| * -add feature to list aliases.Renaud G2015-03-311-2/+2
| |
| * -better commentsRenaud G2015-03-251-3/+3
| | | | | | | | -add translation feature for diceCommand.
| * -Add listaliasnode to list all alias.Renaud G2015-03-241-14/+11
|/
* -Add new node to roll die as value of list.Renaud G2015-03-061-12/+29
|
* add generateTreeRenaud G2015-03-051-6/+41
| | | | add jumpbackward node
* -store pointeur to previous node.Renaud G2015-03-031-0/+22
|
* -Add readInstructionOperatorRenaud G2014-12-131-1/+32
| | | | @TODO must be improved.
* -Allow the command help to workRenaud G2014-12-101-25/+34
|
* -New API for result type.Renaud G2014-12-091-3/+5
|
* -add command managementRenaud G2014-12-091-0/+16
|
* -change API of displayResult to return QStringRenaud G2014-12-061-2/+14
|
* Update diceparser.cppRenaud G.2014-05-281-0/+21
| | | gpl
* Update diceparser.cppobiwankennedy2014-03-181-0/+20
| | | adding support of default dice value: 4k3 ....
* Update diceparser.cppobiwankennedy2014-02-041-1/+1
| | | priority and left to right mode managed
* Update diceparser.cppobiwankennedy2014-01-301-66/+19
| | | management operator priority
* Update diceparser.cppobiwankennedy2014-01-271-51/+8
| | | improve print dice
* fix some issue with parentheses management.Renaud G2014-01-251-141/+197
|
* correct compilation errorRenaud G2014-01-251-1/+1
|
* Update diceparser.cppobiwankennedy2014-01-231-39/+88
| | | Starting generic read operand to read (10-1D6)D100
* Update diceparser.cppobiwankennedy2014-01-221-20/+21
| | | already displayed dice
* Update diceparser.cppobiwankennedy2014-01-211-202/+147
| | | improvement about parantheses
* adding parantheses management (unworking yet)Renaud G2014-01-201-0/+17
|
* Update diceparser.cppobiwankennedy2014-01-171-4/+9
| | | clean up the parser to separate parsing, running and display
* Update diceparser.cppobiwankennedy2014-01-161-0/+2
| | | remove warning