Release v1.43.0 - Dice roller

Features

Dice roller

We now have a command for rolling dice:

roll 2d10 + 2

Which will return to the one rolling:

image

Other characters in the room will only see the total Result, with the rest of the the details hidden under a placeholder pill that you can hover over or click on:

roll_details_pill

The roll uses common xdy±c dice notation, common for RPG systems. But for rolling a single die, you can just type the number of sides:

roll 20

Or for a roll between 1 - 100, you can just type roll:

roll

Quiet roll

If you wish to make a roll that only you can see, you can type roll quiet instead of roll:

roll quiet 2d10 + 1d6

Or use the alias qroll:

qroll 2d10 + 1d6

This will show the roll only for you:
quiet_roll

For help info, type:

help roll

Thanks to @maximus for first suggesting the feature over a year ago in this topic. And thanks to a lot of others in this topic for helping out with bumping, suggesting style, behavior, and scope.

Github issue #17

Fixes

Default MaxRoomProfiles not set
A bug caused the default MaxRoomProfiles not to be set, allowing for an unlimited number of room profiles. This has been fixed.

No notification on focus char
The command focus <character> failed to deliver desktop notifications even when it should. This has been fixed.
Thanks to @Khat for reporting it in this topic.
GitHub issue #2

Muted messages trigger notifications
When using focus @all together with mute travel , travel messages continued to trigger notifications even if they were muted. In addition, when a character was muted, they could also trigger notifications on mention. This has been fixed.
Thanks to @Khat for reporting it in this topic.
Thanks to @Xetem for reporting the related bug in this reply.
GitHub issue #3

10 Likes