Dean Herbert

Results 1970 comments of Dean Herbert

It might make more sense to rename "Background dim" to "Background opacity" and have 100% be a fully visible image. Although this will go against user expectations coming from stable...

I will start testing this next week in my daily streams. One initial caveat is that I had to manually add OBS to the `Input Monitoring` whitelist in order to...

I managed to break things in the same way as every other previous encounter of the bug after 47 minutes of usage. I'm on `g74f4d4191` which I'm pretty sure is...

Thanks for this contribution. It seems that you are definitely correct in finding an issue here. Reading through the changed, it's very hard to review due to the amount of...

If you found other logic issues, I'd recommend fixing those in a separate PR. If you're okay with that, let's keep this PR to only fixing disposal.

I see you split things out, but please see https://github.com/ppy/osu-framework/pull/6397#issuecomment-2437250631. This PR should only fix disposal.

Note that I haven't throughly tested rewind, but I couldn't seem to break it..

Maybe just having it as an initial horizontal move when it first appears rather than constant will be better, I'll give that a try.

Sure, I'll remove the parallax as well.

> Something here is very wrong with pausing Nothing's really wrong, it's just the `RemoveCompletedTransforms => false` flag. It fixes itself at next display. I tried to remove this but...