Commit Graph

881 Commits

Author SHA1 Message Date
a20f01cbde - made TargetHealth and TargetMana extensible so that new unit bars can be made from them easily
- added TargetTargetHealth and TargetTargetMana (idea and some code borrowed from Dark Imakuni at http://www.wowinterface.com/downloads/info10699-IceHUD-TargetofTarget.html )
2008-09-28 04:05:03 +00:00
5ee2bd5392 - added support for new combo point, sunder/lacerate count textures
- added a new round combo point texture (user-submitted)
- fixed a bug in the slice and dice module that caused it to stay visible for much longer than it should have under certain circumstances
2008-09-27 16:36:54 +00:00
26886d195a - fixed TargetOfTarget module's error message as of wotlk beta 8962 2008-09-27 05:20:59 +00:00
8bba9b5926 - added 3 new user-submitted bar presets/skins (thanks KcuhC!) 2008-09-26 18:17:20 +00:00
20e8113306 - added horizontal positioning option to the ToT module by request
- added an option to disable click-targeting while in combat by request
2008-09-26 18:08:56 +00:00
0f772761fb - re-fixed cascading buffs when "buffs per row" was used for the TargetInfo module 2008-08-26 05:55:45 +00:00
e14725974a - fixed own buffs/debuffs in the TargetInfo module overlapping the icons next to them 2008-08-26 05:43:00 +00:00
923ba9ed73 - added user-requested feature to resize TargetOfTarget module so it doesn't have to fit to the hud's gap setting 2008-08-26 04:56:38 +00:00
3dc6525231 - added user-requested per-bar vertical offsets and setup pet and focus bars to fit within the vertical center of the hud 2008-08-26 04:32:16 +00:00
41d9dbe380 - fixed buff/debuff cooldown display on TargetInfo module in wrath 2008-08-25 01:25:12 +00:00
5474530f8f - updated SunderCount/LacerateCount modules to use the new UnitDebuff return values in wotlk properly/register the changed wotlk events
- updated SliceAndDice module to be more efficient outside of combat (avoids unnecessary OnUpdate stuff)
- updated SliceAndDice module to use the new UnitBuff return values in wotlk properly/register the changed wotlk events/new combo point parameters
- updated DruidMana module to update every frame in wotlk since the other mana frames need to...this still needs dogtag to be updated to work fully in wotlk
- updated ComboPoints module to use the new combo point functionality and events in wotlk
2008-08-24 03:20:43 +00:00
4cc00dde52 - now fully compatible with blizzard's "predicted power" system to constantly show energy/mana gains instead of ticking them 2008-08-14 05:17:07 +00:00
5667cb0cc6 - removed UNIT_RUNIC_POWER hack in player & target mana modules since blizzard seems to have fixed the bug in the latest beta build
- fixed bug with runes module where the last rune would never show as being used (because i was thinking in 0-based array world)
- added hax to the runes module to swap placement of frost and unholy runes since blizzard has had their hack in for 2 builds now
2008-08-14 04:30:36 +00:00
3edac3cacd - only show Lacerates if they were applied to the target by the player (not by other players); had problems with bear tank + feral dps in the same group
- made the same change to SunderCount's version of the debuff function, but didn't set it to restrict to the player
2008-08-10 03:10:53 +00:00
9ee0b435c1 - increasing higher vertical positioning from 200 to 300 for the runes module by request 2008-08-10 02:55:22 +00:00
78d4aed4f2 - added user-submitted FocusCast module 2008-08-10 02:49:23 +00:00
ab0ad63a14 - updated to use the new rune graphics
- frost and unholy are in their old locations still in this module...we'll see if Blizzard leaves their rune swap hack in before changing it
2008-08-09 21:06:43 +00:00
49169156b2 - err, removed a debug message from Runes module. couldn't hit cancel fast enough... 2008-08-03 05:31:15 +00:00
0b25b48304 - added a workaround for DK runic power (and probably all power types) not updating after the new "predicted power" stuff that was added in the beta. specifically, UNIT_RUNIC_POWER doesn't fire any more with the predicted power system since it's supposed to build up slowly. this caused the runic power bar to never get updated as it degenerated. copied the "working" version from blizzard's UnitFrame.lua code (see UnitFrameManaBar_Initialize)
- fixed a lua error that was popping up every time the player mounted as a DK (why the crap do rune events fire for the non-existent rune 7 and 8 when you mount?!)
2008-08-03 05:30:32 +00:00
d1c1d7d7e5 - added cyclone to cc list 2008-07-27 03:56:47 +00:00
b35332812a - added DK CC spells to CC list
- added DK runes module
2008-07-27 00:50:02 +00:00
b9a4b9c8d0 - fixed a typo in combo points module
- added missing 'then' in gcd module
- removed registration of unnecessary events in player and target mana for DK rune stuff
2008-07-27 00:09:32 +00:00
76f4e1b020 - added rune stuff for DK's in wotlk
- fixed args returned from UnitBuff in wotlk
- added default DK spell for gcd module
2008-07-26 19:14:47 +00:00
7e42238219 - removed LibGratuity-2.0 (or GratuityLib, whichever you wanna call it) since only the DruidMana module used it and even then only if the user didn't have LibDruidMana installed. now LibDruidMana is required instead of falling back to Gratuity...the Gratuity method was broken for powershifting anyway 2008-06-25 03:31:40 +00:00
fea0edddce - fixed GCD module to work in all localizations
- also cleaned up space/tab formatting
2008-06-25 03:06:53 +00:00
546a19c2d8 - fixed CC bars to work for any loc by using GetSpellInfo along with a list of spell ID's for each CC spell it supports (thanks to Arrowmaster/#wowace for the help!)
- made FocusCC basically an empty shell that just inherits from TargetCC and specifies a different unit (should have done this in the first place...)
- cleaned spacing/formatting in TargetCC module
2008-06-25 02:54:15 +00:00
eb0373450f - moved CallbackHandler into the externals instead of embedding it directly into the mod. LSM-3.0 won't load cleanly without it 2008-06-25 01:03:14 +00:00
ae920ad198 - removed LibMobHealth from the externals list and the embeds xml
- added LibDogTag-Unit to the optional deps list
2008-06-25 00:09:30 +00:00
49fea7c93d ICE-10 - modified X-Embeds directive for WAU to pull the proper embedded libs 2008-06-23 13:11:57 +00:00
0a077e168f - maybe fix reported bug with Shackle Undead not working for the CC bars 2008-06-21 23:57:06 +00:00
9b1db346ac - fixed text display for non-dogtag strings 2008-06-19 02:38:29 +00:00
fd7162b4ef - whoops, missed this module in the LSM-3 update 2008-06-15 15:36:25 +00:00
b9e6799078 - switched from LSM-2 to LSM-3 2008-06-14 18:11:06 +00:00
75a04850d6 - fixed GCD for non-rogues/cat form druids (user-submitted) 2008-06-14 17:42:03 +00:00
9c01e17f24 - added user-submitted LacerateCount module 2008-06-14 17:32:29 +00:00
fa729c8f97 - added focus health and mana bars. disabled by default 2008-05-18 16:49:49 +00:00
fdb618ad71 - added optional sizing for (de)buffs i cast versus other players 2008-05-07 04:10:34 +00:00
4a2ecec1cc - added Shackle to the CC bar's list of CC's 2008-05-04 13:37:48 +00:00
0765b5ed5c - added text readout of potential snd time next to current snd buff time
- added configurable color for snd potential bar
2008-05-01 22:03:53 +00:00
833c45ef31 - fix equip locs for non-english clients 2008-05-01 14:34:17 +00:00
6490ddaa44 - made the SnD module optionally show a shadow of the duration bar as you build combo points. this shadow will show how long your snd will last if you hit it right then 2008-05-01 03:10:54 +00:00
76f8774a34 - made SnD module work for non-english clients
- added a toggleable option to make the bar show as a percentage of the maximum attainable slice and dice time (with set bonuses and talents accounted for) instead of going from full to empty no matter the duration
2008-05-01 01:21:12 +00:00
43c16be9e1 - fixed a rare error that could occur when bars appeared or disappeared 2008-05-01 01:10:22 +00:00
1bdcb68d9a - widen the minimum width for the TargetInfo module to account for long NPC names 2008-04-30 23:26:51 +00:00
a644a30705 - added width scaling to individual bars 2008-04-30 22:49:15 +00:00
82d410cb0f - allow horizontal positioning of the TargetInfo module 2008-04-30 22:41:09 +00:00
cbca55837a - fixing a bug where Banish wasn't triggering the CC bar 2008-04-28 13:47:59 +00:00
949036675d - changed DruidMana module to (optionally) work with LibDruidMana/DogTag for simplicity/compatibility purposes 2008-04-19 01:54:06 +00:00
36bde7ef00 - fixed a bug with the low health flashing frame if alphas are set to 0 2008-04-18 14:35:47 +00:00
17ae99571e - updated the TargetInfo default dogtag by request 2008-04-18 13:36:06 +00:00