Skip to content

v2024.25

Compare
Choose a tag to compare
@flustix flustix released this 25 Aug 23:10
· 136 commits to main since this release

Gameplay

  • Fixed an issue with DangerHealthOverlay's lowpass filter not getting removed properly.
  • Add skinnable sounds for the Full Combo / All Flawless overlay.
    • These files should be in "Samples/Gameplay/full-combo" and "Samples/Gameplay/all-flawless"

Song Select

  • Rewrote MapList to support different item types.
  • Added difficulty grouping support.
  • Added sorting and grouping control below the search bar.

Multiplayer

  • Fixed issues when downloading maps while in a lobby.
  • Fixed some other smaller issues.
  • Added support for discord invites.

Editor

  • Started work on the storyboard tab. (Available through experiments)
  • Added a better entrance/exit animation.
  • Added "time elapsed" to the Discord RPC.
  • Added optional start parameters to shaders.
  • Hitsound buttons now flash when their respective sound plays.

osu!mania Importing

  • Improved storyboard conversion.

Other

  • Old Patches now always delete.
  • Ignore http 502 and 503 errors for sentry.
  • Bump framework version.
  • Fixed clicking on a disabled footer button not playing any sound.
  • Fixed updates breaking when the path contains spaces.

Code Style

  • Refactoring. I don't want to list all of it.
  • Moved EffectType to the shared lib and renamed it to MapEffectType.