Commit Graph

66 Commits

Author SHA1 Message Date
Sattva b5f5960c58 HideMinimapButtons - lil improve
Initial setup did never show all buttons after hiding if the minimap was not mouseovered.
So we could mouseover a button and never see it.
Should be fixed now!
2025-01-22 06:27:17 +03:00
Sattva 96b86d4962 New module - Auto Spirit Res 2025-01-22 06:04:07 +03:00
Sattva 83f74352be SquareMinimap - implement config window
Yet empty
2025-01-22 04:00:16 +03:00
Sattva f9b359727f HideErrors - no reload now 2025-01-22 02:14:26 +03:00
Sattva d8b2801671 Minimap - Hide Addon Buttons - Mouseover
Make mouseovering minimap itself to show buttons.
2025-01-22 00:22:48 +03:00
Sattva c72d507e5b New - Hide Minimap POI Arrows 2025-01-08 02:08:48 +03:00
Sattva 65d7ad3f00 fix copychat lua error 2024-11-05 23:29:52 +03:00
Sattva 754ebe4bf2 update todo, unclamp watchframe 2024-10-26 04:08:37 +03:00
Sattva ae404dd1e6 Automate Quests - user config added 2024-03-27 11:50:33 +03:00
Sattva d356f2739d CombineMiniButtons - fix not hooking on combat login. 2024-03-23 10:19:21 +03:00
Sattva 09c9d86eda ManageBuffs - fix it.
To-DO: Need to fix scaling.
2024-03-23 09:00:48 +03:00
Sattva 566760fbb1 Minimap: Hide Calendar button option.
Middle-click on minimap will open Calendar frame.
2024-03-11 03:19:18 +03:00
Sattva 1a9e3f312b Media: disable Movie Play for now. Not working. 2024-03-11 02:34:26 +03:00
Sattva f697a04d28 New Option: Alt click to Invite to Party 2024-03-04 03:20:30 +03:00
Sattva 990cbea6b0 RecentChat, MinimapButtons
Make RecentChat to show more lines.
Make MinimapButtons frame moving frame easier to pin-point.
2024-03-04 02:08:31 +03:00
Sattva ca47795c1d ManageBuffs - fix WeaponEnchants buff not moving / conflicting 2024-02-23 20:51:43 +03:00
Sattva 3be9f5e574 Misc - Rename some GUI stuff for better reading. 2024-02-19 17:29:57 +03:00
Sattva c659e95b6e GUI - ruRU - rename stuff to be readable.
It was not translated nicely or translation was too long, it was so hard to understand what option is for.
2024-01-12 02:48:39 +03:00
Sattva 8cdb282a8f GUI - CheckBox - make them accept extra tip.
Because i dont wanna mess any locales and don't want to write new ones.
Start providing more info for options, for changes i made.
2024-01-12 01:54:18 +03:00
Sattva 0ab3793011 Combine Addon Buttons - move frame
Final version for now.
To do is make user option to make frame shown only on minimap hover.
2024-01-11 04:35:56 +03:00
Sattva f52145104e Combine Addon Buttons - user options
Rescale Frame.
2024-01-11 00:24:48 +03:00
Sattva 887ddf494c FlightTimers
Fix editbox window
Prepare for release
2023-12-31 02:58:39 +03:00
Sattva 945a197160 ManageDebuffs - fixes 2nd and another debuffs sizing. 2023-12-31 01:34:29 +03:00
Sattva fa98c32334 Add Manage Quest Tracker aka WatchFrame 2023-12-30 23:35:17 +03:00
Sattva 30866f07f7 Auction House - fix bug 2023-12-30 22:30:39 +03:00
Sattva c8b09b259e Weblink #2 - hide link frame if WASD sent by user 2023-12-30 01:53:34 +03:00
Sattva 14ead343a0 Weblink #1 - add urlencode function
mainly because ruRU gets hyeroglyphs link in output and it never searched right.

also make it remove color tags correctly with new urlencode ouput.
2023-12-30 01:40:04 +03:00
Sattva 3dc5ea312d Resolve / Remove some To-Do's b4 release 2023-12-30 01:15:34 +03:00
Sattva 1d6b1d5fbd Flights - Horde: Northrend 2023-09-27 01:09:57 +03:00
Sattva 79ea9beb6c Flights - Horde: Eastern Kingdoms - fix
Use method with mass replace. This is faster and better, because i cannot un-learn some flight path to fix values.
For example i have Zul'Aman learned, but if i didn't it would flight path me another way, without Zul'Aman, and its another data.
2023-09-26 16:29:42 +03:00
Sattva 8990d0aaef Flights - Horde - Light's Hope 2023-09-24 18:16:02 +03:00
Sattva 08fda882d3 FlightTimers Horde - Booty Bay 2023-09-24 14:50:27 +03:00
Sattva 632290002d FlightTimers - prepare editbox for data work.
To easy copy-paste.
2023-09-24 05:08:02 +03:00
Sattva 7925569931 AhExtras - tweaks,fix.
Save more clicks for user.
2023-09-24 04:30:04 +03:00
Sattva 6bf635e8af Rewrite NoBagAutomation module for 3.3.5
Generally because it wouldn't let me open bags by "Open All Bags" keybind.
2023-09-17 02:12:50 +03:00
Sattva a19df81732 CVars, Mute sounds
Fix multiple CVars settings.

