aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceparser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * fix some warningsRenaud G2018-11-091-2/+0
| * Commit before rebase.Renaud G2018-11-091-13/+33
* | fix compilationRenaud Guezennec2018-11-071-1/+1
| * first draft for diceresultRenaud G2018-10-231-2/+12
|/
* Change management of variable (ref instead of pointer)Renaud G2018-08-121-1/+1
* Clean up Comment lineRenaud G2018-08-021-0/+1
* remove debug messageRenaud G2018-06-141-2/+0
* -Add bind operator (soft version of merge).Renaud G2018-06-141-0/+12
* fix issue about mergin reroll until and make the help command a bit more comp...obiwankennedy2018-06-011-0/+5
* add "R" (Reroll until) operatorRobin Moussu2018-06-011-10/+7
* rename "exploSe" to "exploDe"Robin Moussu2018-06-011-21/+26
* -remove warningsobiwankennedy2018-05-111-1/+1
* -Fix regression on range.Renaud G2018-04-111-1/+1
* -CleanUpRenaud G2018-04-111-3/+0
* -Add support for subcommand on reroll operator.Renaud G2018-04-111-2/+31
* -Read operand in conditionRenaud G2018-03-181-39/+17
* fix stuff on diceparserobiwankennedy2018-03-121-1/+4
* -remove warningsRenaud G2018-02-241-4/+7
* -Add management of unique for dice and list.Renaud G2018-01-251-2/+4
* -rework displayRenaud G2018-01-141-21/+3
* -Fix commentRenaud G2018-01-111-7/+10
* -fix windows behaviourRenaud G2017-12-201-3/+3
* -Management of instructionsRenaud G2017-12-131-29/+51
* -Fix reading dynamic variableobiwankennedy2017-11-301-18/+12
* -Management of Dynamic VariableRenaud Guezennec2017-11-281-3/+9
* -Change QList to std::vectorRenaud Guezennec2017-11-281-3/+3
* -fix copy of if operatorRenaud Guezennec2017-11-281-2/+3
* add stuff to debug if operator in if operatorRenaud G2017-11-281-1/+17
* remove useless commitRenaud G2017-11-251-5/+9
* Merge branch 'master' of github.com:Rolisteam/DiceParserRenaud G2017-11-231-3/+3
|\
* | clean source codeRenaud G2017-11-231-6/+4
| * Merge branch 'provisoire'Gissu2017-11-181-3/+3
|/|
| * diceparser on window displayGissu2017-11-181-3/+3
| * -replace NULL to nullptr.Renaud G2017-11-111-23/+23
* | -c++11 update about for and nullptr.Renaud G2017-10-291-34/+41
|/
* -add group into project and use proper variable.Renaud G2017-10-211-3/+3
* -better indentation.Renaud G2017-10-211-358/+413
* add groupRenaud G2017-10-181-0/+15
* -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