File Details
1.1.0
- R
- Oct 13, 2018
- 81.46 KB
- 85
- 8.0.1
- Retail
File Name
LossOfControl-1.1.0.zip
Supported Versions
- 8.0.1
Loss Of Control
1.1.0 (2018-10-13)
-
Decouple Messages module from announcement and alert settings.
The Messages module defines methods for sending messages to various
locations and for creating the messages to send. Move the logic to
determine whether to send the messages at all to the locations that
call these methods.
Also use the AceConsole-3.0 "Print" method instead of rolling our
own print function to prefix output with the name of the addon in
a pretty color. This makes the output look more consistent. - "/loc debug" will toggle the "debug" option setting.
-
Add options to toggle announcements and alerts independently.
Add two new options:- Toggle sending any announcements to the group.
- Toggle receiving any alerts from the group.
-
Behave more intuitively while grouped in a world zone.
When grouped in a world zone, send alerts through the group chat
channel. This is the least surprising behavior. The zone output
setting is still obeyed for sending announcements.
Also remove a premature optimization for caching the IsInGroup()
status. - Be consistent about capitalizing "Of" in "Loss Of Control".