| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | -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 | ||
| | | | ||||||
| * | | -add webserver subproject. | 2016-12-04 | 1 | -0/+2 | ||
| | | | ||||||
| * | | -use for each syntax from C++11 | 2016-12-04 | 1 | -1/+1 | ||
| | | | ||||||
| | * | Update README.md | 2016-11-29 | 1 | -6/+21 | ||
| | | | | | | | update the grammar of diceparser | |||||
| | * | Update README.md | 2016-11-29 | 1 | -6/+2 | ||
| | | | | | | | update readme | |||||
| | * | update. | 2016-11-28 | 1 | -9/+9 | ||
| |/ | | | echap some character. | |||||
| * | add if operator into the documentation | 2016-11-28 | 1 | -3/+52 | ||
| | | ||||||
| * | -remove debug message. | 2016-11-28 | 1 | -1/+0 | ||
| | | ||||||
| * | -Add API for copying a branch of execution node. | 2016-11-28 | 51 | -40/+608 | ||
| | | | | | -Allow to use if node several times. | |||||