Commit Graph

68 Commits

Author SHA1 Message Date
8e6230aa7a - fixed a custom bar bug for users with rock + fubar that tried to use the right-click cascading menu to configure things 2009-09-03 00:48:54 +00:00
b9c9182c27 - made custom bars and counters not be case-sensitive in their spells-to-be-tracked 2009-07-08 02:05:50 +00:00
bbecc1524c - added user-submitted custom cooldown tracker module. thanks regmellon! 2009-05-08 04:12:26 +00:00
a1fd911a54 - added buff timer configuration modes to the custom bar 2009-04-26 01:32:34 +00:00
b9c81c88f6 - added a 'display when empty' option to the custom bar that will make it still draw even if the specified buff/debuff is not present 2009-04-26 00:36:35 +00:00
1a2238995d - added the ability to track mh/oh weapon buff durations with the custom bar 2009-04-20 14:39:11 +00:00
8163579b78 - added a couple of reminders to press [enter] after typing into text boxes in the custom bar/counter configuration screens
- fixed a bug causing rune cooldowns to not reset when the player died/res'd if the module was in alpha mode
2009-04-19 21:30:33 +00:00
65fe2434d8 - fixed display of buffs on the player not cast by the player for custom bars 2009-04-19 06:06:40 +00:00
0a0a816701 - more minor cleanups before tagging a new release version 2009-04-19 00:49:33 +00:00
10af4566d6 - added tons of divide-by-zero protection all over the place
- general cleanup of values passed to UpdateBar
2009-04-18 21:07:42 +00:00
7a049340c2 - added support for binding a custom bar/counter to a larger variety of units (pets, focus targets, etc.) 2009-04-18 06:37:01 +00:00
a5a9e8ac4d - updated all modules to use the new UnitAura return value that tells who the caster was. now checking if that return == "player" for figuring out if the player cast it or not 2009-04-17 01:29:05 +00:00
ab27807fa8 - made custom bars/counters work with alpha settings properly
- made multiple custom bars work together nicely...bad programmer for making local properties instead of class properties
2009-04-10 05:00:27 +00:00
06a7c7a05c - increased the min/max vertical offset for bars by request
- fixed a minor typo in the maelstrom counter options
- removed extraneous function from the custom bar
2009-04-08 02:23:07 +00:00
c272fee8c5 - added a header to the properties that are specific to the custom bar so that the options are easier to parse visually
- grouped all custom bar settings together so they're easier to see
- made sure that custom bar settings are disabled when the module is disabled
2009-04-06 03:16:21 +00:00
c5d0162696 - allow the custom bar to optionally only trigger for buffs/debuffs cast by the player 2009-04-06 03:06:13 +00:00
56fc146f56 - added information dialog when creating a new custom bar about how to use it
- added confirmation dialog when deleting a custom bar to tell the user that it cannot be undone
- made the custom bar's upper text match the buff/debuff that the user wants to track (it's still editable by the user, but it defaults to the buff name)
- made bar color apply properly when the module is created and when configuring without the bar active
2009-04-04 18:34:33 +00:00
a6222135db - basic functionality for a module created at runtime by the player to track a specific buff or debuff (by name) on the player or his target 2009-04-04 17:14:25 +00:00