promotional bannermobile promotional banner

LFG Timer

Displays information on LFD, LFR and PvP queues.

File Details

mop-beta-r57

  • B
  • Aug 23, 2012
  • 225.16 KB
  • 155
  • 4.3.4
  • Retail

File Name

LFGTimer-mop-beta-r57.zip

Supported Versions

  • 4.3.4

------------------------------------------------------------------------
r58 | lightsfuryuther | 2012-08-23 20:15:22 +0000 (Thu, 23 Aug 2012) | 1 line
Changed paths:
   A /tags/mop-beta-r57 (from /branches/MoP-compat:57)

Tagging as mop-beta-r57.
------------------------------------------------------------------------
r57 | lightsfuryuther | 2012-08-23 11:52:16 +0000 (Thu, 23 Aug 2012) | 1 line
Changed paths:
   M /branches/MoP-compat/LFGTimer.lua

+ Added a proper :UpdateData for PvP and World PvP queue types. This should help to minimize updating the queue data.
------------------------------------------------------------------------
r55 | lightsfuryuther | 2012-08-22 05:48:52 +0000 (Wed, 22 Aug 2012) | 1 line
Changed paths:
   M /branches/MoP-compat/LFGTimer.lua

+ Fixed the anchoring functions.
------------------------------------------------------------------------
r53 | lightsfuryuther | 2012-08-22 02:46:40 +0000 (Wed, 22 Aug 2012) | 8 lines
Changed paths:
   M /branches/MoP-compat/.pkgmeta
   M /branches/MoP-compat/LFGTimer.lua
   M /branches/MoP-compat/LFGTimer.toc
   M /branches/MoP-compat/LFGTimer.xml
   M /branches/MoP-compat/Locale.lua
   M /branches/MoP-compat/LocaleBuilder.lua
   A /branches/MoP-compat/Options
   A /branches/MoP-compat/Options/LFGTimer_Options.toc
   A /branches/MoP-compat/Options/Options.lua
   A /branches/MoP-compat/Options/Options.xml

+ Added battleground, arena and world pvp queues to the text tooltip.
+ Moved the options window into a load-on-demand module,
+ Reworked most of the options window to allow for the new queue types and to better filter data for the existing queue types.
+ Updated enUS locale.
+ The text tooltip now uses an XML template.
+ Changed the way that queue data is stored and processed.
+ Internal: LocaleBuilder.lua now creates an alphabetically sorted list of locale entries.
+ TODO: Watch for memory leaks and edge/corner case bugs.
------------------------------------------------------------------------
r51 | lightsfuryuther | 2012-08-01 21:10:46 +0000 (Wed, 01 Aug 2012) | 1 line
Changed paths:
   M /branches/MoP-compat/LFGTimer.toc

ToC bump to 50001.
------------------------------------------------------------------------
r49 | lightsfuryuther | 2012-07-09 21:23:00 +0000 (Mon, 09 Jul 2012) | 3 lines
Changed paths:
   M /branches/MoP-compat/LFGTimer.lua

Added ability to lock a frame in place. TODO: Toggle mouse input on dragable portion of frames.
Switched the search status clone to the wonderful QueueStatusFrame provided by Blizzard. TODO: Remove the CloneFrameFuncs member of LFGTimer.lua
Added LFG category support to :UpdateQueueStats. TODO: Update and display ALL active queues on the custom frame.
------------------------------------------------------------------------