r693

Details

  • Filename
    sRaidFrames-r693.zip
  • Uploaded by
  • Uploaded
    Nov 16, 2009
  • Size
    282.61 KB
  • Downloads
    109
  • MD5
    0725f15d96f25ea6bf9c0e10c4dfa01c

Supported WoW Retail Versions

  • 3.2.0

Changelog

------------------------------------------------------------------------
r693 | stolenlegacy | 2009-11-16 13:48:05 +0000 (Mon, 16 Nov 2009) | 1 line
Changed paths:
   M /trunk/sRaidFrames.lua

Indicators are now above the frame in rendering
------------------------------------------------------------------------
r692 | stolenlegacy | 2009-11-16 13:41:21 +0000 (Mon, 16 Nov 2009) | 1 line
Changed paths:
   M /trunk/sRaidFrames.toc

Is it only me or doesn't the localization app immedeately recognize new strings? oO
------------------------------------------------------------------------
r691 | stolenlegacy | 2009-11-16 13:21:40 +0000 (Mon, 16 Nov 2009) | 1 line
Changed paths:
   M /trunk/sRaidFramesLayout.lua

- Corner indicator scale is now modifyable
------------------------------------------------------------------------
r690 | stolenlegacy | 2009-11-12 18:12:52 +0000 (Thu, 12 Nov 2009) | 1 line
Changed paths:
   M /trunk/sRaidFrames.lua

Typo fix in a variable name
------------------------------------------------------------------------
r689 | stolenlegacy | 2009-11-11 19:54:06 +0000 (Wed, 11 Nov 2009) | 2 lines
Changed paths:
   M /trunk/sRaidFramesGroupFilter.lua

Fixed an error regarding indexing of nil values in GroupFilters.
It occured whenever the advanced config of a set was opened that hadn't been activated until then.
------------------------------------------------------------------------
r688 | stolenlegacy | 2009-11-11 15:54:44 +0000 (Wed, 11 Nov 2009) | 5 lines
Changed paths:
   M /trunk/sRaidFramesLayout.lua

Remember:
set = function(info, value)
set = function(info, value)
NOT:
set = function()
------------------------------------------------------------------------
r687 | stolenlegacy | 2009-11-11 15:42:24 +0000 (Wed, 11 Nov 2009) | 1 line
Changed paths:
   M /trunk/sRaidFrames.toc

locale commit
------------------------------------------------------------------------
r686 | stolenlegacy | 2009-11-09 08:56:45 +0000 (Mon, 09 Nov 2009) | 2 lines
Changed paths:
   M /trunk/sRaidFramesGroupFilter.lua

Added features:
- Advanced mode now allows the user to manually set the frames' coordinates for finetuning.
------------------------------------------------------------------------
r685 | stolenlegacy | 2009-11-09 08:04:20 +0000 (Mon, 09 Nov 2009) | 7 lines
Changed paths:
   M /trunk/sRaidFrames.lua
   M /trunk/sRaidFramesLayout.lua
   M /trunk/sRaidFramesOptions.lua

Bugfixes:
- Layout:
--- "Both buffs and debuffs" no longer bugs out "Buff Anchor"
- Fixed a few global calls to correctly point to locals

Added features:
- Buff x/y offsets
------------------------------------------------------------------------
r684 | stolenlegacy | 2009-11-08 18:04:16 +0000 (Sun, 08 Nov 2009) | 2 lines
Changed paths:
   M /trunk/sRaidFrames.lua

Bug fixes:
- Deleting a custom status that currently is applied to players now causes the status to be correctly un-applied.
------------------------------------------------------------------------
r683 | stolenlegacy | 2009-11-06 19:11:03 +0000 (Fri, 06 Nov 2009) | 1 line
Changed paths:
   M /trunk/sRaidFramesLayout.lua

- Font of status text is now modifyable (based on layouts)
------------------------------------------------------------------------
r682 | stolenlegacy | 2009-11-06 18:38:36 +0000 (Fri, 06 Nov 2009) | 1 line
Changed paths:
   M /trunk
   M /trunk/sRaidFrames.lua
   M /trunk/sRaidFramesLayout.lua
   A /trunk/textures/indicator.tga

Added the features of sRaidFramesIndicators to the main srf line.
------------------------------------------------------------------------
r681 | stolenlegacy | 2009-11-02 18:07:18 +0000 (Mon, 02 Nov 2009) | 1 line
Changed paths:
   M /trunk/sRaidFramesLayout.lua

Typo fix
------------------------------------------------------------------------
r680 | stolenlegacy | 2009-11-01 21:06:51 +0000 (Sun, 01 Nov 2009) | 4 lines
Changed paths:
   M /trunk/sRaidFramesLayout.lua

