WoWInterface SVN Ara_Broker_Guild_Friends

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 26 to Rev 27
    Reverse comparison

Rev 26 → Rev 27

LocalizedClasses.lua File deleted \ No newline at end of file
Ara_Broker_Guild_Friends.lua
9,12 → 9,11
local guildEntries, friendEntries, motd, slider, nbEntries = {}, {}
local sliderValue, hasSlider, ShowTablet = 0
local RAID_CLASS_COLORS = CUSTOM_CLASS_COLORS or RAID_CLASS_COLORS
local L = {}
 
local format, strfind, strupper, GetGuildRosterInfo, GetFriendInfo, CLASS_BUTTONS, GetDifficultyColor =
format, strfind, strupper, GetGuildRosterInfo, GetFriendInfo, CLASS_BUTTONS, GetQuestDifficultyColor or GetDifficultyColor
format, strfind, strupper, GetGuildRosterInfo, GetFriendInfo, CLASS_BUTTONS, GetQuestDifficultyColor
 
local L = setmetatable( _G.ABGF_TC or {}, { __index = function(t,k) return strupper(k) end } )
 
local orgReloadUI = ReloadUI
ReloadUI = function(...)
config.reloading = true
465,6 → 464,13
for k, v in next, defaultConfig do if config[k]==nil then config[k]=v end end
if config.reloading then config.reloading = nil else SortGuildRoster(config.sortType) if config.sortDESC then SortGuildRoster(config.sortType) end end
 
for eng, loc in next, LOCALIZED_CLASS_NAMES_MALE do
L[loc] = eng
end
for eng, loc in next, LOCALIZED_CLASS_NAMES_FEMALE do
L[loc] = eng
end
 
tip = _G.GameTooltip
horde = UnitFactionGroup"player" == "Horde"
if _G.Skinner then
Ara_Broker_Guild_Friends.toc
1,6 → 1,6
## Interface: 30200
## Title: |cFFFFB366Ara|r - Broker - Guild & Friends
## Version: r21
## Version: r22
## Author: Ara
## Notes: A Data Broker plugin that provides guildmates & friends informations and interactions.
## SavedVariables: AraBrokerGuildFriendsDB
14,5 → 14,4
libs\CallbackHandler-1.0.lua
libs\LibDataBroker-1.1.lua
 
LocalizedClasses.lua
Ara_Broker_Guild_Friends.lua
\ No newline at end of file