Dean Herbert
Dean Herbert
We have made quite a few changes to gameplay across all rulesets in lazer. Some of these can be reverted with "classic" mods. A document needs to be created covering...
RFC. I've tested this to work, but adding tests is a bit involved. Want to make sure the solution seems okay before adding them. - Closes #19328 - [ ]...
Currently it's not easy for a user to manually change files within a beatmap. An initial implementation should see the editor "mount" a folder with the beatmap where it can...
- [ ] Add missing pieces like sort-by-difficulty (ungrouped). ```[tasklist] ### Tasks - [ ] https://github.com/ppy/osu/issues/22204 - [ ] Skinning editor support - [ ] Modular difficulty settings ```
Reproduction: - Enter editor and change title, then hit escape to exit - Note that prompt to save will not appear - [x] Depends on https://github.com/ppy/osu-framework/pull/5331 - [ ] Depends...
Add enough metadata to `SoloScoreInfo` to allow full score calculation with `DifficultyCalculator`
Right now, we need to run difficulty calculation to get some statistics (like max base/bonus score) in order to display scores correctly. This complicates the process of displaying scores anywhere...
This should probably be implemented in a reusable way, maybe as an extension method which setups up a scheduler on the drawable to keep it upright. ### Discussed in https://github.com/ppy/osu/discussions/14947...
I don't think is is required these days. SignalR's connection has its own resilience logic and I *think* we have most flows correctly handling API failures in a way which...
Also fix `DateAdded` not being set to a sane value when creating a new beatmap in the editor. Note that this date is not currently used, but I figure it...
### Discussed in https://github.com/ppy/osu/discussions/19327 Originally posted by **Flamiii** July 23, 2022 Updating a map can cause it to seemingly disappear as it gets moved from its original position in the...