r116
Details
- 
                        FilenameBattlegroundTargets-r116.zip
 - 
                        Uploaded by
 -  
                        UploadedApr 2, 2012
 -  
                        Size71.03 KB
 - 
                            Downloads1,622
 - 
                        MD5f1dc6cd40403a8337f19d7575b712358
 
Supported WoW Retail Versions
- 4.3.3
 
Changelog
------------------------------------------------------------------------
r116 | kunda | 2012-04-02 18:15:09 +0000 (Mon, 02 Apr 2012) | 1 line
Changed paths:
   M /trunk/BattlegroundTargets.lua
update
------------------------------------------------------------------------
r115 | kunda | 2012-03-19 21:26:27 +0000 (Mon, 19 Mar 2012) | 1 line
Changed paths:
   M /trunk/BattlegroundTargets.lua
update
------------------------------------------------------------------------
r114 | kunda | 2012-03-13 18:13:10 +0000 (Tue, 13 Mar 2012) | 1 line
Changed paths:
   M /trunk/BattlegroundTargets-texture-icons.tga
   M /trunk/BattlegroundTargets.lua
update
------------------------------------------------------------------------
r113 | kunda | 2012-03-06 22:04:17 +0000 (Tue, 06 Mar 2012) | 1 line
Changed paths:
   M /trunk/BattlegroundTargets.lua
update
------------------------------------------------------------------------
r112 | Sayclub | 2012-03-05 10:26:45 +0000 (Mon, 05 Mar 2012) | 1 line
Changed paths:
   M /trunk/BattlegroundTargets-localization-koKR.lua
koKR update
------------------------------------------------------------------------
r111 | ananhaid | 2012-03-05 01:59:18 +0000 (Mon, 05 Mar 2012) | 1 line
Changed paths:
   M /trunk/BattlegroundTargets-localization-zhCN.lua
   M /trunk/BattlegroundTargets-localization-zhTW.lua
   M /trunk/BattlegroundTargets.toc
- zhCN/zhTW update.
------------------------------------------------------------------------
r110 | kunda | 2012-03-04 21:21:42 +0000 (Sun, 04 Mar 2012) | 1 line
Changed paths:
   M /trunk/BattlegroundTargets.lua
update
------------------------------------------------------------------------
r109 | kunda | 2012-03-04 18:50:23 +0000 (Sun, 04 Mar 2012) | 1 line
Changed paths:
   M /trunk/BattlegroundTargets.lua
update
------------------------------------------------------------------------
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
------------------------------------------------------------------------