Commit Graph

965 Commits

Author SHA1 Message Date
d4aeb3d00b Fix BeatmapCarousel's flush not correctly applying selection changes
They may have been delayed until the next Update, which is too late in this case.
2018-03-23 12:10:13 +09:00
62229300c4 Fix DummyRuleset getting selected
Resolves #2261.
2018-03-22 00:26:48 +09:00
95c84ea7fe remove (now) unnecessary line 2018-03-12 23:00:06 +01:00
ddc1f03a96 deselect autoplay button after ctrl-enter play
before, the mod was removed, but the button was still active
2018-03-12 22:35:45 +01:00
db2a663234 Use private instead of protected 2018-03-11 01:26:03 +09:00
2c0488b1f1 Invert bool, add test, and handle ruleset change. 2018-03-09 19:39:28 +05:30
d04f47718f Make song select choose random when initial selection fails.
- Revert TestCasePlaySongSelect to master
2018-03-09 17:36:55 +05:30
25fb527cc7 Remove previous fix and move filtered logic to carousel.
- Add an optional bool parameter to SelectBeatmap to skip selecting
filtered maps
2018-03-09 15:51:00 +05:30
81c1ec2005 Merge branch 'master' into fix-unplayable-beatmaps 2018-03-08 13:02:57 +09:00
78d73d4c11 Additional fixes for flow ordering after framework changes 2018-03-06 17:20:58 +09:00
a57dc154f9 More specific tests. 2018-03-03 20:34:29 +05:30
307147a8a3 Merge remote-tracking branch 'upstream/master' into fix-unplayable-beatmaps 2018-03-03 16:10:22 +05:30
fb724ca8a7 Make song select ensure current beatmap is always playable in the active ruleset.
- Add a to TestCasePlaySongSelect testing this scenario
2018-03-03 16:09:24 +05:30
33a64cb497 Merge branch 'master' into fix-multiple-tracks-playing 2018-02-28 22:53:02 +09:00
b898226a91 Merge branch 'master' into fix-mod-select 2018-02-28 21:52:07 +09:00
a3d26d7d55 Merge branch 'master' into fix-song-select-iteration 2018-02-28 21:40:25 +09:00
08497427fd Merge branch 'master' into fix-multiple-tracks-playing 2018-02-28 15:32:16 +09:00
4a52db14d1 Fix depth of already-visible panels not being updates after a sorting change 2018-02-28 14:18:25 +09:00
510ecd7c87 Ensure selection is finalised before exiting song select
Resolves #2080.
2018-02-28 00:07:28 +09:00
84a8fbe0b3 Fix null ref 2018-02-27 21:26:06 +09:00
034875be47 Fix bindings not being unbound on ModSelect
Resolves #2018.
Closes #2079.
2018-02-27 20:45:32 +09:00
9b44f447ca Fix song select iteration when all panels are filtered
Resolves #2069.
2018-02-27 17:52:12 +09:00
f2b3d9a0e8 Change some missed instances 2018-02-22 14:17:35 +09:00
ddf49c2e65 Fix intro not being replaced by a playable song when entering song select 2018-02-16 10:45:15 +09:00
d340509b1d Move ArchiveReaders to a more global namespace
Also moves delete and action logic to a shared implementation
2018-02-15 14:22:39 +09:00
d603d032d5 Inlined delete beatmap dialog 2018-02-13 16:26:05 +10:30
8d313486b3 Add a confirmation dialog to the Delete option in the beatmap context menu 2018-02-13 00:40:34 +10:30
2bae22999d Merge branch 'master' into global-mod-binding 2018-01-29 15:18:11 +09:00
6e0cb1adb3 Remove redundant arguments 2018-01-29 15:05:07 +09:00
7852015db3 Remember mod selection when re-entering song select
Removes mod application when exiting back to main menu.

Alternative to #1968.
Closes #1961.
2018-01-26 19:32:57 +09:00
b4e1872322 osu!-side changes in-line with framework BDL cache changes 2018-01-22 12:56:30 +09:00
9b33499fe7 Merge remote-tracking branch 'upstream/master' into RefactorInputQueues 2018-01-16 20:04:34 +09:00
3c11978cfa Use local functions 2018-01-15 21:42:17 +03:00
a3f05ca9ec Avoid unnecessary use of linq 2018-01-09 12:43:10 +09:00
b90b1e326e Merge branch 'master' into fix-randomizer 2018-01-09 12:00:21 +09:00
ae032cbf23 Support HandleKeyboardInput, HandleMouseInput, CanReceiveKeyboardInput, CanReceiveMouseInput properties 2018-01-07 23:40:00 +03:00
140a09ba3d fix requests not cancelling properly + formatting 2018-01-05 19:13:54 +01:00
37d393bca0 Update licence headers 2018-01-05 20:21:19 +09:00
5eb2dc3d64 Cleanup some possible CI errors
Not sure why these aren't being detected on master right now - they should be...
2018-01-05 01:20:24 +09:00
9bce322682 Merge branch 'master' into wedge-unicode 2018-01-04 15:09:31 +09:00
ce156098f6 Merge branch 'fix-randomizer' of https://github.com/LittleEndu/osu into fix-randomizer 2018-01-03 12:33:43 +02:00
969fa65c42 Merge branch 'master' of https://github.com/ppy/osu into fix-randomizer 2018-01-03 12:31:59 +02:00
35af5d1ce6 Merge branch 'master' into fix-randomizer 2018-01-03 12:25:07 +02:00
2a6068f8e7 Merge branch 'master' into fix-play-song-select-tests 2018-01-03 14:12:49 +09:00
2291053205 Merge branch 'master' into wedge-unicode 2018-01-03 13:12:42 +09:00
4f8a830fbf Fix potential race condition with score retrieval 2018-01-02 15:30:29 +09:00
161e8d44b4 Merge branch 'master' into supporter-leaderboards 2018-01-02 15:09:52 +09:00
91c49913c9 Merge branch 'master' into focused-overlay-improvements 2018-01-02 12:44:09 +09:00
755befdf84 Check for supporter before displaying loading spinner 2018-01-01 14:30:53 +01:00
5abf93038b Reset only visible sets for more randomized feel 2017-12-31 14:47:27 +02:00