d2b80fdbfc
Moved "undelete all" logic to BeatmapManager and added a progress notification
2017-12-18 10:55:07 +01:00
4c45102d61
Merge branch 'master' into undelete-button-add
2017-12-18 16:28:32 +09:00
b9298325a3
Rename weird config setting
2017-12-15 14:36:51 +09:00
99b00143eb
More clean-ups and event bindings
2017-12-15 14:36:51 +09:00
ed81ed7c54
Add back HandleInput disable overrides
2017-12-11 15:19:00 +09:00
de1f51269d
Merge branch 'master' into HandleInput
2017-12-11 13:53:33 +09:00
7d8fb12332
DrawableScore -> DrawableProfileScore
...
Discern between the other class of the same name
2017-12-11 12:51:02 +09:00
0c2158ccbd
Improve display of beatmap thumbnails
2017-12-11 12:47:31 +09:00
98ce856de1
Use more sensible names for classes and methods
...
Adds xmldoc in places too.
2017-12-11 12:33:34 +09:00
9069f1ccba
Merge branch 'master' into most-played-beatmaps-section
2017-12-11 12:12:23 +09:00
e629cebe31
fix MusicController ignoring Looping property of a Track
...
my fix to prevent the MusicController from constantly trying to restart a track before accidentally removed this
2017-12-10 13:22:46 +01:00
1691a74b14
Merge branch 'undelete-button-add' of https://github.com/freezylemon/osu into undelete-button-add
2017-12-10 11:26:31 +01:00
668299ef84
Merge branch 'master' into fix-userprofile-unranked
2017-12-10 13:02:32 +09:00
219bdbc4e1
Populate HandleInput automatically
2017-12-09 22:21:17 +03:00
1f762dc6d8
Fix PreviewBar receiving a NaN Width value
2017-12-08 15:46:09 -06:00
4160c10921
Merge branch 'master' into direct-relevance-sorting
2017-12-08 21:18:18 +09:00
856b56d79c
Fixed small typo.
2017-12-08 12:54:36 +01:00
b1270a84f8
Added handling for rank == 0 (unranked), removed " #0 " from country name if that happens, also display "no rank" when hovering over history instead of " #0 "
2017-12-08 11:31:32 +01:00
51dc66df12
Add support for relevance based search results in osu!direct
2017-12-08 18:48:36 +09:00
d93a1fdaae
Merge branch 'master' of https://github.com/ppy/osu into undelete-button-add
2017-12-08 10:30:42 +01:00
9e37a122e1
Merge branch 'master' into fix-sensitivityslider
2017-12-07 21:01:53 +09:00
d52b84df46
Move KeyboardStep assignment to ctor
2017-12-07 20:53:28 +09:00
46cd6fdb45
Merge remote-tracking branch 'origin/master' into fix-sensitivityslider
2017-12-07 20:49:48 +09:00
24b3b10942
Move drawable assignment to load, remove depth overrides
2017-12-07 20:44:55 +09:00
8c89354b36
Remove extra whitespace
2017-12-07 20:44:38 +09:00
d36982b1d9
Merge branch 'master' into header-button-should-derive
2017-12-07 20:04:41 +09:00
a78441bc5a
Apply changes in line with framework input adjustments
2017-12-07 13:16:59 +09:00
c1b607fed9
Wait until track has restarted before continuing operation
...
I removed this from my previous PR thinking it was not required, but it turned out to be required after all. Just isn't so noticeable when it fails.
2017-12-05 14:06:40 +09:00
caee6c1cf1
Use Restart instead of Start
2017-12-04 21:40:26 +09:00
a83add8540
Tidy up events
2017-12-04 20:30:56 +09:00
14096c90cc
removed looping if only one song is in the list (temporarily)
...
It had one problem in relation to SongSelect disabling it when left and in general that topic belongs to another PR.
2017-12-03 16:41:21 +01:00
9d13bf3602
remove redundant expression
2017-12-03 14:35:23 +01:00
dfa7448716
use ?: expression
2017-12-03 14:25:12 +01:00
0c9ebcd58c
fix possible NullRef
2017-12-03 14:15:08 +01:00
a1dbd7916b
fixes MusicController constantly trying to start a track
...
In Detail:
It tried to start a track if the current one ended even if no BeatmapSets were present.
Also if only one BeatmapSet is present if will loop by itself now.
2017-12-03 14:03:43 +01:00
bf386598b6
Added a new "undelete" button that restores every beatmap with "DeletePending" set to true.
2017-11-30 10:58:32 +01:00
36cfa552f4
Fix SensitivitySlider keyboard control
2017-11-29 23:03:26 -08:00
22403cac89
Merge branch 'master' of git://github.com/ppy/osu into most-played-beatmaps-section
2017-11-29 23:09:04 +01:00
898c49c19d
remove unnecessary assignments
2017-11-28 16:14:32 +02:00
66fa108696
Vertically centre the panels in osu!direct
2017-11-28 22:25:20 +09:00
e9277d8cb1
last directive error...
2017-11-28 00:27:58 +02:00
49949bf698
fix minor param/directive errors
2017-11-28 00:20:44 +02:00
86de6f8252
derives from trianglebutton rather than osubutton
2017-11-28 00:09:58 +02:00
0a8fa2e6de
Merge branch 'master' into header-button-should-derive
2017-11-27 23:16:42 +02:00
7f068c0c68
correct string mistake
2017-11-27 21:13:01 +01:00
96f782e75a
fix object reference issue maybe?
2017-11-27 13:51:56 +02:00
bf8d15108e
headerbutton now derives from osubutton
2017-11-27 13:39:01 +02:00
3a01bfc1ef
Remove unnecessary new prefix
2017-11-27 18:53:19 +09:00
7877f42763
Merge remote-tracking branch 'upstream/master' into new-sounds-and-more
2017-11-27 17:59:24 +09:00
98de969b47
Merge branch 'master' into fix-reload-all-panels
2017-11-27 09:56:44 +09:00