1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-18 20:22:58 +08:00
osu-lazer/osu.Game/Screens/Edit/Compose
Bartłomiej Dach 693db097ee
Take custom bank name length into account when collapsing sample point indicators
Would close https://github.com/ppy/osu/issues/31312.

Not super happy with the performance overhead of this, but this is
already a heuristic-based implementation to avoid every-frame
`.ChildrenOfType<>()` calls or similar, so not super sure how to do
better. The `Array.Contains()` check stands out in profiling, but
without it the indicators can collapse *too* eagerly sometimes.
2024-12-30 12:04:41 +01:00
..
Components Take custom bank name length into account when collapsing sample point indicators 2024-12-30 12:04:41 +01:00
ComposeScreen.cs Show breaks behind objects in timeline 2024-08-01 19:47:44 +09:00
HitObjectUsageEventBuffer.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
IPlacementHandler.cs Fix placement blueprints sometimes not behaving correctly with touch input 2024-10-23 16:51:21 -04:00