Commit Graph

445 Commits

Author SHA1 Message Date
3fe4b8fd1c Update variable names
Also cleans up some weird code
2019-02-22 17:51:39 +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
dbfa95b9e7 Made medium the default font weight 2019-02-20 16:52:36 +09:00
a2aa3ec5cb Adjust sprite texts in-line with framework changes 2019-02-20 15:03:20 +09:00
8617aaa2a7 Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
6eff79913b remove blank lines 2019-01-11 10:34:56 +01:00
e657f13c15 Separate out Leaderboard into BeatmapLeaderboard 2018-12-22 14:44:36 +09:00
7e35afd178 Fix loading scores on profile pages potentially causing long blocking operations 2018-12-03 18:37:44 +09:00
059e9e180b Apply review 2018-11-30 18:07:15 +09:00
3727955911 Refactors/renames 2018-11-30 16:35:45 +09:00
831cd3ed59 ScoreInfo scoreInfo -> ScoreInfo score 2018-11-30 15:18:52 +09:00
219929eb47 Score -> ScoreInfo 2018-11-28 18:33:01 +09:00
5b409a5ae5 Fix missed renames 2018-11-28 17:27:22 +09:00
09b79d736b Remove unused usings 2018-11-28 16:33:42 +09:00
5fd6e6ca77 Re-namespacing 2018-11-28 16:12:57 +09:00
f27bd3ef3e OpenTK -> osuTK 2018-11-20 17:14:59 +09:00
99fc04c8af Change signature to new event handler 2018-10-02 12:02:47 +09:00
28f31540c4 Apply changes in-line with framework localisation changes 2018-09-19 14:07:46 +09:00
f149a66a4d Use LargeTextureStore for all online texture retrieval
Until now, many online textures were retrieved via the default texture store, which causes them to never be removed from GPU memory. It also has a performance overhead due to mipmap generation (which will be avoided via ppy/osu-framework#1885.
2018-09-09 02:45:37 +09:00
923acfbeaf Fix some web requests being run after disposal of their owner 2018-09-05 10:26:54 +09: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
0f37758314 Update framework 2018-07-21 16:21:53 +09:00
bf1ce8cdd8 Fix linking still being broken 2018-07-10 16:02:13 +09:00
625b9ead4c Fix links from profile top scores to beatmaps not working correctly 2018-07-05 21:00:23 +09:00
8518fce4a9 Fix osu!supporter naming 2018-06-27 17:57:55 -07:00
ab2889da1f Merge remote-tracking branch 'origin/master' into multiple_previews_different_overlays 2018-06-21 13:24:02 +09:00
d7f65d62e0 Use vertical/horizontal pair instead 2018-06-20 10:45:35 +09:00
a0f1143287 Add padding to 'show more' button 2018-06-18 19:14:44 -04:00
126678c226 Merge branch 'master' into multiple_previews_different_overlays 2018-06-12 19:26:51 +09:00
8702a70524 Resolve merge conflicts in DirectOverlay 2018-06-08 21:03:16 +03:00
955a78e76d Remove OnlineBeatmapSetID from BeatmapInfo
It should now be retrieved via the linked BeatmapSetInfo
2018-06-08 15:26:27 +09:00
8cc31aca54 Reorganise API requests and response classes
They were previously breaking the two-class-per-file rule.
2018-06-08 11:42:35 +09:00
bdfb5752cd Update existing drawables to use UpdateableBeatmapSetCover. 2018-05-28 19:31:20 -03:00
56c1c2beca Remove redundant multiple previews handling from PaginatedBeatmapContainer 2018-04-29 15:50:02 +03:00
1be2571d33 Make BeatmapSetOverlay accept nulls everywhere 2018-04-18 16:08:45 +09:00
fd54ae3c87 Simplify logic 2018-04-15 16:12:42 +09:00
069d48ac14 Remove unused variable 2018-04-15 15:29:00 +09:00
671de4f6c2 Resolve merge conflicts 2018-04-14 15:11:28 +03:00
32a74f95a5 Normalize all the line endings 2018-04-13 18:26:38 +09:00
6a8f568f66 BeatmapContainer -> beatmapContainer 2018-04-11 16:32:58 +03:00
6cdfaffcf7 PaginatedBeatmapContainer.BeganPlayingPreview 2018-04-11 16:19:21 +03:00
640be621ac Handle multiple song previews playing in different beatmap categories on profile 2018-04-07 13:29:46 +03:00
c29f7a4333 Merge remote-tracking branch 'origin/master' into netstandard 2018-03-24 14:49:46 +09:00
3b56999118 Add drawable to display (and update) relative dates 2018-03-08 12:58:16 +09:00
983cefbe40 Add VisualTest. 2018-03-07 19:08:26 +05:30
f78538fea8 Merge branch 'master' into user-profile-recent 2018-03-07 19:41:52 +09:00
78d73d4c11 Additional fixes for flow ordering after framework changes 2018-03-06 17:20:58 +09:00