Commit Graph

99 Commits

Author SHA1 Message Date
Sattva 2e2b5ce7dd Add ManageDebuffs - for user to move them. 2023-12-31 01:17:13 +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 a362ebec4c FasterLoot - add configuration 2023-12-25 23:50:28 +03:00
Sattva 2179a0658e FasterLoot - initial commit
need some config now.
2023-12-25 20:16:25 +03:00
Sattva b4299dcc2c Flights - DebugString - remove brackets
To use Ctrl-W binding for easier editing.
2023-09-24 16:36:43 +03:00
Sattva e5ac457cde Flights - debug print
Print better debug into chat and clear chat before it.
2023-09-24 15:00:32 +03:00
Sattva b8498e8cef Minimap - fix
Fix bug after moving minimap:
- Original place of minimap was not click-through after moving minimap.

Credit to original author for fixing.
2023-09-24 13:46:58 +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 2a0e5e4646 EasyItemDestroy - fix 2023-09-24 04:06:44 +03:00
Sattva 4aa56c4054 DismountMe, ShowVendorPrice - disable
It is not needed in 3.3.5
2023-09-24 03:58:37 +03:00
Sattva b5c0216476 FasterMovieSkip - rewrite
There is no confirmation in 3.3.5, instead we make it to auto-skip movies.
Care to not use this 4.3.4 because some movies are needed to be seen in order to get proper phasing.
2023-09-24 03:51:17 +03:00
Sattva 69095f7598 Faster Loot - fix 2023-09-24 02:47:04 +03:00
Sattva b646d75c5b Loot warnings, CharAddonList
Loot Warnings:
- Port SellCursorItem() func to 3.3.5
- For now i didnt fix events, as im not sure if it's safe to introduce this.

CharAddonList - disable code, we dont have "Addons" Game Menu in 3.3.5
2023-09-17 03:52: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 1227e10ea9 Update credits to leatrix.com 2023-09-17 01:20:20 +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 3851b75b75 ClassColoredFrames, HideStanceBar, HideAchievements - fix 2023-09-16 14:26:29 +03:00
Sattva 042640b313 VehicleFrame Move - fix 2023-09-15 17:03:01 +03:00
Sattva ae90bee28a DurabilityFrame Move - fix ?
Was no easy fix, was causing WoW Crash on every reload / disabling this module.
2023-09-15 16:53:00 +03:00
Sattva f22d8c38b5 Move Focus - fix 2023-09-15 16:16:40 +03:00
Sattva 07f841749c Move Widget aka Top Frame - FIX 2023-09-15 16:13:49 +03:00
Sattva 03602cfbf4 BuffFrame Move Disable Snap-To-Grid 2023-09-15 15:38:55 +03:00
Sattva 532b3991f3 BuffFrame Move fix
TODO: Fix Snap to grid.
2023-09-15 14:14:15 +03:00
Sattva 564de304bc UnitFrames Drag
Final fixes.
2023-09-13 18:25:37 +03:00
Sattva 2922edaadf DragFrames, Grid
Fix Grid not showing.
Fix Frames not updating color to green for active one.
2023-09-13 17:59:45 +03:00
Sattva a91e21b404 DragFrames
Fix no background displayed
Fix dragframe not registering clicks.
2023-09-13 17:27:41 +03:00
Sattva 6b08b5ffc7 fix minimap zone text hitbox size
nil check for quest log
2023-09-13 16:39:20 +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 913d71ea39 FlightPaths - DB, cleanup
NodeOnClick - "Mimic" the PLAYER_CONTROL_GAINED event, by using repeating timer, while player is on flight (taxi) .
The repeating loop helps us to hide flight bar when player is out of taxi.
This loops is majorly needed for a player to be able to send reports to the author, for if current flight path is not in database, or flight time is not right.
ReportMissingTimer - there is little problem. I made it to not check for the "hops" to print the debug. So for example, if flight is from Dalaran to Dun Niffelem, it may go different ways. Through k3 and through zuldrak. But my print will always say Dalaran, Dun Niffelem. So it could be confusing. But at least i hope all the routeString are fine.
DB - Updated DB from WOTLK Classic
2023-06-14 03:44:42 +03:00
Sattva a448ef06cd Slash & FlightTimers - timer bar
Slash - forgot to mention, that i fixed /ltp slash in previous commit.
FlightTimers - fixed the timer bar, now it shows duration of current flight just fine ! :)
FlightTimers - need to fix every single database data. (This will take a while)
2023-06-13 20:31:24 +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 7fcca3ca42 ShowReadyTimer - full rewrite
Sleepless night, finally figured how to make it efficient to show the Timer only for BG Timer, no matter if it's a StaticPopup1-4 and made some proper resetting (but not perfect).
Still need to think about design. So that other Popups, like duel, summon etc... DO NOT overlap my status bar.
2023-06-12 09:37:18 +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 ff537f0b15 MediaPlayer - fix, improve
Reload Sound system only if media already playing.
and also stop sound after relog/reload
2023-06-10 15:58:55 +03:00
Sattva b0e4e8786b Media - ugly fix
- Fix stop button not working
- Fix previous track not stopping when new one played.
- Note: I had to use Sound_GameSystem_RestartSoundSystem(), which triggers a client freeze, but it's the only way i could find, since there is no StopSound() api.
I also do not undertsand what is a musicHandle local, and why it's always false?
2023-06-10 15:31:32 +03:00
Sattva 7642165563 WebLink - fix grab IDs
- add SpellID grab from target frame
- fix SpellID grabbing from action bar / spellbook.
- fix SpellID grabber from player Buff/Debuffs.
- fix ItemID grabbing
2023-06-10 14:48:14 +03:00
Sattva fdd76fb6fb ShowCooldowns - disable module
Reason: I almost fixed it but decided to disable it, because i dont think its good feature and don't think its worth time atm.
If community will really want. May be in future, i will come back here.
2023-06-09 19:45:41 +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