View Single Post
08-09-12, 03:23 PM   #1
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
[5.0.4.15929-15952] API changes

some late dump of the _G changes
* Blizzard cleaned up a lot of leaking globals (e.g. frame), Meorawr mentioned this as well
* Changes to the Ranged slot
Lua Code:
  1. GetBuildInfo() => "5.0.4", "15952", "Aug  5 2012", 50001

Global API functions
New
  1. wowpedia, wowprog, framexml, IsBarberShopStyleValid() -- 2 hits in 1 file
  2. wowpedia, wowprog, framexml, IsRangedWeapon() -- 3 hits in 1 file
  3. wowpedia, wowprog, framexml, SetPendingReportPetTarget() -- 1 hit
  4. wowpedia, wowprog, framexml, UnitIsOtherPlayersBattlePet() -- 1 hit

FrameXML functions
New
  1. go-hero, MountListItem_OnClick() -- loadondemand
  2. go-hero, PetBattleUnitFrameDropDown_ReportUnit()
  3. go-hero, RaidFrameAllAssistCheckButton_UpdateAvailable()
  4. go-hero, StanceButton_OnEnter()
  5. go-hero, TotemFrame_AdjustPetFrame()
  6. go-hero, UpdateContainerFrameAnchors()
Removed
  1. go-hero, isRaidFinderDungeonDisplayable() -- local scope
  2. go-hero, updateContainerFrameAnchors() -- renamed case
  3. go-hero, wrapFunc() -- local scope

C_* functions
New
  1. wowpedia, framexml, C_PetBattles.SetPendingReportTargetFromUnit() -- 1 hit
Renamed
  1. wowpedia, framexml, C_PetBattles.AcceptQueuedPVPMatch() -> .AcceptPVPMatch() -- 2 hits in 2 files
  2. wowpedia, framexml, C_PetBattles.DeclineQueuedPVPMatch() -> .DeclinePVPMatch() -- 2 hits in 2 files
  3. wowpedia, framexml, C_PetBattles.SetPendingReportTargetFromBattlePetOwner() -> .SetPendingReportBattlePetTarget() -- 1 hit

Last edited by Ketho : 08-10-12 at 07:55 AM.