3.3.2-1.1.0-nolib

Details

  • Filename
    TabAlerts-3.3.2-1.1.0-nolib.zip
  • Uploaded by
  • Uploaded
    Feb 20, 2010
  • Size
    4.03 KB
  • Downloads
    46
  • MD5
    9bc94aa4efb3a36c97f861ac2d5de73d

Supported WoW Retail Versions

  • 3.3.0

Changelog

tag 3.3.2-1.1.0
5fb86ec3238383b16e599f10c8b8400ff43780fc
James D. Callahan III <darkenelf@gmail.com>
2010-02-20 03:33:44 -0500

Tagging as 3.3.2-1.1.0

--------------------

James D. Callahan III:
    - Completely re-wrote GetOptions() - only the main options table is generated by hand - all args are generated at runtime. Now all possible chat filter types can be toggled for alerts.
    - In TabAlerts:OnEnable(): Replaced hard-wired event registration (which missed a bunch of events) to be dynamic according to the SavedVariables state.
    - Added all of the filter/event pairs to LISTEN_EVENTS.
    - Use local _G references to InterfaceOptionsFrame and InterfaceOptionsFrame_OpenToCategory()
    - Removed all db defaults that were set to false - they're automatically nil, so tests will work regardless.
    - Call FCF_FlashTab() from local _G reference.
    - Upvalued string and ipairs.