Dean Herbert

Results 180 issues of Dean Herbert

https://github.com/ppy/osu/assets/191335/4dc57134-a6fe-4b13-a5fd-361454b34d04

area:editor
platform/mobile
priority:1

Opening this as a draft to figure out direction with this. Arguably `SessionStatics` is not the correct place for the flag, and it should live in `OsuGame`. I'd keep it...

type:behavioural
size/M

### Discussed in https://github.com/ppy/osu/discussions/25766 Originally posted by **Loreos7** December 15, 2023 https://github.com/ppy/osu/assets/86934170/efb2c290-d733-46e6-bc33-9ebce52413f4 Even default `Space` binding.

type:behavioural
priority:1

## Editor improvements Goal is to provide parity with stable, but also implement some features that give the lazer that "edge" over stable so people can feel like making the...

epic

Currently the levels of tracks in beatmaps can be all over the place. We will need to investigate ReplayGain or a similar algorithm to normalise beatmap playback loudness levels. Once...

priority:3

The cause is lack of scores bindable hookup to `LeaderboardScores` in the following flows: https://github.com/ppy/osu/blob/85364d25dc8709da58225ebc36469e8d15ee265a/osu.Game/OsuGame.cs#L764-L770 compared to flows which see the `Player` initialised by song select: https://github.com/ppy/osu/blob/0074bdc5a17be66df7dd656106973829e0909bc8/osu.Game/Screens/Select/PlaySongSelect.cs#L132-L142 Very painful, also...

area:song-select
priority:1

Containers which have many (10k+) children and are guaranteed to never require masking checks can currently generate large overhead due to masking checks. We should discuss a way to improve...

proposal
type:performance
area:drawable
low priority

Users still don't really understand anchors and origins (and I kinda don't blame them – as a concept it takes a bit of brain power to get right), so let's...

size/M
area:skin-editor

Currently documented at https://github.com/ppy/osu-infrastructure/blob/master/score-submission.md osu-web PRs: - ppy/osu-web#10887 - ppy/osu-web#10888 - ppy/osu-web#10889 - ppy/osu-web#10890 - ppy/osu-web#10891 - ppy/osu-web#10892 - ppy/osu-web#10893 - ppy/osu-web#10894 - ppy/osu-web#10895 osu-web Preparation (done) - [x] update...

From a high level, tracking the order of deployment tasks that have dependencies on other changes. ```[tasklist] ### Tasks - [ ] https://github.com/ppy/osu-infrastructure/issues/22 - [x] Apply https://github.com/ppy/osu-infrastructure/issues/15 (required for `osu-queue-score-statistics`...