|
32b87d12b5
|
Removed unneeded using
|
2017-04-12 04:54:24 -07:00 |
|
|
6c6ef946bd
|
Some more clean up
|
2017-04-12 04:01:52 -07:00 |
|
|
d250dde537
|
Fixed repeat keys working for retrying
|
2017-04-12 02:50:03 -07:00 |
|
|
348dd71406
|
Fixed repeat keys working for resuming
|
2017-04-12 02:43:42 -07:00 |
|
|
8cad09370d
|
Fixed pause and fail screen overlap
|
2017-04-12 00:20:41 -07:00 |
|
|
5676541173
|
Merge pull request #623 from smoogipooo/general-fixes
General fixes
|
2017-04-12 15:19:21 +09:00 |
|
|
6ab274abc0
|
Trim whitespace
|
2017-04-12 15:06:46 +09:00 |
|
|
f8076ec792
|
Better comment.
|
2017-04-12 15:04:11 +09:00 |
|
|
0c90ef79fa
|
Make TestCaseTaikoPlayfield work again.
|
2017-04-12 12:37:02 +09:00 |
|
|
9eb4802e83
|
Merge pull request #621 from ColdVolcano/better-beatmap-search
Match stable search parameters when searching beatmaps
|
2017-04-12 12:12:04 +09:00 |
|
|
a922e67754
|
Because Ruleset only exposes HitRenderer, we need to have AspectAdjust in the base class.
|
2017-04-12 12:06:56 +09:00 |
|
|
dffdb100ab
|
Small fix to the chat overlay to prevent crashing on the test
|
2017-04-11 21:35:49 -04:00 |
|
|
50cb9e0fe7
|
Match stable search parameters
|
2017-04-11 18:07:54 -05:00 |
|
|
3b60ca3c1c
|
Merge branch 'master' into leaderboard-api
|
2017-04-12 00:14:24 +09:00 |
|
|
bc98e53aff
|
I helped.
|
2017-04-12 00:09:45 +09:00 |
|
|
1a1607aaaa
|
Improve the look of the transition on hotkey retry (and retry in general).
|
2017-04-11 19:58:57 +09:00 |
|
|
7d7bea7198
|
Fix crash on restart after update.
Also make update process more graceful.
|
2017-04-11 18:40:39 +09:00 |
|
|
9732110bd9
|
Update TransformTo methods in line with framework changes.
|
2017-04-11 17:25:56 +09:00 |
|
|
001836f535
|
Rename variables and make public for now.
|
2017-04-11 16:48:11 +09:00 |
|
|
7ca0d6d117
|
Adjust cursor popin/out to make it less ugly.
|
2017-04-11 16:44:12 +09:00 |
|
|
f8c6ce15c3
|
Fix weird RollingCounter behaviour.
|
2017-04-11 16:37:36 +09:00 |
|
|
dc3a2d45fe
|
Move API lookup from BeatmapDetailArea to Leaderboard.
|
2017-04-11 16:36:50 +09:00 |
|
|
ecfe68d6fb
|
Hide deprecated API storage variables and populate Score.User automatically.
|
2017-04-11 16:36:47 +09:00 |
|
|
24fea2809b
|
Map beatmap md5 from online response to BeatmapInfo.
|
2017-04-11 13:44:55 +09:00 |
|
|
ba4d654a21
|
Merge branch 'master' into has-bindable-value
|
2017-04-10 19:40:37 +09:00 |
|
|
b9ce98efd6
|
Add AspectAdjust to HitRenderer to allow playfield to consume ful HitRenderer size when needed.
|
2017-04-10 19:22:27 +09:00 |
|
|
960ea27684
|
Make all Playfields completely relative.
|
2017-04-10 19:22:27 +09:00 |
|
|
43a4657540
|
Remove unnecessary AlwaysPresent.
|
2017-04-10 17:26:05 +09:00 |
|
|
3a01cfccee
|
Adjust fade length and easing.
|
2017-04-10 17:25:56 +09:00 |
|
|
15c1013f5b
|
Don't schedule event, it's unreliable and doesn't match the fade.
|
2017-04-10 17:25:46 +09:00 |
|
|
5af4259ab4
|
Add back explicit binds.
|
2017-04-10 17:10:15 +09:00 |
|
|
ba03a98992
|
Add missing config set.
|
2017-04-10 16:39:10 +09:00 |
|
|
f12b5a8954
|
Unify disable logic.
|
2017-04-10 16:22:36 +09:00 |
|
|
b7cfdff8d1
|
Update SliderBar to use IHasCurrentValue.
|
2017-04-10 15:30:17 +09:00 |
|
|
7366640b95
|
Merge remote-tracking branch 'refs/remotes/ppy/master' into key_retry
|
2017-04-10 09:10:20 +03:00 |
|
|
bb4a909de5
|
Update UI control access in line with framework changes.
|
2017-04-10 14:54:23 +09:00 |
|
|
1879a05c7b
|
Removed using
|
2017-04-10 06:10:12 +03:00 |
|
|
e73f543c4f
|
Applied suggestions
|
2017-04-10 06:06:10 +03:00 |
|
|
c793878ae2
|
Merge remote-tracking branch 'refs/remotes/ppy/master' into key_retry
|
2017-04-10 05:50:28 +03:00 |
|
|
1fe6b84dfc
|
Update with new input changes from framework.
|
2017-04-10 01:24:50 +09:00 |
|
|
a7264aa84c
|
Warning fix
|
2017-04-09 17:53:16 +03:00 |
|
|
425e96c45c
|
Moved logic to it's own class
|
2017-04-09 17:44:19 +03:00 |
|
|
4ab4f65c83
|
Retry on Tilde key
|
2017-04-09 16:26:31 +03:00 |
|
|
adc16b0727
|
Merge pull request #608 from Tom94/music-controller-button-animation
Music controller button animation
|
2017-04-08 20:48:39 +09:00 |
|
|
b5431c496b
|
Fix osu! logo handling drags for no reason.
|
2017-04-08 19:34:04 +09:00 |
|
|
e1e9772d46
|
Flash buttons on click.
|
2017-04-08 19:28:29 +09:00 |
|
|
e40ad69a3b
|
Adjust icon scale of play button.
|
2017-04-08 19:25:40 +09:00 |
|
|
b99cbe6962
|
Add back nice scaling of music controller buttons
|
2017-04-08 19:17:20 +09:00 |
|
|
166a78a15a
|
Fix up comment in audio device options
|
2017-04-08 11:01:41 +02:00 |
|
|
b6ece111a4
|
Merge pull request #606 from Tom94/fix-audio-crash
Fix crash caused by multiple identical audio device names
|
2017-04-08 01:31:54 +09:00 |
|