aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/scalaroperatornode.cpp
Commit message (Collapse)AuthorAgeFilesLines
* -Fix #4 crash with mishaped command.Renaud G2018-04-091-1/+1
| | | | And prevent this error to happen with other nodes.
* remove useless commitRenaud G2017-11-251-21/+28
|
* update diceparserRenaud G2017-11-121-28/+21
|\
* | -replace NULL to nullptr.Renaud G2017-11-111-16/+16
| |
| * -c++11 update about for and nullptr.Renaud G2017-10-291-77/+75
|/
* -management of arithmetic operator for scalar result of dice.rguezennec2017-04-271-12/+12
|
* -prevent crash and improve readability of dot file.Renaud G2017-01-271-1/+4
|
* -Add API for copying a branch of execution node.Renaud G2016-11-281-2/+13
| | | | -Allow to use if node several times.
* improve indentationRenaud G2016-07-151-1/+1
|
* change contact link.Renaud G2016-04-031-1/+1
|
* change Error code to Dice Error code, fix compilation issue on windowsRenaud G2016-03-051-3/+3
|
* -rework arithmetic operatorRenaud G2016-01-301-13/+23
|
* fix cppcheck errorsRenaud G2016-01-081-4/+0
|
* Merge branch 'rangeInList'Renaud G2015-10-111-9/+20
|\ | | | | | | | | | | | | | | | | | | | | resolved conflicts and merge rangeInList in master. Conflicts: HelpMe.md diceparser.cpp parsingtoolbox.cpp result/result.cpp result/stringresult.h
* | fix cppcheck issueRenaud G2015-08-281-1/+1
| |
| * fix compilationRenaud G2015-08-201-7/+11
| |
| * add bool parameter to toString() function in node.Renaud G2015-08-201-4/+8
| |
| * start fixing dot tree generationRenaud G2015-08-201-1/+4
|/
* improve output for dot systemRenaud G2015-05-051-1/+20
|
* -management of runtime errorRenaud G2015-04-271-1/+40
|
* add error divide_by_zeroRenaud G2015-04-251-0/+5
|
* -remove memory leaksRenaud G2015-04-081-3/+15
| | | | -delete created objects
* -change headersRenaud G2015-03-061-1/+1
|
* add generateTreeRenaud G2015-03-051-1/+32
| | | | add jumpbackward node
* -store pointeur to previous node.Renaud G2015-03-031-0/+1
|
* Usage of the new API for ResultRenaud G2014-12-091-6/+6
|
* -divide result dice by integer return double.Renaud G2014-11-141-2/+2
|
* Update scalaroperatornode.cppobiwankennedy2014-01-301-8/+13
| | | getPriority
* Update scalaroperatornode.cppobiwankennedy2014-01-271-1/+1
| | | better management of previous result
* fix some issue with parentheses management.Renaud G2014-01-251-1/+1
|
* Update scalaroperatornode.cppobiwankennedy2014-01-211-0/+4
| | | toString
* Update scalaroperatornode.cppobiwankennedy2014-01-201-0/+3
| | | debug
* Update scalaroperatornode.cppobiwankennedy2014-01-141-0/+4
| | | adding previous result API
* Update scalaroperatornode.cppobiwankennedy2014-01-071-27/+34
| | | add scalar result
* Adding commentsRenaud G2013-12-291-1/+0
|
* Firt commit of the new dice system for rolisteam.Renaud G2013-12-291-0/+91