WoWInterface SVN UrbanAchiever

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 143 to Rev 144
    Reverse comparison

Rev 143 → Rev 144

Libs/AceAddon-3.0/AceAddon-3.0.lua
28,9 → 28,9
-- end
-- @class file
-- @name AceAddon-3.0.lua
-- @release $Id: AceAddon-3.0.lua 1036 2011-08-16 22:45:05Z nevcairiel $
-- @release $Id: AceAddon-3.0.lua 1084 2013-04-27 20:14:11Z nevcairiel $
 
local MAJOR, MINOR = "AceAddon-3.0", 11
local MAJOR, MINOR = "AceAddon-3.0", 12
local AceAddon, oldminor = LibStub:NewLibrary(MAJOR, MINOR)
 
if not AceAddon then return end -- No Upgrade needed.
108,6 → 108,16
-- used in the addon metatable
local function addontostring( self ) return self.name end
 
-- Check if the addon is queued for initialization
local function queuedForInitialization(addon)
for i = 1, #AceAddon.initializequeue do
if AceAddon.initializequeue[i] == addon then
return true
end
end
return false
end
 
--- Create a new AceAddon-3.0 addon.
-- Any libraries you specified will be embeded, and the addon will be scheduled for
-- its OnInitialize and OnEnable callbacks.
314,7 → 324,12
-- MyModule:Enable()
function Enable(self)
self:SetEnabledState(true)
return AceAddon:EnableAddon(self)
 
-- nevcairiel 2013-04-27: don't enable an addon/module if its queued for init still
-- it'll be enabled after the init process
if not queuedForInitialization(self) then
return AceAddon:EnableAddon(self)
end
end
 
--- Disables the Addon, if possible, return true or false depending on success.
UrbanAchiever.toc
5,7 → 5,7
## Notes-frFR: Fenêtre de Hauts Faits améliorée
## Notes-zhTW:改進成就框架
## Notes-zhCN:改进成就框架
## Version 15.4.wowi:revision
## Version 15.5.wowi:revision
## OptionalDeps: Blizzard_AchievementUI
## SavedVariables: UASV
## SavedVariablesPerCharacter: UASVPC
Main.lua
11,7 → 11,7
--bindings
BINDING_HEADER_URBANACHIEVER = "Urban Achiever"
 
local MAX_ACHIEVEMENTS = 8261 --last 8260
local MAX_ACHIEVEMENTS = 8393 --last 8392
local menuTypes = {"PLAYER", "PARTY", "RAID_PLAYER"}
local playerFaction = UnitFactionGroup("player") == "Alliance" and 1 or 2
 
