| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move files | 2019-07-25 | 1 | -362/+0 | |
| | | |||||
| * | Add valueslistnode | 2019-07-12 | 1 | -0/+2 | |
| | | |||||
| * | rework diceparser to run unit tests | 2019-07-11 | 1 | -7/+3 | |
| | | |||||
| * | fix compilation | 2019-04-23 | 1 | -1/+1 | |
| | | |||||
| * | Add unique operator | 2019-04-23 | 1 | -1/+2 | |
| | | |||||
| * | add occurencecountnode | 2019-03-23 | 1 | -1/+2 | |
| | | |||||
| * | clang format | 2019-02-12 | 1 | -79/+106 | |
| | | |||||
| * | indent fix. | 2019-01-13 | 1 | -1/+1 | |
| | | |||||
| * | remove warning | 2018-12-16 | 1 | -1/+1 | |
| | | | | | To be Fixed - Dice Gui won't compile anymore | ||||
| * | Fix several issues. | 2018-12-15 | 1 | -1/+3 | |
| | | |||||
| * | add comment | 2018-12-14 | 1 | -1/+2 | |
| | | |||||
| * | Display warning message and fix error. | 2018-12-09 | 1 | -0/+1 | |
| | | |||||
| * | Fix issue on command like this: ((3+4)*2)d6 | 2018-12-09 | 1 | -1/+1 | |
| | | | | | | readOperator method now use ref on pointer (as all the others). To be TESTED | ||||
| * | Commit before rebase. | 2018-11-09 | 1 | -1/+2 | |
| | | |||||
| * | Change management of variable (ref instead of pointer) | 2018-08-12 | 1 | -1/+1 | |
| | | | | | | using static is a bad idea as more and more diceparser are now use in rolisteam. | ||||
| * | -Add bind operator (soft version of merge). | 2018-06-14 | 1 | -1/+1 | |
| | | |||||
| * | rename "exploSe" to "exploDe" | 2018-06-01 | 1 | -4/+4 | |
| | | |||||
| * | -Add support for subcommand on reroll operator. | 2018-04-11 | 1 | -0/+2 | |
| | | |||||
| * | add all operators in README.md | 2018-04-09 | 1 | -14/+1 | |
| | | |||||
| * | -remove warnings | 2018-02-24 | 1 | -1/+1 | |
| | | |||||
| * | -Management of instructions | 2017-12-13 | 1 | -1/+2 | |
| | | | | | -Remove useless code | ||||
| * | -Fix reading dynamic variable | 2017-11-30 | 1 | -5/+0 | |
| | | | | | -Move function | ||||
| * | -Better indentation | 2017-11-28 | 1 | -14/+14 | |
| | | |||||
| * | -Change QList to std::vector | 2017-11-28 | 1 | -3/+2 | |
| | | |||||
| * | -fix copy of if operator | 2017-11-28 | 1 | -1/+1 | |
| | | | | | Compare method was not shared. | ||||
| * | add stuff to debug if operator in if operator | 2017-11-28 | 1 | -0/+1 | |
| | | |||||
| * | -better indentation. | 2017-10-21 | 1 | -10/+14 | |
| | | | | | | -update to C++11 standard -New way to store result in list. | ||||
| * | add group | 2017-10-18 | 1 | -1/+1 | |
| | | |||||
| * | -management of arithmetic operator for scalar result of dice. | 2017-04-27 | 1 | -2/+1 | |
| | | |||||
| * | -add comment support | 2017-02-12 | 1 | -0/+4 | |
| | | | | | -fix error on range. | ||||
| * | Update diceparser.h | 2016-12-19 | 1 | -1/+11 | |
| | | | | Add comments | ||||
| * | -Add FilterNode to dice system. | 2016-11-03 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'master' of github.com:Rolisteam/DiceParser | 2016-05-05 | 1 | -11/+17 | |
| |\ | |||||
| * | | -remove default dice for keep operator, alias are better solution to | 2016-05-05 | 1 | -1/+1 | |
| | | | | | | | | | that aim. | ||||
| | * | Add doxy page. | 2016-04-30 | 1 | -11/+17 | |
| |/ | |||||
| * | Merge branch 'master' of github.com:Rolisteam/DiceParser | 2016-04-14 | 1 | -0/+5 | |
| |\ | |||||
| | * | Add management for variable in DiceParser. | 2016-04-13 | 1 | -0/+5 | |
| | | | |||||
| * | | change contact link. | 2016-04-03 | 1 | -1/+1 | |
| |/ | |||||
| * | change Error code to Dice Error code, fix compilation issue on windows | 2016-03-05 | 1 | -3/+3 | |
| | | |||||
| * | Add Management of Color | 2016-02-04 | 1 | -4/+3 | |
| | | |||||
| * | -rework arithmetic operator | 2016-01-30 | 1 | -0/+1 | |
| | | |||||
| * | Implementation of the if node. Work with one if. | 2016-01-26 | 1 | -0/+1 | |
| | | |||||
| * | First shot for implementing ifnode. | 2016-01-26 | 1 | -1/+1 | |
| | | |||||
| * | merge MergeOp into master | 2016-01-10 | 1 | -1/+1 | |
| |\ | |||||
| | * | -Fix cppcheck errors. | 2016-01-08 | 1 | -1/+1 | |
| | | | |||||
| * | | -Add MergeOp and homogeneous status for result. | 2015-12-24 | 1 | -2/+2 | |
| |/ | |||||
| * | Merge branch 'master' of github.com:obiwankennedy/DiceParser | 2015-09-07 | 1 | -0/+9 | |
| |\ | |||||
| | * | add getAllDiceResult function and hasSeparator | 2015-09-01 | 1 | -0/+9 | |
| | | | |||||
| * | | Merge branch 'master' of github.com:obiwankennedy/DiceParser | 2015-08-28 | 1 | -0/+5 | |
| |\| | |||||
| | * | add method to get all string results | 2015-08-27 | 1 | -0/+5 | |
| | | | |||||