aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node
Commit message (Expand)AuthorAgeFilesLines
...
* -rework arithmetic operatorRenaud G2016-01-302-17/+29
* Cppcheck warning for ifnode.Renaud G2016-01-302-1/+1
* Implementation of the if node. Work with one if.Renaud Guezennec2016-01-262-4/+38
* -Fix issue #2Renaud Guezennec2016-01-261-20/+30
* Add ifnode classRenaud Guezennec2016-01-262-0/+145
* Fix small errors of readability.Renaud Guezennec2016-01-263-6/+6
* merge MergeOp into masterRenaud G2016-01-102-7/+3
|\
| * fix cppcheck errorsRenaud G2016-01-082-7/+3
* | manage homogeneousRenaud2015-12-281-0/+2
* | -Adding mergenode to the project.Renaud G2015-12-242-0/+121
|/
* Fix init orderRenaud G2015-10-111-1/+1
* -set message if Too many dice error is trigged.Renaud G2015-10-111-0/+4
* -Add Too Many Dice error type.Renaud G2015-10-111-1/+1
* -add error while no dice.Renaud G2015-10-111-0/+5
* -Add Node Error : No dice to rollRenaud G2015-10-111-1/+1
* Merge branch 'rangeInList'Renaud G2015-10-1130-151/+308
|\
* | add gpl headerRenaud G2015-09-012-0/+38
* | add gpl headerRenaud G2015-09-012-2/+39
* | fix cppcheck issueRenaud G2015-08-284-10/+4
* | disable the highlightRenaud G2015-08-272-0/+2
| * add commentsRenaud G2015-08-202-38/+23
| * fix little issuesRenaud G2015-08-203-7/+4
| * remove useless ;Renaud G2015-08-201-1/+1
| * fix compilationRenaud G2015-08-201-1/+1
| * improve the dot generation.Renaud G2015-08-201-3/+8
| * fix compilationRenaud G2015-08-201-7/+11
| * fix compilationRenaud G2015-08-201-1/+1
| * fix compilationRenaud G2015-08-201-1/+1
| * fix compilationRenaud G2015-08-201-2/+1
| * add bool for toString() in result.Renaud G2015-08-201-6/+10
| * add bool parameterRenaud G2015-08-201-1/+1
| * add bool parameter to toString() function in node.Renaud G2015-08-2023-83/+165
| * start fixing dot tree generationRenaud G2015-08-2013-14/+42
| * add management of list with unequivalenceRenaud G2015-07-081-3/+3
| * Merge branch 'master' of github.com:obiwankennedy/DiceParser into rangeInListRenaud G2015-07-081-1/+1
| |\ | |/ |/|
* | add error of type: nothing understoodRenaud G2015-07-081-1/+1
| * -add method to read list with probability value. It sets range for allRenaud G2015-06-092-16/+69
|/
* add API to set the link to documentationRenaud G2015-05-212-1/+13
* add management of base, the minimum value of dieRenaud G2015-05-152-3/+5
* better readabilityRenaud G2015-05-051-1/+1
* improve output for dot systemRenaud G2015-05-0510-11/+44
* -Add gpl header or/and add class description for doxygen.Renaud G2015-05-029-3/+174
* add comments and gpl header to those files for better documentation in doxygenRenaud G2015-04-307-5/+174
* -management of runtime errorRenaud G2015-04-274-4/+80
* better highlightmentRenaud G2015-04-251-4/+21
* add error divide_by_zeroRenaud G2015-04-252-1/+6
* Dot tree now also displays the result tree. (must be improved).Renaud G2015-04-252-1/+4
* management of highligth diceRenaud G2015-04-222-1/+6
* -remove memory leaksRenaud G2015-04-0813-14/+95
* Add commentsRenaud G2015-04-081-1/+7