1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 12:42:54 +08:00
osu-lazer/osu.Game/Rulesets
Dean Herbert ef2a4aed9a Fix editor playfield not being centered correctly
This has come up multiple times, with mappers citing that they have
muscle memory for mapping based on the centre of the playfield being in
the centre of the window.

The original plan was to have a second toolbar on the right hand side of
the screen to balance the padding, but we're not at that point yet.
Easiest solution is to do what stable does and allow the left-hand
toolbar items to overlap the playfield underneath it.

In edge cases where the user is running at an aspect ratio that causes
overlaps, they can choose to collapse the toolbars down. We can probably
work on this UI/UX a bit more as we update designs to be more friendly
to such cases.
2022-01-05 16:05:18 +09:00
..
Configuration Switch realm ruleset configuration to use ruleset's ShortName as key 2021-11-22 18:52:00 +09:00
Difficulty Remove using 2021-12-21 13:44:20 +03:00
Edit Fix editor playfield not being centered correctly 2022-01-05 16:05:18 +09:00
Filter Rename all remaining cases 2021-10-03 00:55:29 +09:00
Judgements Fix osu! judgements getting scaled twice over different durations 2021-09-02 16:31:43 +09:00
Mods Fix most open compound words in identifiers being closed 2021-12-27 20:26:28 -08:00
Objects Merge branch 'master' into positional-sounds-strength-adjustment 2022-01-03 12:40:56 +09:00
Replays Remove redundant NotNull attributes in nullable classes 2021-06-17 16:07:32 +09:00
Scoring Fix HUD unstable rate counter not including judgements before load complete 2021-11-11 13:36:05 +01:00
Timing Rename ApproachRate to ScrollSpeed for now (to reduce complexity/confusion) 2021-09-06 21:06:13 +09:00
UI Use extracted ruleset config cache implementation in DI 2021-12-23 19:02:10 +01:00
ILegacyRuleset.cs Apply review suggestions 2020-12-03 19:44:12 +02:00
IRulesetConfigCache.cs Extract interface for ruleset config cache 2021-12-23 18:59:02 +01:00
IRulesetInfo.cs Add missing equality implementations on IRulesetInfo 2021-12-03 18:01:45 +09:00
IRulesetStore.cs Add IRulesetStore to allow for transitional usage in upcoming manager classes 2021-12-03 17:57:40 +09:00
Ruleset.cs Update mock RulesetInfo usage to set OnlineID instead of ID 2021-11-24 15:50:26 +09:00
RulesetConfigCache.cs Remove test-specific logic from RulesetConfigCache 2021-12-23 19:42:26 +01:00
RulesetInfo.cs Add missing equality implementations on IRulesetInfo 2021-12-03 18:01:45 +09:00
RulesetLoadException.cs Throw again to ensure correct available state is set 2021-11-11 17:39:36 +09:00
RulesetSelector.cs General refactoring 2019-06-26 17:52:25 +09:00
RulesetStore.cs Add IRulesetStore to allow for transitional usage in upcoming manager classes 2021-12-03 17:57:40 +09:00