Releases: mgeitz/eqalert
Releases · mgeitz/eqalert
3.2.6
3.2.5
3.2.4
-
Parse Spells
- I feel irresponsible putting this many elif statements into the world
-
Configuration Directory
- Re-order config into separate files
- One caveat with this, the list of line alerts in settings tab is unordered
- Save character data between eqalert versions
-
Generate Spell Timers
- Renames a few paths in settings.json
- Adds path to locate spells_us.txt
- Generate data/spell-timers.json from spells_us.txt
- version the spells_us file generation because I don't know if more needs to be added to it
-
Convert spells_us.txt to spells_us.json
- Useful for creating spell text matches, probably going to ignore everything under other but wanted to ensure this util script would default to take everything from the txt file
- Cut down spells_us.json generation to just the essentials by default. Otherwise its nearly a half-million mostly not useful lines. Uncomment
accordingly for any other needs.
-
Misc
- /say parser what context, report context
- Adjust default ToV timer
- misc non-spell parser tweaks
- Removes global variables
3.1.4
3.1.3
Adds
- eqa/sound/tick.wav
- eqa/sound/tock.wav
- timer_q, process_timer
- /say command driven timers
- /say command driven metronomes
- restructure zones in config and add default timers
- Automatic mob respawn timers (based on zone defaults in config.json)
New Commands
/say parser metronome [seconds]
Run a metronome with [seconds] interval/say parser metronome stop
Stop the metronome/say parser timer [seconds]
Set a timer for [seconds] (says "times up" when done)/say parser timer clear
Clear all timers/say parser timer respawn
Create timers for the default current_zone time after seeing an experience message. Timer response is "pop current_zone" (at time of mob kill)/say parser timer respawn stop
Stop creating timers automatically
Note: Things get weird with multiple metronomes, I just don't suggest it
3.0.0
-
TUI Refresh
- The Cooler Help Menu
- Encounter Parser TUI Updates
- Helpful tips when lower event tab is empty
-
New Settings Tab
- Updated Key Bindings
- Options
- Line Alert Config View Setting
- Toggle Raid Auto-set
- Toggle encounter parse save
-
Parser Tweaks
- Pets don't talk
- Danger Will Robinson
-
Encounter Start /say Command
- Somehow I added an end command and not this
-
Limit Encounter Stack Pruning
2.11.1
- Thread Sleep Tuning
- Actions Clean-up
- Partially cleaned up the process action thread
- Fixed the
all
line type - Fixed muting to mute more
- Encounters
- Encounter Reporting
- Export encounter to json
- Send encounter to display_q
- More Say Commands
- Encounter Events Panel
- Parse Tab
- Default Half-On
- Default encounter parsing on
- Default save encounter parse to json off
- Remove Raid Auto-Enable Sound Alert
- Doesn't work great with concurrent sounds and wasn't toggleable or mute-able
- Added solo_group_only Context Alert
- Needed a non-raid alert category
- Various parser tweaks
- Queue depth log output
- Some Mobs Have ` in Their Name
- Save Loc on Login
- Better Say Controls
- Support Cross-Server Tells
- Config Updates