| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | New Api for string result subclass dice result. | 2020-04-01 | 10 | -78/+156 | |
| * | Don't display string result if it can be read as int. | 2020-03-31 | 1 | -2/+4 | |
| * | Rework help about range. | 2020-03-28 | 1 | -3/+3 | |
| * | Merge branch 'repeat2' into 'master' | 2020-03-28 | 34 | -1654/+2435 | |
| |\ | |||||
| | * | Add filter operator in the Help. | 2020-03-28 | 1 | -0/+15 | |
| | * | @ placeholder does not display final scalar when y operator is set. | 2020-03-28 | 1 | -2/+9 | |
| | * | update documentation. | 2020-03-28 | 1 | -3/+26 | |
| | * | Fix .. as range operator | 2020-03-28 | 1 | -2/+2 | |
| | * | Show explode value in @ place holder. | 2020-03-28 | 2 | -7/+24 | |
| | * | add unicity and repeat function part2 | 2020-03-28 | 32 | -1690/+2245 | |
| | * | add unicity and repeat function part1 | 2020-03-28 | 2 | -0/+0 | |
| | * | Add repeater node. | 2020-03-28 | 2 | -0/+164 | |
| |/ | |||||
| * | Remove ambiguous syntax. | 2020-03-28 | 3 | -12/+8 | |
| * | update grammar | 2020-03-28 | 1 | -9/+18 | |
| * | Add .gitlab-ci.yml | 2020-03-06 | 1 | -0/+17 | |
| * | add subsection in help | 2020-01-29 | 1 | -0/+8 | |
| * | Fix 1d20|3i:[>1]{"Success"}{"Failure"} command. | 2020-01-29 | 2 | -2/+2 | |
| * | add new test command | 2020-01-29 | 1 | -0/+1 | |
| * | Remove warnings. | 2020-01-29 | 1 | -1/+1 | |
| * | Output tags for dice list. | 2020-01-29 | 7 | -42/+175 | |
| * | Fix test of IF | 2019-12-25 | 2 | -7/+35 | |
| * | Improve perf | 2019-12-25 | 1 | -3/+5 | |
| * | fix [2,2,4,2]i[=4]{-4} command | 2019-12-22 | 1 | -5/+19 | |
| * | Performance improvement: mt19937 is not static | 2019-12-22 | 2 | -6/+7 | |
| * | OPTI: Add QSet instead of QString | 2019-12-22 | 1 | -4/+4 | |
| * | Fix mergenode.cpp | 2019-12-22 | 1 | -4/+7 | |
| * | Protect all dynamic casts. | 2019-10-07 | 1 | -10/+13 | |
| * | Fix endless loop t operator. | 2019-10-01 | 1 | -35/+39 | |
| * | Add operator T | 2019-09-26 | 8 | -1/+147 | |
| * | Second part for fixing #55 | 2019-09-25 | 2 | -2/+80 | |
| * | improve alias testing | 2019-09-24 | 1 | -19/+22 | |
| * | Fix error on range computation | 2019-09-24 | 1 | -1/+1 | |
| * | Fix Bug #55 | 2019-09-24 | 1 | -0/+1 | |
| * | Add space | 2019-09-24 | 1 | -1/+1 | |
| * | add clang format file | 2019-09-24 | 1 | -0/+87 | |
| * | Improve alias replacement | 2019-09-24 | 1 | -1/+26 | |
| * | Change priority | 2019-09-24 | 1 | -1/+1 | |
| * | Change index API from qint64 to quint64 | 2019-09-24 | 2 | -4/+4 | |
| * | Remove warnings | 2019-09-24 | 3 | -12/+10 | |
| * | Fix error messages | 2019-09-19 | 2 | -7/+7 | |
| * | Fix compilation on windows | 2019-09-15 | 5 | -8/+8 | |
| * | update pri | 2019-09-15 | 1 | -4/+6 | |
| * | add composite validator in the documentation | 2019-09-15 | 2 | -5/+40 | |
| * | prevent warning | 2019-09-15 | 1 | -1/+1 | |
| * | Improve readability | 2019-09-15 | 2 | -1/+2 | |
| * | add test | 2019-09-11 | 1 | -5/+18 | |
| * | Fix count node | 2019-09-10 | 1 | -1/+1 | |
| * | Set alias as json parameter text | 2019-09-05 | 1 | -24/+32 | |
| * | Copy die but prevent them to be displayed twice. | 2019-09-05 | 4 | -15/+42 | |
| * | Fix #54 | 2019-08-24 | 1 | -1/+1 | |