r108

Details

  • Filename
    BattlegroundTargets-r108.zip
  • Uploaded by
  • Uploaded
    Mar 4, 2012
  • Size
    69.43 KB
  • Downloads
    113
  • MD5
    011853b2390ff9d06d564ad8fd75c837

Supported WoW Retail Versions

  • 4.3.0

Changelog

------------------------------------------------------------------------
r108 | kunda | 2012-03-04 18:41:00 +0000 (Sun, 04 Mar 2012) | 1 line
Changed paths:
   M /trunk/BattlegroundTargets.lua

update
------------------------------------------------------------------------
r107 | kunda | 2012-03-04 17:38:05 +0000 (Sun, 04 Mar 2012) | 17 lines
Changed paths:
   M /trunk/BattlegroundTargets-localization-deDE.lua
   M /trunk/BattlegroundTargets-localization-enUS.lua
   M /trunk/BattlegroundTargets-localization-esES.lua
   M /trunk/BattlegroundTargets-localization-esMX.lua
   M /trunk/BattlegroundTargets-localization-frFR.lua
   M /trunk/BattlegroundTargets-localization-koKR.lua
   M /trunk/BattlegroundTargets-localization-ptBR.lua
   M /trunk/BattlegroundTargets-localization-ruRU.lua
   M /trunk/BattlegroundTargets-localization-zhCN.lua
   M /trunk/BattlegroundTargets-localization-zhTW.lua
   M /trunk/BattlegroundTargets.lua
   M /trunk/BattlegroundTargets.toc

- added option to detect guild groups (disabled by default, medium CPU usage)
  NOTE: There is no way for an addon to detect pre-made groups, only Blizzard can. An addon can only detect guild groups.
- changed layout and summary
  - both are now available for 10, 15 (18,81) and 40 (18,24,42,81) and both are now independent from other brackets
  - summary:
  - a guildgroup-summary (for each side) is shown around the role-summary (requires enabled summary)
    NOTE:
    - example:
      - "2: 3x" means: there are 3 2-player guild groups
      - "4: 1x" means: there is one 4-player guild group
    - in config mode:
      - left side shows the maximum number of possible different guild group sizes (10: 3, 15: 4, 40: 7)
        - 40: 3 is the maximum: | 2: 1x | 3: 1x | 4: 1x | = 9
        - 15: 4 is the maximum: | 2: 1x | 3: 1x | 4: 1x | 5: 1x | = 14
        - 40: 7 is the maximum: | 2: 1x | 3: 1x | 4: 1x | 5: 1x | 6: 1x | 7: 1x | 8: 1x | = 35
            - right side shows one simple 3-player guild group "3: 1x"
  - scale slider for role-summary and guildgroup-summary
------------------------------------------------------------------------
r105 | kunda | 2012-02-27 01:34:23 +0000 (Mon, 27 Feb 2012) | 1 line
Changed paths:
   M /trunk/BattlegroundTargets-localized-flag.lua
   M /trunk/BattlegroundTargets.lua

update
------------------------------------------------------------------------
r104 | kunda | 2012-02-23 15:19:18 +0000 (Thu, 23 Feb 2012) | 1 line
Changed paths:
   M /trunk/BattlegroundTargets.lua

update
------------------------------------------------------------------------
r103 | kunda | 2012-02-23 15:09:59 +0000 (Thu, 23 Feb 2012) | 5 lines
Changed paths:
   M /trunk/BattlegroundTargets.lua

- added an option to change the target texture:
  1) default Blizzard target icon (Interface\\Minimap\\Tracking\\Target)
  2) crosshair with black background
  The Blizzard target icon 1) is the new default target texture.
  Old BattlegroundTargets users will see the old texture 2), means: no change.
------------------------------------------------------------------------
r102 | kunda | 2012-02-22 14:18:34 +0000 (Wed, 22 Feb 2012) | 1 line
Changed paths:
   M /trunk/BattlegroundTargets.lua

some improvements
------------------------------------------------------------------------
r101 | kunda | 2012-02-20 21:02:37 +0000 (Mon, 20 Feb 2012) | 1 line
Changed paths:
   M /trunk/BattlegroundTargets.lua

update
------------------------------------------------------------------------
r100 | kunda | 2012-02-19 03:12:10 +0000 (Sun, 19 Feb 2012) | 1 line
Changed paths:
   M /trunk/BattlegroundTargets.lua

