Commit Graph

329 Commits

Author SHA1 Message Date
EVAST9919 ea28a9f7ce Adjust values 2017-05-08 00:16:58 +03:00
EVAST9919 698ae0832f Move string formatting inside the class 2017-05-01 07:00:44 +03:00
EVAST9919 ba0fbacda0 Merge remote-tracking branch 'refs/remotes/ppy/master' into percentage 2017-05-01 06:33:04 +03:00
EVAST9919 0386e96573 applied requested changes 2017-05-01 05:38:51 +03:00
EVAST9919 668262ed06 Applied requested changes 2017-05-01 04:53:46 +03:00
EVAST9919 e9094bac51 Added suggested changes 2017-04-30 17:05:00 +03:00
EVAST9919 a8c918f7bf Removed empty line 2017-04-28 21:12:48 +03:00
EVAST9919 d5c56aab7a Initial commit 2017-04-28 21:05:00 +03:00
EVAST9919 f8faea8da2 Removed unnecessary nested class 2017-04-28 16:02:00 +03:00
EVAST9919 c4bd21914d warning fixes 2017-04-28 15:37:22 +03:00
EVAST9919 b409a22309 Merge remote-tracking branch 'refs/remotes/ppy/master' into percentage 2017-04-28 15:29:24 +03:00
EVAST9919 c27909d53c CI fixes 2017-04-28 05:02:25 +03:00
EVAST9919 eacf2045f0 Initial commit 2017-04-28 04:56:34 +03:00
Dean Herbert 59a3e23879 Ensure PlayerInputManager's initial time is transferred at load. 2017-04-27 17:38:00 +09:00
Dan Balasescu a243729a54 Merge branch 'master' into fix-mouse-button-disable 2017-04-26 20:43:56 +09:00
Dan Balasescu f261a077d2 General fixes/cleanup in Player. 2017-04-26 20:37:47 +09:00
Dan Balasescu 08b1d5beb9 Use const where it was inteded. 2017-04-26 20:15:34 +09:00
Dean Herbert e826f17eb0 Fix get-set mismatch. 2017-04-26 19:25:41 +09:00
Dean Herbert f48d497737 Fix disabling mouse buttons causing auto to stop working. 2017-04-26 18:56:20 +09:00
Dean Herbert c2108b7706 Use object initialiser. 2017-04-26 18:32:47 +09:00
Dean Herbert b6f838f536 Fix potential nullref. 2017-04-26 18:32:40 +09:00
Dean Herbert 4656a7170a Add very basic lead-in support. 2017-04-26 18:17:25 +09:00
Dean Herbert 9d14b6e1e9 Make SongProgress return the actual time value via OnSeek. 2017-04-26 18:17:17 +09:00
Dean Herbert 01caaf44f3 Add a decoupled clock to allow for lead-in and lead-out time. 2017-04-26 18:16:55 +09:00
Dean Herbert 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
Dean Herbert d476482493 Add basic seeking support when a replay is loaded. 2017-04-25 22:59:51 +09:00
Dean Herbert eb5d334838 Add non-toggle support for showing seek bar in SongProgress. 2017-04-25 22:59:46 +09:00
Dean Herbert 30e2e7bfe4 Merge branch 'master' into slider-stuff 2017-04-25 19:42:46 +09:00
Dean Herbert 2d6fa711d1 Remove unnecessary base.Update() in PlayerInputManager. 2017-04-24 20:22:21 +09:00
Jorolf 1d2f19b5a2 change background dim from integer to double 2017-04-22 18:34:03 +02:00
Dean Herbert caf3d311cd
Merge remote-tracking branch 'upstream/master' into speed-adjust-mods 2017-04-21 20:55:20 +09:00
Dean Herbert d94035e9da Merge branch 'master' into general-fixes 2017-04-21 20:42:46 +09:00
Dean Herbert 3f832731c9
Add DoubleTime, HalfTime and Nightcore support. 2017-04-21 17:33:37 +09:00
Dean Herbert 5fdc9819cf
Add basic UO support (now called Audio Offset). 2017-04-21 16:20:05 +09:00
Dean Herbert 5aa90df819
Allow OsuScreens to decide whether ruleset switching should be allowed.
Tidies up ToolbarModeSelector a lot by using DI.
2017-04-21 16:03:59 +09:00
Dean Herbert 1707c2458e
Update exception name. 2017-04-20 12:11:03 +09:00
Dean Herbert 873599b359
Fix conversion regression. 2017-04-20 11:36:50 +09:00
Dean Herbert a47870b376
Apply Ruleset to Scores. Reduce complexity of score creation. 2017-04-20 11:16:08 +09:00
Dean Herbert 3e48a57e9a Merge branch 'master' into score-statistics 2017-04-19 20:36:14 +09:00
Dean Herbert 3b95fbab7d
Add score statistic tracking (osu!). 2017-04-19 16:29:27 +09:00
Dean Herbert 2783f49267
Fix incorrect EndTimes when processing has not been run on HitObjects before the SongProgressGraph is displayed. 2017-04-19 16:05:14 +09:00
Dean Herbert 49f4981f1c
Fix CI issues. 2017-04-18 22:28:16 +09:00
Dean Herbert a0d9c14526
Add temporary means of getting the user which is responsible for a resulting play. 2017-04-18 22:22:14 +09:00
Dean Herbert d51b37cb44
Add a basic implementation of the new design results screen. 2017-04-18 22:22:14 +09:00
Dean Herbert b0f1851e88
Adjust visuals slightly. 2017-04-18 20:52:57 +09:00
Dean Herbert 1071645dca
Flexible cube count (and thus graph height).
This also scaled the graph to the height of the maximum value. And much tidying.
2017-04-18 19:25:52 +09:00
Dean Herbert 3b21340e1b
Split SquareGraph out and make SongProgressGraph also able to take a list of Objects. 2017-04-18 18:40:02 +09:00
Dean Herbert 417a5ca713
A bit of renaming. 2017-04-18 18:29:24 +09:00
Dean Herbert 66865c50ad
Remove explicit RelativeSize setting. 2017-04-18 18:10:13 +09:00
Dean Herbert 784ca2300b
Add safety check for when no objects have been assigned. 2017-04-18 18:09:37 +09:00