osudroid / osu-droid

http://osudroid.moe
Apache License 2.0
498 stars 74 forks source link

Implement dpp to game client #332

Closed Rian8337 closed 2 months ago

Rian8337 commented 2 months ago

PR-ing for visibility.

This adds everything that is needed to calculate and display osu!droid star rating and dpp in the game client. Players are able to switch between osu!droid star rating and osu!standard star rating by using the switcher shown in the images below. This defaults to osu!droid star rating. The real-time pp counter setting will also adjust accordingly based on the chosen option.

image image

The buttons can be skinned via the following skin elements:

This design choice is still open for discussion.

In addition to that, I also added droidstar and standardstar as search filters. The star filter will co-exist and behave as is.


Closes #320.