r128
Details
-
FilenameBattlegroundTargets-r128.zip
-
Uploaded by
-
UploadedJun 7, 2012
-
Size73.45 KB
-
Downloads158
-
MD5a94a1b73f4e915dbc4b6ad82910bd71b
Supported WoW Retail Versions
- 4.3.4
Changelog
------------------------------------------------------------------------
r128 | kunda | 2012-06-08 01:14:08 +0000 (Fri, 08 Jun 2012) | 1 line
Changed paths:
M /trunk/BattlegroundTargets.lua
update
------------------------------------------------------------------------
r127 | kunda | 2012-06-07 21:20:26 +0000 (Thu, 07 Jun 2012) | 1 line
Changed paths:
M /trunk/BattlegroundTargets.lua
update
------------------------------------------------------------------------
r126 | kunda | 2012-06-07 05:56:28 +0000 (Thu, 07 Jun 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 two 'mix' methods to determine range
The four range check methods are:
1) combatlog
2) class-spell based
3) mix 1: class-spell based + combatlog (range: 0-45)
4) mix 2: class-spell based + combatlog (range: class-spell dependent)
3/4) is not 1) + 2)
3/4) is 2) + combatlog (if you are attacked only)
3/4) covers one situation that 2) alone can't:
If you are attacked and no one in your group (including you) is targeting this attacker no range can be determined.
The included combatlog scan can cover such situations.
The CPU usage is the highest with method 3) or 4).
Disable the whole range check option if you have CPU/FPS problems in combat.
------------------------------------------------------------------------
r124 | kunda | 2012-05-24 15:40:09 +0000 (Thu, 24 May 2012) | 1 line
Changed paths:
M /trunk/BattlegroundTargets.lua
update
------------------------------------------------------------------------
r123 | kunda | 2012-05-24 11:00:51 +0000 (Thu, 24 May 2012) | 1 line
Changed paths:
M /trunk/BattlegroundTargets.lua
update
------------------------------------------------------------------------
r122 | kunda | 2012-05-22 19:36:58 +0000 (Tue, 22 May 2012) | 1 line
Changed paths:
M /trunk/BattlegroundTargets.lua
update
------------------------------------------------------------------------
r121 | kunda | 2012-05-22 12:02:08 +0000 (Tue, 22 May 2012) | 1 line
Changed paths:
M /trunk/BattlegroundTargets.lua
update
------------------------------------------------------------------------
r120 | kunda | 2012-05-17 15:26:35 +0000 (Thu, 17 May 2012) | 1 line
Changed paths:
M /trunk/BattlegroundTargets.lua
update
------------------------------------------------------------------------
r119 | kunda | 2012-05-17 13:19:33 +0000 (Thu, 17 May 2012) | 3 lines
Changed paths:
M /trunk/BattlegroundTargets.lua
- some improvements to reduce CPU usage
- added level for low level battlegrounds
The level is automatically displayed in front of the name ("82 Somename-Somerealm") if your level is lower than the level cap.
------------------------------------------------------------------------
r118 | kunda | 2012-05-15 16:39:02 +0000 (Tue, 15 May 2012) | 1 line
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 hide/show role icon
------------------------------------------------------------------------