aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/jumpbackwardnode.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change website addressRenaud G2020-04-121-1/+1
|
* Rework of the component to be a proper libRenaud G2019-07-251-2/+3
|
* use copy constructor instead of assignementRenaud G2019-07-121-2/+2
|
* clang formatRenaud G2019-02-121-77/+72
|
* clazy warningsRenaud G2019-01-051-1/+1
|
* -c++11 for loop (instead foreach)Renaud G2018-03-171-1/+1
|
* remove useless commitRenaud G2017-11-251-1/+1
|
* -c++11 update about for and nullptr.Renaud G2017-10-291-16/+16
|
* -Add API for copying a branch of execution node.Renaud G2016-11-281-0/+9
| | | | -Allow to use if node several times.
* -remove limit of 3 jump.Renaud G2016-09-251-4/+13
| | | | | Now the operation is jumping backward until it find its first dice result or it has reached the beginning.
* -Fix some value on diceparser.Renaud G2016-09-161-1/+43
|
* -Fix issue #2Renaud Guezennec2016-01-261-20/+30
|
* add bool parameter to toString() function in node.Renaud G2015-08-201-2/+9
|
* -Add gpl header or/and add class description for doxygen.Renaud G2015-05-021-0/+20
|
* better highlightmentRenaud G2015-04-251-4/+21
|
* -Initalize to NULL one pointer to fix some crashes.Renaud G2015-04-011-0/+1
|
* add generateTreeRenaud G2015-03-051-7/+26
| | | | add jumpbackward node
* Add gui and new node.Renaud G2015-03-031-0/+38