aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix the nothing understood errorRenaud G2015-07-091-1/+4
* add management of understood commandsRenaud G2015-07-081-2/+3
* 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
* 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
* Merge branch 'master' of github.com:obiwankennedy/DiceParserRenaud G2015-03-311-16/+13
|\
* | add better error management (not finished yet)Renaud G2015-03-311-21/+206
| * -add feature to list aliases.Renaud G2015-03-311-2/+2
| * -better commentsRenaud G2015-03-251-3/+3
| * -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
* -store pointeur to previous node.Renaud G2015-03-031-0/+22
* -Add readInstructionOperatorRenaud G2014-12-131-1/+32
* -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
* Update diceparser.cppobiwankennedy2014-03-181-0/+20
* Update diceparser.cppobiwankennedy2014-02-041-1/+1
* Update diceparser.cppobiwankennedy2014-01-301-66/+19
* Update diceparser.cppobiwankennedy2014-01-271-51/+8
* 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
* Update diceparser.cppobiwankennedy2014-01-221-20/+21
* Update diceparser.cppobiwankennedy2014-01-211-202/+147
* adding parantheses management (unworking yet)Renaud G2014-01-201-0/+17