3.3.2-1.1.0
Details
-
FilenameTabAlerts-3.3.2-1.1.0.zip
-
Uploaded by
-
UploadedFeb 20, 2010
-
Size105.57 KB
-
Downloads129
-
MD5bbf2144d2ce4c539837db77e38e887af
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.