Dean Herbert
|
ec30ca24c5
|
Merge pull request #10343 from bdach/hitresult-miss-fixes
Replace direct references to HitResult.Miss wherever applicable
|
2020-10-04 21:36:26 +09:00 |
|
Bartłomiej Dach
|
a366591d6d
|
Merge branch 'master' into osu-selection-scaling
|
2020-10-04 13:28:59 +02:00 |
|
Bartłomiej Dach
|
7957773d58
|
Merge branch 'master' into more-timeline-toggles
|
2020-10-04 12:53:10 +02:00 |
|
Lucas A
|
d7747ebb2d
|
Remove unused WorkingBeatmap argument.
|
2020-10-03 16:51:22 +02:00 |
|
Dean Herbert
|
a864f2906f
|
Merge branch 'master' into health-adjustments
|
2020-10-03 22:50:19 +09:00 |
|
Dan Balasescu
|
06b55c6aba
|
Merge pull request #10326 from peppy/editor-less-autoplay-regeneration
Only regenerate autoplay on editor state change
|
2020-10-03 20:10:29 +09:00 |
|
Bartłomiej Dach
|
601675db07
|
Adjust health increase values to match old ones better
|
2020-10-03 12:16:22 +02:00 |
|
Bartłomiej Dach
|
309714081f
|
Make new health increase values mania-specific
|
2020-10-03 12:16:22 +02:00 |
|
Bartłomiej Dach
|
2ddfd79923
|
Replace object pattern match with simple conditional
|
2020-10-03 08:09:10 +02:00 |
|
Bartłomiej Dach
|
1f0620ffd4
|
Replace assignment references to HitResult.Miss with Judgement.MinResult
|
2020-10-02 23:31:24 +02:00 |
|
Bartłomiej Dach
|
2b1ef16f89
|
Replace comparison references to HitResult.Miss with IsHit
|
2020-10-02 23:31:24 +02:00 |
|
Lucas A
|
0163688a17
|
Remove IBeatmap from PerformanceCalculator.
|
2020-10-02 19:24:30 +02:00 |
|
Dean Herbert
|
dab50bff6f
|
Protect "use current time" button against crash when no timing point is selected
|
2020-10-03 01:27:42 +09:00 |
|
Dean Herbert
|
0d3a95d8fc
|
Remove unnecessary string interpolation
|
2020-10-02 19:54:13 +09:00 |
|
Dean Herbert
|
2f15d558a3
|
Merge branch 'master' into control-point-timeline-representation
|
2020-10-02 19:53:25 +09:00 |
|
Dean Herbert
|
fcc6cb36e4
|
Change text colour to black
|
2020-10-02 18:50:47 +09:00 |
|
Dan Balasescu
|
b14b16071c
|
Merge branch 'master' into editor-timing-screen-change-handling
|
2020-10-02 18:36:06 +09:00 |
|
Dan Balasescu
|
7dc0b4d97e
|
Merge pull request #10327 from peppy/osu-slider-stable-triangle-seed
Avoid rapid triangle repositioning during editor slider placement
|
2020-10-02 18:23:19 +09:00 |
|
Dean Herbert
|
575046e5fd
|
Don't update reply on add/remove (will be automatically handled by change handler events)
|
2020-10-02 18:21:13 +09:00 |
|
Dean Herbert
|
66f5187e6a
|
Remove redundant access permission
|
2020-10-02 18:20:59 +09:00 |
|
Dean Herbert
|
519c3ac2bd
|
Change SliderWithTextBoxInput to transfer on commit
|
2020-10-02 17:59:57 +09:00 |
|
Dean Herbert
|
9fc9009dbe
|
Add change handling for sample section
|
2020-10-02 17:59:47 +09:00 |
|
Dean Herbert
|
08faef694b
|
Add change handling for difficulty section
|
2020-10-02 17:58:27 +09:00 |
|
Dean Herbert
|
693a4ff474
|
Add change handling for effects section
|
2020-10-02 17:58:23 +09:00 |
|
Dean Herbert
|
98fd661b23
|
Add change handling for timing section
|
2020-10-02 17:55:47 +09:00 |
|
Dean Herbert
|
c1c5b5da8e
|
Push state change on control point group addition / removal
|
2020-10-02 17:49:38 +09:00 |
|
Dean Herbert
|
436cc572d3
|
Expose ChangeHandler.SaveState via interface
|
2020-10-02 17:37:29 +09:00 |
|
Dean Herbert
|
00eed29527
|
Don't update time if it hasn't changed
|
2020-10-02 17:35:41 +09:00 |
|
Dean Herbert
|
fc920a8899
|
Add change handler logic
|
2020-10-02 17:32:34 +09:00 |
|
Dean Herbert
|
faeb9910e5
|
Revert "Exit import process after first handler is run"
This reverts commit 4139301afa172f2edc0eb734fa05dfe0596a30f9.
|
2020-10-02 17:06:55 +09:00 |
|
Dean Herbert
|
2a02f8f3f3
|
Add support for background changing
|
2020-10-02 16:52:45 +09:00 |
|
Dean Herbert
|
4139301afa
|
Exit import process after first handler is run
|
2020-10-02 16:52:45 +09:00 |
|
Dean Herbert
|
b7aba19441
|
Add audio file drag-drop support at editor setup screen
|
2020-10-02 16:31:11 +09:00 |
|
Dean Herbert
|
b7c276093d
|
Add fallback case when EditorChangeHandler is not present (for tests)
|
2020-10-02 16:21:51 +09:00 |
|
Dean Herbert
|
50eca202f4
|
User IEnumerable for HandledExtensions
|
2020-10-02 16:17:10 +09:00 |
|
Dean Herbert
|
f3c8cd91f4
|
Remove unused method
|
2020-10-02 16:14:27 +09:00 |
|
Dean Herbert
|
fc65cb4375
|
Ensure precedence is given to newer registered handlers
|
2020-10-02 16:14:21 +09:00 |
|
Dean Herbert
|
e49ec092c9
|
Expose ability to register a component as an import handler
|
2020-10-02 16:08:11 +09:00 |
|
Dean Herbert
|
dde7f706aa
|
Avoid rapid triangle repositioning during editor slider placement
|
2020-10-02 15:51:14 +09:00 |
|
Dean Herbert
|
501e02db09
|
Only regenerate autoplay on editor state change
|
2020-10-02 15:44:37 +09:00 |
|
Dean Herbert
|
0cb3926e1d
|
Add event on EditorChangeHandler state change
|
2020-10-02 15:44:34 +09:00 |
|
Dean Herbert
|
2698dc513f
|
Add basic textbox error handling
|
2020-10-02 15:33:33 +09:00 |
|
Dean Herbert
|
959c8730f6
|
Add settings section from TimingPointGroups on timing screen
|
2020-10-02 15:30:32 +09:00 |
|
Dean Herbert
|
f501c88b46
|
Fix individual control points not being removed from group when group is removed
|
2020-10-02 15:28:21 +09:00 |
|
Dean Herbert
|
3069428efe
|
Merge pull request #10316 from smoogipoo/fix-spinner-flicker
Fix default spinner flashing yellow glow before completion
|
2020-10-01 22:29:48 +09:00 |
|
Dean Herbert
|
89beea6658
|
Merge pull request #10317 from smoogipoo/protect-multiple-applyresult
Safeguard againts multiple ApplyResult() invocations
|
2020-10-01 22:22:26 +09:00 |
|
smoogipoo
|
ab33434a8a
|
Reword xmldocs to better describe nested events
|
2020-10-01 21:54:43 +09:00 |
|
smoogipoo
|
042c39ae1b
|
Remove redundant string interpolation
|
2020-10-01 21:48:45 +09:00 |
|
smoogipoo
|
40c153e705
|
Use component instead of drawable
|
2020-10-01 21:39:40 +09:00 |
|
smoogipoo
|
d7f9b8045c
|
Safeguard againts multiple ApplyResult() invocations
|
2020-10-01 21:33:54 +09:00 |
|