| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change website address | 2020-04-12 | 1 | -1/+1 | |
| | | |||||
| * | add unicity and repeat function part2 | 2020-03-28 | 1 | -60/+23 | |
| | | |||||
| * | Fix 1d20|3i:[>1]{"Success"}{"Failure"} command. | 2020-01-29 | 1 | -1/+1 | |
| | | | | | Prevent division by zero due to priority. | ||||
| * | Fix test of IF | 2019-12-25 | 1 | -6/+30 | |
| | | |||||
| * | fix [2,2,4,2]i[=4]{-4} command | 2019-12-22 | 1 | -5/+19 | |
| | | |||||
| * | Second part for fixing #55 | 2019-09-25 | 1 | -2/+66 | |
| | | |||||
| * | Painter dice now have a copy of the result | 2019-07-28 | 1 | -1/+1 | |
| | | |||||
| * | Rework of the component to be a proper lib | 2019-07-25 | 1 | -1/+1 | |
| | | |||||
| * | fix if behaviour and output | 2019-07-19 | 1 | -21/+21 | |
| | | |||||
| * | clang format | 2019-02-12 | 1 | -97/+93 | |
| | | |||||
| * | -The else becames more generic | 2017-11-28 | 1 | -2/+2 | |
| | | |||||
| * | -fix copy of if operator | 2017-11-28 | 1 | -3/+3 | |
| | | | | | Compare method was not shared. | ||||
| * | add stuff to debug if operator in if operator | 2017-11-28 | 1 | -3/+5 | |
| | | |||||
| * | remove useless commit | 2017-11-25 | 1 | -7/+2 | |
| | | |||||
| * | -c++11 update about for and nullptr. | 2017-10-29 | 1 | -23/+28 | |
| | | |||||
| * | add group | 2017-10-18 | 1 | -2/+2 | |
| | | |||||
| * | -remove debug messages. | 2017-05-06 | 1 | -7/+0 | |
| | | |||||
| * | -NULL to nullptr | 2017-04-28 | 1 | -11/+20 | |
| | | |||||
| * | -Add : compare operator to ask the if operator to compare the scalar | 2017-02-28 | 1 | -19/+21 | |
| | | | | | result. | ||||
| * | -update API used | 2017-02-12 | 1 | -1/+1 | |
| | | |||||
| * | -remove debug output. | 2017-01-28 | 1 | -1/+0 | |
| | | |||||
| * | -remove debug message. | 2016-11-28 | 1 | -1/+0 | |
| | | |||||
| * | -Add API for copying a branch of execution node. | 2016-11-28 | 1 | -14/+121 | |
| | | | | | -Allow to use if node several times. | ||||
| * | Node after ifNode is ran as child of the allowed branch. | 2016-11-04 | 1 | -3/+3 | |
| | | |||||
| * | -Fix some value on diceparser. | 2016-09-16 | 1 | -0/+48 | |
| | | |||||
| * | prevent crash after using ifnode. | 2016-04-17 | 1 | -1/+1 | |
| | | |||||
| * | change contact link. | 2016-04-03 | 1 | -1/+1 | |
| | | |||||
| * | Add Management of Color | 2016-02-04 | 1 | -2/+9 | |
| | | |||||
| * | Cppcheck warning for ifnode. | 2016-01-30 | 1 | -0/+1 | |
| | | |||||
| * | Implementation of the if node. Work with one if. | 2016-01-26 | 1 | -4/+35 | |
| | | |||||
| * | Add ifnode class | 2016-01-26 | 1 | -0/+95 | |