FactionSpecificAchievements.lua
2,139 → 2,147
--Alliance = 1
--Horde = 2
UrbanAchiever.factionAchs = {
["5318"] = 1, --20,000 Leagues Under the Sea
["8030"] = 1, --A Test of Valor
["4156"] = 1, --A Tribute to Immortality
["5853"] = 1, --A-Caroling We Will Go
["5129"] = 1, --Ambassadors
["4925"] = 1, --Ashenvale Quests
["5375"] = 1, --Baradin's Wardens
["4436"] = 1, --BB King
["5171"] = 1, --Blood Elf Slayer
["4926"] = 1, --Bloodmyst Isle Quests
["7941"] = 1, --Brawlin' and Shot Callin'
["7534"] = 1, --Chapter II: Wrathion's War
["5195"] = 1, --City Attacker
["5131"] = 1, --Classic Battles
["5156"] = 1, --Classy Draenei
["5155"] = 1, --Classy Dwarves
["5154"] = 1, --Classy Gnomes
["5151"] = 1, --Classy Humans
["5153"] = 1, --Classy Night Elves
["6624"] = 1, --Classy Pandaren
["5157"] = 1, --Classy Worgen
["5226"] = 1, --Cloud Nine
["5340"] = 1, --Commander
["5331"] = 1, --Corporal
["4928"] = 1, --Darkshore Quests
["5130"] = 1, --Diplomacy
["5231"] = 1, --Double Jeopardy
["5229"] = 1, --Drag a Maw
["5126"] = 1, --Dungeon Diplomat
["4929"] = 1, --Dustwallow Marsh Quests
["6007"] = 1, --Extinguishing Northrend
["8042"] = 1, --Extinguishing Pandaria
["6013"] = 1, --Extinguishing the Cataclysm
["4873"] = 1, --Fading into Twilight
["4932"] = 1, --Feralas Quests
["5357"] = 1, --Field Marshal
["5221"] = 1, --Fire, Walk With Me
["5848"] = 1, --Fish or Cut Bait: Darnassus
["5847"] = 1, --Fish or Cut Bait: Ironforge
["5476"] = 1, --Fish or Cut Bait: Stormwind
["6011"] = 1, --Flame Warden of Cataclysm
["6008"] = 1, --Flame Warden of Northrend
["8045"] = 1, --Flame Warden of Pandaria
["5453"] = 1, --Ghosts in the Dark
["5172"] = 1, --Goblin Slayer
["5343"] = 1, --Grand Marshal
["5441"] = 1, --Guild Battlemasters
["5432"] = 1, --Guild Commanders
["5436"] = 1, --Guild Field Marshals
["5438"] = 1, --Guild Grand Marshals
["4912"] = 1, --Guild Level 25
["5434"] = 1, --Guild Marshals
["5014"] = 1, --Guild Northrend Dungeon Hero
["6942"] = 1, --Hero of the Alliance
["6939"] = 1, --Hero of the Alliance: Cataclysmic
["8243"] = 1, --Hero of the Alliance: Malevolent
["6316"] = 1, --Hero of the Alliance: Ruthless
["5344"] = 1, --Hero of the Alliance: Vicious
["4298"] = 1, --Heroic: Trial of the Champion
["5111"] = 1, --Heroic: Trial of the Champion Guild Run
["5031"] = 1, --Horde Slayer
["5219"] = 1, --I'm in the White Lodge
["5327"] = 1, --In Service of the Alliance
["5268"] = 1, --In Service of the Alliance
["5322"] = 1, --In Service of the Alliance
["5718"] = 1, --Just Another Day in Tol Barad
["8052"] = 1, --Khan
["5320"] = 1, --King of the Mountain
["8208"] = 1, --Kirin Tor Offensive
["7526"] = 1, --Kite Fight
["5335"] = 1, --Knight
["5337"] = 1, --Knight-Captain
["5359"] = 1, --Knight-Champion
["5336"] = 1, --Knight-Lieutenant
["5842"] = 1, --Let's Do Lunch: Darnassus
["5841"] = 1, --Let's Do Lunch: Ironforge
["5474"] = 1, --Let's Do Lunch: Stormwind
["5339"] = 1, --Lieutenant Commander
["8010"] = 1, --Lion's Landing
["4899"] = 1, --Loch Modan and Wetlands Quests
["5341"] = 1, --Marshal
["5489"] = 1, --Master of Tol Barad
["5333"] = 1, --Master Sergeant
["6535"] = 1, --Mighty Roamin' Krasaranger
["7527"] = 1, --No Tank You
["7946"] = 1, --Now You're Just Showing Off
["8011"] = 1, --Number Five Is Alive
["4786"] = 1, --Operation: Gnomeregan
["8205"] = 1, --Operation: Shieldwall
["7928"] = 1, --Operation: Shieldwall Campaign
["5167"] = 1, --Orc Slayer
["6828"] = 1, --Pandaren Ambassador
["6644"] = 1, --Pandaren Embassy
["6532"] = 1, --Pandaren Slayer
["5330"] = 1, --Private
["7949"] = 1, --Rabble Rabble Rabble
["4902"] = 1, --Redridge Mountains Quests
["7448"] = 1, --Scenario Roundup
["6874"] = 1, --Scenaturday
["5332"] = 1, --Sergeant
["5334"] = 1, --Sergeant Major
["4869"] = 1, --Sinking into Vashj'ir
["6537"] = 1, --Slum It in the Summit
["5213"] = 1, --Soaring Spirits
["4937"] = 1, --Southern Barrens Quests
["5152"] = 1, --Stay Classy
["4936"] = 1, --Stonetalon Mountains Quests
["6030"] = 1, --Taking the Show on the Road
["6603"] = 1, --Taming Eastern Kingdoms
["5168"] = 1, --Tauren Slayer
["7947"] = 1, --The First Rule of Brawler's Guild
["7940"] = 1, --The Second Rule of Brawler's Guild
["7523"] = 1, --Theramore's Fall
["7467"] = 1, --Theramore's Fall
["5417"] = 1, --Tol Barad Veteran
["4296"] = 1, --Trial of the Champion
["5836"] = 1, --Tricks and Treats of Northrend
["7601"] = 1, --Tricks and Treats of Pandaria
["5837"] = 1, --Tricks and Treats of the Cataclysm
["5170"] = 1, --Troll Slayer
["8218"] = 1, --Tyrannical Conquest
["5169"] = 1, --Undead Slayer
["5812"] = 1, --United Nations
["6300"] = 1, --Upjade Complete
["5328"] = 1, --Veteran of the Alliance
["5823"] = 1, --Veteran of the Alliance II
["5329"] = 1, --Warbound Veteran of the Alliance
["8012"] = 1, --Waste Not, Want Not
["7860"] = 1, --We're Going to Need More Saddles
["4903"] = 1, --Westfall and Duskwood Quests
["4885"] = 1, --Wildhammer Clan
["5481"] = 1, --Wildhammer Tour of Duty
["7937"] = 1, --You Are Not Your $#*@! Legplates
["5318"] = 1, --20,000 Leagues Under the Sea
["8030"] = 1, --A Test of Valor
["4156"] = 1, --A Tribute to Immortality
["5853"] = 1, --A-Caroling We Will Go
["5129"] = 1, --Ambassadors
["4925"] = 1, --Ashenvale Quests
["5375"] = 1, --Baradin's Wardens
["8314"] = 1, --Battle on the High Seas
["4436"] = 1, --BB King
["5171"] = 1, --Blood Elf Slayer
["4926"] = 1, --Bloodmyst Isle Quests
["7941"] = 1, --Brawlin' and Shot Callin'
["7534"] = 1, --Chapter II: Wrathion's War
["5195"] = 1, --City Attacker
["5131"] = 1, --Classic Battles
["5156"] = 1, --Classy Draenei
["5155"] = 1, --Classy Dwarves
["5154"] = 1, --Classy Gnomes
["5151"] = 1, --Classy Humans
["5153"] = 1, --Classy Night Elves
["6624"] = 1, --Classy Pandaren
["5157"] = 1, --Classy Worgen
["5226"] = 1, --Cloud Nine
["8339"] = 1, --Collect Your Deck
["5340"] = 1, --Commander
["5331"] = 1, --Corporal
["4928"] = 1, --Darkshore Quests
["8340"] = 1, --Deck Your Collection
["5130"] = 1, --Diplomacy
["5231"] = 1, --Double Jeopardy
["5229"] = 1, --Drag a Maw
["5126"] = 1, --Dungeon Diplomat
["4929"] = 1, --Dustwallow Marsh Quests
["6007"] = 1, --Extinguishing Northrend
["8042"] = 1, --Extinguishing Pandaria
["6013"] = 1, --Extinguishing the Cataclysm
["4873"] = 1, --Fading into Twilight
["4932"] = 1, --Feralas Quests
["5357"] = 1, --Field Marshal
["5221"] = 1, --Fire, Walk With Me
["5848"] = 1, --Fish or Cut Bait: Darnassus
["5847"] = 1, --Fish or Cut Bait: Ironforge
["5476"] = 1, --Fish or Cut Bait: Stormwind
["6011"] = 1, --Flame Warden of Cataclysm
["6008"] = 1, --Flame Warden of Northrend
["8045"] = 1, --Flame Warden of Pandaria
["5453"] = 1, --Ghosts in the Dark
["5172"] = 1, --Goblin Slayer
["5343"] = 1, --Grand Marshal
["5441"] = 1, --Guild Battlemasters
["5432"] = 1, --Guild Commanders
["5436"] = 1, --Guild Field Marshals
["5438"] = 1, --Guild Grand Marshals
["4912"] = 1, --Guild Level 25
["5434"] = 1, --Guild Marshals
["5014"] = 1, --Guild Northrend Dungeon Hero
["8335"] = 1, --Having a Brawl
["6942"] = 1, --Hero of the Alliance
["6939"] = 1, --Hero of the Alliance: Cataclysmic
["8243"] = 1, --Hero of the Alliance: Malevolent
["6316"] = 1, --Hero of the Alliance: Ruthless
["5344"] = 1, --Hero of the Alliance: Vicious
["8364"] = 1, --Heroic: Battle on the High Seas
["4298"] = 1, --Heroic: Trial of the Champion
["5111"] = 1, --Heroic: Trial of the Champion Guild Run
["5031"] = 1, --Horde Slayer
["8306"] = 1, --Hordebreaker
["5219"] = 1, --I'm in the White Lodge
["8336"] = 1, --I've Got the Biggest Brawls of Them All
["5327"] = 1, --In Service of the Alliance
["5268"] = 1, --In Service of the Alliance
["5322"] = 1, --In Service of the Alliance
["5718"] = 1, --Just Another Day in Tol Barad
["8052"] = 1, --Khan
["5320"] = 1, --King of the Mountain
["8208"] = 1, --Kirin Tor Offensive
["7526"] = 1, --Kite Fight
["5335"] = 1, --Knight
["5337"] = 1, --Knight-Captain
["5359"] = 1, --Knight-Champion
["5336"] = 1, --Knight-Lieutenant
["5842"] = 1, --Let's Do Lunch: Darnassus
["5841"] = 1, --Let's Do Lunch: Ironforge
["5474"] = 1, --Let's Do Lunch: Stormwind
["5339"] = 1, --Lieutenant Commander
["8010"] = 1, --Lion's Landing
["4899"] = 1, --Loch Modan and Wetlands Quests
["5341"] = 1, --Marshal
["5489"] = 1, --Master of Tol Barad
["5333"] = 1, --Master Sergeant
["6535"] = 1, --Mighty Roamin' Krasaranger
["8304"] = 1, --Mount Parade
["7527"] = 1, --No Tank You
["7946"] = 1, --Now You're Just Showing Off
["8011"] = 1, --Number Five Is Alive
["4786"] = 1, --Operation: Gnomeregan
["8205"] = 1, --Operation: Shieldwall
["7928"] = 1, --Operation: Shieldwall Campaign
["5167"] = 1, --Orc Slayer
["6828"] = 1, --Pandaren Ambassador
["6644"] = 1, --Pandaren Embassy
["6532"] = 1, --Pandaren Slayer
["5330"] = 1, --Private
["7949"] = 1, --Rabble Rabble Rabble
["4902"] = 1, --Redridge Mountains Quests
["7448"] = 1, --Scenario Roundup
["6874"] = 1, --Scenaturday
["5332"] = 1, --Sergeant
["5334"] = 1, --Sergeant Major
["4869"] = 1, --Sinking into Vashj'ir
["6537"] = 1, --Slum It in the Summit
["5213"] = 1, --Soaring Spirits
["4937"] = 1, --Southern Barrens Quests
["5152"] = 1, --Stay Classy
["4936"] = 1, --Stonetalon Mountains Quests
["6030"] = 1, --Taking the Show on the Road
["6603"] = 1, --Taming Eastern Kingdoms
["5168"] = 1, --Tauren Slayer
["7947"] = 1, --The First Rule of Brawler's Guild
["7940"] = 1, --The Second Rule of Brawler's Guild
["7467"] = 1, --Theramore's Fall
["7523"] = 1, --Theramore's Fall
["5417"] = 1, --Tol Barad Veteran
["4296"] = 1, --Trial of the Champion
["5836"] = 1, --Tricks and Treats of Northrend
["7601"] = 1, --Tricks and Treats of Pandaria
["5837"] = 1, --Tricks and Treats of the Cataclysm
["5170"] = 1, --Troll Slayer
["8218"] = 1, --Tyrannical Conquest
["5169"] = 1, --Undead Slayer
["5812"] = 1, --United Nations
["6300"] = 1, --Upjade Complete
["5328"] = 1, --Veteran of the Alliance
["5823"] = 1, --Veteran of the Alliance II
["5329"] = 1, --Warbound Veteran of the Alliance
["8012"] = 1, --Waste Not, Want Not
["7860"] = 1, --We're Going to Need More Saddles
["4903"] = 1, --Westfall and Duskwood Quests
["4885"] = 1, --Wildhammer Clan
["5481"] = 1, --Wildhammer Tour of Duty
["7937"] = 1, --You Are Not Your $#*@! Legplates
["3676"] = 1, --A Silver Confidant
["948"] = 1, --Ambassador of the Alliance
["230"] = 1, --Battlemaster
242,6 → 250,7
["7844"] = 2, --Ambassadors
["4976"] = 2, --Ashenvale Quests
["4927"] = 2, --Azshara Quests
["8315"] = 2, --Battle on the High Seas
["4437"] = 2, --BB King
["5351"] = 2, --Blood Guard
["7942"] = 2, --Brawlin' and Shot Callin'
258,6 → 267,9
["5162"] = 2, --Classy Trolls
["5164"] = 2, --Classy Undead
["5227"] = 2, --Cloud Nine
["8342"] = 2, --Collect Your Deck
["8307"] = 2, --Darkspear Revolutionary
["8343"] = 2, --Deck Your Collection
["4256"] = 2, --Demolition Derby
["7843"] = 2, --Diplomacy
["8206"] = 2, --Dominance Offensive
294,20 → 306,23
["5492"] = 2, --Guild Level 25
["5124"] = 2, --Guild Northrend Dungeon Hero
["5437"] = 2, --Guild Warlords
["8337"] = 2, --Having a Brawl
["5376"] = 2, --Hellscream's Reach
["6941"] = 2, --Hero of the Horde
["6940"] = 2, --Hero of the Horde: Cataclysmic
["8244"] = 2, --Hero of the Horde: Malevolent
["6317"] = 2, --Hero of the Horde: Ruthless
["5358"] = 2, --Hero of the Horde: Vicious
["8366"] = 2, --Heroic: Battle on the High Seas
["4297"] = 2, --Heroic: Trial of the Champion
["5110"] = 2, --Heroic: Trial of the Champion Guild Run
["5356"] = 2, --High Warlord
["4895"] = 2, --Hillsbrad Foothills Quests
["5173"] = 2, --Human Slayer
["5220"] = 2, --I'm in the Black Lodge
["8338"] = 2, --I've Got the Biggest Brawls of Them All
["5269"] = 2, --In Service of the Horde
["5323"] = 2, --In Service of the Horde
["5269"] = 2, --In Service of the Horde
["5324"] = 2, --In Service of the Horde
["5454"] = 2, --Joy Ride
["5719"] = 2, --Just Another Day in Tol Barad
322,6 → 337,7
["5490"] = 2, --Master of Tol Barad
["6536"] = 2, --Mighty Roamin' Krasaranger
["4177"] = 2, --Mine
["8302"] = 2, --Mount Parade
["5174"] = 2, --Night Elf Slayer
["7530"] = 2, --No Tank You
["4933"] = 2, --Northern Barrens Quests
350,8 → 366,8
["6602"] = 2, --Taming Kalimdor
["7948"] = 2, --The First Rule of Brawler's Guild
["7939"] = 2, --The Second Rule of Brawler's Guild
["7468"] = 2, --Theramore's Fall
["7524"] = 2, --Theramore's Fall
["7468"] = 2, --Theramore's Fall
["5418"] = 2, --Tol Barad Veteran
["5835"] = 2, --Tricks and Treats of Northrend
["7602"] = 2, --Tricks and Treats of Pandaria