| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix 1d20|3i:[>1]{"Success"}{"Failure"} command. | 2020-01-29 | 2 | -2/+2 | |
| | | | | | Prevent division by zero due to priority. | ||||
| * | 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 | |
| | | |||||
| * | Merge branch 'liberation' into 'master' | 2019-07-29 | 63 | -525/+1060 | |
| |\ | | | | | | | | | Add fuzzer on the DiceParser See merge request kde/rolisteam-diceparser!2 | ||||
| | * | Update DiceParser Grammar | 2019-07-29 | 2 | -35/+106 | |
| | | | |||||
| | * | add fuzzer test | 2019-07-28 | 3 | -48/+15 | |
| | | | |||||
| | * | Compile source instead of against lib | 2019-07-28 | 1 | -2/+2 | |
| | | | |||||
| | * | add tests | 2019-07-28 | 1 | -5/+32 | |
| | | | |||||
| | * | ignore all fuzzer data | 2019-07-28 | 1 | -0/+5 | |
| | | | |||||
| | * | set result type on scalar result | 2019-07-28 | 1 | -1/+4 | |
| | | | |||||
| | * | add override | 2019-07-28 | 1 | -4/+3 | |
| | | | |||||
| | * | remove use of pointer | 2019-07-28 | 1 | -9/+8 | |
| | | | |||||
| | * | add override | 2019-07-28 | 1 | -4/+5 | |
| | | | |||||
| | * | set of possibility | 2019-07-28 | 2 | -1/+20 | |
| | | | |||||
| | * | prevent crash | 2019-07-28 | 1 | -1/+1 | |
| | | | |||||
| | * | manage new API isValidRangeSize | 2019-07-28 | 1 | -3/+15 | |
| | | | |||||
| | * | Painter node add result | 2019-07-28 | 1 | -4/+6 | |
| | | | |||||
| | * | fix merge node against crash | 2019-07-28 | 1 | -34/+34 | |
| | | | |||||
| | * | Painter dice now have a copy of the result | 2019-07-28 | 2 | -3/+2 | |
| | | | |||||