r20090724064339
Details
-
FilenameYssTargets-r20090724064339.zip
-
Uploaded by
-
UploadedJul 24, 2009
-
Size161.82 KB
-
Downloads661
-
MD5528eaf2adf008da6e40311b753379261
Supported WoW Retail Versions
- 3.1.0
Changelog
yssaril:
fix hard embed
hard embed LDB
change to LDB repo on wowace to keep tekkup happy
optimized the tooltip code a little bit (less function calls) and added target reporting (simply click the bar with a modifier button pressed and it will output into raidchat)
unregister events if we disable the addon
added a InRaidInstance only option
added another group to the options so that the options are more intuitive
LDB icon and Lable text turn gray when disabled
optimized code some (might be less efficient for PVP but then thats not its purpose)
moved the bar update code to the UnitTarget event instead of having them in the OnUpdate Envent this way the bar update code should run less often
the ToT update code is still OnUpdate based since there is no relying on events for this. ToT will also update on UnitTarget
fix threat
also added a sort function to the tooltip names so that people that are dead are towards the bottom of the list and dead people get a skull next to their name :)
ToT fully working now
drycode to add Target of Targets
fix nil error
added the Outline texture from shared media so we are sure that it is available
added a threat texture overlay
red if tanking
orange if tanking but someone is above you in threat
yellow if you are not tanking but are above 90% of the tanks threat
still needs some testing
added an enable/disable var which can be set from the broker plugin or the addon options
^Keldrons idea so blame him for it^
added option to filter friendlys via a tristate
Checked only non friendlys will be shown
Semi Checked only non friendlys will be shown in combat
not checked everyone is always shown
fix tooltip errors
properly reset bars when options change or the profile is reset
add LDBicon support for all you lazy non LDB people
fixed OpDepts
fixed LDB and LDBI toc reference
removed libsink (no idea how that got in there)
removed the OnEnter bar script wrapper (less function calls woot)
reference one function for each bar script instead of creating a new one for each bar
fix eof error oops
first attempt to make the config less convoluted
finalized targeting tooltip and added the class color to the target on the tip
update Tooltip only if we need to
don't get rid of bars unless we have too should reduce cpu load
add LDB to pkgmeta
add anchor toggle to config so you can toggle it if you do not have LDB
initial commit