Commit Graph

589 Commits

Author SHA1 Message Date
9b2d41f4eb Fix quick retry looking bad 2017-11-02 21:52:01 +09:00
b8b05fe8d2 Make the osu! logo shared game-wide
There should only ever be one osu! logo. It is now passed around between screens in a superfluous manner.
2017-11-02 20:38:02 +09:00
6fa02ce9bb Use internal less
Allows for more dynamic compilation to succeed. No reason for using internal here anyways.
2017-11-01 17:10:54 +09:00
ea2934d92c Add KeyboardStep values for configuration options 2017-10-23 16:06:08 +10:30
bae91d7de7 Simplify gradient usage in Letterbox Overlay 2017-10-18 05:06:17 +03:00
cd722e4abb Fix beatmap author being stored in two different places 2017-10-14 11:39:55 +09:00
95ac4e9265 Remove useless using 2017-10-06 04:57:46 +03:00
96fcc095eb Apply suggested shrinking bar changes 2017-10-06 04:49:16 +03:00
5caca1d328 Don't use '#' in RankDisplay for now 2017-10-05 05:27:52 +03:00
cb0dbc6d9e Fix shrinking bar lingering on the screen for too long 2017-10-05 05:23:18 +03:00
cc99678a96 Remove useless usings 2017-10-05 05:09:23 +03:00
20bf0502ab Use scheduling rather than raw transform delays 2017-10-05 10:03:48 +08:00
22a59d753b Make all the overlays IStateful 2017-10-05 04:38:13 +03:00
b6ed977e1e Fix hard crash and fix breaks have been initialized twice 2017-10-02 09:04:03 +03:00
7052462863 Update inline with framework 2017-10-02 08:51:00 +03:00
c2f487aa3e Add Rank as a property to the Score Processor 2017-10-02 05:56:38 +03:00
5ce2723719 Don't use linq query 2017-10-02 05:12:56 +03:00
ac6c323f93 Clear all tasks and transforms when resetting Breaks 2017-10-02 00:44:57 +03:00
b62f2437ac Don't allow counter became 0 2017-10-01 23:38:11 +03:00
c696f74578 Fix broken testcase and apply suggested changes 2017-09-27 01:10:48 +03:00
3cd6319ffa Merge remote-tracking branch 'refs/remotes/ppy/master' into break_overlay_take_three 2017-09-27 00:32:38 +03:00
2d4616fd43 Apply beatmap settings when creating the DrawableStoryboard. 2017-09-25 11:03:57 +02:00
0996867112 Move StoryboardReplacesBackground and StoryboardAspect properties to Storyboard. 2017-09-25 10:40:22 +02:00
94269e119e Reset text only if it has been changed 2017-09-23 19:59:34 +03:00
0615f375e1 Show current grade 2017-09-23 19:52:44 +03:00
a69bef8ec0 Use existing enum instead of my own 2017-09-23 16:51:31 +03:00
2da3ea00b6 Bind break overlay to accuracy 2017-09-23 16:42:18 +03:00
ced6204219 oops 2017-09-22 22:10:05 +03:00
d73b40768e More arrow adjustments to match the design 2017-09-22 21:12:58 +03:00
92eb8e4fa9 Move blurred icons to a parallax container 2017-09-22 21:00:45 +03:00
6fe2b64abd Start breakOut animation a bit earlier 2017-09-22 20:50:00 +03:00
d58e5a6130 Arrows improvements 2017-09-22 20:43:51 +03:00
56bde64839 Add arrows overlay 2017-09-22 01:16:05 +03:00
5383e33f3d Remove useless clock assignment 2017-09-21 22:58:49 +03:00
22ab2c5e5d Apply suggested changes 2017-09-21 22:54:46 +03:00
9667270336 Remove using 2017-09-21 01:56:50 +03:00
e051bcc6df Fix wrong arrows position on startup 2017-09-21 01:51:40 +03:00
c79568135a Add arrows 2017-09-21 01:44:30 +03:00
18a714df74 Move every class to it's own file 2017-09-20 22:33:07 +03:00
581689a84d CI fixes 2017-09-20 20:58:20 +03:00
4699a44608 Add info container 2017-09-20 20:50:14 +03:00
8d7db52200 Add remaining time counter 2017-09-20 19:45:38 +03:00
0f04d8c6a7 Add remaining time container 2017-09-20 15:58:28 +03:00
429e7723b3 Merge remote-tracking branch 'refs/remotes/ppy/master' into break_overlay_take_three 2017-09-15 19:40:30 +03:00
740e766201 BreakOverlay and LetterboxOverlay implementation 2017-09-15 19:39:55 +03:00
757a159516 Display a non-parallax background at the appropriate size when storyboards do not replace it. 2017-09-15 14:31:54 +02:00
f5368505ab Load the storyboard asynchronously if it wasn't loaded with the beatmap. 2017-09-15 11:58:37 +02:00
4a15762139 Don't create drawables for hidden storyboards. 2017-09-15 11:58:37 +02:00
c8cdf6787e Better property name. 2017-09-15 11:58:31 +02:00
7c3ce7e830 Unbind events affecting the background after gameplay has ended. 2017-09-15 09:16:56 +02:00