Commit Graph

265 Commits

Author SHA1 Message Date
ab0ac7a82a Pass through timeBeforeLoad instead of hardcoding 2019-03-06 19:12:37 +09:00
06b65e00c4 Prevent null beatmap from creating an extra drawable 2019-03-06 19:12:28 +09:00
eb80549782 Fix UpdateableBeatmapBackgroundSprite not disposing of previously loaded sprites 2019-03-06 19:12:22 +09:00
9441f88033 Use actual reference to default beatmap for fallback
Co-Authored-By: nyquillerium <nyquill@ppy.sh>
2019-03-06 13:01:37 +09:00
89987210c3 Merge remote-tracking branch 'upstream/master' into LobbyList 2019-03-05 18:59:38 +09:00
34b2553b95 Remove redundant boolean 2019-03-05 18:59:25 +09:00
52558c5cf6 Fix metadata potentially being null 2019-03-05 16:59:02 +09:00
166a8c8bbb Add back fallback behavior for match creation 2019-03-05 16:41:59 +09:00
fc62877fdc Fall back to default background 2019-03-05 15:51:43 +09:00
7c53c7b602 Remove local background logic 2019-03-05 15:33:39 +09:00
aecbc31ffa Use BeatmapSetCoverType.List for lobby listing 2019-03-05 12:08:14 +09:00
0ff17103e8 Merge branch 'master' into update-difficulty-brackets 2019-03-05 10:16:18 +09:00
0788a7e9f1 Merge branch 'master' into more-inspections 2019-02-28 14:32:57 +09:00
42be7857d1 Use expression body for property get/set where possible 2019-02-28 13:58:19 +09:00
26d53d06a9 Fix remaining issues 2019-02-28 13:31:40 +09:00
367bc53a06 Revert some more instances of 'e' variable names 2019-02-22 20:15:25 +09:00
3015d40f8f Merge branch 'master' into osu-fontusage 2019-02-22 18:09:23 +09:00
d8c55bc729 Adjust namespaces 2019-02-21 19:05:52 +09:00
bca347427f Update with framework bindable changes 2019-02-21 18:56:34 +09:00
4db5531e4b Replace copy-constructor/method with extension method 2019-02-20 19:32:30 +09:00
0693ab8e7d Merge remote-tracking branch 'origin/master' into osu-fontusage
# Conflicts:
#	osu.Game/Screens/Multi/Components/BeatmapTitle.cs
2019-02-20 15:04:08 +09:00
a2aa3ec5cb Adjust sprite texts in-line with framework changes 2019-02-20 15:03:20 +09:00
66de451b53 Update difficulty color bracket thresholds 2019-02-14 02:19:41 -08:00
88ffc78103 Restructure 2019-02-11 19:11:34 +09:00
327a34f12a Merge remote-tracking branch 'upstream/master' into download-tracking-component
# Conflicts:
#	osu.Game/Beatmaps/Drawables/BeatmapSetDownloader.cs
2019-01-31 18:45:09 +09:00
8617aaa2a7 Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
21e79f51b1 Remove necessity of BeatmapSetDownloader 2019-01-18 14:28:06 +09:00
55607634b4 Fix covers being loaded even when off-screen 2018-12-28 13:30:05 +09:00
cf079690e5 Use LargeTextureStore for online retrievals 2018-12-27 22:13:51 +09:00
eaba9e1378 Fix mode icon not being updated for correct ruleset 2018-12-27 18:16:30 +09:00
26834abd33 Fade and no schedule 2018-12-26 21:18:55 +09:00
c902c1587a Add tests and modify fallback logic 2018-12-25 19:17:32 +09:00
9542e3e24a Add Updateable beatmap sprite 2018-12-25 18:04:13 +09:00
a8ad7d4670 Add silent import parameter 2018-11-30 18:27:13 +09:00
a88b69ec43 Notify of existing imports 2018-11-28 20:19:35 +09:00
7755242a43 Merge branch 'master' into osuTK 2018-11-21 18:53:11 +09:00
5ad96afea0 Fix crashes when importing/deleting from model managers 2018-11-20 18:09:23 +09:00
f27bd3ef3e OpenTK -> osuTK 2018-11-20 17:14:59 +09:00
05d89180c8 Move brace on new line 2018-10-22 12:17:23 +09:00
86b29064c6 Change DownloadState only when Download is possible 2018-10-18 08:51:05 -04:00
04cd68f970 Hide status pill when status is none 2018-09-20 12:53:45 +09:00
7b8094d731 Move text size/padding out of constructor 2018-09-20 12:53:45 +09:00
221a99d886 fix StatusPill not setting text when initially set with NONE 2018-09-13 10:07:26 +02:00
03084aa04b Revert async changes 2018-08-31 07:07:10 +09:00
1b279d383f Use GetAsync on all textures 2018-08-27 17:26:44 +09:00
5364a6148a Use ToUpperInvariant 2018-07-24 14:42:06 +02:00
ab9340f4be Fix usage of culture local ToUpper causing incorrect display on Turkish machines
Closes #3098.
2018-07-24 11:37:43 +02:00
6698f320fb Merge branch 'master' into download-button-state 2018-07-13 22:05:26 +09:00
159b26509b Improve visuals of difficulty icons 2018-07-13 17:15:06 +09:00
2a0b1f3615 Update direct panel download button for new design
- Add a download failed event to BeatmapManager
- Make DownloadButton aware of all 3 possible download states
- Change button appearance based on each state
2018-07-03 20:18:09 +05:30