Gaming
 

MobileMinimapButtons/ChangeLog

From WoWWiki

Image:Addonicon.gif
WoWWiki Hosted AddOn Sub-Page
MobileMinimapButtons » ChangeLog

Contents

v2.4

  1. Added mobility to MiniMapRecordingButton, MiniMapVoiceChatFrame, DBMMinimapButton
  2. Added radius offset dragging, control-shift-drag
  3. Optimized the dragging radius, angle and offset code. Special thanks to Iriel and Cide for trigonometric help.

v2.3

  1. TOC to 20300
  2. Added mobility to MiniMapTracking, MI2_MinimapButton
  3. Updated localization format so that they are easier to update and not independant.

v2.2

  1. Now uses GetMinimapShape() to determine minimap shape from supporting addons. http://wowwiki.com/GetMinimapShape
  2. Added MobileMinimapButtons_ButtonSizeModifiers for slight radius adjustment relative to the button size
  3. Cleaned up the click code a bit
  4. Added mobility to FeatureFrameMinimapButton and Gatherer_MinimapOptionsButton

v2.1

  1. Fixed Error with nil MOBILE_MINIMAP_BUTTONS_LIST_VERSION on first load

v2.0

  1. TOC to 20003
  2. Fixed issue with buttons not being registered if called before Variables were loaded

v1.9

  1. Added Mobility to the Atlas Loot Button

v1.81

  1. Fixed nil errors

v1.8

  1. Added Mobility to the World Map Button and the Feedback UI Button.
  2. Updated for WoW 2.0

v1.71

  1. Changed the radius calculation to make compatible with AddOns that allow changes to the radius setting of their buttons e.g. Gatherer, AlphaMap
  2. Updated the API.txt

v1.7

  1. Now automaticly makes mobile the following addon buttons: Soundtrack, Cirk's Blessings, CritLine, AlphaMap, and Natur EnemyCastBar.

v1.6

  1. Changed dragging and reset menu to control click to avoid conflict with battlegrounds button
  2. Fixed bug that wasn't saving posistions of icons unless you tapped them

v1.52

  1. Updated TOC to 11100
  2. Fixed Census button mask.

v1.51

  1. New Buttons are now Anchored when first made mobile. (Fixed OnLoad error with Atlas)
  2. Updated German Localization

v1.5 (1/15/06)

  1. Fixed Shift-OnClick option overridding to still work for clicks under half a second. (Fixes battleground minimap)
  2. 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)

  1. Disabled OnDrag events of registered addon buttons (Wardrobe now correctly stops dragging)
  2. Fixed nil OnLoad bug by delaying frame loading until after PLAYER_ENTERING_WORLD on a fresh load
  3. Updated TOC to 10900

v1.3 (11/24/05)

  1. 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)

  1. Chnaged OnClick handling to allow for Casting via OnClick
  2. Implimented HasScript so that you no longer have to pass weather the frame is a button or not.

v1.11 (10/25/05)

  1. Fixed an obscure OnClick bug involving Khaos

v1.1 (10/18/05)

  1. Added dynamic button adding using MobileMinimapButtons_AddButton at any time.
  2. See API.txt for details on how to make your addon's button mobile.

v1.0 (9/30/05)

  1. Public Release