| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update HelpMe.mdv1.0.0 | 2017-07-21 | 1 | -0/+7 | |
| | | | | Add onscalar method of comparison for if. | ||||
| * | Merge branch 'master' of github.com:Rolisteam/DiceParser | 2017-06-03 | 5 | -9/+5 | |
| |\ | |||||
| * | | -Add markdown output for discord bot. | 2017-06-03 | 1 | -1/+165 | |
| | | | |||||
| | * | -fix error about dice system. | 2017-05-07 | 2 | -1/+2 | |
| | | | |||||
| | * | -remove debug messages. | 2017-05-06 | 1 | -7/+0 | |
| | | | |||||
| | * | -add split node. | 2017-05-06 | 1 | -0/+2 | |
| | | | |||||
| | * | change link to helpme file | 2017-05-05 | 1 | -1/+1 | |
| |/ | | | change link to helpme file | ||||
| * | Merge branch 'master' of github.com:Rolisteam/DiceParser | 2017-04-29 | 4 | -11/+27 | |
| |\ | |||||
| * | | -fix merge operator. | 2017-04-29 | 1 | -0/+1 | |
| | | | |||||
| | * | -fix dice value copy | 2017-04-28 | 1 | -0/+1 | |
| | | | |||||
| | * | -NULL to nullptr | 2017-04-28 | 1 | -11/+20 | |
| | | | |||||
| | * | -passing operator to diceResult | 2017-04-28 | 1 | -0/+1 | |
| | | | |||||
| | * | -add operator on dice with range | 2017-04-28 | 1 | -0/+5 | |
| |/ | |||||
| * | add support for arithmetic operator | 2017-04-28 | 1 | -3/+5 | |
| | | |||||
| * | add splitnode | 2017-04-28 | 4 | -4/+8 | |
| | | |||||
| * | fix switch case issue | 2017-04-28 | 1 | -1/+2 | |
| | | |||||
| * | -management of arithmetic operator for scalar result of dice. | 2017-04-27 | 16 | -44/+308 | |
| | | |||||
| * | Merge branch 'master' of github.com:Rolisteam/DiceParser | 2017-03-10 | 4 | -24/+44 | |
| |\ | |||||
| * | | -fix @ operator. | 2017-03-10 | 1 | -3/+8 | |
| | | | |||||
| | * | add fail reason | 2017-03-06 | 2 | -4/+17 | |
| | | | |||||
| | * | -Add : compare operator to ask the if operator to compare the scalar | 2017-02-28 | 3 | -20/+27 | |
| |/ | | | | result. | ||||
| * | -remove unsigned | 2017-02-12 | 4 | -7/+7 | |
| | | |||||
| * | Merge branch 'master' of github.com:Rolisteam/DiceParser | 2017-02-12 | 1 | -1/+1 | |
| |\ | |||||
| * | | -update API used | 2017-02-12 | 5 | -4/+19 | |
| | | | |||||
| * | | -change API to fix DF dice. | 2017-02-12 | 2 | -10/+10 | |
| | | | |||||
| * | | -Fix range management for DF dice. | 2017-02-12 | 2 | -6/+19 | |
| | | | |||||
| * | | -add comment support | 2017-02-12 | 2 | -9/+31 | |
| | | | | | | | | | -fix error on range. | ||||
| * | | -add comment support | 2017-02-12 | 1 | -9/+13 | |
| | | | |||||
| | * | fix error | 2017-02-11 | 1 | -1/+1 | |
| |/ | |||||
| * | -remove debug outputs. | 2017-02-05 | 2 | -10/+2 | |
| | | |||||
| * | -fix crash memory. | 2017-01-28 | 1 | -1/+4 | |
| | | |||||
| * | -remove memory issue. | 2017-01-28 | 1 | -1/+3 | |
| | | |||||
| * | -fix issue about memory management. | 2017-01-28 | 2 | -1/+18 | |
| | | |||||
| * | -fix crash memory in sort result. | 2017-01-28 | 1 | -2/+6 | |
| | | | | | | TODO: Optimization about the copy of die. Perhaps using reference will be better. | ||||
| * | -useless protection but just in case some physical laws changed. | 2017-01-28 | 1 | -2/+5 | |
| | | |||||
| * | -rename member. | 2017-01-28 | 1 | -1/+1 | |
| | | |||||
| * | -remove debug output. | 2017-01-28 | 1 | -1/+0 | |
| | | |||||
| * | -improve readability. | 2017-01-28 | 1 | -0/+2 | |
| | | |||||
| * | -Make copy of die instead of copy address, prevent crash while using the | 2017-01-28 | 2 | -6/+21 | |
| | | | | | same diceparser several times. | ||||
| * | -fix math priority. | 2017-01-27 | 1 | -3/+3 | |
| | | |||||
| * | -prevent crash and improve readability of dot file. | 2017-01-27 | 1 | -1/+4 | |
| | | |||||
| * | -Fix issue with Math priority : 5-5*5+5 is working now. | 2017-01-27 | 1 | -3/+19 | |
| | | |||||
| * | -fix issue with compositevalidator, highlight and OR operator. | 2017-01-27 | 1 | -46/+56 | |
| | | |||||
| * | Merge branch 'master' of github.com:Rolisteam/DiceParser | 2017-01-14 | 1 | -1/+11 | |
| |\ | |||||
| * | | -fix help command. | 2017-01-14 | 4 | -4/+16 | |
| | | | |||||
| * | | -Add virtual destructor. | 2017-01-14 | 2 | -0/+9 | |
| | | | |||||
| | * | Update diceparser.h | 2016-12-19 | 1 | -1/+11 | |
| |/ | | | Add comments | ||||
| * | Merge branch 'master' of github.com:Rolisteam/DiceParser | 2016-12-04 | 2 | -21/+32 | |
| |\ | |||||
| * | | add submodule | 2016-12-04 | 2 | -0/+3 | |
| | | | |||||
| * | | -First commit about webserver. | 2016-12-04 | 4 | -0/+360 | |
| | | | |||||