Commit Graph

1029 Commits

Author SHA1 Message Date
730d13fda6 Always show newly presented overlay at front
This feels much better. Does not change order if the overlay to be shown
is not yet completely hidden.

- Closes #9815.
2020-08-10 20:48:04 +09:00
bf21fdd6da Merge branch 'master' into beatmap-track-rework 2020-08-07 18:41:34 +09:00
adf4f56dce Move MusicController to OsuGameBase 2020-08-06 19:01:23 +09:00
ef689d943a Fix intros playing incorrectly 2020-08-06 18:54:08 +09:00
7bcb68ffac Handle overlay toggling with toolbar buttons instead 2020-08-06 01:17:24 -07:00
e9fc783b1d Add back loop-on-completion 2020-08-06 16:24:14 +09:00
58660c70a3 Cache before idle tracker 2020-08-06 16:24:14 +09:00
6e42b8219c Move track to MusicController, compiles 2020-08-06 16:24:14 +09:00
b821d619b5 Merge remote-tracking branch 'refs/remotes/ppy/master' into news 2020-07-25 09:13:12 +03:00
d093dc09f9 Limit notification text length to avoid large error messages degrading performance 2020-07-24 14:10:05 +09:00
a7fcce0bf7 Fix hard crash on notifications firing before NotificationOverlay is ready 2020-07-19 11:52:30 +09:00
f67b93936f Remove shortcut 2020-07-16 23:11:55 +03:00
dac98c8914 Add shortcut for news overlay 2020-07-16 14:55:02 +03:00
68d2888a8c Add NewsOverlay to the game 2020-07-16 14:48:40 +03:00
1a2f5cb477 Add OnBackButton bool to OsuScreen 2020-07-13 23:59:20 -07:00
d18609e900 Added notifications keybinding
Implementation of #9502
2020-07-12 12:44:00 +02:00
508d34fd3a Fix notification redirecting to the old log folder when game installation has been migrated to another location. 2020-06-30 19:51:10 +02:00
b4dfd2bbaa Merge branch 'master' into score-results-screen 2020-06-15 22:58:33 +09:00
c3c5a99a22 Load imported scores to results screen rather than gameplay 2020-06-15 20:23:35 +09:00
93572fc17d Merge branch 'master' into present-recommended 2020-06-03 12:31:23 +09:00
9ab3e3a6d5 Merge branch 'master' into update-button 2020-05-13 20:50:33 +09:00
bbf4c687a8 Improve xmldoc 2020-05-13 11:09:17 +09:00
39c36998c9 Revert changes that are to be resolved in #9002 2020-05-12 06:06:31 +02:00
a86c7f478c Initial commit 2020-05-12 05:49:35 +02:00
3f78ddf482 Add CanBeNull hinting 2020-05-09 19:13:18 +09:00
fa711a6456 Fix null reference causing hard freeze if game is forcefully closed during disclaimer 2020-05-09 19:11:51 +09:00
75e65766ff Annotate dependency 2020-05-08 01:09:16 +02:00
c025814f40 Finalize changes 2020-05-07 23:04:18 +02:00
0e2ccac33b Add spaces to comments 2020-05-04 18:36:24 -07:00
33a608fd15 Merge branch 'master' of https://github.com/ppy/osu into present-recommended
 Conflicts:
	osu.Game/Screens/Select/SongSelect.cs
2020-05-01 11:06:20 +03:00
21c6ac8c43 Allow closing the game during intro 2020-04-30 12:12:28 +09:00
cea582992f Fix early return check 2020-04-25 10:47:12 +03:00
657bf5ad86 Merge branch 'master' of https://github.com/ppy/osu into present-recommended 2020-04-25 10:13:57 +03:00
1cec0575b7 Remove unused classes and replace overlay in game 2020-04-21 16:38:47 +09:00
894598eb22 Replace SocialOverlay with DashboardOverlay 2020-04-16 12:05:51 +03:00
47187ec14c Simplify recommended beatmap presenting 2020-04-15 18:04:23 +03:00
58e122a7cb Better fallback logic 2020-04-14 19:56:41 +03:00
80949e89b9 Offline fallback and commenting 2020-04-14 19:49:42 +03:00
872551733f Present recommended beatmaps 2020-04-14 19:39:14 +03:00
ed28e8c8f5 Rename param 2020-04-12 19:38:09 +03:00
ecd25e567d Present selected difficulty 2020-04-12 16:00:05 +03:00
2340142dc1 Merge branch 'master' of https://github.com/ppy/osu into linkify-metadata 2020-03-18 14:18:53 +08:00
aafdfbca1f Merge pull request #8129 from peppy/fix-dummy-track-completion-feedback
Fix DummyWorkingBeatmap's track completion attempting to change game-wide beatmap
2020-03-05 17:57:57 +09:00
0c1775b522 Fix incorrect condition and add test 2020-03-05 17:12:14 +09:00
9307caa3bf Fix typos 2020-03-05 16:58:07 +09:00
74b5e76c0e Fix dependency initialisation ordering 2020-03-05 13:39:55 +09:00
6477a7b73e Centralise creation of UpdateManagers 2020-03-05 13:34:04 +09:00
bac35b2a68 Handle beatmap track changing in a saner way 2020-03-04 19:11:35 +09:00
7464a486d9 Fix DummyWorkingBeatmap's track completion attempting to change game-wide beatmap 2020-03-04 16:35:45 +09:00
ed516f05c2 Forward any unhandled scroll events to volume overlay 2020-03-02 18:56:09 +09:00