View Single Post
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.