Commit Graph

232 Commits

Author SHA1 Message Date
Sattva 28fac95b39 Merge pull request #5 from Sattva-108/media-random-but-new-tracks-only
300+ new media, smart Random playlist.
2025-05-19 08:23:54 +03:00
Sattva d816fa752c media-new: locales for new tracks! 2025-05-19 08:09:58 +03:00
Sattva d8a7d7a23e media-new: compact DB!
less line breaks
2025-05-19 06:53:25 +03:00
Sattva 8f75372f4c media: 200+ new tracks
Thank you EpicMusicPlayer

Added category: NEW
2025-05-19 06:46:17 +03:00
Sattva 185ab6e7dc media: compact WoTLK dungeons data!
~500 lines to 24 lines!
2025-05-19 05:39:37 +03:00
Sattva 764af6768e media: durations Eastern Kingdoms 2025-05-19 05:26:13 +03:00
Sattva 21305cafca media: durations Kalimdor 2025-05-19 05:17:37 +03:00
Sattva 9af943d5fb media: durations vanilla dungeons 2025-05-19 05:13:41 +03:00
Sattva dd16a50f4a media: durations tbc dungeons 2025-05-19 05:11:17 +03:00
Sattva 51ed6eba4b media: durations various 2025-05-19 05:08:34 +03:00
Sattva a5d2762495 media: durations wotlk 2025-05-19 04:57:18 +03:00
Sattva 54a39bc1b6 media: fix incorrect duration
since we backported the addon from WoTLK classic, some tracks, have incorrect duration (usually +1s)

which results in wrong ending of the track, it starts all over again for 1 sec.

so this is the process of fixing it.

