aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Update range.cppobiwankennedy2014-01-161-4/+16
| | | hasValid API
* Update range.hobiwankennedy2014-01-161-1/+1
| | | hasValid API
* Update explosedicenode.cppobiwankennedy2014-01-161-1/+1
| | | hasValid API
* Update diceparser.cppobiwankennedy2014-01-161-0/+2
| | | remove warning
* Update countexecutenode.cppobiwankennedy2014-01-161-4/+1
| | | hasValid API
* Update booleancondition.hobiwankennedy2014-01-161-1/+1
| | | hasValid API
* Update booleancondition.cppobiwankennedy2014-01-161-13/+34
| | | hasValid API
* Update diceparser.cppobiwankennedy2014-01-151-12/+12
| | | correcting range parsing
* Update diceparser.cppobiwankennedy2014-01-151-10/+26
| | | fix >= and <= operator parsing
* Update README.mdobiwankennedy2014-01-141-2/+42
| | | Adding examples
* Update result.cppobiwankennedy2014-01-141-0/+1
| | | pointer to null
* Update range.cppobiwankennedy2014-01-141-1/+1
| | | getLastRolledValue
* Update die.hobiwankennedy2014-01-141-0/+4
| | | adding getFaces and getLastRolledValue API
* Update die.cppobiwankennedy2014-01-141-0/+13
| | | adding getFaces and getLastRolledValue API
* Update diceresult.cppobiwankennedy2014-01-141-0/+10
| | | adding new scalar computation
* Update diceparser.hobiwankennedy2014-01-141-1/+4
| | | adding new methods
* Update booleancondition.cppobiwankennedy2014-01-141-5/+5
| | | getLastRolledValue API calls
* Update sortresult.cppobiwankennedy2014-01-141-1/+2
| | | Adding previous result API.
* Update scalaroperatornode.cppobiwankennedy2014-01-141-0/+4
| | | adding previous result API
* Update rerolldicenode.cppobiwankennedy2014-01-141-0/+1
| | | adding previous result API
* Update node.priobiwankennedy2014-01-141-2/+4
| | | adding explose dice node
* Update keepdiceexecnode.cppobiwankennedy2014-01-141-0/+1
| | | adding previous result API
* Update explosedicenode.cppobiwankennedy2014-01-141-0/+1
| | | adding previous result API
* Update dicerollernode.cppobiwankennedy2014-01-141-10/+16
| | | previous result API
* Update countexecutenode.cppobiwankennedy2014-01-141-0/+1
| | | adding previous result API
* Update diceparser.cppobiwankennedy2014-01-141-65/+120
| | | new display
* Update README.mdobiwankennedy2014-01-121-0/+7
| | | Adding validator in grammar file.
* Update diceparser.cppobiwankennedy2014-01-111-0/+1
| | | comments
* Update diceparser.cppobiwankennedy2014-01-101-3/+22
| | | allows operation after the second.
* Create explosedicenode.cppobiwankennedy2014-01-101-0/+37
| | | adding explosing dice
* Create explosedicenode.hobiwankennedy2014-01-101-0/+25
| | | Adding explosing dice node
* Update sortresult.cppobiwankennedy2014-01-091-20/+33
| | | dichotomy sorting
* Sort on a huge roll.Renaud G2014-01-091-1/+1
|
* correct die* APIRenaud G2014-01-092-2/+2
|
* Update range.hobiwankennedy2014-01-081-1/+1
| | | die*
* Update range.cppobiwankennedy2014-01-081-2/+2
| | | die*
* Update diceresult.hobiwankennedy2014-01-081-4/+4
| | | die*
* Update diceresult.cppobiwankennedy2014-01-081-4/+4
| | | die*
* Update diceparser.hobiwankennedy2014-01-081-2/+5
| | | reroll wroking
* Update diceparser.cppobiwankennedy2014-01-081-11/+32
| | | reroll working!
* Update booleancondition.hobiwankennedy2014-01-081-1/+1
| | | die*
* Update booleancondition.cppobiwankennedy2014-01-081-6/+6
| | | die*
* Update sortresult.cppobiwankennedy2014-01-081-14/+40
| | | manual sort because of die*.
* Update rerolldicenode.hobiwankennedy2014-01-081-2/+7
| | | add validator
* Update rerolldicenode.cppobiwankennedy2014-01-081-8/+12
| | | add validator and die*
* Update keepdiceexecnode.cppobiwankennedy2014-01-081-2/+2
| | | die*
* Update dicerollernode.hobiwankennedy2014-01-081-4/+1
| | | removal of rolldice and adding getFaces
* Update dicerollernode.cppobiwankennedy2014-01-081-7/+8
| | | die*
* Update countexecutenode.cppobiwankennedy2014-01-081-2/+2
| | | management of die* instead of die
* Update die.hobiwankennedy2014-01-081-0/+5
| | | add rolling die as method of die class