1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-06 20:22:56 +08:00
osu-lazer/osu.Game.Rulesets.Osu
Dean Herbert ad74b8346a
Add back right-click-for-new-combo and right-click-delete when in compose mode
Requested too many times to count.

I'm not sure what to do about the code quality of this. It's a bit weird
that there's no way to check the current composition tool from a higher
level.

Also it was discussed IRL that there should be some kind of hinting that
existing notes will be deleted when they are hovered, but I'm not sure
how well this will work in normal mapping flows, since it will display
even in cases that users aren't intending to delete an object. Still
willing to explore this direction though (it's just non-trivial to
implement so I haven't yet).
2024-12-16 16:17:36 +09:00
..
Beatmaps Merge branch 'master' into beatmap-info-purge 2024-09-15 04:53:35 +09:00
Configuration Fix display length not resetting to default because default was wrong 2024-09-07 13:54:12 +09:00
Difficulty moved back to the top 2024-11-14 09:03:08 +02:00
Edit Add back right-click-for-new-combo and right-click-delete when in compose mode 2024-12-16 16:17:36 +09:00
Judgements Store tracking history to slider judgement result instead 2024-02-29 12:11:50 +01:00
Mods Allow Autopilot and Grow/Deflate compatibility 2024-11-14 14:12:21 -05:00
Objects Ensure Slider.updateNestedPositions() actually updates the position of all nesteds 2024-09-27 10:27:54 +02:00
Properties Automated pass 2023-06-24 01:00:03 +09:00
Replays Update usage of MathUtils 2024-03-06 12:13:12 +08:00
Scoring Make RankFromScore()'s dictionary param readonly 2024-01-22 19:56:30 +01:00
Skinning Fix lookups of hit circle slider pieces potentially using wrong source skin 2024-12-10 22:03:07 +09:00
Statistics Merge branch 'master' into heatmap-misses 2024-03-18 14:43:24 +01:00
UI Merge pull request #30299 from jhk2601/std_mod_bloom 2024-11-15 15:33:10 +09:00
Utils Remove no longer required nested object reposition hacks 2024-10-14 14:26:27 +02:00
osu.Game.Rulesets.Osu.csproj Remove LangVersion redefintions 2024-02-07 03:28:40 +09:00
OsuInputManager.cs Fix taps on judged circles changing cursor position 2024-05-14 01:23:55 +09:00
OsuRuleset.cs Initial Implementation (working, unsafe handling of cursor position) 2024-10-11 18:38:53 -04:00
OsuSkinComponentLookup.cs Rename GameplaySkinComponentLookup -> SkinComponentLookup 2024-08-22 18:46:03 +09:00
OsuSkinComponents.cs remove skinnable 2024-02-27 21:51:54 -05:00