we getting EpicMusicPlayer data compare to ours and fix our DB durations for incorrect tracks data.
2025-05-19 04:44:35 +03:00
Sattva 6290aaf3d0 media: prevent same track showing twice in random list
- Random list now avoids showing the same track more than once
- Even if a track appears in multiple zones, it will only show once
2025-05-19 04:27:14 +03:00
Sattva 4fc3576211 media: remember listened music in random mode
- Show and Play only tracks, that you haven't heard yet!
2025-05-19 02:33:24 +03:00
Sattva 27b041374a media: movies are back! 2025-05-18 07:45:16 +03:00
Sattva d518a7fe1a media: trim paths from display 2025-05-18 05:49:06 +03:00
Sattva 9fba331bf7 media: highlight playing track 2025-05-18 05:21:38 +03:00
Sattva f5e71c339a media: search-box visual 2025-05-18 04:48:41 +03:00
Sattva 393d38f090 media: 404 new tracks
my biggest thanks to:
EpicMusicPlayer
it had them all, what a great job by them.
Added missing WoTLK dungeon tracks.
2025-05-18 01:13:44 +03:00
Sattva 592176282a media: search-box clear button 2025-05-18 00:44:10 +03:00
Sattva 73a1dea866 media: remove bug texture 2025-05-18 00:39:23 +03:00
Sattva 582c02f8ff media-random: remove unplayable tracks
do not show the un-playable tracks in list, aka the SoundKits, which in 3.3.5 do not work.
2025-05-18 00:16:57 +03:00
Sattva 0d8f980196 media: remove music lag
use PlayMusic() and StopMusic()
due to missing StopSound() API
2025-05-18 00:07:37 +03:00
Sattva 87b6737096 recent-chat: Esc key closes recent chat window
add it to UISpecialFrames
refactor code
2025-05-17 22:35:15 +03:00
Sattva 8269878748 recent-chat: fix probable lua error 2025-05-17 22:24:33 +03:00
Sattva 97cb4b6906 restore-chat: fix mouse-scroll
scrolling down with mouse while window too small was not working
2025-05-16 09:44:31 +03:00
Sattva 922d397cb3 restore-chat: fix auto-selection bug on open
The chat box sometimes opened with text already highlighted
or stuck in selection mode. This update makes sure the text
is not automatically selected when opening the chat window.
2025-05-16 09:29:46 +03:00
Sattva 788facf44f restore-chat: EditBox auto-scrolls to cursor
- The copy-chat window now always scrolls to keep the cursor visible.
- Works when moving with arrow keys, Home/End, or Shift+Up/Down.
- Makes copying or selecting messages easier and more comfortable.
2025-05-16 08:24:44 +03:00
Sattva 67f4c57d0d restore-chat: reduce lag, 500+ messages!
still starts to freeze at 1500, was 200-500 before to start freezing.
2025-05-16 07:20:51 +03:00
Sattva de6aedc9dc restore-chat: dynamic scroll to bottom
no more un-reliable timer, we now always for sure going to bottom!
2025-05-16 06:52:53 +03:00
Sattva f1dee170ac restorechat: max 128 message for faster login.
500 messages were slightly delaying the UI updates on login.
Also fix the auto-scroll to bottom when showing the copy chat frame.
2025-05-02 15:17:24 +03:00
Sattva f0efd020fa recentchat: fix scrollbar reference
i was developing on other API, and yeah in 3.3.5 regular API couldnt just .ScrollBar
2025-05-01 02:43:32 +03:00
Sattva 2e4f47c98e AltClickInvite: fix very old lua error
was happening on every moving chat to new window
was preventing newly moved chat to be opened
and producing origin blizz error without reference to LeatrixPlus, that's why it took so long to find
2025-04-29 17:57:14 +03:00
Sattva a5d09da374 restore messages: improvements 2025-04-25 11:31:58 +03:00
Sattva 7d49e7acd3 restore messages: fixed colouring finally, man :) 2025-04-25 11:31:58 +03:00
Sattva c8ecec83f9 recent chat: colorize chat correctly ver2 2025-04-25 11:31:58 +03:00
Sattva dd97650060 recent chat: colorize chat correctly & more! 2025-04-25 11:31:57 +03:00
Sattva d41d79b30a recent & restore chat: GetNumLines() instead of 128 limit.
Could be 4096 if user has Increase Chat History option enabled.
2025-04-25 11:31:56 +03:00
Sattva b8fdbd59e6 recentchat: almost perfect interaction 2025-04-25 11:31:56 +03:00
Sattva 607192b27e recentchat: improvements 2025-04-25 11:31:56 +03:00
Sattva 2fbef4e8d6 RecentChatWindow: remove editBox from titleFrame
it was causing visual bug
2025-04-15 03:55:13 +03:00
Sattva c2dfbe9b91 recentChat: trying to fix scrollbar error on sirus wow 2025-04-15 03:40:12 +03:00
Sattva 646df4c090 Merge pull request #4 from Sattva-108/vehicleUIPlayerFrameFix
Vehicle UI player frame fix
2025-03-24 09:34:31 +03:00
Sattva 9c1df9de3b v5 - works, doesnt taint? or only on uwow server?
I left some code made by Leatrix, which is not perfect, for combat vehicling.
followed this commit by Leatrix:
 https://github.com/leatrix/leatrix-plus/commit/4178b6fca263de759ab8ecd3a744129cd6abf584
I tested on Warmane, Whitemane, no taint. Taints only on UWOW server.
2025-03-24 09:29:08 +03:00
Sattva c2e21b78da v4 - works, but taints! 2025-03-24 08:43:19 +03:00
Sattva 01e3dfb062 v 3 - works??? miracle 2025-03-24 08:11:55 +03:00
Sattva 2700cd6a94 version 2 2025-03-24 07:45:58 +03:00
Sattva 5c50e060b0 Trying to fix the vehicle UI breaking PlayerFrame 2025-03-24 07:29:37 +03:00
Sattva 7734422d26 Merge remote-tracking branch 'origin/main' 2025-01-22 07:15:44 +03:00
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