Commit Graph

45 Commits

Author SHA1 Message Date
8a3f9e19d0 Fix error opening options in published package 2024-07-24 16:03:35 -05:00
2ae826654a Update LibRangeCheck version
Should fix taint issues as reported in https://www.wowace.com/projects/ice-hud/issues/353
2024-04-04 08:14:32 -05:00
acc400de6e Fix error on Classic with Hide Party
I neglected to test the new party-hide implementation on pre-10.0. It was not fully implemented. This implementation is from Pitbull4 and is more complicated than I need, but certainly does the job and allows for some future usage if needed.

Fixes wowace ticket #330
2022-10-30 23:21:31 -05:00
e951d40b12 Don't package file just meant to help packager 2022-10-28 22:48:31 -05:00
d0c06c7b55 Add sponsor file 2022-10-27 09:09:50 -05:00
5b73d3b35f Update to correct LibDogTag url 2022-10-04 22:36:41 -05:00
9435a9d74f Move LibRangeCheck to the proper location (wowace #306) 2021-05-21 07:40:01 -05:00
2ba558d73d Package WeakAuras's fork of LibRangeCheck with BC-Classic compatibility 2021-05-20 20:48:24 -05:00
9a38c4b3ea Revert file to original 2020-12-05 16:49:07 -06:00
ab6b662ac4 Update all library paths to current 2020-12-04 13:38:54 -06:00
a2addcb627 Update url for DogTag dependencies 2020-12-04 13:20:42 -06:00
d44e62bee4 Reformat changelogs
This allows for a nicer release formatting, assuming I keep up with it.
2020-10-18 15:17:25 -05:00
702aa5bff6 Allow nolib versions to be created 2020-10-18 15:05:43 -05:00
f495bb15be Change tabs to spaces to try and fix the community packager 2020-10-18 09:04:38 -05:00
858436e052 Ignore readme when packaging
Setup manual changelog instead of auto-generated one
2016-10-08 10:07:46 -05:00
b487aaf351 Package alphas for LDT 2016-05-28 22:58:01 -05:00
e7ddb66531 Updated the LibDogTag repo paths to use the new git path 2016-05-27 00:32:01 -05:00
316ec05e78 Package the alpha of LibDogTag-Unit (for Legion compatibility) 2016-05-25 10:30:07 -05:00
309c4ec09c - TOC update for 5.0 2012-08-28 14:31:59 +00:00
2c6e8e3bd9 - Removed LibDualSpec pkgmeta 'latest' tag so that we package the most recent alpha (which is 5.0-compatible) 2012-07-02 16:42:42 +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
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
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
559ad7b66e - put "tag: latest" back onto LibDogTag and LibDogTag-Unit 2010-10-18 00:22:28 +00:00
3989e9b024 - evidently i neglected to add acelocale to pkgmeta back in r615 when localization came online. oops. 2010-09-28 16:13:33 +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
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
02d558dd36 - added libstub to pkgmeta/embeds. why wasn't it there already? 2010-09-13 14:05:12 +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
e95db24dd0 - replaced AceEvent-2.0 with AceEvent-3.0/AceTimer-3.0 2010-09-10 06:30:56 +00:00
32eff2df0d - added LibDBIcon to bring back the minimap icon 2010-09-09 01:08:44 +00:00
9f912efde4 - removed FuBarPlugin-2.0 as it's no longer used 2010-09-08 04:41:31 +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
5a2ebacd3e - replaced libhealcomm-3 support with libhealcomm-4 support 2009-11-14 04:47:03 +00:00
955e25cfd2 bug http://www.wowace.com/projects/ice-hud/tickets/16-visual-heal-support/ - added support for LibHealComm by request. not included with the mod, but listed as an opt dep
- added LDB support by request/from user-submitted code. this basically will only work if a mod that loads before icehud has LDB included
2009-03-20 01:54:50 +00:00
8210e25858 - added proper support for profiles instead of storing everything in account-wide un-customizable settings
- added FuBar support...why has this not been in and why haven't i noticed it?!
2008-11-17 04:50:18 +00:00
844fcfad26 v1.3.3-Release
- interface version up to 3.0! hooray new stuff.
- mod version bumped to 1.3.3 for all the new stuff and 3.0 client compatibility
- made the threat module wow 3.0-compatible (these changes do not branch based on interface version due to the removal of lots of libs...there's no goin' back now!)
- fixed text display on threat module to actually show threat % as intended
- extracted MathRound function to make it accessible to all modules instead of being embedded within TargetHealth
- added a few more user-submitted bar textures
- removed LibDruidMana and fixed up DruidMana module to work with the new UnitPower API
2008-10-14 05:05:58 +00:00
6104757656 - updated lib references to their new names 2008-10-02 21:13:18 +00:00
4cf46f5ba1 v1.3 - setup some opt-deps as a test 2008-09-30 07:05:36 +00:00
7e01c62d54 - increase maximum gap setting by request
- added horizontal positioning option to the Runes module (and made sure it was properly centered by default instead of being off to the left)
- changed log template on main dir, moved callbackhandler to the top of the list for embeds, externals, and pkgmeta just to keep everything uniform and make Threat load properly
2008-09-30 06:52:34 +00:00
abd3864501 - changed pkgmeta from lib-stub to the correct libstub (and set to the 1.0 tag) 2008-09-30 06:21:43 +00:00
8e378bbad4 - attempt the first at making the packager behave ;) 2008-09-30 05:56:27 +00:00
c56ea7e7fe Facilitate WowAce-on-CurseForge transition 2008-09-29 21:59:36 +00:00