improved target count
------------------------------------------------------------------------
r99 | kunda | 2012-02-18 15:01:34 +0000 (Sat, 18 Feb 2012) | 1 line
Changed paths:
   M /trunk/BattlegroundTargets.lua

reversed previous flag changes
------------------------------------------------------------------------
r98 | kunda | 2012-02-18 12:10:25 +0000 (Sat, 18 Feb 2012) | 3 lines
Changed paths:
   M /trunk/BattlegroundTargets.lua
   M /trunk/BattlegroundTargets.toc

- the flag icon in Eye of the Storm is now always the neutral (green) flag
- improved focus and target checks
- improved score update
------------------------------------------------------------------------
r96 | kunda | 2012-02-13 14:00:10 +0000 (Mon, 13 Feb 2012) | 4 lines
Changed paths:
   M /trunk/BattlegroundTargets-texture-icons.tga
   M /trunk/BattlegroundTargets.lua

- finally fixed the flag debuff stack count
- changed the enemy char list update:
  - the complete list is now only updated if you are out-of-combat to prevent wrong target macros
  - a little combat-warning icon at the top-left is shown if the latest update is >= 60 seconds
------------------------------------------------------------------------
r95 | kunda | 2012-02-11 05:09:37 +0000 (Sat, 11 Feb 2012) | 1 line
Changed paths:
   M /trunk/BattlegroundTargets.lua

update
------------------------------------------------------------------------
r94 | kunda | 2012-02-10 01:14:26 +0000 (Fri, 10 Feb 2012) | 1 line
Changed paths:
   M /trunk/BattlegroundTargets.lua

oops wtf
------------------------------------------------------------------------
r93 | kunda | 2012-02-10 00:42:36 +0000 (Fri, 10 Feb 2012) | 8 lines
Changed paths:
   M /trunk/BattlegroundTargets-localization-esMX.lua
   M /trunk/BattlegroundTargets-localization-zhCN.lua
   M /trunk/BattlegroundTargets.lua

- hopefully fixed flag debuff stack count (stack count is now set to 0 if both flags where dropped)
  - 0 stacks   = "" (no text)
  - 1-n stacks = "1", "2" and so on
  - unknown    = "?"
- added flag detection in case of disconnect, UI reload or mid-battle-joins
  - This is based on three events that are temporarily registered to scan each enemy, than
    the events are unregistered if they are not needed by other options. You or a member
    of your group must target the efc or you must mouseover the efc to detect.
------------------------------------------------------------------------
r92 | kunda | 2012-02-09 05:47:55 +0000 (Thu, 09 Feb 2012) | 1 line
Changed paths:
   M /trunk/BattlegroundTargets-localization-esES.lua
   M /trunk/BattlegroundTargets.toc

esES update (Thanks arkdelkaos)
------------------------------------------------------------------------
r90 | kunda | 2012-02-06 18:51:02 +0000 (Mon, 06 Feb 2012) | 1 line
Changed paths:
   M /trunk/BattlegroundTargets.lua
   M /trunk/BattlegroundTargets.toc

fixed flag debuff count
------------------------------------------------------------------------
r89 | ananhaid | 2012-02-05 11:19:48 +0000 (Sun, 05 Feb 2012) | 1 line
Changed paths:
   M /trunk/BattlegroundTargets-localization-zhCN.lua
   M /trunk/BattlegroundTargets.toc

- zhCN update.
------------------------------------------------------------------------
r87 | kunda | 2012-02-04 01:05:14 +0000 (Sat, 04 Feb 2012) | 1 line
Changed paths:
   M /trunk/BattlegroundTargets.lua
   M /trunk/BattlegroundTargets.toc

fix flag debuff
------------------------------------------------------------------------
r85 | kunda | 2012-02-03 21:03:39 +0000 (Fri, 03 Feb 2012) | 1 line
Changed paths:
   M /trunk/BattlegroundTargets.lua

replaced range alpha with range display
------------------------------------------------------------------------
r84 | kunda | 2012-01-31 23:57:17 +0000 (Tue, 31 Jan 2012) | 1 line
Changed paths:
   M /trunk/BattlegroundTargets.lua

fixed previous commit
------------------------------------------------------------------------