aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/dicerollernode.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change file organization.Renaud G2022-04-291-121/+0
|
* Make sure Windows compilation worksRenaud G2022-04-161-3/+3
|
* Rework of the component to be a proper libRenaud G2019-07-251-4/+4
|
* Fix errorsRenaud G2019-07-121-6/+7
|
* remove warningsRenaud G2019-02-021-43/+39
|
* add new way to display result in dot fileobiwankennedy2018-12-121-1/+1
|
* -New API for validating validor.Renaud G2018-08-271-3/+6
| | | | Prevent endless loop in R operator.
* -CleanUpRenaud G2018-04-111-1/+0
|
* -remove warningsRenaud G2018-02-241-1/+1
|
* -Add management of unique for dice and list.Renaud G2018-01-251-1/+27
|
* -fix copy of if operatorRenaud Guezennec2017-11-281-1/+1
| | | | Compare method was not shared.
* remove useless commitRenaud G2017-11-251-0/+2
|
* fix indentationRenaud G2017-11-231-4/+4
|
* -c++11 update about for and nullptr.Renaud G2017-10-291-7/+5
|
* -fix error about dice system.Renaud G2017-05-071-1/+1
|
* -passing operator to diceResultrguezennec2017-04-281-0/+1
|
* -management of arithmetic operator for scalar result of dice.rguezennec2017-04-271-0/+11
|
* -remove unsignedRenaud G2017-02-121-1/+1
|
* -change API to fix DF dice.Renaud G2017-02-121-7/+7
|
* -Add API for copying a branch of execution node.Renaud G2016-11-281-0/+10
| | | | -Allow to use if node several times.
* Fix error and warning from CppCheckRenaud G2016-04-211-1/+1
|
* -add error while no dice.Renaud G2015-10-111-0/+5
|
* add commentsRenaud G2015-08-201-24/+1
|
* fix little issuesRenaud G2015-08-201-5/+2
|
* add bool parameter to toString() function in node.Renaud G2015-08-201-2/+9
|
* add management of base, the minimum value of dieRenaud G2015-05-151-2/+3
|
* -remove memory leaksRenaud G2015-04-081-5/+3
| | | | -delete created objects
* add better error management (not finished yet)Renaud G2015-03-311-16/+16
| | | | | add check for endless loop in validator (not finished yet) Better helpMe
* -store pointeur to previous node.Renaud G2015-03-031-0/+1
|
* -removal of commented out lines.Renaud G2014-12-131-26/+0
|
* Usage of the new API for ResultRenaud G2014-12-091-1/+1
|
* Add multithreading support but it seems slower. It has been disable.Renaud G2014-11-171-2/+57
|
* Update dicerollernode.cppobiwankennedy2014-02-041-5/+5
| | | getPriority set to 4
* Update dicerollernode.cppobiwankennedy2014-01-301-0/+11
| | | getPriority
* fix some issue with parentheses management.Renaud G2014-01-251-1/+1
|
* Update dicerollernode.cppobiwankennedy2014-01-211-0/+5
| | | toString
* Update dicerollernode.cppobiwankennedy2014-01-141-10/+16
| | | previous result API
* Update dicerollernode.cppobiwankennedy2014-01-081-7/+8
| | | die*
* Update dicerollernode.cppobiwankennedy2014-01-071-4/+6
| | | insert roll value instead of value
* Add new management of result.Renaud G2014-01-051-1/+5
| | | | It may require to make several
* Firt commit of the new dice system for rolisteam.Renaud G2013-12-291-0/+30