Dean Herbert
Dean Herbert
I think we want to at least disable this warning for intel GPUs for now, as it is a touch misleading and already caused confusion amongst users that believe things...
We have a pretty nice leaderboard display in multiplayer, but it's currently missing in both solo and playlist modes. The leaderboard implementation will likely need some server-side considerations, as we...
- Create slider - Set beat divisor to 1/1 - After placement, adjust slider's SV high enough such that its duration is less than a 1/1 tick ([like so](https://user-images.githubusercontent.com/191335/188383041-eca8f0b2-2e9b-4a10-8363-ce524faab078.png)) -...
Per-ruleset (non-customisable) implementations as a first step. ## osu! - Tapping anywhere on the screen while a finger is already pressed should count as a tap - Up to two...
Right now, editor changes can be signalled via `EditorBeatmap.BeginChange` or `IEditorChangeHandler.BeginChange`. Each of these have slightly different behaviour. And one calls the other. Kind of. It's all a bit convoluted....
Not sure it's out fault, but something regressed recently causing this to happen to more users. Might be something framework, SDL, OTD or external. See: https://github.com/ppy/osu/discussions/19588 https://github.com/ppy/osu/discussions/19655 https://github.com/ppy/osu/discussions/19944 and probably...
Looks like premultiplied alpha is being incorrect applied somewhere it shouldn't be. Needs further investigation as to whether/where it is being applied (is generally a manual flag that needs to...
I'm not sure what triggers this, but it happens when I'm off in my IDE working away. Occurring on ef82f394312e6f1c100f5153187d5537d701384f. Started maybe a day or three ago. ```csharp github.com/jesseduffield/lazygit/pkg/tasks.(*ViewBufferManager).NewCmdTask.func1.2() /Users/dean/Projects/lazygit/...
Just opening this to track before I forget.
Closes https://github.com/ppy/osu/issues/19877#issuecomment-1221438234. I wasn't able to reproduce what the user was seeing even when trying my best to break it, but have tested the flow works by artifically adding an...