-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BCC compatibility + some older problem fixes. #220
Conversation
replace dead code for group scaching in playernames module add a sanity check for toast button in originalbuttons module
refactor backdrop compatibility for bcc and classic era
New package for testing. Prat-3.0-3.9.1-5-571c1f6-bc.zip Download, extract in AddOns, answer Yes to any overwrite prompts. |
The scrolldown button no longer appears when I scroll chat to see old messages (display > buttons > show scrolldown reminder) |
What version of the game (BCC, Classic Era)? |
Is there any way to make it so that WoWUp and other addon managers, can auto-detect files from PRs and update automatically? Because unless we do it manually, they still see Prat as a classic addon and issue a warning |
There are workarounds for WowUp and Ajour (not sure about Overwolf client) to point it to a new repository for updates. I could probably keep Prat going for Classic Era / BCC but I do not play retail, nor do I intend to in the future so I will not be involved in maintaining the addon going forward. TL;DR: Wait for a new main repository to show up or the project to be handed over. |
In BCC it doesn't show the button. I only noticed this now installed your fork few days ago (before that I was using the normal addon, with some fixes from Curse comments). |
Its a thing with OriginalButton and Buttons Modules. Play around with them and you will find the fix. Happened to me as well, had to reload them one by one for it to work in the end |
Only when I disabled Buttons and enabled Original Buttons I got the original up/down and Scrooldown buttons, but that's not what I wanted (and that disables the Buttons section in the Prat options completely). I didn't managed to make the Scrolldown button load from the Buttons module.
|
I'll take a look when I find some time but if I'm honest I did not touch anything related to those modules (other than fixing a bug in OriginalButtons module) so I doubt this is a new bug. |
New package with minor fix for bubble coloring. Prat-3.0-3.9.1-5-571c1f6-bc.zip |
@Road-block Oh nice, I didn't get a notification for this, bad github! I see you're much more invested in maintaining Prat :) @KonstantinosKoubetsos I think the tail was never coloured in prat, or at least when I updated the code in my PR, it seemed so |
@Road-block thanks for the tail fix |
It is. |
That's great. So i can just change providers and monitor from WoW Interface |
@Road-block weird thing, i just installed from WoW Interface and colored bubbles stopped working all together. I have no color at all. I checked your commit and the lines of code are not existant on the file. |
I just downloaded manually to check I uploaded the correct package and I did. |
Another minor thing i noticed. Colored bubbles dont work inside (certain?) instances. Confirmed by going in Blood Furnance. Inside theres no coloring, while outside there is |
That is likely a Blizzard limitation, same as for friendly Nameplates. Some frames cannot be modified when inside instances. |
I am getting the 'no player named xxx currently playing' spam in my chat pretty regularly and some Ace library lua errors when doing scan on the auction house with TSM. Since prat is the only not officially tbc supported addon i am running, im inclined to think theres a problem there, but i really can't tell for sure because the chat spam error comes and goes randomly. |
https://github.com/sylvanaar/prat-3-0/issues with the actual errors posted. If actual Prat files (not libraries) are not mentioned anywhere in the callstack it means nothing. |
Prat-3.0-3.9.1-5-571c1f6-bc.zip with fix for buttons module. |
I can confirm that the ScrollDown button now works! |
I just fixed it for myself like this:
and right above the updateRaid/updateParty calls:
probably not ideal, but a bit cleaner. |
New package with some cleanup of dead code per dfherr comment Also reminder that you can feed your WowUp or Ajour addon updater |
- pick some modifications from upstream - add an editbox service file to prevent taint issues from touching ACTIVE_CHAT_EDIT_BOX global - embeds refresh for wotlkc - update interface numbers
BCC compatibility is a side-effect from a bunch of dead code fixes.
Commit messages have the details.