aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceparser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Add management for variable in DiceParser.Renaud Guezennec2016-04-131-0/+4
* | change contact link.Renaud G2016-04-031-1/+1
|/
* change Error code to Dice Error code, fix compilation issue on windowsRenaud G2016-03-051-3/+3
* Add Management of ColorRenaud Guezennec2016-02-041-2/+15
* -rework arithmetic operatorRenaud G2016-01-301-17/+31
* Cppcheck warning for ifnode.Renaud G2016-01-301-11/+13
* add bool value to know the rest.Renaud Guezennec2016-01-291-1/+1
* Implementation of the if node. Work with one if.Renaud Guezennec2016-01-261-1/+36
* First shot for implementing ifnode.Renaud Guezennec2016-01-261-6/+11
* merge MergeOp into masterRenaud G2016-01-101-33/+33
|\
| * fix cppcheck errorsRenaud G2016-01-081-1/+0
| * -Fix cppcheck errors.Renaud G2016-01-081-2/+1
* | manage homogeneousRenaud2015-12-281-0/+1
* | -Add MergeOp and homogeneous status for result.Renaud G2015-12-241-1/+16
| * Optimization about screenRenaud G2015-10-281-28/+28
| * Merge branch 'master' of github.com:obiwankennedy/DiceParserRenaud G2015-10-111-13/+20
| |\ | |/ |/|
* | -fix compil errorRenaud G2015-10-111-2/+2
* | Merge branch 'rangeInList'Renaud G2015-10-111-11/+18
|\ \
| | * Add way to disable alias.Renaud G2015-10-101-1/+4
| |/ |/|
* | 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
|/
* 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