Thread Tools Display Modes
07-14-12, 03:14 PM   #1
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
[5.0.1.15799-5.0.3.15851] API changes

Again, here is an ugly dump of the _G changes ..
Wowpedia should have more and better resources
Lua Code:
  1. GetBuildInfo() => "5.0.3", "15851", "Jul 10 2012", 50001

Global API functions
New
  1. wowpedia, wowprog, framexml, AreAccountAchievementsHidden() -- 2 hits in 1 file
  2. wowpedia, wowprog, framexml, ClearMissingLootDisplay() -- 1 hit
  3. wowpedia, wowprog, framexml, GetModResilienceDamageReduction() -- 1 hit
  4. wowpedia, wowprog, framexml, GetNumArenaOpponentSpecs() -- 2 hits in 1 file
  5. wowpedia, wowprog, GetQuestsCompleted() -- unused, reintroduced
Removed
  1. wowpedia, wowprog, GetNumArenaOpponentSpec() -- renamed to GetNumArenaOpponentSpecs()
Previously unused

FrameXML functions
New
  1. go-hero, ArenaPrepBackground_SetOpacity() -- loadondemand
  2. go-hero, ArenaPrepFrames_OnEvent() -- loadondemand
  3. go-hero, ArenaPrepFrames_OnHide() -- loadondemand
  4. go-hero, ArenaPrepFrames_OnLoad() -- loadondemand
  5. go-hero, ArenaPrepFrames_OnShow() -- loadondemand
  6. go-hero, ArenaPrepFrames_UpdateWatchFrame() -- loadondemand
  7. go-hero, ChallengesFrameLeaderboard_OnClick() -- loadondemand
  8. go-hero, PetJournalFindBattle_Update() -- loadondemand
  9. go-hero, PetJournal_ShowPetCard() -- loadondemand
  10. go-hero, PetJournal_ShowPetCardByID() -- loadondemand
  11. go-hero, PetJournal_UpdateFindBattleButton() -- loadondemand
  12. go-hero, QueueStatusDropDown_AddPetBattleButtons()
  13. go-hero, QueueStatusEntry_SetUpPetBattlePvP()
  14. go-hero, UpdateArenaPrepBackground() -- loadondemand
  15. go-hero, UpdatePrepFrames() -- loadondemand
  16. go-hero, WatchFrameScenario_PlayCriteriaAnimation()
  17. go-hero, WatchFrameScenario_ReadyCriteriaAnimation()
  18. go-hero, WatchFrameScenario_StopCriteriaAnimation()
Removed
  1. go-hero, InterfaceOptionsCombatPanelTOTDropDown_Initialize()
  2. go-hero, InterfaceOptionsCombatPanelTOTDropDown_OnClick()
  3. go-hero, InterfaceOptionsCombatPanelTOTDropDown_OnEvent()
  4. go-hero, InterfaceOptionsDisplayPanelAggroWarningDisplay_Initialize()
  5. go-hero, InterfaceOptionsDisplayPanelAggroWarningDisplay_OnClick()
  6. go-hero, InterfaceOptionsDisplayPanelAggroWarningDisplay_OnEvent()
  7. go-hero, InterfaceOptionsDisplayPanelWorldPVPObjectiveDisplay_Initialize()
  8. go-hero, InterfaceOptionsDisplayPanelWorldPVPObjectiveDisplay_OnClick()
  9. go-hero, InterfaceOptionsDisplayPanelWorldPVPObjectiveDisplay_OnEvent()
  10. go-hero, PBDO() -- previously orphaned
  11. go-hero, PBDamagePet() -- previously orphaned
  12. go-hero, PBDebugFrame_OnEvent()
  13. go-hero, PBDebugFrame_OnUpdate()
  14. go-hero, PBSignalEvent()
  15. go-hero, PetJournal_HidePetCard()
  16. go-hero, PetJournal_TogglePetCard()
  17. go-hero, PetJournal_TogglePetCardByID()
  18. go-hero, TimeManagerAlarmEnabledButton_Update()
  19. go-hero, zGetLFGProposal() -- previously orphaned

C_* functions
New
  1. wowpedia, framexml, C_PetBattles.GetAllEffectNames() -- 1 hit
  2. wowpedia, framexml, C_PetBattles.GetPVPMatchmakingInfo() -- 6 hits in 3 files
  3. wowpedia, framexml, C_PetJournal.IsFindBattleEnabled() -- 2 hits in 1 file
  4. wowpedia, framexml, C_PetJournal.IsJournalUnlocked() -- 7 hits in 1 file
  5. wowpedia, framexml, C_PetJournal.PetIsCapturable() -- 1 hit
  6. wowpedia, framexml, C_PetJournal.PetIsHurt() -- 1 hit
  7. wowpedia, framexml, C_PetJournal.PetIsSlotted() -- 2 hits in 1 file
Removed
  1. wowpedia, C_PetBattles.GetNumPetTypes()
  2. wowpedia, C_PetJournal.PetIsCagable()
Previously unused
_G[1] was removed from the global environment

Last edited by Ketho : 08-03-12 at 12:41 AM.
 