Comment (disable) all Mute sounds code as MuteSoundFile is not 3.3.5 API.
2023-09-17 01:17:36 +03:00
Sattva 57182ba440 some stuff 2023-08-06 16:00:04 +03:00
Sattva 0954580d7b FlightPaths - debugstring
Some QOL improvements for debugstring.
2023-06-16 04:08:57 +03:00
Sattva d59d7fe6c1 FlightTimer - improve, fix
Test fix for such events as summon, BG/Arena entry to stop the bar and hide editbox (report frame).
DebugString - now adds hops count (to avoid confusion i talked already about)
To Do: Need to fix editbox for 3.3.5, it is right now not copyable and look of it is bad. Can take RecentChatWindow as a reference, as i already fixed that one.
2023-06-14 06:51:54 +03:00
Sattva ac3b311cd6 FlightPaths - timer bar
For now i made a script to print flight time in chat on node click.
Need to find out how to create a bar using, by Leatrix Code, that i have commented.
2023-06-13 20:12:44 +03:00
Sattva ba7bc78042 FlithPaths - fix coordinates
partial fix, removed un-needed zeroes between nodes.
the debug print still cannot find out the right hops between nodes.
2023-06-13 17:07:22 +03:00
Sattva 1eb7d161d3 FlightPoints - first messy version
For now i only figured and partilly fixed tooltip on the destination node.
However data seems to be different from the WoTLK Classic. And would need to be completely rewritten.
Also i have problem with debug string as it is currently unable to get hops FPs in between start and end nodes correctly...

And it seems that my routestring is bad too. As it is for some reason adds un-needed zeroes between nodes
For example: FP from Orgrimmar to Valormok, no hop in between them, Orgrimmar added twice and a lot of un-necessary zeroes in between.
["0.63:0.56:0.00:0.00:0.63:0.64"] =  -- Orgrimmar, Orgrimmar, Valormok
2023-06-13 16:09:49 +03:00
Sattva 6e9c152e65 ShowReadyTimer - improve, cleanup
Mostly visual tweaks.
2023-06-12 20:46:47 +03:00
Sattva 3cf675e3b9 ShowRaidButton - Disable module
Reason: Code is made to use retail raid frames, which we don't have.
This would require me to build a decent raid frames myself.
I may do so in future, if people ask!
2023-06-11 22:41:45 +03:00
Sattva 466652edc4 BagSearch - complete rewrite
Had to completely re-write it, due to 3.3.5 not having bag searchbox templates.
2023-06-11 03:36:14 +03:00
Sattva e9d8f50523 WowHeadLinks - fixed 2023-06-09 00:56:44 +03:00
Sattva 409b60833a AhExtras - fix & improve
Add - Alt Left Click on item will Add/Remove current bag item to the Auction posting frame.
Fix - for saving auction duration per account. Took code from and modded it from Panda Leatrix :)
Add - Tab Confirm option, which will confirm auction creation if pressed with both AhGold and AhBuyout options ticked. (saves mouse clicking effort :D)
Change - 99 silver and 99 copper are now not set automatically, just 00 for both now. Reason: it's confusion imho.
ElvUI - fix positions of buttons and skin "Find item" button.
VolumeSlider - tweak module slider to show 0-100 values instead of 0-20.
2023-06-09 00:28:05 +03:00
Sattva 9853b1dc49 RecentChatWindow - improvements
Cleanup xml file for template, change name of template to not bother other addons.
Added ScrollFrame.
Modified Ctrl-Click to toggle chat window editboxes.
Escape will now close window if keyboard focus is on text.
TrainerEnhance - change the background.
2023-06-08 15:17:37 +03:00
Sattva 159939fe15 CombineAddonButtons & SquareMinimap - tweaks
First "OK" version of CombineAddonButtons, still can be improved a lot !
For SquareMinimap made some tweaks to positioning.
2023-06-05 17:02:57 +03:00
Sattva 626b1fb1c0 CombineAddonButtons & LibCompat
CombineAddonButtons - Disabled not working code & First attempt to combine them - not successful.
LibCompat - Disable BackdropTemplate due to conflict with Immersion addon. Thank you to @s0h2x

Co-Authored-By: s0high <33549022+s0h2x@users.noreply.github.com>
2023-06-03 15:41:44 +03:00