cdwcgt

Results 16 issues of cdwcgt

翻译中保留了一些英文,因为在用户界面上没有中文翻译 Some English are kept in the translation as there is no Chinese translation on the UI ## Self-check - [x] The changes are tested against the [contribution checklist](https://osu.ppy.sh/wiki/osu!_wiki/Contribution_guide#self-check) -...

area:translations
type:update
size/L

We can use [osu!api v2](https://osu.ppy.sh/docs/index.html#beatmapsetslookup) to search beatmap instead of beatmap mirror And download beatmap from mirror site by beatmap(set) id

related #20217 I cannot get `ShowHUD` because `CatchComboDisplay` loaded early then HUDOverlay so I wrote the display judgment again(Requires DrawableRuleset and OsuConfigManager to provide replayLoaded and HUDVisibilityMode) I would prefer...

size/M

close https://github.com/ppy/osu/issues/8357 create a new interface named `ICanBeToggledDuringReplay` Some annotations are missing, probably add a test for mod can only toggle in replay ~~Maybe should handle `ReplayLoaded` in `HudOverlay`~~ Handle...

area:replay
area:mods
size/XL

### Type Game behaviour ### Bug description `SpectatorClient` may disconnect because network problem, after re-connect, user will disconnect due to `You have been logged out on this device due to...

type:online
type:reliability

- Adressed https://github.com/ppy/osu/discussions/27130 ModMuted was enable ranked in https://github.com/ppy/osu-queue-score-statistics/pull/9 the reason is "it doesn't change gameplay" so can we make ModMuted ranked when adjust settings

ruleset/osu!
type:online
area:mods
size/XS

- request from https://github.com/ppy/osu/discussions/25412 - [x] need https://github.com/ppy/osu/pull/27064 Most of the code draws on `BarHitErrorMeter` and `AccuracyHeatmap` The design is basically derived from mcosu’s position indicator https://github.com/ppy/osu/assets/34775378/548d8d75-c5ce-4f36-be85-e805ccfcda95

ruleset/osu!
area:gameplay
size/XL

~~now block because https://github.com/ppy/osu-localisation-analyser/issues/44~~ ~~The wiki cannot be displayed when the game language is `zh-hant`~~ resolved todo: - [x] zh-hant zh-tw There will now be a drop-down bar to display...

type:cosmetic
size/L
area:overlay-wiki

- Addressed https://github.com/ppy/osu/discussions/19848 This mod is available in playlist and solo. When player applied this mod, they will not able to pause. Pause means a quit. Add a interface named...

area:mods
size/M

close #101 Also will pop a window to notify the user that the settings file was deleted I think it's more operational to save via json in the program directory...