Commit Graph

35 Commits

Author SHA1 Message Date
8a3f9e19d0 Fix error opening options in published package 2024-07-24 16:03:35 -05:00
1ca424dccb Enable profile import/export
The UI for this is still rough, but it works fine.
2024-07-24 09:31:48 -05:00
6c2e759f45 Basic TWW compatibility 2024-06-22 18:07:42 -05:00
40fc8187fd Add ability to adjust strata globally
Submitted by slowkerd from Curseforge (thanks!)
2023-08-02 08:16:12 -05:00
37108d3487 Increase max scale to 400% by request 2023-05-12 22:17:27 -05:00
cb83a3f63f Add option to hide during Cataloging 2023-04-01 20:45:37 -05:00
3ddc2f9d2f Add more color 2022-11-13 11:33:05 -06:00
d6adaedc93 Adjust for 10.0 client
This option moved, so point to the new location.
2022-11-13 11:30:29 -06:00
d10586d477 More culling of WowVer checks 2022-09-18 13:33:51 -05:00
f04c5db493 Re-enable dev-only profile export/import
Exporting works pretty well, but importing is rough (mostly because error messaging isn't quite in place, and it's not obvious that you have to close the window to execute the import). I found a generic json serializer, decided to adapt it to WoW, and it seems to work.

But anyway, I saw this code sitting around and figured it wouldn't take too much work to get it in working order. I was mostly right.
2022-09-02 21:44:12 -05:00
e6077ab39f Updated FAQ 2020-01-07 19:46:20 -06:00
070d66eca3 Disabled target and target-target castbars in classic 2019-08-28 20:30:35 -05:00
ba8748ecca First batch of WoW Classic compatibility updates
This has been tested on Classic with a Rogue up to level 5 using various modules and casually checked against a few level 1 classes. I'm sure there's a lot more to do here. I also made sure to test on Live.

Where possible I tried to check for API availability rather than specific client versions or program IDs. There are many cases where that's impractical, however, so version/program ID checks were used.

This was tested with:
* Ace3 @r1225
* AceGUI-3.0-SharedMediaWidgets @r61
* LibDBIcon-1.0 @v8.2.0
* LibDogTag-3.0 @v80200.1
* LibDogTag-Unit-3.0 @v80200.1-2-g93a898d-alpha
* LibRangeCheck-2.0 @v4.2.3 (with a couple of local changes)
* LibSharedMedia-3.0 @r113-alpha
2019-08-11 23:21:06 -05:00
af42f4a4f3 Added option (enabled by default) to hide mod during shell games 2018-08-27 20:48:30 -05:00
02ad6253d3 Renamed HarmonyPower to Chi
Updated readme link to the create-your-own-texture guide
2018-07-20 13:20:27 -05:00
2c5ea0c96b Extended scale range to 0.2-2.0 by request 2016-10-09 23:34:55 -05:00
f74233dcfa Tweaked and updated the FAQ a bit 2016-09-05 23:23:12 -05:00
f0cafee719 Added recent FAQs 2016-07-23 21:43:49 -05:00
ec38972f8c - Hide IceHUD when interacting with barber shops. (ticket #190) 2015-06-27 22:22:16 -05:00
866c439621 Updated FAQ. 2014-10-31 11:22:23 -05:00
e562a7cf9f - Ticket #173: added a toggle to hide the entire HUD during pet battles. 2013-10-26 16:18:17 +00:00
916a2cf3fa - Updated in-game FAQ to match the web FAQ. 2013-09-21 05:48:03 +00:00
08de61d849 - Added another FAQ to the list. 2012-09-01 05:00:13 +00:00
b58e6166a2 - added an oft-requested option to treat friendly targets the same as not having a target at all for alpha purposes. this allows people who want the HUD to be hidden when they don't have a target to stay hidden when they target a friendly, for example 2011-04-26 03:09:51 +00:00
ee8893dac4 - made sure the options table gets the LibDualSpec treatment regardless of whether the mod is enabled or not 2011-01-26 01:15:31 +00:00
fd7d8db005 - respect the user's mod-wide "enabled" setting when changing profiles (ticket #117)
- also cleaned up some logic that could cause errors when enabling the mod due to a profile switch when the player initially loaded with it disabled
2011-01-26 01:05:04 +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
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
14bd4f4627 - Reunited a local declaration with the code that used it. 2010-11-05 03:17:50 +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
067096b51f - fixed an error popping up whenever a user had icehud disabled in its settings and tried to access the config page 2010-11-04 17:56:18 +00:00
6e46c2b3f4 - added LibDBIcon to the options module so that the minimap icon is toggleable again 2010-11-04 04:50:58 +00:00
d37a40da11 - fixed a misplaced 'self' 2010-11-04 04:46:34 +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