View Single Post
08-15-12, 07:52 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.15961-15972] API changes

small dump of the _G changes
Lua Code:
  1. GetBuildInfo() => "5.0.4", "15972", "Aug 12 2012", 50001

Global API functions
New
  1. wowpedia, wowprog, GetTradeSkillCategoryFilter() -- unused
  2. wowpedia, wowprog, framexml, GetTradeSkillSubCategories() -- 2 hits in 1 file
  3. wowpedia, wowprog, framexml, SetTradeSkillCategoryFilter() -- 2 hits in 2 files
Removed
  1. wowpedia, wowprog, framexml, GetTradeSkillSubClassFilter()
  2. wowpedia, wowprog, framexml, SetTradeSkillSubClassFilter()
new args: reaction (6), threshold (7) for GetFriendshipReputation()

C_* functions
New
  1. wowpedia, framexml, C_PetJournal.PetCanBeReleased() -- 1 hit
  2. wowpedia, framexml, C_PetJournal.PetIsLockedForConvert() -- 1 hit
  3. wowpedia, framexml, C_PetJournal.PetIsRevoked() -- 1 hit
new arg: unique (16) for C_PetJournal.GetPetInfoByPetID() and C_PetJournal.GetPetInfoBySpeciesID()

Events
New
  1. wowpedia, wowprog, framexml, CRITERIA_COMPLETE -- 2 hits in 1 file
new arg: isGuildSpell (3) for LEARNED_SPELL_IN_TAB

String Variables
New
Lua Code:
  1. DUNGEON_FLOOR_GILNEAS_TERRAIN11 = "Emberstone Mine"
  2. DUNGEON_FLOOR_GILNEAS_TERRAIN12 = "Main Floor"
  3. DUNGEON_FLOOR_GILNEAS_TERRAIN13 = "Upper Floor"
  4. DUNGEON_FLOOR_KUNLAISUMMIT11 = "Upper Deep"
  5. DUNGEON_FLOOR_KUNLAISUMMIT12 = "Lower Deep"
  6. FRIENDSHIP_STANDING_CHANGED = "Your relationship with %s is now %s."
Removed
Lua Code:
  1. DUNGEON_FLOOR_GILNEAS1 = "Emberstone Mine"
  2. DUNGEON_FLOOR_GILNEAS2 = "Main Floor"
  3. DUNGEON_FLOOR_GILNEAS3 = "Upper Floor"

Last edited by Ketho : 08-17-12 at 12:05 PM.