Commit Graph

1090 Commits

Author SHA1 Message Date
b409a22309 Merge remote-tracking branch 'refs/remotes/ppy/master' into percentage 2017-04-28 15:29:24 +03:00
70e81115f4 Refactor BeatmapInfoWedge to suck a little less. 2017-04-28 21:16:37 +09:00
59cc5ea00a CI Fixes. 2017-04-28 20:50:23 +09:00
45729a8881 Add debounce to WorkingBeatmap creation at song select.
Improves perceived performance when quickly moving through carousel.
2017-04-28 20:44:16 +09:00
003cf53441 Streamline panel selection event logic.
Was previously firing multiple times where it was completely unnecessary. Also had bidirection firing going on.
2017-04-28 20:43:42 +09:00
b78fa99620 Don't perform a selection if we already have the correct panel selected. 2017-04-28 20:31:09 +09:00
c95a6fbd09 Use single line for GetUnicodePreference. 2017-04-28 14:14:14 +09:00
658ff61e8a Merge branch 'master' into locale 2017-04-28 13:51:36 +09:00
c27909d53c CI fixes 2017-04-28 05:02:25 +03:00
eacf2045f0 Initial commit 2017-04-28 04:56:34 +03:00
94c259bd59 Remove most usages of DelayReset
ButtonSystem requires some more work.
2017-04-27 18:39:40 +09:00
59a3e23879 Ensure PlayerInputManager's initial time is transferred at load. 2017-04-27 17:38:00 +09:00
3706bc8741 Merge branch 'master' into locale 2017-04-26 19:56:34 +08:00
4cb18361c1 Use localisation engine for unicode text. 2017-04-26 19:50:38 +08:00
a243729a54 Merge branch 'master' into fix-mouse-button-disable 2017-04-26 20:43:56 +09:00
f261a077d2 General fixes/cleanup in Player. 2017-04-26 20:37:47 +09:00
08b1d5beb9 Use const where it was inteded. 2017-04-26 20:15:34 +09:00
e826f17eb0 Fix get-set mismatch. 2017-04-26 19:25:41 +09:00
f48d497737 Fix disabling mouse buttons causing auto to stop working. 2017-04-26 18:56:20 +09:00
c2108b7706 Use object initialiser. 2017-04-26 18:32:47 +09:00
b6f838f536 Fix potential nullref. 2017-04-26 18:32:40 +09:00
4656a7170a Add very basic lead-in support. 2017-04-26 18:17:25 +09:00
9d14b6e1e9 Make SongProgress return the actual time value via OnSeek. 2017-04-26 18:17:17 +09:00
01caaf44f3 Add a decoupled clock to allow for lead-in and lead-out time. 2017-04-26 18:16:55 +09:00
e003d9fc3c Add basic replay frame accurate "seeking".
Previously we were looping over Update, when we should instead have been looping over UpdateSubTree.
2017-04-25 22:59:58 +09:00
d476482493 Add basic seeking support when a replay is loaded. 2017-04-25 22:59:51 +09:00
eb5d334838 Add non-toggle support for showing seek bar in SongProgress. 2017-04-25 22:59:46 +09:00
30e2e7bfe4 Merge branch 'master' into slider-stuff 2017-04-25 19:42:46 +09:00
f93adebc52 Minor style fixes. 2017-04-25 13:33:34 +09:00
51c577624b Remove BeatmapInfo field 2017-04-24 22:59:33 -05:00
1df50adc3a Post-merge fixes (and CodeFactor fixes) 2017-04-24 22:48:25 -05:00
630c556b80 Merge branch 'master' of https://github.com/ppy/osu into intro-improvements 2017-04-24 22:42:28 -05:00
e6428dd0c2 Merge branch 'master' of https://github.com/ColdVolcano/osu into intro-improvements 2017-04-24 22:32:10 -05:00
91b264da1a Merge branch 'master' into info-wedge-design-update 2017-04-25 08:14:59 +09:00
b3e21f6f99 Merge branch 'master' into general-fixes 2017-04-25 08:05:03 +09:00
f329587bd4 Fix mismatched braces. 2017-04-25 08:02:09 +09:00
43d09a9734 CI fixes 2017-04-24 20:31:25 +09:00
2d6fa711d1 Remove unnecessary base.Update() in PlayerInputManager. 2017-04-24 20:22:21 +09:00
c7b789424b Update BeatmapInfoWedge design
- Adds colour difficulty strip.
- Adjusts paddings.
- Fixes source/artist confusion.
- Double dash to em-dash.
2017-04-24 20:19:44 +09:00
d84f1f05e2 Add better commenting for ambiguous parameter 2017-04-24 20:16:53 +09:00
9670ea9a2a CI fixes 2017-04-24 20:16:41 +09:00
8b048a6706 Fix typo. 2017-04-24 19:33:48 +09:00
c55d406b44 Fix nullref possibility. 2017-04-24 19:25:35 +09:00
6aa6e5eef7 Store and restore the selected details tab at song select. 2017-04-24 19:25:27 +09:00
e1a2f1bc7a Add beatmap metrics lookup. 2017-04-24 19:17:11 +09:00
d6c5654924 Reduce paddings and lock in some fixed heights for BeatmapDetails. 2017-04-24 18:55:49 +09:00
4fa22146b8 Increase safety of score lookups when leaderboard isn't visible. 2017-04-24 18:48:28 +09:00
ee659e7307 Fix decimal display of beatmap details being too precise. 2017-04-24 18:34:27 +09:00
30b7a029dc Remove for real this time 2017-04-23 00:57:41 -05:00
fe35d20def Remove not needed stuff (+typo fix) 2017-04-23 00:50:02 -05:00