| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | -Make copy of die instead of copy address, prevent crash while using the | 2017-01-28 | 2 | -6/+21 | |
| | | | | | same diceparser several times. | ||||
| * | -fix math priority. | 2017-01-27 | 1 | -3/+3 | |
| | | |||||
| * | -prevent crash and improve readability of dot file. | 2017-01-27 | 1 | -1/+4 | |
| | | |||||
| * | -Fix issue with Math priority : 5-5*5+5 is working now. | 2017-01-27 | 1 | -3/+19 | |
| | | |||||
| * | -fix issue with compositevalidator, highlight and OR operator. | 2017-01-27 | 1 | -46/+56 | |
| | | |||||
| * | Merge branch 'master' of github.com:Rolisteam/DiceParser | 2017-01-14 | 1 | -1/+11 | |
| |\ | |||||
| * | | -fix help command. | 2017-01-14 | 4 | -4/+16 | |
| | | | |||||
| * | | -Add virtual destructor. | 2017-01-14 | 2 | -0/+9 | |
| | | | |||||
| | * | Update diceparser.h | 2016-12-19 | 1 | -1/+11 | |
| |/ | | | Add comments | ||||
| * | Merge branch 'master' of github.com:Rolisteam/DiceParser | 2016-12-04 | 2 | -21/+32 | |
| |\ | |||||
| * | | add submodule | 2016-12-04 | 2 | -0/+3 | |
| | | | |||||
| * | | -First commit about webserver. | 2016-12-04 | 4 | -0/+360 | |
| | | | |||||
| * | | -add webserver subproject. | 2016-12-04 | 1 | -0/+2 | |
| | | | |||||
| * | | -use for each syntax from C++11 | 2016-12-04 | 1 | -1/+1 | |
| | | | |||||
| | * | Update README.md | 2016-11-29 | 1 | -6/+21 | |
| | | | | | | | update the grammar of diceparser | ||||
| | * | Update README.md | 2016-11-29 | 1 | -6/+2 | |
| | | | | | | | update readme | ||||
| | * | update. | 2016-11-28 | 1 | -9/+9 | |
| |/ | | | echap some character. | ||||
| * | add if operator into the documentation | 2016-11-28 | 1 | -3/+52 | |
| | | |||||
| * | -remove debug message. | 2016-11-28 | 1 | -1/+0 | |
| | | |||||
| * | -Add API for copying a branch of execution node. | 2016-11-28 | 51 | -40/+608 | |
| | | | | | -Allow to use if node several times. | ||||
| * | -Fix compilation with cmake for irc, mobile and cli. | 2016-11-28 | 3 | -2/+5 | |
| | | |||||
| * | compilation commands | 2016-11-21 | 1 | -7/+10 | |
| | | | | fix compilation helps | ||||
| * | Update HelpMe.md | 2016-11-06 | 1 | -1/+1 | |
| | | | | update link to svg | ||||
| * | Update HelpMe.md | 2016-11-06 | 1 | -10/+1 | |
| | | | | add link to svg | ||||
| * | Update HelpMe.md | 2016-11-06 | 1 | -1/+11 | |
| | | | | change svg link | ||||
| * | add filter node | 2016-11-05 | 16 | -38/+174 | |
| |\ | |||||
| | * | Node after ifNode is ran as child of the allowed branch. | 2016-11-04 | 1 | -3/+3 | |
| | | | |||||
| | * | -fix computation while there is arithmetic operator after if operator. | 2016-11-04 | 1 | -0/+2 | |
| | | | |||||
| | * | fix compilation with cmake | 2016-11-04 | 3 | -0/+4 | |
| | | | |||||
| | * | add window class for mobile | 2016-11-04 | 2 | -23/+0 | |
| | | | |||||
| | * | Merge branch 'master' of github.com:Rolisteam/DiceParser | 2016-11-03 | 2 | -6/+8 | |
| | |\ | |||||
| | * | | -Add differentThan logical operator | 2016-11-03 | 2 | -1/+9 | |
| | | | | |||||
| | * | | -Add FilterNode to dice system. | 2016-11-03 | 8 | -13/+141 | |
| | | | | |||||
| | * | | -Add new operator node | 2016-11-03 | 2 | -0/+17 | |
| | | | | |||||
| * | | | -add management of string node to display text in some condition. | 2016-11-01 | 6 | -8/+216 | |
| | | | | |||||
| * | | | add String Node | 2016-11-01 | 2 | -0/+17 | |
| | |/ |/| | |||||
| * | | -optimizing the random generation. | 2016-10-23 | 2 | -6/+8 | |
| |/ | |||||
| * | -remove random_device because not all platform has random device. | 2016-10-13 | 1 | -3/+4 | |
| | | |||||
| * | Merge branch 'master' of github.com:Rolisteam/DiceParser | 2016-10-10 | 4 | -3/+12 | |
| |\ | |||||
| * | | -change random method. | 2016-10-10 | 2 | -3/+9 | |
| | | | |||||
| | * | vs compilation | 2016-10-08 | 1 | -1/+1 | |
| | | | |||||
| | * | build instructions | 2016-10-02 | 1 | -0/+9 | |
| | | | | | | | build instructions | ||||
| | * | Merge branch 'master' of github.com:Rolisteam/DiceParser | 2016-09-25 | 38 | -89/+1408 | |
| | |\ | |/ |/| | |||||
| * | | add file for mobile application | 2016-09-25 | 6 | -0/+233 | |
| | | | |||||
| * | | add script to test many | 2016-09-25 | 2 | -0/+55 | |
| | | | |||||
| * | | -add status about empty range. To Be Defined range. | 2016-09-25 | 2 | -1/+14 | |
| | | | |||||
| * | | -fix reading partially defined range. | 2016-09-25 | 1 | -5/+46 | |
| | | | |||||
| * | | -remove limit of 3 jump. | 2016-09-25 | 1 | -4/+13 | |
| | | | | | | | | | | | Now the operation is jumping backward until it find its first dice result or it has reached the beginning. | ||||
| * | | -first draft of mobile application. | 2016-09-25 | 7 | -47/+121 | |
| | | | |||||
| * | | -fix sequence of @. | 2016-09-25 | 1 | -2/+4 | |
| | | | |||||