WoWInterface SVN EasyDND

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 81 to Rev 80
    Reverse comparison

Rev 81 → Rev 80

trunk/EasyDND/opts/options.lua
1,7 → 1,7
--[[
Name: EasyDND - AntiParasites / options
Description: This file handles all the mod's options and saved variables
Version: 30100.$Revision$
Version: 3.0.8.$Revision$
$Date$
Author(s): Merah (ad@heapoverflow.com)
Playing: Mera,Merae,Merah & FathisUles on EU FR-La Croisade Ecarlate ;)
trunk/EasyDND/EasyDND.lua
1,7 → 1,7
--[[
Name: EasyDND - AntiParasites
Description: This file handles the mod's core
Version: 30100.$Revision$
Version: 3.0.8.$Revision$
$Date$
Author(s): Merah (ad@heapoverflow.com)
Playing: Mera,Merae,Merah & FathisUles on EU FR-La Croisade Ecarlate ;)
226,7 → 226,7
 
-- Thanks a lot to Xinhuan for giving me the hint to use string.gsub instead of string.sub
-- it saves so much code space accross all languages!
local function OnSysFilter(_, _, b)
local function OnSysFilter(b)
local gg, ff = string.gsub, string.find
if db.hidesys then
local a, new = GetLocale() or ""
248,7 → 248,7
 
-- Thanks a lot to Xinhuan for giving me the hint to use string.gsub instead of string.sub
-- it saves so much code space accross all languages!
local function OnSysAntiFilter(_, _, b)
local function OnSysAntiFilter(b)
local gg, ff = string.gsub, string.find
if db.anti_hidesys and _.x then
_.x = false
265,7 → 265,7
return false
end
 
local function OnWhispAntiFilter(_, _, b)
local function OnWhispAntiFilter(b)
if db.anti_hidereply then
if string.find(b, "[AntiParasites] ", 1, true) then return true end
end
trunk/EasyDND/EasyDND.toc
1,6 → 1,6
## Interface: 30100
## Interface: 30000
## Title: EasyDND |cff7fff7f -Ace3-|r
## Version: 30100.$Revision$
## Version: 3.0.8.$Revision$
## X-Revision: $Revision$
## X-Date: $Date$
## Author: Merah
21,6 → 21,7
## X-Embeds: LibDataBroker-1.1
## OptionalDeps: Ace3, LibDBIcon-1.0, DewdropLib, tekDebug
## SavedVariables: EasyDNDDB
## SavedVariablesPerCharacter: EasyDNDDBPC
 
## LoadOnDemand: 0
## LoadManagers: AddonLoader
trunk/EasyDND/frames/broker.lua
3,7 → 3,7
Description: This file handles Broker used for displaying a minimap icon with LibDBIcon-1.0
this add support to all bar mods and/or minimap with minimal spared codes
Thanks Rabbit and Tekkub it saves so much!
Version: 30100.$Revision$
Version: 3.0.8.$Revision$
$Date$
Author(s): Merah (ad@heapoverflow.com)
Playing: Mera,Merae,Merah & FathisUles on EU FR-La Croisade Ecarlate ;)
trunk/EasyDND/locals/koKR.lua
1,6 → 1,6
--[[
Name: EasyDND - AntiParasites / koKR localization
Version: 30100.$Revision$
Version: 3.0.8.$Revision$
$Date$
Author(s): Merah (ad@heapoverflow.com)
Author(localization): BlueNyx (bluenyx@gmail.com)
trunk/EasyDND/locals/enUS.lua
1,6 → 1,6
--[[
Name: EasyDND - AntiParasites / enUS localization
Version: 30100.$Revision$
Version: 3.0.8.$Revision$
$Date$
Author(s): Merah (ad@heapoverflow.com)
Author(localization): Merah
trunk/EasyDND/locals/ruRU.lua
1,6 → 1,6
--[[
Name: EasyDND - AntiParasites / ruRU localization
Version: 30100.$Revision$
Version: 3.0.8.$Revision$
$Date$
Author(s): Merah (ad@heapoverflow.com)
Author(localization): StingerSoft (stingersoft@iti.lt)
trunk/EasyDND/locals/frFR.lua
1,6 → 1,6
--[[
Name: EasyDND - AntiParasites / frFR localization
Version: 30100.$Revision$
Version: 3.0.8.$Revision$
$Date$
Author(s): Merah (ad@heapoverflow.com)
Author(localization): Merah
trunk/EasyDND/locals/deDE.lua
1,6 → 1,6
--[[
Name: EasyDND - AntiParasites / deDE localization
Version: 30100.$Revision$
Version: 3.0.8.$Revision$
$Date$
Author(s): Mera_LaCroisadeEcarlate (ad@heapoverflow.com)
Author(localization): Xambrian (xambrian@googlemail.com)