MobileMinimapButtons/ChangeLog
From WoWWiki
WoWWiki Hosted AddOn Sub-Page
MobileMinimapButtons » ChangeLog
Contents |
v2.4
- Added mobility to MiniMapRecordingButton, MiniMapVoiceChatFrame, DBMMinimapButton
- Added radius offset dragging, control-shift-drag
- Optimized the dragging radius, angle and offset code. Special thanks to Iriel and Cide for trigonometric help.
v2.3
- TOC to 20300
- Added mobility to MiniMapTracking, MI2_MinimapButton
- Updated localization format so that they are easier to update and not independant.
v2.2
- Now uses GetMinimapShape() to determine minimap shape from supporting addons. http://wowwiki.com/GetMinimapShape
- Added MobileMinimapButtons_ButtonSizeModifiers for slight radius adjustment relative to the button size
- Cleaned up the click code a bit
- Added mobility to FeatureFrameMinimapButton and Gatherer_MinimapOptionsButton
v2.1
- Fixed Error with nil MOBILE_MINIMAP_BUTTONS_LIST_VERSION on first load
v2.0
- TOC to 20003
- Fixed issue with buttons not being registered if called before Variables were loaded
v1.9
- Added Mobility to the Atlas Loot Button
v1.81
- Fixed nil errors
v1.8
- Added Mobility to the World Map Button and the Feedback UI Button.
- Updated for WoW 2.0
v1.71
- Changed the radius calculation to make compatible with AddOns that allow changes to the radius setting of their buttons e.g. Gatherer, AlphaMap
- Updated the API.txt
v1.7
- Now automaticly makes mobile the following addon buttons: Soundtrack, Cirk's Blessings, CritLine, AlphaMap, and Natur EnemyCastBar.
v1.6
- Changed dragging and reset menu to control click to avoid conflict with battlegrounds button
- Fixed bug that wasn't saving posistions of icons unless you tapped them
v1.52
- Updated TOC to 11100
- Fixed Census button mask.
v1.51
- New Buttons are now Anchored when first made mobile. (Fixed OnLoad error with Atlas)
- Updated German Localization
v1.5 (1/15/06)
- Fixed Shift-OnClick option overridding to still work for clicks under half a second. (Fixes battleground minimap)
- Now automaticly makes mobile the following addon buttons: Atlas, CTRA, Wardrobe, Yatlas, Gatherer, Earth, IEF, CTA. (Addon Buttons are only on English client until localized.)
v1.4 (1/4/06)
- Disabled OnDrag events of registered addon buttons (Wardrobe now correctly stops dragging)
- Fixed nil OnLoad bug by delaying frame loading until after PLAYER_ENTERING_WORLD on a fresh load
- Updated TOC to 10900
v1.3 (11/24/05)
- Dynamicly added buttons now save accross sessions
- Demo additions:
/script MobileMinimapButtons_AddButton("AtlasButton","Atlas Button");
/script MobileMinimapButtons_AddButton("CT_RASets_Button","CT Raid Assist Button");
/script MobileMinimapButtons_AddButton("Wardrobe.IconFrame","Wardrobe Button");
/script MobileMinimapButtons_AddButton("TheYatlasButton","Yatlas Button");
/script MobileMinimapButtons_AddButton("GathererUI_IconFrame","Gatherer Button");
/script MobileMinimapButtons_AddButton("EarthMinimapButton","Earth Button");
/script MobileMinimapButtons_AddButton("IEFMinimapButton","Improved Error Frame Button");
/script MobileMinimapButtons_AddButton("CTA_MinimapIcon","Call To Arms Button");
v1.2 (10/27/05)
- Chnaged OnClick handling to allow for Casting via OnClick
- Implimented HasScript so that you no longer have to pass weather the frame is a button or not.
v1.11 (10/25/05)
- Fixed an obscure OnClick bug involving Khaos
v1.1 (10/18/05)
- Added dynamic button adding using MobileMinimapButtons_AddButton at any time.
- See API.txt for details on how to make your addon's button mobile.
v1.0 (9/30/05)
- Public Release
