67df0a178b
Added Stagger module from user pilonog.
2014-12-06 14:52:29 -06:00
605b4884df
Removed project-revision from the version number string since we've been away from svn for a while now
2014-11-22 01:51:49 -06:00
20d9790e88
Updated TOC to patch 6.0
2014-10-13 01:41:27 -05:00
4ea07e7b50
- Removed x-compatible-with in toc since 4.3 is really old and I'm not actually testing against it.
2013-10-26 17:35:56 +00:00
828d62b2c0
- TOC update for 5.4
2013-09-10 14:50:53 +00:00
6ce7ddbec4
- Added Absorb modules for focus, target, and player.
2013-07-16 04:40:52 +00:00
db2f1b4442
- Updated TOC for 5.3
2013-05-23 20:02:10 +00:00
713b9d04bb
- 5.2 TOC update
2013-03-06 18:02:35 +00:00
bbc1bff51a
- TOC bump for 5.1
...
- Changed the LIGHT_FORCE constant to CHI because changing constants in shipped code is such an awesome idea.
2012-11-27 22:51:16 +00:00
02be653efa
- Touched file to get a new package made with fixed localization strings.
2012-09-01 04:49:18 +00:00
309c4ec09c
- TOC update for 5.0
2012-08-28 14:31:59 +00:00
3e32e4a481
- Added support for ClassPowerCounters to only show up for specific talent specs.
...
- Added Priest Shadow Orbs module.
2012-08-25 20:07:32 +00:00
6b457e2b16
- Changed to grab the most recent rev of AceGUI and LibDogTag since they have WoW 5.0 fixes that haven't been tagged yet.
...
- Added MonkManaBar module.
2012-07-01 03:11:36 +00:00
0734ddd94c
- Created Monk Harmony Power module.
...
- Added localization to HolyPower module description.
- Fixed a comment in the Shard module.
2012-06-30 22:30:54 +00:00
3c3dc18755
- 4.3 toc update
2011-11-29 19:39:04 +00:00
9ba5a1f0de
- 4.2 toc update
2011-06-28 15:08:07 +00:00
8b4207d2af
- toc bump for 4.1
2011-04-27 00:35:48 +00:00
3d79a0b1fa
- ticket #116 : first attempt at an honest-to-goodness alternate power bar. i don't raid, so i've only tested this against the alternate power in The Maw of Madness in Twilight Highlands...
2011-03-13 23:02:57 +00:00
376180004b
- ripped ~1.3mb out of IceHUD itself and moved it into an LoD IceHUD_Options addon
2010-11-04 04:37:58 +00:00
e2bce8cdae
- attempt at auto-removing sunder/lacerate/maelstrom modules on load if the player has them enabled. this will automatically create a custom counter behind the scenes since those are much more fully-featured
2010-10-25 06:09:48 +00:00
d0be3b42a7
- set X-WoWID metadata
2010-10-24 04:35:24 +00:00
78b825c79d
- added AceGUI-3.0-SharedMediaWidgets support to the font selection box and ToT bar texture selection
2010-10-21 02:20:09 +00:00
843129c900
- initial rev of 'vengeance' module submitted by user Rokiyo
2010-10-18 12:32:12 +00:00
d2d3a76035
- RIP HungerForBlood module
2010-10-16 18:10:39 +00:00
40284d6c03
- removed x-compat
2010-10-12 04:11:36 +00:00
22939b14f0
- toc bump to 4.0
...
- removed LibHealComm-4.0 from OptionalDeps
2010-10-12 02:49:31 +00:00
5e6b0d40ad
- tiny spacing update
2010-10-07 23:51:26 +00:00
08861ecfe7
- first shot at localization of all configuration settings in IceHUD using AceLocale. note that all of these conversions were generated programmatically so it's possible that something went awry...very casual testing seemed okay, however.
2010-09-26 05:14:42 +00:00
056fdd6d22
- added LibDBIcon to optional deps
2010-09-25 18:41:16 +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
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
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
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
e80d971480
- added basic implementation of Holy Power for Cataclysm Paladins. has a graphical mode (basically matches Blizzard's built-in frame without the background) and numeric mode (which just displays the number of runes active as 0/1/2/3)
2010-09-07 03:24:05 +00:00
da6c76a472
- set LibRangeCheck and LibDogTag(-Unit) to pull from trunk instead of the latest tag in order to pick up cataclysm fixes
...
- set X-Compatible-With to 40000
2010-09-06 02:40:18 +00:00
59344a134a
- converted most of the mod to ace3. the only ace2 remaining is AceEvent-2 (probably easy to get away from) and AceOO-2 (not so easy)
...
- the ace3 conversion also broke the dependence on Waterfall and gave a much better configuration screen through AceConfigDialog; plus Waterfall is very broken in Cataclysm and it's unclear whether anyone will bother to fix it or not
- fixed a bug with the custom CD bar when changing profiles where it would generate endless errors until a reloadui
- removed DewDrop library as it was no longer in use
- temporarily removed FuBar plugin as it doesn't work as a mixin with AceAddon-3. i will eventually be bringing this back in some form (before the next full release version)
- removed an unused 'about' button on the config page and some empty headers...not sure why they were ever there
2010-09-05 20:11:33 +00:00
863e150a34
- added generic custom health and mana bars so that users can monitor any unit they want complete with click-targeting/-casting
2010-07-26 03:13:03 +00:00
a5f1ee8df3
- added oft-requested combo points bar
2010-04-05 03:49:48 +00:00
7e82f6d88a
- added user-submitted PlayerCC and Target/PlayerInvuln classes
...
- added user-submitted root and silence groups to the CC modules
- filled out CC list a bit more with user-submitted spell id's
2010-01-11 01:10:50 +00:00
b54029f77b
- updated interface version to 3.3
2009-12-08 16:56:21 +00:00
5a2ebacd3e
- replaced libhealcomm-3 support with libhealcomm-4 support
2009-11-14 04:47:03 +00:00
7e3b2dba33
nemes: add PetInfo module
2009-08-15 12:36:36 +00:00
208dda34d5
- bumped toc to 3.2
2009-08-04 20:03:45 +00:00
45af8a7171
- added user-submitted totems module based on the runes module
2009-07-08 03:24:05 +00:00
9e00802862
- added a focus threat module by request
2009-07-08 03:18:04 +00:00
bbecc1524c
- added user-submitted custom cooldown tracker module. thanks regmellon!
2009-05-08 04:12:26 +00:00
aaf2ea5dfb
- added a ToT cast bar (disabled by default)
2009-04-20 00:25:07 +00:00
75787ff956
- TOC bump to 3.1
2009-04-14 05:38:58 +00:00
c7faba52f8
- made the TargetInfo able to be inherited from
...
- added a PlayerInfo module (off by default, user requested) that inherits from TargetInfo and adds right-click dismissing buffs functionality
2009-04-10 05:23:31 +00:00