07-14-12, 03:14 PM   #2
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
New String Variables
Lua Code:
  1. BATTLETAG = "BattleTag"
  2. BATTLETAG_FRIEND_LABEL = "Enter BattleTag"
  3. BATTLE_PET_ABILITY_MULTIROUND = "%d Round Ability"
  4. BATTLE_PET_CANNOT_BATTLE = "This creature\ncannot battle."
  5. BATTLE_PET_COMBAT_LOG_CAPTURE_LOST = "Your trapped pet was lost. You must win the battle to claim your trapped pet."
  6. BATTLE_PET_FIND_BATTLE_DISABLED = "Unlock all three battle slots to queue for a pet battle."
  7. BATTLE_PET_FIND_BATTLE_READONLY = "Find Battle is locked because this account is logged in multiple times."
  8. BATTLE_PET_MESSAGE_CHARGING = "Charging"
  9. BATTLE_PET_MESSAGE_COOLDOWN_DOWN = "Cooldown Decreased!"
  10. BATTLE_PET_MESSAGE_COOLDOWN_RESET = "Cooldowns Reset!"
  11. BATTLE_PET_MESSAGE_COOLDOWN_UP = "Cooldown Increased!"
  12. BATTLE_PET_MESSAGE_RECOVERING = "Recovering"
  13. BATTLE_PET_MESSAGE_SPELL_LOCK = "Spell Locked!"
  14. BATTLE_PET_NOT_TRADABLE = "This pet is not tradeable."
  15. BINDING_NAME_TOGGLEPETJOURNAL = "Toggle Pet Journal"
  16. DUNGEON_FLOOR_AZUREMYSTISLE3 = "Stillpine Hold"
  17. DUNGEON_FLOOR_BADLANDS18 = "Uldaman Entrance"
  18. DUNGEON_FLOOR_BARRENS20 = "Wailing Cavern Entrance"
  19. DUNGEON_FLOOR_DEATHKNELLSTART12 = "Night Web's Hollow"
  20. DUNGEON_FLOOR_DESOLACE21 = "The Wicked Grotto"
  21. DUNGEON_FLOOR_DESOLACE22 = "Foulspore Cavern"
  22. DUNGEON_FLOOR_ECHOISLESSTART9 = "Spitescale Cavern"
  23. DUNGEON_FLOOR_KUNLAISUMMIT17 = "Tomb of Conquerors"
  24. DUNGEON_FLOOR_TELDRASSIL2 = "Shadowthread Cave"
  25. DUNGEON_FLOOR_THEHIDDENPASS5 = "The Ancient Passage"
  26. DUNGEON_FLOOR_THEJADEFOREST6 = "Upper Quarry"
  27. DUNGEON_FLOOR_THEJADEFOREST7 = "Lower Quarry"
  28. DUNGEON_FLOOR_VALEOFETERNALBLOSSOMS18 = "Guo-Lai Halls"
  29. DUNGEON_FLOOR_VALEOFETERNALBLOSSOMS19 = "The Hall of the Serpent"
  30. DUNGEON_FLOOR_WESTFALL17 = "The Deadmines Entrance"
  31. ENTER_NAME_OR_BATTLETAG = "Enter: BattleTag, Character Name"
  32. ENTER_NAME_OR_BATTLETAG_OR_EMAIL = "Enter: Email, BattleTag, Character Name"
  33. ERR_PETBATTLE_QUEUE_SLOT_NO_PET = "Pet battle slot %d has no pet."
  34. ERR_PETBATTLE_WILD_PET_TAPPED = "Pet is being battled by another player."
  35. ERR_VOID_TRANSFER_ITEM_INVALID = "One or more of your items are ineligible to be deposited into void storage."
  36. LIGHT_FORCE = "Chi"
  37. OPTION_TOOLTIP_SHOW_ACCOUNT_ACHIEVEMENTS = "Turning this option on will only display your character achievements when people inspect you or use the Armory web site."
  38. PET_BATTLE_CURRENT_XP_FORMAT_PERCENT = "XP: %d%%"
  39. PET_BATTLE_CURRENT_XP_FORMAT_TOOLTIP = "%d/%d (%d%%)"
  40. PET_BATTLE_FORFEIT_CONFIRMATION = "Are you sure you want to forfeit the match? Your opponent will be deemed the winner."
  41. PET_BATTLE_TRAP_ERR_7 = "Can't trap an NPC's pets"
  42. PET_BATTLE_TRAP_ERR_8 = "Can't trap twice in same battle"
  43. PET_JOURNAL_HEAL_SPELL_LOCKED = "This spell is locked because this account is logged in multiple times."
  44. PET_JOURNAL_HELP_5 = "The pet card displays information about a pet's abilities and stats.\n\n\n\nHover over the Info button to see how to obtain a pet."
  45. PET_JOURNAL_HELP_6 = "Use this ability to revive and heal your pets.\n\n\n\nYou can also visit a stable master in any town if this is on cooldown."
  46. PET_JOURNAL_READONLY = "Locked"
  47. PET_JOURNAL_READONLY_TEXT = "Your battle slots are locked because this account is logged in multiple times."
  48. PET_RENAME_DEFAULT_LABEL = "Default"
  49. REALID_BATTLETAG_FRIEND_LABEL = "Enter email address\n(or BattleTag)"
  50. REALID_FRIEND_LABEL = "Enter email address"
  51. SHOW_ACCOUNT_ACHIEVEMENTS = "Display Only Character Achievements to Others"
  52. SPELL_FAILED_CUSTOM_ERROR_168 = "You can't do that during a Challenge Mode"
  53. STAGE_COMPLETE = "Stage Complete"
  54. STAT_HASTE_MELEE_MONK_TOOLTIP = "Increases attack speed and energy regeneration."
