Arxareon / MovementSpeed

World of Warcraft Addon allowing you to view your character's current speed in a movable and customizable display, or anyone else's in the inspect tooltip with fast updates.
2 stars 1 forks source link

Version 3.0 testing feedback #14

Open Arxareon opened 3 months ago

Arxareon commented 3 months ago

Any general feedback, recommendations or info on issues found during the testing of version 3.0 is welcome here! Please refer to the known issues list in the release notes first.

Version 3.0 (Test B) release can be found here!

mario-64 commented 2 months ago

After today's 11.0.2 game update, MovementSpeed is no longer working. I'm using 3.0 Test B. The addons are active in the addon list but /movespeed doesn't work and there is no speed display or output whatsoever.

OttoDeFe commented 2 months ago

There seems to be a bunch of calls that need to be updated to the C_AddOns versions in WidgetTools. I was hunting them down, but ran out of time this evening.

https://warcraft.wiki.gg/wiki/Patch_11.0.2/API_changes#Deprecated_API

Arxareon commented 2 months ago

Test C should resolve this issue, thanks for the reports!

mario-64 commented 2 months ago

Is Test C available?

Arxareon commented 2 months ago

Is Test C available?

Right, I forgot to mention. No, it's not available yet. I'll try to get the fix for context menus in quickly before I drop it, today. If I can't, I'll still release it to solve the breaking issues and keep the matter of context menus as a known issue for now.

mario-64 commented 2 months ago

Confirmed with Test C I have the speed frame again. Thank you!

Arxareon commented 1 month ago

Test D is out, adding back support for context menus. https://github.com/Arxareon/MovementSpeed/releases/tag/3.0_Test_D

I'd really appreciate the testing of settings and reports on any issues found (besides Profiles not yet working properly). After I solve known issues and any other bugs found via additional testing, 3.0 can finally be green-lit as a stable release.

Arxareon commented 1 month ago

Test E is now out, readding support for Classic versions of the game & more: https://github.com/Arxareon/MovementSpeed/releases/tag/3.0_Test_E

mario-64 commented 1 month ago

Test E is now out, readding support for Classic versions of the game & more: https://github.com/Arxareon/MovementSpeed/releases/tag/3.0_Test_E

The same files work for both retail and classic?

Arxareon commented 1 month ago

The same files work for both retail and classic?

@mario-64 Yes, MovementSpeed-3.0_Test_E.zip can be used for both. Main.lua will be loaded for retail, Main_Classic.lua will be loaded for Classic versions, but it's all included in the same install package. That is the intention. If it doesn't work for any version of WoW, please let me know. If that's the case, there is an error I missed and I'll try to fix it asap!

mario-64 commented 1 month ago

The same files work for both retail and classic?

@mario-64 Yes, MovementSpeed-3.0_Test_E.zip can be used for both. Main.lua will be loaded for retail, Main_Classic.lua will be loaded for Classic versions, but it's all included in the same install package. That is the intention. If it doesn't work for any version of WoW, please let me know. If that's the case, there is an error I missed and I'll try to fix it asap!

Cool thank you