Commit Graph

89 Commits

Author SHA1 Message Date
268a6c6fbc Update TOCs 2024-11-13 08:58:17 -06:00
73891bca4b Update TOC for TWW 2024-08-14 10:20:29 -05:00
6c1c68a0c3 Update classic-era TOC 2024-07-25 22:34:32 -05:00
8a3f9e19d0 Fix error opening options in published package 2024-07-24 16:03:35 -05:00
1f4a8aefa7 Update TOC for 11.0 2024-07-24 09:32:06 -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
5c344cfac1 Update TOC 2024-05-09 00:04:36 -05:00
038ea16642 Support Cataclysm Classic 2024-04-30 23:16:42 -05:00
12c509b133 Update TOCs 2024-04-15 17:05:05 -05:00
cfa86813a7 Update TOC 2024-01-16 17:27:43 -06:00
6b2eb8d6e2 Update TOC for Classic-era 2023-12-10 18:58:52 -06:00
6ddb056cdf Update TOC 2023-11-07 16:36:03 -06:00
8df330d3b4 Update TOC 2023-09-08 10:30:11 -05:00
1f9a1a3100 Update TOC for Classic-era 2023-08-23 14:38:11 -05:00
40fc8187fd Add ability to adjust strata globally
Submitted by slowkerd from Curseforge (thanks!)
2023-08-02 08:16:12 -05:00
8bc7b1ee90 Update TOCs 2023-07-11 16:52:17 -05:00
ca6008780f Bump TOC for Wrath-Classic 3.4.2 2023-07-04 10:18:52 -05:00
37108d3487 Increase max scale to 400% by request 2023-05-12 22:17:27 -05:00
24c45f320f Update TOC, add icon, fix Vigor for 10.1 2023-05-03 18:22:36 -05:00
cb83a3f63f Add option to hide during Cataloging 2023-04-01 20:45:37 -05:00
a50a313314 Update TOCs 2023-04-01 15:02:35 -05:00
a0ed3ae6e6 Update TOCs 2023-01-25 13:40:36 -06:00
b3cf33a945 Increase TOC for 10.0.2 2022-11-15 00:27:26 -06: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
62bcc17ed6 Increase TOC to 10.0 2022-10-25 21:43:46 -05: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
96a8fb2c3d Bump TOC for retail 2022-08-30 22:01:00 -05:00
6c623d6965 Initial Wrath-Classic compatibility
Briefly fought a training dummy with a Death Knight and a Shaman. I'm sure stuff like Slice-and-dice will need attention for talents moving around and such.
2022-08-30 21:59:58 -05:00
a4c44a5809 Update TOC 2022-06-01 08:30:21 -05:00
d48ae9b12a Update TOCs 2022-03-22 08:25:50 -05:00
a8a3da753e Update TOC for BCC, changelog 2022-01-28 11:18:32 -06:00
e4919fb1fe Update TOCs 2021-11-11 13:00:39 -06:00
8226679ccd Update TOC for Classic 1.14.0 2021-10-13 22:15:21 -05:00
fc009492cb Update TOC for BC-Classic and Classic
WowAce ticket 317
2021-09-10 14:08:45 -05:00
bc16ae677b Update for WoW 9.1 2021-06-28 13:02:19 -05:00
d641886a8a Update with latest community packager changes for BC-Classic 2021-05-14 21:37:35 -05:00
90e0dd1597 Update build script, include Classic-TBC detection 2021-04-25 22:50:32 -05:00
ea28a05051 Update Classic TOC 2021-03-23 12:15:38 -05:00
ca80ca3f75 Update TOC for 9.0.5, prepare for release 2021-03-22 21:43:38 -05:00
924bd4a6ef Update TOC to latest 2020-11-29 12:06:51 -06:00
88d7dd3982 Fix Options TOC to work with Classic 2020-10-18 09:11:38 -05:00
a18144aec0 9.0 compatibility updates - initial attempt 2020-10-13 08:46:41 -05:00
b8e8b41ae7 Updated TOC 2020-01-14 20:14:34 -06: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
5b71a4f819 Updated TOC to 8.2 2019-06-25 09:53:14 -05:00