e3e3d01583
- added custom upper/lower text coloring to custom buff/debuff bars and custom cooldown bars since they don't have any dogtag support
...
- fixed lower text to be visible on custom buff/debuff bars and custom cooldown bars
- fixed upper/lower text blocks in the text settings page to not be multi-line if the module doesn't support dogtags so that everything is laid out more cleanly
2010-12-14 06:55:15 +00:00
f4c098565d
- re-arranged text settings page so that options are laid out more clearly/naturally
2010-12-14 06:16:02 +00:00
db060f490c
- split the "buffs per row" setting to exist in both buffs and debuffs sub-groups instead of being a module-wide setting (ticket #103 )
2010-12-14 06:07:01 +00:00
42c9626daa
- added an option to enable/disable mouse interaction on totems
2010-12-14 05:42:12 +00:00
64e7e7cc87
- fixed debuffs on info modules not drawing the proper colored border for the type of debuff
...
- fixed buffs not displaying the stealable border for mages if they were stealable
2010-12-14 05:11:37 +00:00
ea4ff748f3
- fixed an error when changing from a profile with markers on a module to one with fewer/no markers on the same module
2010-12-14 00:18:40 +00:00
fd70b3df82
- fixed SnD bar (and potential duration bar) to show and hide much more reliably. previously it would sometimes not display the potential duration or the entire module would be visible when it shouldn't be
...
- fixed SnD duration bonus from glyph (to 6 seconds from 3)
2010-12-13 05:11:31 +00:00
9257809e38
- fixed some errors that could pop up with totems and custom bars
2010-12-08 14:29:47 +00:00
6eda5b5f9d
- fixed low threshold flashing on custom bars
2010-12-08 04:52:37 +00:00
d4fd3af2d7
- added support for custom buff/debuff trackers to be able to track totems by name
2010-12-06 01:44:07 +00:00
cc8b66dc0c
- fixed layer ordering such that icons draw in front of bars again
2010-12-05 21:22:12 +00:00
6c1549d6c1
- minor performance optimizations in class counter modules (holy power, shards)
2010-12-05 04:25:40 +00:00
bca32d02b1
- changed custom cooldown bars back to never forcefully hide themselves when set to 'always' display mode. they will now respect the global transparency settings instead. seems like i can't make everyone happy with this setting but this behavior is the most consistent with the rest of the mod
2010-12-05 04:19:45 +00:00
9df1fc5ddc
- added user-submitted CleanCurvesOutline texture which allows DHUD-like casting to be placed on top of another bar and only the outline fills up instead of the whole bar
2010-12-05 04:11:20 +00:00
58c4975f2d
- more FAQ updates
2010-11-27 07:22:50 +00:00
82cf477339
- added a new FAQ
2010-11-24 21:01:49 +00:00
b7d2e407d8
- never register disabled bars for updates
2010-11-22 18:01:42 +00:00
f40a0a9f97
- fixed custom buff bars and cooldown bars multiplying alpha values when they shouldn't have been. at low alpha this meant that they were much more transparent than they should have been
2010-11-22 02:19:23 +00:00
fb09700ec3
- fixed pet health/mana modules getting stuck on the player when leaving an instance while on a vehicle
2010-11-21 22:29:37 +00:00
79bb3324ac
- re-fixed a bug causing the player mana module to not update color when a druid left an LFD instance while in a form and was immediately placed back on a mount and not in a form
2010-11-21 22:01:07 +00:00
b29fc849c0
- fixed configuration mode error in the player info module when the player had weapon buffs applied (ticket #104 )
2010-11-19 16:22:36 +00:00
022eb11678
- patched up the TargetHealth (+ToTHealth +CustomHealth) modules to create the raid icon during CreateFrame() instead of Enable() to ensure that nothing's called in an unexpected order
2010-11-18 19:45:36 +00:00
6771fc0647
- suppressed reported error in the runes module that shouldn't be able to happen (and i can't reproduce)
2010-11-17 21:48:48 +00:00
2acb931960
- added protection against potential nil access reported by a user. i can't reproduce it, though
2010-11-17 03:57:38 +00:00
4484f1af49
- added a toggle for the "override alpha" behavior that displays class counters at in-combat alpha when out of combat if the counter isn't full/empty
2010-11-11 16:16:53 +00:00
405ec76bb8
- fixed the TargetInfo fixup code to only run once per profile instead of every time
2010-11-11 15:58:48 +00:00
addbc37ff3
- minor update to force a full redraw when entering/leaving an instance to help make sure the runes are in a good state
2010-11-10 03:18:22 +00:00
2f56914194
- set runes back to coloring themselves instead of having a gray border and maybe fixed the issue where the wrong texture could get applied to death runes
2010-11-10 03:02:45 +00:00
32f58e18d6
- fixed markers generating errors or just misbehaving when changing profiles (ticket #102 )
2010-11-10 02:41:20 +00:00
36c91a36c8
- don't force-set the color of each rune since they're already set in the texture. this does remove the nice border coloration we had before, but oh well. setting colors on colored textures is bad.
2010-11-08 04:57:18 +00:00
ea55374ea8
- fixed PlayerInfo module misbehaving with temporary weapon enchants
2010-11-06 23:28:30 +00:00
24eb568f0b
- minor optimization in the threat bar
...
- fixed threat bar to display properly again
- added support for pets to the second highest threat feature
2010-11-06 17:32:28 +00:00
3ab6ccdb18
- fixed the GCD bar not animating
2010-11-06 15:04:12 +00:00
fa8b895214
- mana modules animate regardless of 'predictedPower' setting now
...
- fixed occasional flickering in the cast bar and threat bar when they are first displayed
- minor code cleanup
2010-11-06 03:03:46 +00:00
74b9ace21d
- better fix for cast bars getting stuck sometimes
...
- reinstated the code that was shutting off updates when a bar reached its desired scale
2010-11-06 02:31:35 +00:00
668aa19a14
- reverted r761
2010-11-05 05:32:40 +00:00
c221371d8b
- disabled an optimization that was overstepping its bounds and causing issues
2010-11-05 05:31:19 +00:00
e7c8c78cb7
- set the minimum update frequency to 0.067 (15 per second) because anything less just looks awful
...
- clamped the update frequency on every load to force it to >= 15
2010-11-05 05:18:14 +00:00
94c2099736
- same fix as r763, but for the player's cast bar this time
2010-11-05 05:02:16 +00:00
4149d4e733
- fixed the player's health and mana bars monitoring the wrong unit whenever the player leaves an instance while in a vehicle
2010-11-05 04:55:25 +00:00
b5dd925ca4
- fixed markers not updating when a bar's inverse mode is changed
...
- fixed markers not rotating with a bar when the rotation option is set at runtime
2010-11-05 04:35:05 +00:00
4f4c892306
- Suppress bar animations if update rate is less than 15/sec
2010-11-05 04:12:37 +00:00
14bd4f4627
- Reunited a local declaration with the code that used it.
2010-11-05 03:17:50 +00:00
878585e6fe
- fixed buffs tiling in the wrong direction
2010-11-05 02:33:37 +00:00
a93bcaf190
- pedantically replaced sets of spaces with tabs. i'm that guy.
2010-11-05 01:48:46 +00:00
508b022572
- fixed the eclipse bar turning gray when adjusting settings that caused a Redraw()
2010-11-05 01:39:06 +00:00
93c70c545e
- Fixed not being able to set icon sizes for debuffs
...
- Rearranged the config screen for Info modules
2010-11-05 01:30:36 +00:00
29085ebd29
- markers are now created at the proper alpha instead of 100%
2010-11-05 00:57:45 +00:00
1766a587e1
- changed the 'update period' slider to represent number of updates per second instead of seconds between updates. now higher is more frequent and lower is less frequent which makes more sense to users
2010-11-05 00:52:39 +00:00
1fb57acba1
- fixed text staying hidden when disabling and re-enabling a module
2010-11-05 00:42:37 +00:00