Skip to content

Releases: mgeitz/eqalert

3.2.6

23 Jun 01:34
929f51e
Compare
Choose a tag to compare
  • Parse fall damage lines
  • Fix for spell text parsing when mob name starts with A

3.2.5

21 Jun 21:09
bf2bb00
Compare
Choose a tag to compare
  • Tweak Default Config
  • Misc Parser Fixes

3.2.4

20 Jun 21:39
16acc4a
Compare
Choose a tag to compare
  • 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

23 May 22:23
182c9d7
Compare
Choose a tag to compare
  • This should cover all emote_*_you possibilities
  • Fixed issue with encounter report when encounter_target isn't found
  • Fixed issue causing some zone respawn timers to fail
  • Other small fixes

3.1.3

21 May 20:27
99f51aa
Compare
Choose a tag to compare

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

19 May 00:32
e4aee03
Compare
Choose a tag to compare
  • 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

09 May 02:04
9e9fed2
Compare
Choose a tag to compare
  • 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

2.10.0

14 Apr 23:59
983d439
Compare
Choose a tag to compare
  • Debug Pane
    • Consolidated debug to one mode
    • Logs debug events to a file and displays them below events pane
  • Clean-up event rendering
  • Misc parser updates
  • Bug fixes
  • Much less CPU consumption (not checking queues every 0.001 seconds)
  • README Updates

2.9.3

04 Apr 16:35
4deb5c9
Compare
Choose a tag to compare
  • Redraw on State Updates
  • Wipe Loc/Dir on New Zone
  • Slow down system_q checks
  • Replace use of function keys

2.8.19

04 Apr 14:00
08dd4a8
Compare
Choose a tag to compare
  • Events page status bar
  • Bug fixes