Description
Measure how long things take, count down for events (e.g., instance resets), alert on countdown end
Usage
Use AddonManager or type /stopwatch to bring up the stopwatch. There are two modes that can be switched between in the settings dialog: Stopwatch and Countdown. Stopwatch is used to measure how long something takes. Countdown is used to notify you when a set amount of time has passed.
Additional Usage
You can also create multiple "hidden" timers (for example, to notify you of spawn times of several mobs) using /timer <action> where action can be one of:
- add <time in seconds> <name/message>
- remove <name>
- check <name>
Check is used to figure out how much time is left on a timer
Examples:
/timer add 300 Reset
/timer check Reset
/timer remove Reset
------------------------------------------------------------------------
r6 | alleris2_0 | 2009-08-01 05:36:07 +0000 (Sat, 01 Aug 2009) | 1 line
Changed paths:
A /tags/v1.01 (from /trunk:5)
Fixed bug - error on open config
------------------------------------------------------------------------
r5 | alleris2_0 | 2009-08-01 05:35:58 +0000 (Sat, 01 Aug 2009) | 1 line
Changed paths:
M /trunk/StopWatch.lua
Incremented version
------------------------------------------------------------------------
r4 | alleris2_0 | 2009-08-01 05:35:35 +0000 (Sat, 01 Aug 2009) | 1 line
Changed paths:
M /trunk/StopWatchConfig.lua
Fixed bug - error on open config
------------------------------------------------------------------------
r2 | alleris2_0 | 2009-07-31 01:09:45 +0000 (Fri, 31 Jul 2009) | 1 line
Changed paths:
A /trunk/.pkgmeta
A /trunk/Sounds
A /trunk/Sounds/alarm.wav
A /trunk/Sounds/alarm2.wav
A /trunk/StopWatch.lua
A /trunk/StopWatch.toc
A /trunk/StopWatch.xml
A /trunk/StopWatchConfig.lua
A /trunk/StopWatchConfig.xml
A /trunk/Textures
A /trunk/Textures/StopWatchIcon.tga
A /trunk/Textures/StopWatchIconPushed.tga
A /trunk/Textures/back.png
A /trunk/Textures/back_selected.png
A /trunk/Textures/forward.png
A /trunk/Textures/forward_selected.png
A /trunk/Textures/pause.tga
A /trunk/Textures/pause_selected.tga
A /trunk/Textures/play.tga
A /trunk/Textures/play_selected.tga
A /trunk/Textures/record.png
A /trunk/Textures/record_selected.png
A /trunk/Textures/stop.tga
A /trunk/Textures/stop_disabled.tga
A /trunk/Textures/stop_selected.tga
Initial Commit
------------------------------------------------------------------------
r1 | root | 2009-07-31 00:32:13 +0000 (Fri, 31 Jul 2009) | 1 line
Changed paths:
A /branches
A /tags
A /trunk
"stopwatch/mainline: Initial Import"
------------------------------------------------------------------------