aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* remove useless dependenciescppRenaud Guezennec2024-01-091-2/+2
|
* compilation on windows.Renaud G2023-03-252-1/+4
|
* Add Ironsworn MacroAlex Hall2023-03-251-0/+17
| | | | Adds an IronSworn Macro to the list of community macros.
* improve install of diceparser.Renaud G2023-02-061-1/+6
|
* Fix ciRenaud Guezennec2023-02-032-15/+25
|
* better management of libparser includes.Renaud G2023-02-031-12/+26
|
* Update diceParserRenaud G2023-01-227-34/+32
|
* add cpack rulesRenaud G2022-06-181-9/+12
|
* Manage scalar result in front of Switch/CaseRenaud G2022-05-181-1/+36
| | | | Fix #144
* Add limitation support for explode node.Renaud G2022-05-186-88/+111
|
* Fix minor typosYuri Chornoivan2022-05-012-28/+28
|
* Add macro documentation for a Pathfinder macroTyrone Whitmore-Wilson2022-04-301-0/+8
|
* Improve translations.Renaud Guezennec2022-04-306-64/+44
|
* dice is compiled by default.Renaud G2022-04-292-3/+3
|
* Using BUILD_TESTING from CTest.Renaud G2022-04-292-5/+5
|
* try to set up KDE CI.Renaud G2022-04-291-58/+4
|
* Change file organization.Renaud G2022-04-29147-164/+167
|
* Remove support for IRC and webserverRenaud Guezennec2022-04-2811-838/+1
|
* Make sure cli compile with Qt6Renaud G2022-04-282-12/+9
|
* Install binaries and headers.Renaud G2022-04-171-4/+12
|
* Fix submodule with Qt6Renaud G2022-04-178-74/+69
|
* Make sure Windows compilation worksRenaud G2022-04-1644-464/+379
|
* update to new cmakeRenaud G2022-04-161-4/+5
|
* qt6 readyRenaud G2022-04-136-15/+15
|
* update to new cmakeRenaud G2022-04-1311-128/+165
|
* rename some member in dicealiasRenaud G2022-04-138-35/+59
|
* update switchRenaud G2022-03-031-24/+33
|
* Add C parameter to change the highlight color.Renaud G2022-03-013-19/+45
|
* Read one value as range.Renaud G2022-02-231-0/+9
|
* Fix regressionRenaud G2022-01-221-5/+5
|
* Fix regressionRenaud G2022-01-224-17/+17
|
* Fix small code.Renaud G2022-01-222-7/+7
|
* Fix valueslist with variable values.Renaud G2022-01-223-20/+37
|
* [keep] Fix operator keep after a value list operator.Renaud G2022-01-211-34/+34
|
* Fix debug output.Renaud G2021-12-111-2/+6
|
* Fix switch/case operator.Renaud G2021-12-113-43/+47
|
* Update community_macro.mdMatthew Gaul2021-06-271-0/+8
|
* Improve helpRenaud G2021-05-151-3/+54
|
* Add feature about no comma for list operator.Renaud G2021-05-156-19/+58
|
* add test about variable on k operatorRenaud G2021-05-151-10/+43
|
* Make sure k operator can read value from variable.Renaud G2021-05-124-44/+24
|
* Add ExecutionNode for keep parameters.Renaud G2021-05-122-21/+41
|
* Fix repeat bug.Renaud G2021-04-301-1/+1
|
* update diceparserRenaud G2021-04-271-1/+1
|
* dice: remove debug outputRenaud G2021-04-273-3/+3
|
* help about conf.Renaud G2021-04-041-0/+4
|
* Move includeRenaud G2021-04-041-1/+2
|
* Add earthdawn command from DorDeDor.Renaud G2021-04-041-0/+49
|
* [irc] fix compilationRenaud G2021-03-287-125/+189
|
* Add replace value node.Renaud G2021-02-138-27/+250
| | | | | Move definition of CaseInfo struct. Fix small things from switchcasenode.