aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* -add operator on dice with rangerguezennec2017-04-281-0/+5
* fix switch case issueRenaud G2017-04-281-1/+2
* -management of arithmetic operator for scalar result of dice.rguezennec2017-04-271-3/+23
* -fix @ operator.Renaud G2017-03-101-3/+8
* Merge branch 'master' of github.com:Rolisteam/DiceParserRenaud G2017-02-121-1/+1
|\
* | -add comment supportRenaud G2017-02-121-9/+27
| * fix errorRenaud G2017-02-111-1/+1
|/
* -remove debug outputs.Renaud G2017-02-051-9/+2
* -fix math priority.Renaud G2017-01-271-3/+3
* -Fix issue with Math priority : 5-5*5+5 is working now.Renaud G2017-01-271-3/+19
* -fix help command.Renaud G2017-01-141-1/+4
* -Add API for copying a branch of execution node.Renaud G2016-11-281-0/+1
* add filter nodeRenaud G2016-11-051-6/+21
|\
| * -fix computation while there is arithmetic operator after if operator.Renaud G2016-11-041-0/+2
| * -Add FilterNode to dice system.Renaud G2016-11-031-6/+19
* | -add management of string node to display text in some condition.Renaud G2016-11-011-4/+22
|/
* -fix sequence of @.Renaud G2016-09-251-2/+4
* -fix crash when if is false.Renaud G2016-09-081-2/+2
* improve readabilityRenaud G2016-06-151-11/+11
* fix separator issueRenaud G2016-05-061-3/+17
* -remove default dice for keep operator, alias are better solution toRenaud G2016-05-051-7/+7
* Merge branch 'master' of github.com:Rolisteam/DiceParserRenaud G2016-04-141-0/+4
|\
| * 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