- Streamlining of Custom layouts into functions to make further changes easier (and reduce filesize)
- HP/MP bar width is no longer linked with the title bar's
- HP/MP bar offsets are now changeable
- Border is now selectable per-layout
------------------------------------------------------------------------
r679 | stolenlegacy | 2009-11-01 13:25:21 +0000 (Sun, 01 Nov 2009) | 2 lines
Changed paths:
   M /trunk/locales
   M /trunk/sRaidFrames.lua
   M /trunk/sRaidFramesOptions.lua

Conversion to advanced/default config toggle.
Most newly added options from the last few revisions moved to "Advanced". Restored old buff blacklist to "Default".
------------------------------------------------------------------------
r678 | stolenlegacy | 2009-10-31 16:11:13 +0000 (Sat, 31 Oct 2009) | 2 lines
Changed paths:
   M /trunk/sRaidFramesLayout.lua

use tostring() in the get function to display current values
(custom layouts)
------------------------------------------------------------------------
r677 | stolenlegacy | 2009-10-31 12:34:17 +0000 (Sat, 31 Oct 2009) | 1 line
Changed paths:
   M /trunk/sRaidFrames.lua
   M /trunk/sRaidFramesLayout.lua
   M /trunk/sRaidFramesOptions.lua

Added custom layouts
------------------------------------------------------------------------
r676 | stolenlegacy | 2009-10-30 20:31:42 +0000 (Fri, 30 Oct 2009) | 1 line
Changed paths:
   M /trunk/sRaidFrames.lua

Removed a leftover debug message
------------------------------------------------------------------------
r675 | stolenlegacy | 2009-10-30 20:10:43 +0000 (Fri, 30 Oct 2009) | 1 line
Changed paths:
   M /trunk/sRaidFrames.lua
   M /trunk/sRaidFramesGroupFilter.lua

Added oRA3 maintank list importing for groups
------------------------------------------------------------------------
r674 | stolenlegacy | 2009-10-30 14:58:24 +0000 (Fri, 30 Oct 2009) | 1 line
Changed paths:
   M /trunk/sRaidFrames.lua
   M /trunk/sRaidFramesGroupFilter.lua

Fixed an error with Growth setting tables not being generated
------------------------------------------------------------------------
r673 | stolenlegacy | 2009-10-30 13:49:40 +0000 (Fri, 30 Oct 2009) | 1 line
Changed paths:
   M /trunk/sRaidFrames.lua
   M /trunk/sRaidFramesGroupFilter.lua
   M /trunk/sRaidFramesOptions.lua

Alpha commit for Group-Based growth settings (Request by Ingela)
------------------------------------------------------------------------
r672 | stolenlegacy | 2009-10-23 13:58:05 +0000 (Fri, 23 Oct 2009) | 1 line
Changed paths:
   M /trunk/sRaidFrames.lua
   M /trunk/sRaidFramesOptions.lua

Added Menu option. Beta revision.
------------------------------------------------------------------------
r671 | stolenlegacy | 2009-10-23 13:08:50 +0000 (Fri, 23 Oct 2009) | 2 lines
Changed paths:
   M /trunk/sRaidFrames.lua

Implemented the functionality of sRaidFrames_PredictedHealth.
This is a testing alpha revision. A configuration panel for switching predictedhealth on/off will be added later.
------------------------------------------------------------------------
r670 | stolenlegacy | 2009-10-19 18:21:37 +0000 (Mon, 19 Oct 2009) | 1 line
Changed paths:
   M /trunk/sRaidFramesOptions.lua

hasAlpha = true on status config
------------------------------------------------------------------------
r669 | stolenlegacy | 2009-10-19 14:59:23 +0000 (Mon, 19 Oct 2009) | 1 line
Changed paths:
   M /trunk/sRaidFrames.lua

Alpha commit for Raid Target Statuses
------------------------------------------------------------------------
r668 | stolenlegacy | 2009-10-16 16:54:02 +0000 (Fri, 16 Oct 2009) | 1 line
Changed paths:
   M /trunk/sRaidFrames.lua
   M /trunk/sRaidFramesOptions.lua

We now convert all BuffFilter entries to lowercase on load.
------------------------------------------------------------------------
r667 | stolenlegacy | 2009-10-16 16:23:21 +0000 (Fri, 16 Oct 2009) | 2 lines
Changed paths:
   M /trunk/sRaidFrames.lua

Fixing a typo in the sRaidFrames.lua
Note to self: learn to use the same keys in both config and main file. ("Always" is 3, not 4 :()
------------------------------------------------------------------------
r666 | stolenlegacy | 2009-10-16 11:02:08 +0000 (Fri, 16 Oct 2009) | 1 line
Changed paths:
   M /trunk/sRaidFrames.lua
   M /trunk/sRaidFramesOptions.lua

Fixed a few bugs.
------------------------------------------------------------------------
r665 | stolenlegacy | 2009-10-15 20:36:59 +0000 (Thu, 15 Oct 2009) | 1 line
Changed paths:
   M /trunk/sRaidFramesOptions.lua

Fixed an AceConfig error when there are no "suggested" buffs.
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
99.61 KB Nov 16, 2009 3.2.0 22