Commit Graph

514 Commits

Author SHA1 Message Date
4bf79adda5 - added the ability to duplicate an existing custom bar 2010-09-26 00:31:12 +00:00
056fdd6d22 - added LibDBIcon to optional deps 2010-09-25 18:41:16 +00:00
368b8ee8f0 - apparently i had the LibDualSpec git path wrong. i should probably install TortoiseGit at some point 2010-09-25 18:34:13 +00:00
cdba966618 - setup the toc to properly strip out embeds.xml whenever it's building a no-lib version. wow, this has been broken forever. nice.
- added support for LibDualSpec-1.0
- wrapped a bit of debug code in --@debug@
2010-09-25 18:31:57 +00:00
1af2c4d831 - added some more protection against people tweaking settings or changing profiles while in combat and added a warning message explaining that stuff could be broked if they manage to do it anyway
- fixed cooldown bars that are set to "when ready" to be properly hidden when the module is disabled or profiles are changed
2010-09-22 05:47:01 +00:00
bd96c59012 - added calls to disable updates on custom modules as they are disabled so that they don't stick around on screen when they shouldn't 2010-09-22 00:19:13 +00:00
cd50276d35 - minor fixes to enabling a module and how updates are handled that should allow custom modules to react appropriately when they are enabled while a player has the buff they're monitoring 2010-09-22 00:15:35 +00:00
1fa11ea3dd - fix for custom modules generating a ton of errors if they're disabled while active (such as when changing profiles). there is still a bug where they stop running their updates like they're supposed to, but this will at least take care of the error spam 2010-09-21 13:50:35 +00:00
631f3dd734 - added a tooltip to the LDB launcher 2010-09-21 03:49:41 +00:00
feabf4002d - set custom counters to display out of combat if they are not 0 2010-09-21 03:02:08 +00:00
fbb0bfd3ec - nuked the HungerForBlood module if the user is on a 4.0+ client since the ability is going away 2010-09-19 21:29:07 +00:00
5feb89bfb8 - minor cleanup of the GCD module to make it (hopefully) more reliable
- doubled the maximum width of the rangecheck frame to ideally knock out the occasional complaint that certain fonts make the text spill onto a second line (never seen that myself)
2010-09-19 20:39:41 +00:00
a242f50cb4 - moved all "icons" settings from being under a header to being in their own group. this should unify the "icon settings" features of all modules 2010-09-19 06:39:59 +00:00
7646dba873 - added party role icon to TargetHealth module (and CustomHealth by virtue of inheritance) 2010-09-19 06:27:54 +00:00
36d2592e78 - minor cleanup of unused stuff in IceCore
- fixed the GCD to update its bar color as the user changes it instead of requiring re-enabling the module or reloading the ui
- clarified some tooltip text on the TargetInfo module's text blocks
- added DogTag support to the ToT module by request
2010-09-19 04:10:31 +00:00
c41a34794d - fixed the GCD module to be available in the module settings list again
- tweaked options visibility and made 'bg visible' work on the GCD module
2010-09-18 21:25:19 +00:00
d677a04f1a - fixed a bug where the combat icon would get stuck if you went into combat when resting but had the resting icon display disabled
- made the combat icon replace the resting icon if you go into combat while resting and then switch back to the resting icon (if appropriate) when dropping combat
2010-09-18 07:26:50 +00:00
05afcebc3d - changed all step = 10 to step = 1 by request
- widened range of possible vertical offset values for the custom counter module by request
2010-09-18 07:04:38 +00:00
0b3ec943b0 - fixed the mirror bar: changed function declaration "class.new" to "class:new" in IceCore_CreateClass so that "self" doesn't get included in ... when init is called. this was causing an off-by-one error in the order of parameters passed to mirrorbar's "init" method and surprisingly didn't break anything else (looks like judicious use of 'ifs' in some defensive coding saved the rest of the modules); thanks to mitch0 for the report
- added an argument to IceElement's init function that allows modules to skip the registration with the core. mirrorbars need this since they are created on demand and not saved with the rest of the bars
2010-09-18 04:04:30 +00:00
250adfc2db - removed the last remnants of Ace2 (AceOO-2.0 and AceLibrary) thanks to a huge amount of help from ckknight for metatables 2010-09-17 05:41:04 +00:00
fd6d570e0b - fixed up several "hide blizzard frame" options to re-display when the module is disabled and to call blizzard's OnLoad for the frame instead of manually entering every event to re-register
- fixed "show incoming heals" option to be properly toggleable on 4.0 (bad conditional on the 'disabled' option)
- hid "cooldown mode" option on the totems module since there was never more than one choice
2010-09-16 02:42:16 +00:00
1f4a4491ea - re-added "enabled" checkbox in the settings to allow users to completely enable/disable the mod (this seems to have been something we got for free with one of the ace2 libraries and is no longer present after the move to ace3) 2010-09-15 13:17:20 +00:00
d5f2ccb14a - registered callback for media updates from LibSharedMedia so that the mod can be refreshed if necessary 2010-09-14 02:02:59 +00:00
02d558dd36 - added libstub to pkgmeta/embeds. why wasn't it there already? 2010-09-13 14:05:12 +00:00
73cc17927e - minor optimization of frame rotation by un-registering the event listening for animation completion after it has done its job
- made GCD module animation smooth by utilizing the existing animation system instead of trying to run another repeating timer over the top
2010-09-13 13:54:38 +00:00
f12ee4110d - fixed up a few areas that were expecting moduleSettings.markers to be non-nil; this isn't the case on user-created custom bars that existed prior to the marker code coming in
- hide the marker settings on the GCD module as they don't make much sense to have there
2010-09-13 05:45:45 +00:00
e6185049f6 - after renaming a custom module, set the mod to automatically select it in the options menu 2010-09-13 05:37:47 +00:00
61ae4e915f - added setting to hide the new marker settings for certain bar types
- hid marker settings for the eclipse bar since it controls the placement and defines a single marker itself
2010-09-13 05:33:59 +00:00
0ca1764a45 - added support for defining markers on any bar (ticket 75) 2010-09-13 05:25:01 +00:00
92b48d57e9 - added rough implementation of horizontal bars by abusing some features of Blizzard's UI animation system. we'll see if there's any actual demand for this to determine if the feature needs to be improved at all 2010-09-13 01:47:07 +00:00
4b927832df - fixed up a couple more modules with an empty 'animation settings' header and some too-long options that were being ellipsised (is that a word? it is now.) 2010-09-12 22:52:37 +00:00
1961b66f57 - big giant options screen usability cleanup:
- colorized the FAQ and Module Settings description text to be more readable
- removed custom coloring from certain options that didn't match the rest
- hid a few debug-only settings
- consolidated all the 'create custom module' buttons into a drop-down + create button
- clarified description of some options so that their intent/purpose is more clear
- moved around/cleaned up headers for consistency
- doubled the width of long options so that they don't get cut off and ...'d
2010-09-12 22:36:02 +00:00
cc9dbc283e - AceSerializer isn't packaged with the addon just yet since its usage is still in development, so don't error out if LibStub can't find it 2010-09-12 07:14:11 +00:00
ef9801bac0 - fixed a bug introduced in r570 where custom modules had to be deleted twice before they'd go away (they were registering themselves twice)
- made all pop-up dialogs display in the tooltip strata so that they draw on top of the options screen. each pop-up resets itself to dialog once it's hidden
- made custom modules get auto-selected in the options screen after they're created
2010-09-12 06:56:26 +00:00
3f656378c5 - removed Deformat as it's no longer necessary
- removed FuBarPlugin from the toc since it's not used any more
2010-09-12 00:07:47 +00:00
912edc3dc3 - added basic implementation of Druid Eclipse bar for balance druids 2010-09-11 19:22:17 +00:00
9d40348b80 - removed a few old CancelScheduledEvent calls on bars that weren't actually scheduling any repeating timers any more and added a few CancelTimers to modules that weren't previously canceling their scheduled timers
- converted CancelScheduledEvent to CancelTimer for modules that are still scheduling repeating timers...not sure why CancelScheduledEvent didn't throw any errors (since i don't see how it exists) but whatever
- removed a bunch of "function() self:Thing() end" closures in ScheduleRepeatingTimer calls that didn't need to be there
2010-09-11 01:42:29 +00:00
907bee2104 - fixed FocusMana to actually work 2010-09-10 16:35:12 +00:00
fb884f41f4 - abstracted the HolyPower module's functionality to a ClassPowerCounter module since the warlock shard bar is functionally identical to holy power
- added shard bar inheriting from ClassPowerCounter. same basic functionality as the holy power module: graphical mode that shows the default shards and numeric mode that just displays a count of active shards
2010-09-10 06:49:45 +00:00
e95db24dd0 - replaced AceEvent-2.0 with AceEvent-3.0/AceTimer-3.0 2010-09-10 06:30:56 +00:00
33bb0ba3cb - fixed reported taint issue from people joining or leaving a party in combat with the "hide blizzard party frames" option set on the PlayerHealth module 2010-09-10 03:07:10 +00:00
8d4686f10c - updated all UnitPower* code to use the SPELL_POWER_* constants instead of hardcoding numbers...mostly just a readability change 2010-09-10 01:50:43 +00:00
22fd66d756 - fixed a bug where custom counters were not getting reset on target change or player death. this could cause an issue where the counter would not update when it should 2010-09-10 01:41:50 +00:00
1ec6c732cb - potentially fix some text overflow issues that were reported with the range finder 2010-09-10 01:12:44 +00:00
32eff2df0d - added LibDBIcon to bring back the minimap icon 2010-09-09 01:08:44 +00:00
a4a8dcd68f - don't hide the Blizzard version of Holy Power by default since we're not hiding the Blizzard player frame by default 2010-09-08 14:13:46 +00:00
9f912efde4 - removed FuBarPlugin-2.0 as it's no longer used 2010-09-08 04:41:31 +00:00
4563cff425 - added a bit more user friendliness to the new configuration page. efforts to increase awareness about how to setup the mod and get help are ongoing 2010-09-08 04:38:32 +00:00
1b0125c12f - added a message to the PlayerInfo module when trying to dismiss a buff in cataclysm explaining that the API is currently protected and unable to fixed. this will be removed when Blizzard gives us a way to work around it
- added upgrade detection to alert users that their profile may need to be re-selected if the last version they ran was pre-ace3-conversion
- added an FAQ section to the /icehud configuration page so that users don't have to go to one of the addon hosting sites to get their questions answered
2010-09-08 04:20:03 +00:00
2f226545f3 - tweaked rune width/height to match blizzard's default 2010-09-08 02:30:38 +00:00