WoWInterface SVN DeathSnap

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 6 to Rev 7
    Reverse comparison

Rev 6 → Rev 7

DeathSnap/DeathSnap.lua
3,15 → 3,14
--------------------------------------------------------------------------
--[[
 
-- Author
Ryan "Gryphon" Snook (rsnook@gmail.com)
"Allied Tribal Forces" of "US - Mal'Ganis - Alliance".
www.AlliedTribalForces.com
-- Author
Ryan "Gryphon" Snook (rsnook@gmail.com)
http://ryan.snook.cc
 
-- Request
Please do not re-release this AddOn as "Continued", "Resurrected", etc...
if you have updates/fixes/additions for it, please contact me. If I am
no longer active in WoW I will gladly pass on the maintenance to someone
no longer active in WoW I will gladly pass on the maintenance to someone
else, however until then please assume I am still active in WoW.
 
-- AddOn Description
26,7 → 25,7
1.0.1 - Level Cap 80
1.0.0 - Initial Release
 
-- SVN info
-- SVN info
$Id: DeathSnap.lua 1056 2008-10-24 22:50:07Z gryphon $
$Rev: 1056 $
$LastChangedBy: gryphon $
234,7 → 233,7
DEFAULT_CHAT_FRAME:AddMessage(DS_TITLE..": "..msg, color.r, color.g, color.b)
end;
 
Status = function()
Status = function()
local active = DS_Color.Green(DS_ENABLED)
local closeall = DS_Color.Green(DS_ENABLED)
 
246,12 → 245,12
end
 
DS_Out.Print("AddOn "..active..". "..string.format(DS_MINMAXSET2, DS_MINIMUM, DS_Color.Green(DS_Options.MinLevel)).." "..string.format(DS_MINMAXSET2, DS_MAXIMUM, DS_Color.Green(DS_Options.MaxLevel)).." "..string.format(DS_CLOSEALL, closeall))
end;
end;
 
Version = function()
Version = function()
local version = DS_Setting.Version.."."..DS_Setting.Revision
DS_Out.Print(DS_VERSION..": "..DS_Color.Green(version))
end;
end;
 
}