Dean Herbert

Results 180 issues of Dean Herbert

Opening for tracking purposes. This is the root cause of some storyboards having very high overheads (many objects with short repeating loop). > The overhead is from looping elements, specifically...

type:performance
area:transformations
priority:1

Failing test: ```diff diff --git a/osu.Framework.Tests/Visual/Drawables/TestSceneTransformRewinding.cs b/osu.Framework.Tests/Visual/Drawables/TestSceneTransformRewinding.cs index 868aa4a69..9de3b6b84 100644 --- a/osu.Framework.Tests/Visual/Drawables/TestSceneTransformRewinding.cs +++ b/osu.Framework.Tests/Visual/Drawables/TestSceneTransformRewinding.cs @@ -240,6 +240,34 @@ public void StartInMiddleOfSequence() AddAssert("check transform count", () => box.Transforms.Count() == 3); }...

area:transformations

Likely due to premultiplied alpha (but also possible related to the sRGB conversion alterations). Current: ![image](https://user-images.githubusercontent.com/191335/53460862-e8a79600-3a81-11e9-803c-ba52dbb123fa.png) Expected: ![image](https://user-images.githubusercontent.com/191335/53460886-0a088200-3a82-11e9-9a06-4435e97bcdf3.png)

area:graphics
platform:iOS
priority:1

Noticed that in the blur transition to `Player` we have three textures which are constantly resizing. This is potentially causing a large amount of memory churn and potentially leading to...

type:performance
area:graphics

As pointed out [on discord](https://discord.com/channels/188630481301012481/188630616286167041/1333194915827679302) https://old.ppy.sh/b/3455739 https://osu.ppy.sh/beatmapsets/1648596#osu/3455739 ![Image](https://github.com/user-attachments/assets/bb5ff977-c26b-4b75-a069-0ab935d349db) I believe that this was relying on the `hidden` flag in the scores table to work correctly. We not longer have that...

Giving this a bit of attention would mean that a lot of people could stop using third party bots to achieve the same results. ### Discussed in https://github.com/ppy/osu/discussions/30685 Originally posted...

area:scoring
type:cosmetic

This has been reported countless times but the history of these reports and potential solutions is a mess, so I'm opening a new tracking issue with everything we know. Overview...

priority:0
type/audio
platform/windows

Probably need their own template. It reads as if there's been an update / comment post / something rather than highlighting something new.

A common request from users is to hide all backgrounds with animu girls. Basically a no-anime toggle. It keeps coming up so there's definitely a demand for this. It should...

area:beatmap-listing