3.3.2-1.0.0-7-gcb5b84d-nolib
This is an additional file related to
3.3.2-1.0.0-7-gcb5b84d.
Details
-
FilenameTabAlerts-3.3.2-1.0.0-7-gcb5b84d-nolib.zip
-
Uploaded by
-
UploadedFeb 20, 2010
-
Size3.95 KB
-
Downloads52
-
MD5bf9236c8b82638a223dfb451a8e19838
Supported WoW Retail Versions
- 3.3.0
Changelog
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.