aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* Enable debugRenaud G2020-06-121-0/+1
|
* Simplify the documentatitonRenaud G2020-06-121-70/+11
|
* Fix behaviour of output.Renaud G2020-05-222-2/+2
|
* fix #82 return 0 for no reason.Renaud G2020-05-012-21/+18
|
* fix tests.Renaud G2020-04-261-3/+4
|
* Add support for OnEachValue compare method.Renaud G2020-04-267-19/+118
|
* die: Add missing array includePatrick José Pereira2020-04-231-0/+1
| | | | Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
* Fix compilationRenaud G2020-04-231-3/+4
|
* Fix buildTomaz Canabrava2020-04-221-1/+1
|
* Add copy constructor for aliasRenaud G2020-04-204-5/+15
|
* fix compileRenaud G2020-04-181-1/+2
|
* fix mispell file nameRenaud G2020-04-181-2/+2
|
* Fix compilation on masterRenaud G2020-04-175-0/+35
| | | | Add API to access aliases list.
* Init to nullptrRenaud G2020-04-151-2/+2
|
* Improve init of the seedRenaud G2020-04-152-2/+19
|
* Improve documentationRenaud G2020-04-151-4/+69
|
* Dice: fix #77 from githubRenaud G2020-04-154-74/+183
|
* Change website addressRenaud G2020-04-1260-60/+60
|
* New Api for string result subclass dice result.Renaud G2020-04-0110-78/+156
|
* Don't display string result if it can be read as int.Renaud G2020-03-311-2/+4
|
* Rework help about range.Renaud G2020-03-281-3/+3
|
* Merge branch 'repeat2' into 'master'Renaud Guezennec2020-03-2834-1654/+2435
|\ | | | | | | | | All new features See merge request kde/rolisteam-diceparser!4
| * Add filter operator in the Help.Renaud G2020-03-281-0/+15
| |
| * @ placeholder does not display final scalar when y operator is set.Renaud G2020-03-281-2/+9
| |
| * update documentation.Renaud G2020-03-281-3/+26
| |
| * Fix .. as range operatorRenaud G2020-03-281-2/+2
| |
| * Show explode value in @ place holder.Renaud G2020-03-282-7/+24
| |
| * add unicity and repeat function part2Renaud G2020-03-2832-1690/+2245
| |
| * add unicity and repeat function part1Renaud G2020-03-282-0/+0
| |
| * Add repeater node.Renaud G2020-03-282-0/+164
|/
* Remove ambiguous syntax.Renaud G2020-03-283-12/+8
| | | | | Range [X..Y] Pow: 2**2
* update grammarRenaud G2020-03-281-9/+18
|
* Add .gitlab-ci.ymlRenaud Guezennec2020-03-061-0/+17
|
* add subsection in helpRenaud G2020-01-291-0/+8
|
* Fix 1d20|3i:[>1]{"Success"}{"Failure"} command.Renaud G2020-01-292-2/+2
| | | | Prevent division by zero due to priority.
* add new test commandRenaud G2020-01-291-0/+1
|
* Remove warnings.Renaud G2020-01-291-1/+1
|
* Output tags for dice list.Renaud G2020-01-297-42/+175
|
* Fix test of IFRenaud G2019-12-252-7/+35
|
* Improve perfRenaud G2019-12-251-3/+5
|
* fix [2,2,4,2]i[=4]{-4} commandRenaud G2019-12-221-5/+19
|
* Performance improvement: mt19937 is not staticRenaud G2019-12-222-6/+7
|
* OPTI: Add QSet instead of QStringRenaud G2019-12-221-4/+4
|
* Fix mergenode.cppRenaud G2019-12-221-4/+7
|
* Protect all dynamic casts.Renaud G2019-10-071-10/+13
|
* Fix endless loop t operator.Renaud G2019-10-011-35/+39
|
* Add operator TRenaud G2019-09-268-1/+147
|
* Second part for fixing #55Renaud G2019-09-252-2/+80
|
* improve alias testingRenaud G2019-09-241-19/+22
|
* Fix error on range computationRenaud G2019-09-241-1/+1
|