WoWInterface SVN NotBloatedCataclysm

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 3 to Rev 2
    Reverse comparison

Rev 3 → Rev 2

trunk/NotBloated.toc
1,5 → 1,5
## Interface: 40000
## Author: SlikerHawk
## Interface: 30300
## Author: Munitions
## Title: NotBloated
## Notes: A tiny Wintergrasp timer.
 
trunk/main.lua
3,6 → 3,9
NotBloated.03.02c
Kesava, Auchindoun EU
 
TODO:
Get time for Tol'Barad
 
--]]
 
-- Initialize
10,7 → 13,7
-- Change this to false to disable the larger warning
-- The number must correspond to another in the warningsDone table
local bigWarning = { 5, 5 }
-- local bigWarning = { false, false }
-- local bigWarning = false
 
-- As it says, the times are in minutes. If you want a warning at
-- 25 minutes, add this line:
131,7 → 134,7
a['waitTime'] = a.newTime
 
if not a.inProgress and a.oldInProgress then
-- the battle has ended since the last update
-- the battle has ended within the last minute
self:ResetWarnings()
print('The battle for ' .. a.n .. ' has ended.')
end