aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cli
Commit message (Collapse)AuthorAgeFilesLines
* fix colorRenaud G2018-12-081-8/+20
|
* need for gui is not conditionnal add flag NO_PAINTER_OPERATORRenaud G2018-09-284-9/+38
|
* fix several replacementRenaud G2018-09-281-4/+4
|
* -Fix alias in cli client.Renaud G2018-08-271-2/+1
|
* -Add alias management from fileRenaud G2018-06-141-3/+24
| | | | Better display for alias.
* -Add bind operator (soft version of merge).Renaud G2018-06-141-0/+1
|
* add mainRenaud G2018-06-111-0/+1
|
* rename "exploSe" to "exploDe"Robin Moussu2018-06-011-1/+1
|
* Fix diceToText function() when multiple commands are involvedRobin Moussu2018-04-081-60/+48
| | | | | | | | | | | | | | | | | | | | | Currently their is no space between expressions in the breakdown of the dices. Example: 2d6;3d4*10;4d20*100 Current result (notice the absence of space between the '4' and '1', and between the '3' and '17'): Result: 8,50,4300 - details:[2d6;3d4*10;4d20*100 (4,41,1,317,15,8,3)] New result: Result: 10,80,4300 - details:[2d6;3d4*10;4d20*100 (4 4 - 1 1 3 - 17 15 8 3)] NB: I used space instead of coma, since it's look better with conditions Example: 2d6a[>3];3d4a[>2]*10;4d20a[>10]*100 Current result (notice the abscence of space after each ']') 8,[5,3],10,[4,6]7,[4,3],1,6,[3,3]3,33,[17,16],10,22,[14,8] New result: 8 [5,3] 10 [4,6] - 7 [4,3] 1 6 [3,3] - 3 33 [17,16] 10 22 [14,8]
* -better displayRenaud G2018-03-181-2/+11
|
* -Clean upRenaud G2018-03-181-109/+2
|
* -rework displayRenaud G2018-01-144-444/+535
| | | | -add support for new output format: SVG, IMAGE, JSON.
* -rename class.Renaud G2018-01-142-0/+0
|
* rework cli structureRenaud G2018-01-124-162/+435
|
* -add support of SVGRenaud G2018-01-111-1/+0
|
* fix mergeRenaud G2018-01-112-20/+40
|
* -Fix commentRenaud G2018-01-111-1/+10
|
* fix jsonobiwankennedy2018-01-111-2/+3
|
* add json functionobiwankennedy2018-01-111-1/+70
|
* -Add comment at the right placeRenaud G2017-12-131-0/+4
|
* -Add variable nodeRenaud Guezennec2017-11-281-0/+1
|
* -fix copy of if operatorRenaud Guezennec2017-11-281-2/+2
| | | | Compare method was not shared.
* add stuff to debug if operator in if operatorRenaud G2017-11-281-3/+9
|
* remove useless commitRenaud G2017-11-251-1/+1
|
* -c++11 update about for and nullptr.Renaud G2017-10-291-1/+1
|
* -Manage new ways of several commands in one line.Renaud G2017-10-211-220/+239
|
* -improve the test script to get the under dev dice cli version.Renaud G2017-10-211-1/+4
|
* add groupRenaud G2017-10-182-32/+34
|
* -Add markdown output for discord bot.Renaud G2017-06-031-1/+165
|
* -management of arithmetic operator for scalar result of dice.rguezennec2017-04-271-0/+1
|
* -add comment supportRenaud G2017-02-121-9/+13
|
* -fix help command.Renaud G2017-01-141-1/+1
|
* -Fix compilation with cmake for irc, mobile and cli.Renaud G2016-11-281-0/+1
|
* fix compilation with cmakeRenaud G2016-11-041-0/+1
|
* add script to test manyRenaud G2016-09-252-0/+55
|
* -add support for red and white color in cli client.Renaud G2016-09-251-0/+8
|
* Merge branch 'master' of github.com:Rolisteam/DiceParserRenaud G2016-09-161-1/+1
|\
* | -Fix some value on diceparser.Renaud G2016-09-161-7/+5
| |
| * -fix stuffRenaud G2016-09-161-1/+1
|/
* translate frenchRenaud G2016-09-161-13/+14
|
* add translation supportRenaud G2016-09-154-6/+189
|
* split the compilation into subpojectRenaud G2016-04-151-0/+67
|
* Add Management of ColorRenaud Guezennec2016-02-041-92/+18
|
* manage homogeneousRenaud2015-12-281-5/+3
|
* Start modification for the display function when displaying result.Renaud G2015-12-241-40/+88
|
* fix the removal of colorRenaud G2015-05-161-6/+7
|
* display number as signedRenaud G2015-05-151-1/+1
|
* -Add install target to make file.Renaud G2015-05-031-2/+16
| | | | -Add comments and class descriptions.
* -Add gpl header or/and add class description for doxygen.Renaud G2015-05-021-10/+36
|
* -management of runtime errorRenaud G2015-04-271-0/+6
|