aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/die.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix behaviour of output.Renaud G2020-05-221-1/+1
* die: Add missing array includePatrick José Pereira2020-04-231-0/+1
* Improve init of the seedRenaud G2020-04-151-2/+17
* Change website addressRenaud G2020-04-121-1/+1
* Performance improvement: mt19937 is not staticRenaud G2019-12-221-5/+6
* Copy die but prevent them to be displayed twice.Renaud G2019-09-051-1/+13
* Fix dice copy constructor and set default valueRenaud G2019-07-281-1/+3
* fix if behaviour and outputRenaud G2019-07-191-1/+4
* remove warningsRenaud G2019-02-021-1/+1
* clang format.Renaud G2019-01-131-66/+70
* prevent warningRenaud G2018-11-111-0/+3
* Clean up die class.Renaud G2018-11-091-5/+0
* add integer division operatorRenaud G2018-09-281-0/+1
* -remove warningsRenaud G2018-02-241-5/+4
* -management of arithmetic operator for scalar result of dice.rguezennec2017-04-271-3/+43
* -remove unsignedRenaud G2017-02-121-2/+2
* -Fix range management for DF dice.Renaud G2017-02-121-5/+15
* -improve readability.Renaud G2017-01-281-0/+2
* -optimizing the random generation.Renaud G2016-10-231-6/+6
* -remove random_device because not all platform has random device.Renaud G2016-10-131-3/+4
* -change random method.Renaud G2016-10-101-2/+8
* Fix error and warning from CppCheckRenaud G2016-04-211-0/+1
* Merge branch 'master' of github.com:Rolisteam/DiceParserRenaud G2016-04-151-1/+1
|\
* | remove useless includeRenaud G2016-04-151-1/+0
| * change contact link.Renaud G2016-04-031-1/+1
|/
* fix cpp checkRenaud G2016-03-221-2/+3
* Add Management of ColorRenaud Guezennec2016-02-041-0/+10
* fix cppcheck errorsRenaud G2016-01-081-3/+3
* add management of base, the minimum value of dieRenaud G2015-05-151-2/+7
* prevent crash with die with zero facesRenaud G2015-05-061-8/+10
* better highlightmentRenaud G2015-04-251-0/+1
* add dice api to manage highlightRenaud G2015-04-221-1/+1
* prepare much better way to give the resultRenaud G2015-04-211-0/+9
* -copy constructor dieRenaud G2014-12-091-1/+11
* Update die.cppRenaud G.2014-05-281-0/+21
* Update die.cppobiwankennedy2014-01-221-1/+9
* Update die.cppobiwankennedy2014-01-141-0/+13
* Update die.cppobiwankennedy2014-01-081-0/+32
* Update die.cppobiwankennedy2014-01-071-2/+18
* Add new management of result.Renaud G2014-01-051-0/+34