Removed String Variables
Lua Code:
  1. AUTO_QUEST_PROGRESS = "1"
  2. BATTLENET_FRIEND_LABEL = "Enter email address"
  3. BATTLE_PET_MESSAGE_TRAP_COOLDOWN_DOWN = "Cooldown Decreased!"
  4. BATTLE_PET_MESSAGE_TRAP_COOLDOWN_RESET = "Cooldowns Reset!"
  5. BATTLE_PET_MESSAGE_TRAP_COOLDOWN_UP = "Cooldown Increased!"
  6. BATTLE_PET_MESSAGE_TRAP_SPELL_LOCK = "Spell Locked!"
  7. DUNGEON_FLOOR_DEATHKNELL12 = "Night Web's Hollow"
  8. PET_BATTLE_HEAL_SPELL_UNKNOWN = "This spell can be learned from a Battle Pet Trainer"
  9. REPORT_PET_NAME_CONFIRMATION = "Are you sure you want to report %s for inappropriate pet name?"
----------
New Number Variables
Lua Code:
  1. BATTLE_PET_ABILITY_CATCH = 5
  2. BATTLE_PET_ABILITY_SWITCH = 4
  3. DASH_ICON_WIDTH = 20
  4. MAX_POWER_PER_EMBER = 10
  5. MAX_QUEUED_ACHIEVEMENT_TOASTS = 6
  6. NUM_BATTLE_PET_HOTKEYS = 5
Removed Number Variables
Lua Code:
  1. PBDEBUG_ACTIVE_ALLY = 1
  2. PBDEBUG_ACTIVE_ENEMY = 2
  3. PBDEBUG_TURN_TIME = 30
 
