View Single Post
02-07-13, 11:55 AM   #6
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
5.2.0 build 16539
http://www.wowpedia.org/Patch_5.2.0/API_changes

QuestInfo_ShowRewards() seems to be defined twice now in QuestInfo.lua#306 and Blizzard_QuestChoice.lua#43 ?..
New
  1. wowpedia, wowprog, commit, GetArenaTeamIndexBySize() -- 2 hits in 1 file
  2. wowpedia, wowprog, commit, GetQuestChoiceInfo() -- 1 hit
  3. wowpedia, wowprog, commit, GetQuestChoiceOptionInfo() -- 1 hit
  4. wowpedia, wowprog, commit, GetQuestChoiceRewardCurrency() -- 1 hit
  5. wowpedia, wowprog, commit, GetQuestChoiceRewardFaction() -- 1 hit
  6. wowpedia, wowprog, commit, GetQuestChoiceRewardInfo() -- 1 hit
  7. wowpedia, wowprog, commit, GetQuestChoiceRewardItem() -- 1 hit
  8. wowpedia, wowprog, commit, SendQuestChoiceResponse() -- 1 hit
FrameXML
New
  1. go-hero, ConquestFrame_SelectButton() -- loadondemand
  2. go-hero, ConquestFrame_Update() -- loadondemand
  3. go-hero, QuestChoiceFrame_OnEvent() -- loadondemand
  4. go-hero, QuestChoiceFrame_Show() -- loadondemand
  5. go-hero, QuestChoiceFrame_Update() -- loadondemand
  6. go-hero, QuestChoice_LoadUI()
  7. go-hero, WorldMapPing_OnStop()
Removed
  1. go-hero, ConquestFrame_OnUpdate()
  2. go-hero, WorldMapFrame_PingPlayerPosition()
Events
wowpedia, wowprog, commit, QUEST_CHOICE_UPDATE


string
  • New
    Lua Code:
    1. DWY_DB_WORK_BUG_COPY = "The pet card displays information about a pet's abilities and stats.\n\n\nHover over the pet's icon to see how to obtain a pet."
    2. ERR_DIFFICULTY_CHANGE_COMBAT_COOLDOWN_S = "Raid was in combat recently and may not change difficulty again for %s."
    3. EXCLUDED_BATTLEGROUNDS_SEPARATOR = " & "
    4. EXCLUDE_BATTLEGROUNDS_LINE_1 = "You can exclude up to"
    5. EXCLUDE_BATTLEGROUNDS_LINE_2 = "%d battlegrounds"
    6. INCLUDED_BATTLEGROUNDS = "Included Battlegrounds"
    7. SPELL_FAILED_CUSTOM_ERROR_191 = "There is nothing to be fetched."

number
  • New
    Lua Code:
    1. CURRENCY_HEIGHT = 20
    2. CURRENCY_SPACING = 5
    3. MAX_CURRENCIES = 3
    4. MAX_NUM_OPTIONS = 2
table
  • New
    Code:
    PLAYER_FACTION_COLORS
    QuestChoiceFrame
    QuestChoiceFrameOption1
    QuestChoiceFrameOption1Amount
    QuestChoiceFrameOption1Faction
    QuestChoiceFrameOption1Item
    QuestChoiceFrameOption1ItemCount
    QuestChoiceFrameOption1ItemIconTexture
    QuestChoiceFrameOption1ItemName
    QuestChoiceFrameOption1ItemNameFrame
    QuestChoiceFrameOption1Text
    QuestChoiceFrameOption2
    QuestChoiceFrameOption2Amount
    QuestChoiceFrameOption2Faction
    QuestChoiceFrameOption2Item
    QuestChoiceFrameOption2ItemCount
    QuestChoiceFrameOption2ItemIconTexture
    QuestChoiceFrameOption2ItemName
    QuestChoiceFrameOption2ItemNameFrame
    QuestChoiceFrameOption2Text
  • Removed
    Code:
    ArenaPrepFrame1MyHealPredictionBar
    ArenaPrepFrame1OtherHealPredictionBar
    ArenaPrepFrame1OverAbsorbGlow
    ArenaPrepFrame1TotalAbsorbBar
    ArenaPrepFrame1TotalAbsorbBarOverlay
    ArenaPrepFrame2MyHealPredictionBar
    ArenaPrepFrame2OtherHealPredictionBar
    ArenaPrepFrame2OverAbsorbGlow
    ArenaPrepFrame2TotalAbsorbBar
    ArenaPrepFrame2TotalAbsorbBarOverlay
    ArenaPrepFrame3MyHealPredictionBar
    ArenaPrepFrame3OtherHealPredictionBar
    ArenaPrepFrame3OverAbsorbGlow
    ArenaPrepFrame3TotalAbsorbBar
    ArenaPrepFrame3TotalAbsorbBarOverlay
    ArenaPrepFrame4MyHealPredictionBar
    ArenaPrepFrame4OtherHealPredictionBar
    ArenaPrepFrame4OverAbsorbGlow
    ArenaPrepFrame4TotalAbsorbBar
    ArenaPrepFrame4TotalAbsorbBarOverlay
    ArenaPrepFrame5MyHealPredictionBar
    ArenaPrepFrame5OtherHealPredictionBar
    ArenaPrepFrame5OverAbsorbGlow
    ArenaPrepFrame5TotalAbsorbBar
    ArenaPrepFrame5TotalAbsorbBarOverlay

diffs by kd3 attached
Attached Files
File Type: zip 5.1.0.16357-5.2.0.16539.zip (128.5 KB, 671 views)
File Type: zip 5.2.0.16503-16539.zip (22.1 KB, 660 views)

Last edited by Ketho : 02-07-13 at 12:15 PM.