-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Best of three (in progress) #4076
Conversation
c8b321b
to
d90ac63
Compare
8091982
to
93a76f9
Compare
Obviously this is going to need to be updated to handle the recent |
Yes, that's correct. The main issue I was dealing with was that music was playing and I wasn't very good at turning it off. |
If this is all that is required, does this really need to be blocked on Preact? The BO3 feature seems to have enough popularity that it seems potentially worth duplicating work if someone wanted to pick it up and deliver it sooner provided the required effort is relatively small (compared to say, the Friend's List)? |
I should probably refactor BattleSound, yes. That's certainly a refactor that can land before a full Preact rewrite because it's in the |
c7b57c2
to
1d09dd1
Compare
e75cc47
to
381bd75
Compare
Given a refactor of BattleSound recently occured, is BO3 actually still blocked on Preact? |
Oh, no, this hasn't been blocked on Preact since forever. I did the relevant BattleSound refactor in Aug 2019: smogon/pokemon-showdown-client@f1a560f At this point, this mostly just needs to be rebased. |
Superseded by #9793 |
This is a WIP of a PS best-of-three implementation. It's actually nearly completely finished, it just looks kind of ugly, mostly because client support for non-battle gamerooms needs to be improved.