| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix behaviour of output. | 2020-05-22 | 1 | -1/+1 | |
| | | |||||
| * | die: Add missing array include | 2020-04-23 | 1 | -0/+1 | |
| | | | | | Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com> | ||||
| * | Improve init of the seed | 2020-04-15 | 1 | -2/+17 | |
| | | |||||
| * | Change website address | 2020-04-12 | 1 | -1/+1 | |
| | | |||||
| * | Performance improvement: mt19937 is not static | 2019-12-22 | 1 | -5/+6 | |
| | | |||||
| * | Copy die but prevent them to be displayed twice. | 2019-09-05 | 1 | -1/+13 | |
| | | |||||
| * | Fix dice copy constructor and set default value | 2019-07-28 | 1 | -1/+3 | |
| | | |||||
| * | fix if behaviour and output | 2019-07-19 | 1 | -1/+4 | |
| | | |||||
| * | remove warnings | 2019-02-02 | 1 | -1/+1 | |
| | | |||||
| * | clang format. | 2019-01-13 | 1 | -66/+70 | |
| | | |||||
| * | prevent warning | 2018-11-11 | 1 | -0/+3 | |
| | | |||||
| * | Clean up die class. | 2018-11-09 | 1 | -5/+0 | |
| | | |||||
| * | add integer division operator | 2018-09-28 | 1 | -0/+1 | |
| | | |||||
| * | -remove warnings | 2018-02-24 | 1 | -5/+4 | |
| | | |||||
| * | -management of arithmetic operator for scalar result of dice. | 2017-04-27 | 1 | -3/+43 | |
| | | |||||
| * | -remove unsigned | 2017-02-12 | 1 | -2/+2 | |
| | | |||||
| * | -Fix range management for DF dice. | 2017-02-12 | 1 | -5/+15 | |
| | | |||||
| * | -improve readability. | 2017-01-28 | 1 | -0/+2 | |
| | | |||||
| * | -optimizing the random generation. | 2016-10-23 | 1 | -6/+6 | |
| | | |||||
| * | -remove random_device because not all platform has random device. | 2016-10-13 | 1 | -3/+4 | |
| | | |||||
| * | -change random method. | 2016-10-10 | 1 | -2/+8 | |
| | | |||||
| * | Fix error and warning from CppCheck | 2016-04-21 | 1 | -0/+1 | |
| | | |||||
| * | Merge branch 'master' of github.com:Rolisteam/DiceParser | 2016-04-15 | 1 | -1/+1 | |
| |\ | |||||
| * | | remove useless include | 2016-04-15 | 1 | -1/+0 | |
| | | | |||||
| | * | change contact link. | 2016-04-03 | 1 | -1/+1 | |
| |/ | |||||
| * | fix cpp check | 2016-03-22 | 1 | -2/+3 | |
| | | |||||
| * | Add Management of Color | 2016-02-04 | 1 | -0/+10 | |
| | | |||||
| * | fix cppcheck errors | 2016-01-08 | 1 | -3/+3 | |
| | | |||||
| * | add management of base, the minimum value of die | 2015-05-15 | 1 | -2/+7 | |
| | | |||||
| * | prevent crash with die with zero faces | 2015-05-06 | 1 | -8/+10 | |
| | | |||||
| * | better highlightment | 2015-04-25 | 1 | -0/+1 | |
| | | |||||
| * | add dice api to manage highlight | 2015-04-22 | 1 | -1/+1 | |
| | | |||||
| * | prepare much better way to give the result | 2015-04-21 | 1 | -0/+9 | |
| | | |||||
| * | -copy constructor die | 2014-12-09 | 1 | -1/+11 | |
| | | |||||
| * | Update die.cpp | 2014-05-28 | 1 | -0/+21 | |
| | | | | gpl header | ||||
| * | Update die.cpp | 2014-01-22 | 1 | -1/+9 | |
| | | | | displayed API | ||||
| * | Update die.cpp | 2014-01-14 | 1 | -0/+13 | |
| | | | | adding getFaces and getLastRolledValue API | ||||
| * | Update die.cpp | 2014-01-08 | 1 | -0/+32 | |
| | | | | -put rolling die as method of die class | ||||
| * | Update die.cpp | 2014-01-07 | 1 | -2/+18 | |
| | | | | management of dice and it prepare the way to reroll it again. | ||||
| * | Add new management of result. | 2014-01-05 | 1 | -0/+34 | |
| It may require to make several | |||||