Skip to content
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

Fix duplicate combo counter on combo break #2799

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

Hundrec
Copy link
Contributor

@Hundrec Hundrec commented Jun 14, 2024

This PR fixes a bug where the function onNoteMiss calls applyScore, creating two sets of "000" whenever a note goes off the screen with a combo of 10 or more.

Also removes the "== 0" condition from popUpScore to prevent double displays after Bad or Shit ratings.

Subsequently, this PR removes the "000" display after getting a Bad or Shit rating with a combo of less than 10.

Question for the devs:
Do you intend for the "000" to appear after every Bad and Shit rating regardless of your combo?

Original Behavior (0.5.0)

Double combo break display

0.4.1.double.combo.break.display.mp4

Combo break display when combo <10 (bad/shit ratings but not for misses)

0.4.1.bad.shit.0.display.mp4

Pull Request Behavior

Fixed double combo break display

PR.double.combo.break.display.mp4

Combo break no longer displays when combo <10

PR.remove.bad.shit.0.display.mp4

@Hundrec Hundrec changed the title Fix duplicate combo counter on miss Fix duplicate combo counter on combo break Jun 14, 2024
@EliteMasterEric EliteMasterEric added status: pending triage The bug or PR has not been reviewed yet. type: minor bug Involves a minor bug or issue. status: reviewing internally This PR is under internal review and quality assurance testing and removed status: pending triage The bug or PR has not been reviewed yet. labels Jun 17, 2024
@EliteMasterEric EliteMasterEric self-requested a review June 17, 2024 03:15
@EliteMasterEric EliteMasterEric added the small A small pull request with 10 or fewer changes label Jul 10, 2024
@EliteMasterEric EliteMasterEric self-assigned this Jul 10, 2024
@EliteMasterEric EliteMasterEric deleted the branch FunkinCrew:develop July 12, 2024 01:00
@EliteMasterEric EliteMasterEric added status: accepted Approved for contribution. If it's not already merged, it may be merged on a private branch. and removed status: reviewing internally This PR is under internal review and quality assurance testing labels Oct 4, 2024
Co-authored-by: Eric <ericmyllyoja@gmail.com>
Co-authored-by: Hundrec <hundrecard@gmail.com>
@EliteMasterEric
Copy link
Member

After multiple attempts, I successfully managed to squash this!

@EliteMasterEric EliteMasterEric merged commit a4ed557 into FunkinCrew:develop Oct 4, 2024
@EliteMasterEric EliteMasterEric added this to the 0.5.2 milestone Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
small A small pull request with 10 or fewer changes status: accepted Approved for contribution. If it's not already merged, it may be merged on a private branch. type: minor bug Involves a minor bug or issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants