• Dear Guest,

    You're browsing our forum as a Guest meaning you can only see a portion of the forum in read-only mode.
    To view all forum nodes and be able to create threads/posts please register or log-in with your existing account.

    TwinStar team

[AddOn] TimeManager (alarm clock, stopwatch, local time)

Cochise

Authorized
Joined
Jan 31, 2016
mz7QX4A.png



TimeManager (Blizzard_TimeManager)

Time Management features from patch 2.4.3+. These features include an alarm clock, stopwatch, and viewing your computer's local time.


Slash commands

/stopwatch - Toggles the stopwatch
/stopwatch time - Toggles the stopwatch to count down from the given time. Format: [[H:]M:]S
/stopwatch clear - Stops the timer and resets to 0
/stopwatch pause - Pauses the timer
/stopwatch reset - Stops the timer and resets to 0
/stopwatch stop - Stops the timer and resets to 0
/stopwatch close - Closes the timer's window

More information: http://wowwiki.wikia.com/wiki/MACRO_stopwatch


Install

1. Download TimeManager
2. Extract the zip to an easy to find location such as your Desktop
3. Move the TimeManager folder into your AddOns folder

GitHub: https://github.com/gashole/TimeManager
 
Last edited:
Update:

Code:
- Moved ChatFrame.lua, GameTime.lua, UIDropDownMenu.lua, and WorldFrame.lua into TimeManager.lua
- Renamed GlobalStrings.lua to Localization.lua
- Removed ClockBorder.blp and ClockGlow.blp
- Moved media to Sounds and Textures
- Added Show clock settings to the Clock if the Sun/Moon frame is hidden
- Changed OnClick "AnyUp" calls to OnMouseUp since "AnyUp" doesn't exist
- Renamed saved variables to match local variables
- Removed unnecessary console variables features from functions
- Changed code style to better follow the Lua style guidelines
 
Updated to add localization for Chinese, French, German, and Russian.
 
Last edited:
Great stuff man! Any chance to have an option for the clock to show seconds aswell?
 
Top Bottom