aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:Rolisteam/DiceParserRenaud G2017-02-121-1/+1
|\
* | -update API usedRenaud G2017-02-125-4/+19
* | -change API to fix DF dice.Renaud G2017-02-122-10/+10
* | -Fix range management for DF dice.Renaud G2017-02-122-6/+19
* | -add comment supportRenaud G2017-02-122-9/+31
* | -add comment supportRenaud G2017-02-121-9/+13
| * fix errorRenaud G2017-02-111-1/+1
|/
* -remove debug outputs.Renaud G2017-02-052-10/+2
* -fix crash memory.Renaud G2017-01-281-1/+4
* -remove memory issue.Renaud G2017-01-281-1/+3
* -fix issue about memory management.Renaud G2017-01-282-1/+18
* -fix crash memory in sort result.Renaud G2017-01-281-2/+6
* -useless protection but just in case some physical laws changed.Renaud G2017-01-281-2/+5
* -rename member.Renaud G2017-01-281-1/+1
* -remove debug output.Renaud G2017-01-281-1/+0
* -improve readability.Renaud G2017-01-281-0/+2
* -Make copy of die instead of copy address, prevent crash while using theRenaud G2017-01-282-6/+21
* -fix math priority.Renaud G2017-01-271-3/+3
* -prevent crash and improve readability of dot file.Renaud G2017-01-271-1/+4
* -Fix issue with Math priority : 5-5*5+5 is working now.Renaud G2017-01-271-3/+19
* -fix issue with compositevalidator, highlight and OR operator.Renaud G2017-01-271-46/+56
* Merge branch 'master' of github.com:Rolisteam/DiceParserRenaud G2017-01-141-1/+11
|\
* | -fix help command.Renaud G2017-01-144-4/+16
* | -Add virtual destructor.Renaud G2017-01-142-0/+9
| * Update diceparser.hRenaud G2016-12-191-1/+11
|/
* Merge branch 'master' of github.com:Rolisteam/DiceParserRenaud G2016-12-042-21/+32
|\
* | add submoduleRenaud G2016-12-042-0/+3
* | -First commit about webserver.Renaud G2016-12-044-0/+360
* | -add webserver subproject.Renaud G2016-12-041-0/+2
* | -use for each syntax from C++11Renaud G2016-12-041-1/+1
| * Update README.mdRenaud G2016-11-291-6/+21
| * Update README.mdRenaud G2016-11-291-6/+2
| * update.Renaud G2016-11-281-9/+9
|/
* add if operator into the documentationRenaud G2016-11-281-3/+52
* -remove debug message.Renaud G2016-11-281-1/+0
* -Add API for copying a branch of execution node.Renaud G2016-11-2851-40/+608
* -Fix compilation with cmake for irc, mobile and cli.Renaud G2016-11-283-2/+5
* compilation commandsRenaud G2016-11-211-7/+10
* Update HelpMe.mdRenaud G2016-11-061-1/+1
* Update HelpMe.mdRenaud G2016-11-061-10/+1
* Update HelpMe.mdRenaud G2016-11-061-1/+11
* add filter nodeRenaud G2016-11-0516-38/+174
|\
| * Node after ifNode is ran as child of the allowed branch.Renaud G2016-11-041-3/+3
| * -fix computation while there is arithmetic operator after if operator.Renaud G2016-11-041-0/+2
| * fix compilation with cmakeRenaud G2016-11-043-0/+4
| * add window class for mobileRenaud G2016-11-042-23/+0
| * Merge branch 'master' of github.com:Rolisteam/DiceParserRenaud G2016-11-032-6/+8
| |\
| * | -Add differentThan logical operatorRenaud G2016-11-032-1/+9
| * | -Add FilterNode to dice system.Renaud G2016-11-038-13/+141
| * | -Add new operator nodeRenaud G2016-11-032-0/+17