| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | clazy warnings | 2019-01-05 | 1 | -14/+18 | |
| | | |||||
| * | remove warning | 2018-12-16 | 1 | -98/+5 | |
| | | | | | To be Fixed - Dice Gui won't compile anymore | ||||
| * | Small modification to validate tests. | 2018-12-15 | 1 | -0/+5 | |
| | | |||||
| * | remove line | 2018-12-15 | 1 | -1/+0 | |
| | | |||||
| * | Fix indent. | 2018-12-15 | 1 | -1051/+1051 | |
| | | |||||
| * | Fix several issues. | 2018-12-15 | 1 | -13/+26 | |
| | | |||||
| * | -Remove debug message. | 2018-12-15 | 1 | -4/+4 | |
| | | |||||
| * | fix indent. | 2018-12-15 | 1 | -1/+0 | |
| | | |||||
| * | add new way to display result in dot file | 2018-12-12 | 1 | -1069/+1072 | |
| | | |||||
| * | add warning when no closing parenthesis | 2018-12-10 | 1 | -0/+4 | |
| | | |||||
| * | Display warning message and fix error. | 2018-12-09 | 1 | -10/+27 | |
| | | |||||
| * | Fix issue on command like this: ((3+4)*2)d6 | 2018-12-09 | 1 | -9/+23 | |
| | | | | | | readOperator method now use ref on pointer (as all the others). To be TESTED | ||||
| * | Merge branch 'diceResult' | 2018-11-11 | 1 | -3/+31 | |
| |\ | |||||
| | * | fix some warnings | 2018-11-09 | 1 | -2/+0 | |
| | | | |||||
| | * | Commit before rebase. | 2018-11-09 | 1 | -13/+33 | |
| | | | |||||
| * | | fix compilation | 2018-11-07 | 1 | -1/+1 | |
| | | | |||||
| | * | first draft for diceresult | 2018-10-23 | 1 | -2/+12 | |
| |/ | |||||
| * | 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. | ||||
| * | Clean up Comment line | 2018-08-02 | 1 | -0/+1 | |
| | | | | Clean up Comment line | ||||
| * | remove debug message | 2018-06-14 | 1 | -2/+0 | |
| | | |||||
| * | -Add bind operator (soft version of merge). | 2018-06-14 | 1 | -0/+12 | |
| | | |||||
| * | fix issue about mergin reroll until and make the help command a bit more ↵ | 2018-06-01 | 1 | -0/+5 | |
| | | | | | complete | ||||
| * | add "R" (Reroll until) operator | 2018-06-01 | 1 | -10/+7 | |
| | | |||||
| * | rename "exploSe" to "exploDe" | 2018-06-01 | 1 | -21/+26 | |
| | | |||||
| * | -remove warnings | 2018-05-11 | 1 | -1/+1 | |
| | | |||||
| * | -Fix regression on range. | 2018-04-11 | 1 | -1/+1 | |
| | | |||||
| * | -CleanUp | 2018-04-11 | 1 | -3/+0 | |
| | | |||||
| * | -Add support for subcommand on reroll operator. | 2018-04-11 | 1 | -2/+31 | |
| | | |||||
| * | -Read operand in condition | 2018-03-18 | 1 | -39/+17 | |
| | | |||||
| * | fix stuff on diceparser | 2018-03-12 | 1 | -1/+4 | |
| | | |||||
| * | -remove warnings | 2018-02-24 | 1 | -4/+7 | |
| | | |||||
| * | -Add management of unique for dice and list. | 2018-01-25 | 1 | -2/+4 | |
| | | |||||
| * | -rework display | 2018-01-14 | 1 | -21/+3 | |
| | | | | | -add support for new output format: SVG, IMAGE, JSON. | ||||
| * | -Fix comment | 2018-01-11 | 1 | -7/+10 | |
| | | |||||
| * | -fix windows behaviour | 2017-12-20 | 1 | -3/+3 | |
| | | |||||
| * | -Management of instructions | 2017-12-13 | 1 | -29/+51 | |
| | | | | | -Remove useless code | ||||
| * | -Fix reading dynamic variable | 2017-11-30 | 1 | -18/+12 | |
| | | | | | -Move function | ||||
| * | -Management of Dynamic Variable | 2017-11-28 | 1 | -3/+9 | |
| | | |||||
| * | -Change QList to std::vector | 2017-11-28 | 1 | -3/+3 | |
| | | |||||
| * | -fix copy of if operator | 2017-11-28 | 1 | -2/+3 | |
| | | | | | Compare method was not shared. | ||||
| * | add stuff to debug if operator in if operator | 2017-11-28 | 1 | -1/+17 | |
| | | |||||
| * | remove useless commit | 2017-11-25 | 1 | -5/+9 | |
| | | |||||
| * | Merge branch 'master' of github.com:Rolisteam/DiceParser | 2017-11-23 | 1 | -3/+3 | |
| |\ | |||||
| * | | clean source code | 2017-11-23 | 1 | -6/+4 | |
| | | | |||||
| | * | Merge branch 'provisoire' | 2017-11-18 | 1 | -3/+3 | |
| |/| | |||||
| | * | diceparser on window display | 2017-11-18 | 1 | -3/+3 | |
| | | | | | | | | | fix bug on display when you use windows | ||||
| | * | -replace NULL to nullptr. | 2017-11-11 | 1 | -23/+23 | |
| | | | |||||
| * | | -c++11 update about for and nullptr. | 2017-10-29 | 1 | -34/+41 | |
| |/ | |||||
| * | -add group into project and use proper variable. | 2017-10-21 | 1 | -3/+3 | |
| | | |||||
| * | -better indentation. | 2017-10-21 | 1 | -358/+413 | |
| | | | | | | -update to C++11 standard -New way to store result in list. | ||||