aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceparser.cpp
Commit message (Collapse)AuthorAgeFilesLines
* manage homogeneousRenaud2015-12-281-0/+1
|
* -Add MergeOp and homogeneous status for result.Renaud G2015-12-241-1/+16
|
* -fix compil errorRenaud G2015-10-111-2/+2
|
* Merge branch 'rangeInList'Renaud G2015-10-111-11/+18
|\ | | | | | | | | | | | | | | | | | | | | resolved conflicts and merge rangeInList in master. Conflicts: HelpMe.md diceparser.cpp parsingtoolbox.cpp result/result.cpp result/stringresult.h
* | add getAllDiceResult function and hasSeparatorRenaud G2015-09-011-6/+39
| |
* | fix compilation.Renaud G2015-08-291-5/+1
| |
* | fix cppcheck issueRenaud G2015-08-281-8/+9
| |
* | add method to get all string resultsRenaud G2015-08-271-0/+23
| |
| * change new line positionRenaud G2015-08-201-2/+2
| |
| * Add new line at the endRenaud G2015-08-201-0/+1
| |
| * start fixing dot tree generationRenaud G2015-08-201-2/+4
| |
| * number are qint64Renaud G2015-08-201-7/+7
| |
* | fix the nothing understood errorRenaud G2015-07-091-1/+4
| |
| * 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
|