aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* WIPRenaud G2018-12-154-12/+39
* List operator fix of range.Renaud G2018-12-155-11/+29
* add commentRenaud G2018-12-141-1/+2
* Update README.mdRenaud G2018-12-121-3/+1
* add new way to display result in dot fileobiwankennedy2018-12-125-1087/+1099
* add warning when no closing parenthesisRenaud G2018-12-101-0/+4
* Display warning message and fix error.Renaud G2018-12-094-20/+52
* Fix issue on command like this: ((3+4)*2)d6Renaud G2018-12-092-10/+24
* Remove compilation warnings.Renaud G2018-12-091-3/+3
* Partial Fix #22 error with several kind of dice.Renaud G2018-12-091-4/+4
* Fix compilation.Renaud G2018-12-081-5/+2
* Merge branch 'master' of github.com:Rolisteam/DiceParserRenaud G2018-12-0812-66/+181
|\
* | fix colorRenaud G2018-12-081-8/+20
| * prevent warningRenaud G2018-11-113-4/+7
| * Merge branch 'diceResult'Renaud G2018-11-118-22/+117
| |\
| | * fix some warningsRenaud G2018-11-092-4/+3
| | * Get full result.Renaud G2018-11-091-1/+3
| | * Commit before rebase.Renaud G2018-11-092-14/+35
| | * HighLightDice: add member to help.Renaud G2018-11-092-6/+32
| | * Clean up die class.Renaud G2018-11-092-10/+5
| | * copy data parameter when copy variable nodeRenaud G2018-11-091-0/+4
| | * Update HelpMe.mdRenaud G2018-11-091-0/+8
| * | fix compilationRenaud Guezennec2018-11-072-1/+2
| * | add logoRenaud G2018-11-061-2/+1
| * | Update README.mdRenaud G2018-11-061-37/+54
|/ /
* | copy data parameter when copy variable nodeRenaud G2018-10-271-0/+4
| * DiceParser: better display.Renaud G2018-10-241-0/+2
| * first draft for diceresultRenaud G2018-10-232-2/+52
* | Update HelpMe.mdRenaud G2018-10-171-0/+8
|/
* prevent crashRenaud G2018-10-162-2/+2
* Keep node accept negative number -1 means keep all dice but 1 (the lowest)Renaud G2018-10-122-3/+8
* Update HelpMe.mdRenaud G2018-10-081-2/+2
* Update HelpMe.mdRenaud G2018-10-081-0/+8
* Update HelpMe.mdRenaud G2018-10-081-8/+73
* need for gui is not conditionnal add flag NO_PAINTER_OPERATORRenaud G2018-09-284-9/+38
* Merge branch 'master' of github.com:Rolisteam/DiceParserRenaud G2018-09-281-1/+1
|\
* | fix several replacementRenaud G2018-09-281-4/+4
* | add integer division operatorRenaud G2018-09-286-1/+14
| * fix warningRenaud G2018-09-021-1/+1
|/
* Adding powRenaud G2018-09-026-11/+28
* protect comment from aliasRenaud G2018-08-301-1/+5
* Merge branch 'master' of github.com:Rolisteam/DiceParserRenaud G2018-08-278-15/+109
|\
* | -Fix alias in cli client.Renaud G2018-08-271-2/+1
* | -New API for validating validor.Renaud G2018-08-2712-46/+55
| * Fix bug on dicealias replacement (when several replacement must be doneRenaud G2018-08-222-3/+5
| * make sure aliases don't affect variable names or stringRenaud G2018-08-191-1/+79
| * Change management of variable (ref instead of pointer)Renaud G2018-08-124-11/+11
| * Clean up Comment lineRenaud G2018-08-021-0/+1
| * add unique operatorRenaud G2018-07-301-0/+11
* | prevent crash when b operator is read without previous resultRenaud G2018-07-201-0/+3