aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/rerolldicenode.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove getLatestNode to getLeafNodeRenaud G2021-02-071-1/+1
|
* add unicity and repeat function part2Renaud G2020-03-281-11/+11
|
* prevent crashRenaud G2019-07-281-1/+1
|
* manage new API isValidRangeSizeRenaud G2019-07-281-3/+15
|
* Rework of the component to be a proper libRenaud G2019-07-251-1/+2
|
* use copy constructor instead of assignementRenaud G2019-07-121-2/+2
|
* clang formatRenaud G2019-02-121-49/+45
|
* clazy warningsRenaud G2019-01-051-2/+2
|
* remove debug messageRenaud G2018-06-141-1/+0
|
* fix issue about mergin reroll until and make the help command a bit more ↵obiwankennedy2018-06-011-3/+23
| | | | complete
* add "R" (Reroll until) operatorRobin Moussu2018-06-011-26/+10
|
* reroll dice with replacement by expressionobiwankennedy2018-04-231-1/+11
|
* -Add support for subcommand on reroll operator.Renaud G2018-04-111-3/+29
|
* -Fix #4 crash with mishaped command.Renaud G2018-04-091-1/+6
| | | | And prevent this error to happen with other nodes.
* -c++11 for loop (instead foreach)Renaud G2018-03-171-2/+2
|
* remove useless commitRenaud G2017-11-251-2/+2
|
* -c++11 update about for and nullptr.Renaud G2017-10-291-10/+10
|
* -Make copy of die instead of copy address, prevent crash while using theRenaud G2017-01-281-4/+11
| | | | same diceparser several times.
* -Add API for copying a branch of execution node.Renaud G2016-11-281-0/+11
| | | | -Allow to use if node several times.
* add bool parameter to toString() function in node.Renaud G2015-08-201-1/+9
|
* start fixing dot tree generationRenaud G2015-08-201-1/+1
|
* improve output for dot systemRenaud G2015-05-051-1/+1
|
* -remove memory leaksRenaud G2015-04-081-1/+9
| | | | -delete created objects
* add generateTreeRenaud G2015-03-051-1/+1
| | | | add jumpbackward node
* -store pointeur to previous node.Renaud G2015-03-031-1/+1
|
* Update rerolldicenode.cppobiwankennedy2014-01-301-2/+17
| | | getPriority
* fix some issue with parentheses management.Renaud G2014-01-251-1/+1
|
* Update rerolldicenode.cppobiwankennedy2014-01-211-0/+5
| | | toString
* Update rerolldicenode.cppobiwankennedy2014-01-161-1/+1
| | | hasValid API
* Update rerolldicenode.cppobiwankennedy2014-01-141-0/+1
| | | adding previous result API
* Update rerolldicenode.cppobiwankennedy2014-01-081-8/+12
| | | add validator and die*
* Update rerolldicenode.cppobiwankennedy2014-01-071-12/+15
| | | improvement
* Add new management of result.Renaud G2014-01-051-7/+13
| | | | It may require to make several
* Firt commit of the new dice system for rolisteam.Renaud G2013-12-291-0/+25