osu/osu.Game/Rulesets/Edit
Dean Herbert 8e2159e4eb Ensure selection tool correctly matches selection state
- When a selection is made (via the timeline) the selection tool should become the select tool.
- When the selection tool is changed to anything *but* the select tool, the selection should be cleared.
2020-01-28 15:13:12 +09:00
..
Tools Move select tool to an actual tool implementation 2020-01-28 15:05:29 +09:00
DrawableEditRulesetWrapper.cs Move EditorBeatmap construction/conversion to Editor 2019-12-30 14:51:14 +09:00
HitObjectComposer.cs Ensure selection tool correctly matches selection state 2020-01-28 15:13:12 +09:00
IBeatSnapProvider.cs Remove passed in BaetDivisor 2020-01-23 15:31:56 +09:00
IDistanceSnapProvider.cs Interface the distance snap provider 2019-10-25 16:50:21 +09:00
OverlaySelectionBlueprint.cs Fix playfield movement regressing 2020-01-21 23:58:51 +09:00
PlacementBlueprint.cs Make BeginPlacement() set the hitobject start time 2019-10-16 20:04:15 +09:00
SelectionBlueprint.cs Fix slider circles not being selected by default 2020-01-24 17:51:24 +09:00
ToolboxGroup.cs