07-14-12, 03:15 PM   #3
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
New Tables
Code:
ArenaEnemyFrame1SpecBorder
ArenaEnemyFrame1SpecPortrait
ArenaEnemyFrame2SpecBorder
ArenaEnemyFrame2SpecPortrait
ArenaEnemyFrame3SpecBorder
ArenaEnemyFrame3SpecPortrait
ArenaEnemyFrame4SpecBorder
ArenaEnemyFrame4SpecPortrait
ArenaEnemyFrame5SpecBorder
ArenaEnemyFrame5SpecPortrait
ArenaPrepBackground
ArenaPrepFrame1
ArenaPrepFrame1Background
ArenaPrepFrame1CastingBar
ArenaPrepFrame1CastingBarBorderShield
ArenaPrepFrame1CastingBarFlash
ArenaPrepFrame1CastingBarIcon
ArenaPrepFrame1CastingBarSpark
ArenaPrepFrame1CastingBarText
ArenaPrepFrame1ClassPortrait
ArenaPrepFrame1Disconnect
ArenaPrepFrame1DropDown
ArenaPrepFrame1DropDownButton
ArenaPrepFrame1DropDownButtonDisabledTexture
ArenaPrepFrame1DropDownButtonHighlightTexture
ArenaPrepFrame1DropDownButtonNormalTexture
ArenaPrepFrame1DropDownButtonPushedTexture
ArenaPrepFrame1DropDownIcon
ArenaPrepFrame1DropDownLeft
ArenaPrepFrame1DropDownMiddle
ArenaPrepFrame1DropDownRight
ArenaPrepFrame1DropDownText
ArenaPrepFrame1Flash
ArenaPrepFrame1HealthBar
ArenaPrepFrame1HealthBarText
ArenaPrepFrame1ManaBar
ArenaPrepFrame1ManaBarText
ArenaPrepFrame1Name
ArenaPrepFrame1PVPIcon
ArenaPrepFrame1SpecBorder
ArenaPrepFrame1SpecPortrait
ArenaPrepFrame1Status
ArenaPrepFrame1Texture
ArenaPrepFrame2
ArenaPrepFrame2Background
ArenaPrepFrame2CastingBar
ArenaPrepFrame2CastingBarBorderShield
ArenaPrepFrame2CastingBarFlash
ArenaPrepFrame2CastingBarIcon
ArenaPrepFrame2CastingBarSpark
ArenaPrepFrame2CastingBarText
ArenaPrepFrame2ClassPortrait
ArenaPrepFrame2Disconnect
ArenaPrepFrame2DropDown
ArenaPrepFrame2DropDownButton
ArenaPrepFrame2DropDownButtonDisabledTexture
ArenaPrepFrame2DropDownButtonHighlightTexture
ArenaPrepFrame2DropDownButtonNormalTexture
ArenaPrepFrame2DropDownButtonPushedTexture
ArenaPrepFrame2DropDownIcon
ArenaPrepFrame2DropDownLeft
ArenaPrepFrame2DropDownMiddle
ArenaPrepFrame2DropDownRight
ArenaPrepFrame2DropDownText
ArenaPrepFrame2Flash
ArenaPrepFrame2HealthBar
ArenaPrepFrame2HealthBarText
ArenaPrepFrame2ManaBar
ArenaPrepFrame2ManaBarText
ArenaPrepFrame2Name
ArenaPrepFrame2PVPIcon
ArenaPrepFrame2SpecBorder
ArenaPrepFrame2SpecPortrait
ArenaPrepFrame2Status
ArenaPrepFrame2Texture
ArenaPrepFrame3
ArenaPrepFrame3Background
ArenaPrepFrame3CastingBar
ArenaPrepFrame3CastingBarBorderShield
ArenaPrepFrame3CastingBarFlash
ArenaPrepFrame3CastingBarIcon
ArenaPrepFrame3CastingBarSpark
ArenaPrepFrame3CastingBarText
ArenaPrepFrame3ClassPortrait
ArenaPrepFrame3Disconnect
ArenaPrepFrame3DropDown
ArenaPrepFrame3DropDownButton
ArenaPrepFrame3DropDownButtonDisabledTexture
ArenaPrepFrame3DropDownButtonHighlightTexture
ArenaPrepFrame3DropDownButtonNormalTexture
ArenaPrepFrame3DropDownButtonPushedTexture
ArenaPrepFrame3DropDownIcon
ArenaPrepFrame3DropDownLeft
ArenaPrepFrame3DropDownMiddle
ArenaPrepFrame3DropDownRight
ArenaPrepFrame3DropDownText
ArenaPrepFrame3Flash
ArenaPrepFrame3HealthBar
ArenaPrepFrame3HealthBarText
ArenaPrepFrame3ManaBar
ArenaPrepFrame3ManaBarText
ArenaPrepFrame3Name
ArenaPrepFrame3PVPIcon
ArenaPrepFrame3SpecBorder
ArenaPrepFrame3SpecPortrait
ArenaPrepFrame3Status
ArenaPrepFrame3Texture
ArenaPrepFrame4
ArenaPrepFrame4Background
ArenaPrepFrame4CastingBar
ArenaPrepFrame4CastingBarBorderShield
ArenaPrepFrame4CastingBarFlash
ArenaPrepFrame4CastingBarIcon
ArenaPrepFrame4CastingBarSpark
ArenaPrepFrame4CastingBarText
ArenaPrepFrame4ClassPortrait
ArenaPrepFrame4Disconnect
ArenaPrepFrame4DropDown
ArenaPrepFrame4DropDownButton
ArenaPrepFrame4DropDownButtonDisabledTexture
ArenaPrepFrame4DropDownButtonHighlightTexture
ArenaPrepFrame4DropDownButtonNormalTexture
ArenaPrepFrame4DropDownButtonPushedTexture
ArenaPrepFrame4DropDownIcon
ArenaPrepFrame4DropDownLeft
ArenaPrepFrame4DropDownMiddle
ArenaPrepFrame4DropDownRight
ArenaPrepFrame4DropDownText
ArenaPrepFrame4Flash
ArenaPrepFrame4HealthBar
ArenaPrepFrame4HealthBarText
ArenaPrepFrame4ManaBar
ArenaPrepFrame4ManaBarText
ArenaPrepFrame4Name
ArenaPrepFrame4PVPIcon
ArenaPrepFrame4SpecBorder
ArenaPrepFrame4SpecPortrait
ArenaPrepFrame4Status
ArenaPrepFrame4Texture
ArenaPrepFrame5
ArenaPrepFrame5Background
ArenaPrepFrame5CastingBar
ArenaPrepFrame5CastingBarBorderShield
ArenaPrepFrame5CastingBarFlash
ArenaPrepFrame5CastingBarIcon
ArenaPrepFrame5CastingBarSpark
ArenaPrepFrame5CastingBarText
ArenaPrepFrame5ClassPortrait
ArenaPrepFrame5Disconnect
ArenaPrepFrame5DropDown
ArenaPrepFrame5DropDownButton
ArenaPrepFrame5DropDownButtonDisabledTexture
ArenaPrepFrame5DropDownButtonHighlightTexture
ArenaPrepFrame5DropDownButtonNormalTexture
ArenaPrepFrame5DropDownButtonPushedTexture
ArenaPrepFrame5DropDownIcon
ArenaPrepFrame5DropDownLeft
ArenaPrepFrame5DropDownMiddle
ArenaPrepFrame5DropDownRight
ArenaPrepFrame5DropDownText
ArenaPrepFrame5Flash
ArenaPrepFrame5HealthBar
ArenaPrepFrame5HealthBarText
ArenaPrepFrame5ManaBar
ArenaPrepFrame5ManaBarText
ArenaPrepFrame5Name
ArenaPrepFrame5PVPIcon
ArenaPrepFrame5SpecBorder
ArenaPrepFrame5SpecPortrait
ArenaPrepFrame5Status
ArenaPrepFrame5Texture
ArenaPrepFrames
ChallengesFrameLeaderboard
DropDownList1Button15
DropDownList1Button15Check
DropDownList1Button15ColorSwatch
DropDownList1Button15ColorSwatchNormalTexture
DropDownList1Button15ColorSwatchSwatchBg
DropDownList1Button15ExpandArrow
DropDownList1Button15Highlight
DropDownList1Button15Icon
DropDownList1Button15InvisibleButton
DropDownList1Button15NormalText
DropDownList1Button15UnCheck
DropDownList2Button15
DropDownList2Button15Check
DropDownList2Button15ColorSwatch
DropDownList2Button15ColorSwatchNormalTexture
DropDownList2Button15ColorSwatchSwatchBg
DropDownList2Button15ExpandArrow
DropDownList2Button15Highlight
DropDownList2Button15Icon
DropDownList2Button15InvisibleButton
DropDownList2Button15NormalText
DropDownList2Button15UnCheck
GuildInstanceDifficultyChallengeModeTexture
InterfaceOptionsDisplayPanelShowAccountAchievments
InterfaceOptionsDisplayPanelShowAccountAchievmentsText
InterfaceOptionsNamesPanelUnitNameplatesNameplateClassColors
InterfaceOptionsNamesPanelUnitNameplatesNameplateClassColorsText
PetCardInset
PetCardInsetBG
PetJournalLoadoutBorder
PetJournalLoadoutBorderBottom
PetJournalLoadoutBorderBottomLeft
PetJournalLoadoutBorderBottomRight
PetJournalLoadoutBorderLeft
PetJournalLoadoutBorderLowerSeparator
PetJournalLoadoutBorderRight
PetJournalLoadoutBorderSlotHeaderBG
PetJournalLoadoutBorderSlotHeaderF
PetJournalLoadoutBorderSlotHeaderLeft
PetJournalLoadoutBorderSlotHeaderRight
PetJournalLoadoutBorderSlotHeaderText
PetJournalLoadoutBorderTop
PetJournalLoadoutBorderTopLeft
PetJournalLoadoutBorderTopRight
PetJournalLoadoutBorderUpperSeparator
PetJournalLoadoutPet1HealthFrame
PetJournalLoadoutPet1HealthFrameHealthValue
PetJournalLoadoutPet1HealthFrameTextureFrame
PetJournalLoadoutPet1HealthFrameTextureFrameHealthTex
PetJournalLoadoutPet1HealthFramehealthStatusBar
PetJournalLoadoutPet1HealthFramehealthStatusBarBGMiddle
PetJournalLoadoutPet1HealthFramehealthStatusBarHealthBar
PetJournalLoadoutPet1HealthFramehealthStatusBarLeft
PetJournalLoadoutPet1HealthFramehealthStatusBarMiddle
PetJournalLoadoutPet1HealthFramehealthStatusBarRight
PetJournalLoadoutPet1LevelBG
PetJournalLoadoutPet1ReadOnlyFrame
PetJournalLoadoutPet1ReadOnlyFrameLockIcon
PetJournalLoadoutPet1ReadOnlyFrameLockIconLockIcon
PetJournalLoadoutPet1XPBar
PetJournalLoadoutPet1XPBarBGMiddle
PetJournalLoadoutPet1XPBarBar
PetJournalLoadoutPet1XPBarLeft
PetJournalLoadoutPet1XPBarMiddle
PetJournalLoadoutPet1XPBarRank
PetJournalLoadoutPet1XPBarRight
PetJournalLoadoutPet2HealthFrame
PetJournalLoadoutPet2HealthFrameHealthValue
PetJournalLoadoutPet2HealthFrameTextureFrame
PetJournalLoadoutPet2HealthFrameTextureFrameHealthTex
PetJournalLoadoutPet2HealthFramehealthStatusBar
PetJournalLoadoutPet2HealthFramehealthStatusBarBGMiddle
PetJournalLoadoutPet2HealthFramehealthStatusBarHealthBar
PetJournalLoadoutPet2HealthFramehealthStatusBarLeft
PetJournalLoadoutPet2HealthFramehealthStatusBarMiddle
PetJournalLoadoutPet2HealthFramehealthStatusBarRight
PetJournalLoadoutPet2LevelBG
PetJournalLoadoutPet2ReadOnlyFrame
PetJournalLoadoutPet2ReadOnlyFrameLockIcon
PetJournalLoadoutPet2ReadOnlyFrameLockIconLockIcon
PetJournalLoadoutPet2XPBar
PetJournalLoadoutPet2XPBarBGMiddle
PetJournalLoadoutPet2XPBarBar
PetJournalLoadoutPet2XPBarLeft
PetJournalLoadoutPet2XPBarMiddle
PetJournalLoadoutPet2XPBarRank
PetJournalLoadoutPet2XPBarRight
PetJournalLoadoutPet3HealthFrame
PetJournalLoadoutPet3HealthFrameHealthValue
PetJournalLoadoutPet3HealthFrameTextureFrame
PetJournalLoadoutPet3HealthFrameTextureFrameHealthTex
PetJournalLoadoutPet3HealthFramehealthStatusBar
PetJournalLoadoutPet3HealthFramehealthStatusBarBGMiddle
PetJournalLoadoutPet3HealthFramehealthStatusBarHealthBar
PetJournalLoadoutPet3HealthFramehealthStatusBarLeft
PetJournalLoadoutPet3HealthFramehealthStatusBarMiddle
PetJournalLoadoutPet3HealthFramehealthStatusBarRight
PetJournalLoadoutPet3LevelBG
PetJournalLoadoutPet3ReadOnlyFrame
PetJournalLoadoutPet3ReadOnlyFrameLockIcon
PetJournalLoadoutPet3ReadOnlyFrameLockIconLockIcon
PetJournalLoadoutPet3XPBar
PetJournalLoadoutPet3XPBarBGMiddle
PetJournalLoadoutPet3XPBarBar
PetJournalLoadoutPet3XPBarLeft
PetJournalLoadoutPet3XPBarMiddle
PetJournalLoadoutPet3XPBarRank
PetJournalLoadoutPet3XPBarRight
PetJournalPetCard
PetJournalPetCardAbilitiesBG
PetJournalPetCardBG
PetJournalPetCardHealthFrame
PetJournalPetCardHealthFrameHealthTex
PetJournalPetCardHealthFrameHealthValue
PetJournalPetCardHealthFramehealthStatusBar
PetJournalPetCardHealthFramehealthStatusBarBGMiddle
PetJournalPetCardHealthFramehealthStatusBarHealthBar
PetJournalPetCardHealthFramehealthStatusBarLeft
PetJournalPetCardHealthFramehealthStatusBarMiddle
PetJournalPetCardHealthFramehealthStatusBarRight
PetJournalPetCardInset
PetJournalPetCardInsetBg
PetJournalPetCardInsetInsetBotLeftCorner
PetJournalPetCardInsetInsetBotRightCorner
PetJournalPetCardInsetInsetBottomBorder
PetJournalPetCardInsetInsetLeftBorder
PetJournalPetCardInsetInsetRightBorder
PetJournalPetCardInsetInsetTopBorder
PetJournalPetCardInsetInsetTopLeftCorner
PetJournalPetCardInsetInsetTopRightCorner
PetJournalPetCardModelFrame
PetJournalPetCardPetInfo
PetJournalPetCardPetInfoIcon
PetJournalPetCardPetInfoLevel
PetJournalPetCardPetInfoLevelBubble
PetJournalPetCardPetInfoName
PetJournalPetCardPetInfoSubName
PetJournalPetCardPowerFrame
PetJournalPetCardQualityFrame
PetJournalPetCardShadows
PetJournalPetCardSpeedFrame
PetJournalPetCardSpell1
PetJournalPetCardSpell1Icon
PetJournalPetCardSpell2
PetJournalPetCardSpell2Icon
PetJournalPetCardSpell3
PetJournalPetCardSpell3Icon
PetJournalPetCardSpell4
PetJournalPetCardSpell4Icon
PetJournalPetCardSpell5
PetJournalPetCardSpell5Icon
PetJournalPetCardSpell6
PetJournalPetCardSpell6Icon
PetJournalPetCardTypeInfo
PetJournalPetCardTypeInfoType
PetJournalPetCardTypeInfoTypeIcon
PetJournalPetCardXPBar
PetJournalPetCardXPBarBGMiddle
PetJournalPetCardXPBarBar
PetJournalPetCardXPBarLeft
PetJournalPetCardXPBarMiddle
PetJournalPetCardXPBarRank
PetJournalPetCardXPBarRight
ScenarioCriteriaAnimationLine
ScenarioCriteriaAnimationLineDash
ScenarioCriteriaAnimationLineIcon
ScenarioCriteriaAnimationLineText
Removed Tables
Code:
1
DEBUG_ABILITY_INDEX
DEBUG_ABILITY_INFO
DEBUG_PET_INDEX
DEBUG_PET_INFO
InterfaceOptionsBuffsPanelBuffDurations
InterfaceOptionsBuffsPanelBuffDurationsText
InterfaceOptionsCombatPanelNameplateClassColors
InterfaceOptionsCombatPanelNameplateClassColorsText
InterfaceOptionsCombatPanelTOTDropDown
InterfaceOptionsCombatPanelTOTDropDownButton
InterfaceOptionsCombatPanelTOTDropDownButtonDisabledTexture
InterfaceOptionsCombatPanelTOTDropDownButtonHighlightTexture
InterfaceOptionsCombatPanelTOTDropDownButtonNormalTexture
InterfaceOptionsCombatPanelTOTDropDownButtonPushedTexture
InterfaceOptionsCombatPanelTOTDropDownIcon
InterfaceOptionsCombatPanelTOTDropDownLeft
InterfaceOptionsCombatPanelTOTDropDownMiddle
InterfaceOptionsCombatPanelTOTDropDownRight
InterfaceOptionsCombatPanelTOTDropDownText
InterfaceOptionsDisplayPanelAggroWarningDisplay
InterfaceOptionsDisplayPanelAggroWarningDisplayButton
InterfaceOptionsDisplayPanelAggroWarningDisplayButtonDisabledTexture
InterfaceOptionsDisplayPanelAggroWarningDisplayButtonHighlightTexture
InterfaceOptionsDisplayPanelAggroWarningDisplayButtonNormalTexture
InterfaceOptionsDisplayPanelAggroWarningDisplayButtonPushedTexture
InterfaceOptionsDisplayPanelAggroWarningDisplayIcon
InterfaceOptionsDisplayPanelAggroWarningDisplayLabel
InterfaceOptionsDisplayPanelAggroWarningDisplayLeft
InterfaceOptionsDisplayPanelAggroWarningDisplayMiddle
InterfaceOptionsDisplayPanelAggroWarningDisplayRight
InterfaceOptionsDisplayPanelAggroWarningDisplayText
InterfaceOptionsDisplayPanelScreenEdgeFlash
InterfaceOptionsDisplayPanelScreenEdgeFlashText
InterfaceOptionsDisplayPanelWorldPVPObjectiveDisplay
InterfaceOptionsDisplayPanelWorldPVPObjectiveDisplayButton
InterfaceOptionsDisplayPanelWorldPVPObjectiveDisplayButtonDisabledTexture
InterfaceOptionsDisplayPanelWorldPVPObjectiveDisplayButtonHighlightTexture
InterfaceOptionsDisplayPanelWorldPVPObjectiveDisplayButtonNormalTexture
InterfaceOptionsDisplayPanelWorldPVPObjectiveDisplayButtonPushedTexture
InterfaceOptionsDisplayPanelWorldPVPObjectiveDisplayIcon
InterfaceOptionsDisplayPanelWorldPVPObjectiveDisplayLabel
InterfaceOptionsDisplayPanelWorldPVPObjectiveDisplayLeft
InterfaceOptionsDisplayPanelWorldPVPObjectiveDisplayMiddle
InterfaceOptionsDisplayPanelWorldPVPObjectiveDisplayRight
InterfaceOptionsDisplayPanelWorldPVPObjectiveDisplayText
InterfaceOptionsDisplayPanelemphasizeMySpellEffects
InterfaceOptionsDisplayPanelemphasizeMySpellEffectsText
InterfaceOptionsHelpPanelLoadingScreenTips
InterfaceOptionsHelpPanelLoadingScreenTipsText
InterfaceOptionsObjectivesPanelAutoQuestProgress
InterfaceOptionsObjectivesPanelAutoQuestProgressText
InterfaceOptionsUnitFramePanelPartyBackground
InterfaceOptionsUnitFramePanelPartyBackgroundText
PBDebugFrame
PetJournalLoadoutPet1AbilitiesLabel
PetJournalLoadoutPet1HelpFrameSlotInfo
PetJournalLoadoutPet1HelpFrameSlotLocked
PetJournalLoadoutPet1Spell1SlotFrame
PetJournalLoadoutPet1Spell2SlotFrame
PetJournalLoadoutPet1Spell3SlotFrame
PetJournalLoadoutPet1StatusBar
PetJournalLoadoutPet1StatusBarBGMiddle
PetJournalLoadoutPet1StatusBarBar
PetJournalLoadoutPet1StatusBarLeft
PetJournalLoadoutPet1StatusBarMiddle
PetJournalLoadoutPet1StatusBarRank
PetJournalLoadoutPet1StatusBarRight
PetJournalLoadoutPet1healthStatusBar
PetJournalLoadoutPet1healthStatusBarBGMiddle
PetJournalLoadoutPet1healthStatusBarHealthBar
PetJournalLoadoutPet1healthStatusBarLeft
PetJournalLoadoutPet1healthStatusBarMiddle
PetJournalLoadoutPet1healthStatusBarRank
PetJournalLoadoutPet1healthStatusBarRight
PetJournalLoadoutPet2AbilitiesLabel
PetJournalLoadoutPet2HelpFrameSlotInfo
PetJournalLoadoutPet2HelpFrameSlotLocked
PetJournalLoadoutPet2Spell1SlotFrame
PetJournalLoadoutPet2Spell2SlotFrame
PetJournalLoadoutPet2Spell3SlotFrame
PetJournalLoadoutPet2StatusBar
PetJournalLoadoutPet2StatusBarBGMiddle
PetJournalLoadoutPet2StatusBarBar
PetJournalLoadoutPet2StatusBarLeft
PetJournalLoadoutPet2StatusBarMiddle
PetJournalLoadoutPet2StatusBarRank
PetJournalLoadoutPet2StatusBarRight
PetJournalLoadoutPet2healthStatusBar
PetJournalLoadoutPet2healthStatusBarBGMiddle
PetJournalLoadoutPet2healthStatusBarHealthBar
PetJournalLoadoutPet2healthStatusBarLeft
PetJournalLoadoutPet2healthStatusBarMiddle
PetJournalLoadoutPet2healthStatusBarRank
PetJournalLoadoutPet2healthStatusBarRight
PetJournalLoadoutPet3AbilitiesLabel
PetJournalLoadoutPet3HelpFrameSlotInfo
PetJournalLoadoutPet3HelpFrameSlotLocked
PetJournalLoadoutPet3Spell1SlotFrame
PetJournalLoadoutPet3Spell2SlotFrame
PetJournalLoadoutPet3Spell3SlotFrame
PetJournalLoadoutPet3StatusBar
PetJournalLoadoutPet3StatusBarBGMiddle
PetJournalLoadoutPet3StatusBarBar
PetJournalLoadoutPet3StatusBarLeft
PetJournalLoadoutPet3StatusBarMiddle
PetJournalLoadoutPet3StatusBarRank
PetJournalLoadoutPet3StatusBarRight
PetJournalLoadoutPet3healthStatusBar
PetJournalLoadoutPet3healthStatusBarBGMiddle
PetJournalLoadoutPet3healthStatusBarHealthBar
PetJournalLoadoutPet3healthStatusBarLeft
PetJournalLoadoutPet3healthStatusBarMiddle
PetJournalLoadoutPet3healthStatusBarRank
PetJournalLoadoutPet3healthStatusBarRight
PetJournalPetCardList
PetJournalPetCardListBBorder
PetJournalPetCardListBG
PetJournalPetCardListBLCorner
PetJournalPetCardListBRCorner
PetJournalPetCardListCloseButton
PetJournalPetCardListHealthStatusBar
PetJournalPetCardListHealthStatusBarBGMiddle
PetJournalPetCardListHealthStatusBarBar
PetJournalPetCardListHealthStatusBarHealthRank
PetJournalPetCardListHealthStatusBarLeft
PetJournalPetCardListHealthStatusBarMiddle
PetJournalPetCardListHealthStatusBarRight
PetJournalPetCardListIcon
PetJournalPetCardListIconBG
PetJournalPetCardListLBorder
PetJournalPetCardListLevel
PetJournalPetCardListLevelBG
PetJournalPetCardListLocation
PetJournalPetCardListModelFrame
PetJournalPetCardListName
PetJournalPetCardListPetTypeIcon
PetJournalPetCardListPowerFrame
PetJournalPetCardListPowerFrameAttackTex
PetJournalPetCardListPowerFrameAttackValue
PetJournalPetCardListRBorder
PetJournalPetCardListRarityFrame
PetJournalPetCardListRarityFrameRarityTex
PetJournalPetCardListRarityFrameRarityValue
PetJournalPetCardListSpeedFrame
PetJournalPetCardListSpeedFrameSpeedValue
PetJournalPetCardListSpeedFrameTextureFrame
PetJournalPetCardListSpeedFrameTextureFrameSpeedTex
PetJournalPetCardListSpell1
PetJournalPetCardListSpell1Icon
PetJournalPetCardListSpell1Name
PetJournalPetCardListSpell1PetTypeIcon
PetJournalPetCardListSpell2
PetJournalPetCardListSpell2Icon
PetJournalPetCardListSpell2Name
PetJournalPetCardListSpell2PetTypeIcon
PetJournalPetCardListSpell3
PetJournalPetCardListSpell3Icon
PetJournalPetCardListSpell3Name
PetJournalPetCardListSpell3PetTypeIcon
PetJournalPetCardListSpell4
PetJournalPetCardListSpell4Icon
PetJournalPetCardListSpell4Name
PetJournalPetCardListSpell4PetTypeIcon
PetJournalPetCardListSpell5
PetJournalPetCardListSpell5Icon
PetJournalPetCardListSpell5Name
PetJournalPetCardListSpell5PetTypeIcon
PetJournalPetCardListSpell6
PetJournalPetCardListSpell6Icon
PetJournalPetCardListSpell6Name
PetJournalPetCardListSpell6PetTypeIcon
PetJournalPetCardListStatsFrame
PetJournalPetCardListStatsFrameStatsLabel
PetJournalPetCardListStatusBar
PetJournalPetCardListStatusBarBGMiddle
PetJournalPetCardListStatusBarBar
PetJournalPetCardListStatusBarLeft
PetJournalPetCardListStatusBarMiddle
PetJournalPetCardListStatusBarRank
PetJournalPetCardListStatusBarRight
PetJournalPetCardListSubName
PetJournalPetCardListTBorder
PetJournalPetCardListTLCorner
PetJournalPetCardListTRCorner

Last edited by Ketho : 07-26-12 at 02:37 AM.
 
07-14-12, 05:55 PM   #4
Barjack
A Black Drake
AddOn Author - Click to view addons
Join Date: Apr 2009
Posts: 89
The SCENARIO_UPDATE event has also been split into SCENARIO_UPDATE (for stages and major transitions) and SCENARIO_CRITERIA_UPDATE (for sub-stage criteria).
 
07-14-12, 11:00 PM   #5
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
GlobalStrings for build 15851 are available in my GitHub repo:
https://github.com/phanx/wow-globalstrings

Interestingly, zhTW was already updated with all of the new strings as of the last beta build, so their GlobalStrings.lua didn't change in this build.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
 
 

WoWInterface » Site Forums » Archived Beta Forums » MoP Beta archived threads » [5.0.1.15799-5.0.3.15851] API changes

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off