File Details
r25
- A
- Apr 13, 2012
- 1.22 MB
- 23
- 4.3.3
- Retail
File Name
AFKWarning-r25.zip
Supported Versions
- 4.3.3
2012-04-13 Zasurus <Zasurus>
[d9ff828f050b] [tip]
* History.txt
- Another attempt at getting the Packager to work
2012-04-07 Zasurus <Zasurus>
[1c9f1f0e36e6]
* AFKWarning.toc
- Updating TOC to include missing OptionalDeps and X-Embeds
- Trying to force packager to try again as it failed last time.
[e1ac5ddef54c]
* .hgignore, .pkgmeta, AFKWarning.lua AFKWarning.toc History.txt
- Added Broker Icon
* Checked with Titan Panel and works
* Added Idle, AFK & DND times (Optional via options)
- Added Minimap Icon (Based on Broker Icon)
* Added minimap icon show/hide options
2012-03-25 Zasurus <Zasurus>
[2c4dccf287a3]
* AFKWarning.lua History.txt
- If the user was in DND mode and is set to AFK it now sets them back to DND
when they come back it now also:
* Returns to the original DND message
* Keeps the DND time as the original time (doesn't restart the timer if you go
afk and come back during the DND time!)
- Status icon
* Added the AFK message to the AFK Window and made it's font resize to get max
usage from the space!
2012-03-24 Zasurus <Zasurus>
[7ce686d0c07c]
* AFKWarning.lua History.txt
- Pulled back the AFK/DND message
* Uses a combination of "SendChatMessage", the Events "MARKED_AFK_MESSAGE" +
"MARKED_DND" and sending ourselfs a hidden whisper (when required) to ensure
we ALWAYS have the AFK/DND message that people that message you will see.
* Displayed the AFK/DND message on the DND mini popup window's popup message
and the status icons popup message
- Added AFK/DND message to:
* Status Icon's Popup Message
* DND's Mini window's Popup Message
2012-03-18 Zasurus <Zasurus>
[ff067f698044]
* .pkgmeta, AFKWarning.lua History.txt
- Status Icon
* Added code to startup to show "Available" icon if it's enabled
* Increased the icon size from 32x32 to 40x40 as it was slightly cutting off
fonts
* Made the status icon interactive to the mouse
~ Added the mouseover popup window (with times that update dynamicly)
~ Added the interactive clicking to open the menu and cancel DND/AFK
~ Added an option to set DND/AFK and Available by using shift + left/right
buttons
2012-03-17 Zasurus <Zasurus>
[8dc1c89dc371]
* AFKWarning.lua FrameTemplates.xml History.txt Images/StateIcons.tga
- Changed how the status icons are draw from a simple image to 3 layers and a
text element. All 3 layers and text can have the colour controled seperatly!
2012-03-15 Zasurus <Zasurus>
[e94cb749f89a]
* .hgignore, AFKWarning.lua AFKWarning.toc FrameTemplates.xml History.txt Images/BlueGlowBorder.tga Images/DND.tga Images/DND_Square.tga Images/StateIcons.tga
- Used use "CHAT_MSG_SYSTEM" event to grab away and back a BIT quicker
* BUT at this point you ARE still AFK so not as reliable.
~ Added an option to enable/disable it encase it causes a problem I didn't
think of!
- Added option to turn off the alarms when the exit game count down comes up
like the logout one. As you can only do this manually some people might not
like the alarms! :O
- Added "AceDB-3.0" (Been meaning to do this for the profile options it provides
for my addons since "AceDB-3.0"forever just kept forgeting!)
- Replaced AFKWarning_Options with new AFKWarning.Settings using the AceDB-3.0
profiles etc... :)
- Added User profiles...
* Added Profiles options to Interface Options menu
* Made "Default" the default profile... seems it should be really with that
name and I like it that way! ;)
* Updated all of the default settings
- Added small window/button for DND
* Added options to:
~ Enable/Disable button
~ Enable/Disable the glow
~ Specify colour of the glow etc...
* Updated so it is draggable with or without the shift and the popup
instructions are correct
* Set Right click to open the options menu
* Left Click on the window now cancels DND mode
* Added lock option to make it not interactive to the mouse
* Added Options to change the design to shiny DND icon like the AFK/ZZZ one
including a round and square one!
- When canceling DND mode it now tells you when you went into DND mode and how
long ago that was.
- Prevent resizing of the none Icon window as it looked naff
- If the user was in DND mode and is set to AFK it now sets them back to DND
when they come back
- Added new texture ("StateIcons.tag") with the "DND" and "AFK" status icons and
glows for the character frame based on the standard Bliz UI for the "ZZZ" icon.
- Add a status icon to the Character Frame for AFK and DND with options
including glows
2012-03-05 Zasurus <Zasurus>
[c6cbe0e62a27]
* .pkgmeta, AFKWarning.lua AFKWarning.toc History.txt
- Now checks at boot up for addon's I know conflict with AFKWarining but provide
no extra functions and asks to disable them:
* AFK Quit
* Broker AFK
* Broker AFKTimer
- Added printing of when you went AFK and how long ago that was.
- Changed .pkgmeta file:
* So that it doesn't use the "latest" version for my addon/library and will
now use betas etc...
* Added "LibDataBroker-1.1" (to add LDB support)
2012-02-26 Zasurus <Zasurus>
[c1a20c9bc7c5]
* AFKWarning.lua History.txt Sounds/Alarm1.mp3 Sounds/Alarm2.mp3 Sounds/Alarm3.mp3 Sounds/Alarm4.mp3 Sounds/Klaxon1.mp3 Sounds/Klaxon2.mp3
- Add Options menu with:
* Popup Window
~ Added Attack Alert Bot Settings for glow, timer & window sizes
* Sounds
~ Stage 1-5 + Attack Alert Bot
* Can pick sounds for each one
* Can be set to repeat and also the delay between repeats
- Added new sounds:
* Six alert sounds like navy subs and ships
- Added Reset button into options with double saftly checks!
- Added warning if the user is attacked while AFK (Attack Alert Bot)
- Added sounds to each Stage
2012-02-25 Zasurus <Zasurus>
[892d4660867e]
* AFKWarning.lua History.txt
* Updated auto dance so if you have a target it will say your dancing with that
target other wise it will just say you get bored and dance
- Add Options menu with:
* Popup Window
~ Added Skilling Options tab
* Only one option in it so far and thats to change the Icon in the top
left of window and only two icons to choice from: AFK & ZZZ maybe more
later
* Dance when idle!
~ Added ability to adjust and disable (by setting to 0) how long to wait while idle before dancing!
[f548eefeb7a6]
* AFKWarning.lua History.txt Sounds/AFK.mp3 Sounds/Back.mp3 Sounds/STPowerUp.mp3 Sounds/STShutDown.mp3 Sounds/WinLogin.mp3 Sounds/WinLogout.mp3
- Added Popup window when AFK
* Sounds
~ Let them choice what channel the sounds are played though...
# And it tells you which channels are muted so you know why no sound is
played!
~ Added the ability to add your own sounds or any of Blizzards standard
sounds IF you know what the full path to it is.
# You add a sound by adding the path to it e.g.:
- For Built in WoW sounds:
"Sound\Character\PlayerRoars\CharacterRoarsOrcFemale.ogg"
- For user added sounds:
"Interface\AddOns\AFKWarning\Sounds\STShutDown.mp3"
# Once you give the path it will play the sound to make sure it is correct
and give you the change to correct it until it works
~ When you click on a sound to select it the sound is played so you know
it's the one you want
- Added two new sounds from Star Trek (Voyager I THINK)
2012-02-24 Zasurus <Zasurus>
[2203280a3b06]
* AFKWarning.lua History.txt
- Add Options menu with:
* Sounds
~ Let them choice what channel the sounds are played though...
[d3f14187752b]
* History.txt
- Corrected history typo
[3b1577c7200f]
* AFKWarning.lua History.txt
- Add Options menu with:
* Added [Auto-Exit] state check button
* Added [Test Stage] buttons to all stage specific option windows
* Fullscreen Flash
~ Enable/Disable all
~ Stage 1-2
# Ability to merge them into one stage for this
~ Each Stage 1-5
# Enable/Disable
# Time to continue flash (Always On/Off options)
# Flash Speed
# Flash Colour
- Added "AFK Warning: " to start of popup window's title
- Make [I'm Back] button click the [Cancel] button IF it is visable
[a5dd28200a89]
* AFKWarning.lua History.txt
- Add Options menu with:
* Popup Window
~ Timer Display
# Stage 1-5
= Show Time Fragged AFK Timer
= Show Idle Time Timer
= Show Min Time Till Bliz Auto-Logout Timer
~ Stage Times
# Secs to stay in Stage 1 after activity
# Secs before bliz's auto-logout before entereing stage 3
# Secs before bliz's auto-logout before entereing stage 4
~ Window size
# Stage 1 Percentage of normal
# Stage 2 Percentage of normal
# Stage 3 Percentage of normal
# Stage 4 Percentage of normal
# Stage 5 Percentage of normal
- Added [Auto-Exit] check button to main window next to [Options] button
2012-02-23 Zasurus <Zasurus>
[eaddacdde3ea]
* AFKWarning.lua History.txt
- Added Glow options
* Stage 1-5
~ Enable/Disable Glow
~ Flash
# Enable/Disable Flash
# Flash speeds at each stage
~ Enable/Disable Glow Colour
# Glow Colours in stages 1-5
[0584a30bf6f7]
* AFKWarning.lua History.txt
- Updated so when the auto-logout timer apears it goes into the last mode to
tell you to cancel it.
* Added button to cancel the logout timer screen when it apears
- Worked out how to changed the way the sounds play so they play all the time
even if SFX sounds are turned off! (Will add to option menu)
- Add Options menu with:
* Alert Sounds
~ Enable/Disable all
* Popup Window
~ Enable/Disable
2012-02-20 Zasurus <Zasurus>
[3eb434d89b47]
* AFKWarning.lua FrameTemplates.xml History.txt Images/AFKWarning_FullScreen_Tenticles.tga
- Added full screen flashing with my own tentical texture that can be ANY colour! :)
[4252945a6283]
* AFKWarning.lua History.txt Locales/enUS.lua
- Added Popup window when AFK
* Auto shows when AFK and disapears when back
* Has the following buttons
~ [I'm Back] - BIG button to say your back and removes your AFK status
~ [Options] - Opens up the AFK Options window
~ [Logout] - Log's out now (or after countdown)
~ [Exit Game] - Exit's the game now (or after countdown)
# Could have this exit straight away if requried/requested
* Flashes like WE small window to attact attention to it
~ This changes colour and speed depending on how long you have before
Blizzard's Auto-Logout
* Uses standard bliz textures so fully compatable with AI Art!
- Added /dance after specified idle time... Don't just stand around... /DANCE!;)
2012-02-19 Zasurus <Zasurus>
[508783798353]
* AFKWarning.lua AFKWarning.toc FrameTemplates.xml History.txt Locales/enUS.lua
- It now:
* Has the new popup window that apears when AFK
~ The window get's bigger when the auto-logout time is getting closer
* Glows
~ The glow changes colour and depending on how long till autologout
* Timing Messages
~ The time you have been AFK is shown (currently AFK is since you last moved
the toon or moved the mouse so SHOULD be acurate but might change AFK time
to be the time that you have been reported as being AFK and leave the
TrueAFKTime as the one that is from your last movement and TRYS to track
how long till you get auto-logged out
~ The estimated Minimum time till blizzard's Auto-Logout is shown. This
should be the minimum time you can leave your PC before you get
auto-logged out
- Changed Locales/enUS.lua to prevent errors when the english words arn't
there... It will come back when when it's built by CurseForge's packager
2012-02-18 Zasurus <Zasurus>
[e4b45f37a514]
* History.txt
- Added the TODO items I could remember to the History.txt file... There are
more missing but I can't remember them currently :(
[08f0eda542fd]
* .hgignore, AFKWarning.lua AFKWarning.toc FrameTemplates.xml History.txt Images/AFK.tga Images/PortrateFrameGlow.tga Images/ZZZ.tga Locales/Locales.xml Locales/deDE.lua Locales/enUS.lua Locales/esES.lua Locales/esMX.lua Locales/frFR.lua Locales/koKR.lua Locales/ptBR.lua Locales/ruRU.lua Locales/zhCN.lua Locales/zhTW.lua
- Replacing all files lost when I lost my WoW folder :(
* Updating History.txt (Lots still missing!)
* Added missing images (luckly nothing lost here!)
* Added Locales (although no translation
* Got AFKWarning.lua as it was still in editor when directory got deleted(THANK GOD!)
* With help from the #mecurial IRC channel (thanks ronny!) I managed to
recover the FrameTemplates.xml file!
2011-12-03 Zasurus <Zasurus>
[bde75ae19f79]
* .hgtags:
Added tag V2.0.1 BETA for changeset 415df6f253cf
[415df6f253cf] [V2.0.1 BETA]
* AFKWarning.lua History.txt
- Updated to use LibZasMsgCtr V1.1
[4656d485d306]
* .hgignore, .pkgmeta, AFKWarning.lua AFKWarning.toc History.txt Sounds/AFK.mp3 Sounds/Back.mp3
- Added to this hg repo
- Craeted History.txt file
- Updated to work with 4.3 (Mainly just library updates)
- Bumped .toc to 4.3 and updated to match my current standards
- Created .pkmeta file