| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | -Remove debug message. | 2018-12-15 | 1 | -4/+4 | |
| * | prevent crash when result is null. | 2018-12-15 | 1 | -3/+7 | |
| * | fix indent. | 2018-12-15 | 5 | -36/+38 | |
| * | WIP | 2018-12-15 | 4 | -12/+39 | |
| * | List operator fix of range. | 2018-12-15 | 5 | -11/+29 | |
| * | add comment | 2018-12-14 | 1 | -1/+2 | |
| * | Update README.md | 2018-12-12 | 1 | -3/+1 | |
| * | add new way to display result in dot file | 2018-12-12 | 5 | -1087/+1099 | |
| * | add warning when no closing parenthesis | 2018-12-10 | 1 | -0/+4 | |
| * | Display warning message and fix error. | 2018-12-09 | 4 | -20/+52 | |
| * | Fix issue on command like this: ((3+4)*2)d6 | 2018-12-09 | 2 | -10/+24 | |
| * | Remove compilation warnings. | 2018-12-09 | 1 | -3/+3 | |
| * | Partial Fix #22 error with several kind of dice. | 2018-12-09 | 1 | -4/+4 | |
| * | Fix compilation. | 2018-12-08 | 1 | -5/+2 | |
| * | Merge branch 'master' of github.com:Rolisteam/DiceParser | 2018-12-08 | 12 | -66/+181 | |
| |\ | |||||
| * | | fix color | 2018-12-08 | 1 | -8/+20 | |
| | * | prevent warning | 2018-11-11 | 3 | -4/+7 | |
| | * | Merge branch 'diceResult' | 2018-11-11 | 8 | -22/+117 | |
| | |\ | |||||
| | | * | fix some warnings | 2018-11-09 | 2 | -4/+3 | |
| | | * | Get full result. | 2018-11-09 | 1 | -1/+3 | |
| | | * | Commit before rebase. | 2018-11-09 | 2 | -14/+35 | |
| | | * | HighLightDice: add member to help. | 2018-11-09 | 2 | -6/+32 | |
| | | * | Clean up die class. | 2018-11-09 | 2 | -10/+5 | |
| | | * | copy data parameter when copy variable node | 2018-11-09 | 1 | -0/+4 | |
| | | * | Update HelpMe.md | 2018-11-09 | 1 | -0/+8 | |
| | * | | fix compilation | 2018-11-07 | 2 | -1/+2 | |
| | * | | add logo | 2018-11-06 | 1 | -2/+1 | |
| | * | | Update README.md | 2018-11-06 | 1 | -37/+54 | |
| |/ / | |||||
| * | | copy data parameter when copy variable node | 2018-10-27 | 1 | -0/+4 | |
| | * | DiceParser: better display. | 2018-10-24 | 1 | -0/+2 | |
| | * | first draft for diceresult | 2018-10-23 | 2 | -2/+52 | |
| * | | Update HelpMe.md | 2018-10-17 | 1 | -0/+8 | |
| |/ | |||||
| * | prevent crash | 2018-10-16 | 2 | -2/+2 | |
| * | Keep node accept negative number -1 means keep all dice but 1 (the lowest) | 2018-10-12 | 2 | -3/+8 | |
| * | Update HelpMe.md | 2018-10-08 | 1 | -2/+2 | |
| * | Update HelpMe.md | 2018-10-08 | 1 | -0/+8 | |
| * | Update HelpMe.md | 2018-10-08 | 1 | -8/+73 | |
| * | need for gui is not conditionnal add flag NO_PAINTER_OPERATOR | 2018-09-28 | 4 | -9/+38 | |
| * | Merge branch 'master' of github.com:Rolisteam/DiceParser | 2018-09-28 | 1 | -1/+1 | |
| |\ | |||||
| * | | fix several replacement | 2018-09-28 | 1 | -4/+4 | |
| * | | add integer division operator | 2018-09-28 | 6 | -1/+14 | |
| | * | fix warning | 2018-09-02 | 1 | -1/+1 | |
| |/ | |||||
| * | Adding pow | 2018-09-02 | 6 | -11/+28 | |
| * | protect comment from alias | 2018-08-30 | 1 | -1/+5 | |
| * | Merge branch 'master' of github.com:Rolisteam/DiceParser | 2018-08-27 | 8 | -15/+109 | |
| |\ | |||||
| * | | -Fix alias in cli client. | 2018-08-27 | 1 | -2/+1 | |
| * | | -New API for validating validor. | 2018-08-27 | 12 | -46/+55 | |
| | * | Fix bug on dicealias replacement (when several replacement must be done | 2018-08-22 | 2 | -3/+5 | |
| | * | make sure aliases don't affect variable names or string | 2018-08-19 | 1 | -1/+79 | |
| | * | Change management of variable (ref instead of pointer) | 2018-08-12 | 4 | -11/+11 | |