Commit Graph

80 Commits

Author SHA1 Message Date
37d393bca0 Update licence headers 2018-01-05 20:21:19 +09:00
5eb2dc3d64 Cleanup some possible CI errors
Not sure why these aren't being detected on master right now - they should be...
2018-01-05 01:20:24 +09:00
3c1654e5e4 Fix many instances of non-osu-prefixed text classes being used
Results in incorrect default formatting.
2017-12-26 00:44:35 +09:00
7d8fb12332 DrawableScore -> DrawableProfileScore
Discern between the other class of the same name
2017-12-11 12:51:02 +09:00
0c2158ccbd Improve display of beatmap thumbnails 2017-12-11 12:47:31 +09:00
98ce856de1 Use more sensible names for classes and methods
Adds xmldoc in places too.
2017-12-11 12:33:34 +09:00
7f068c0c68 correct string mistake 2017-11-27 21:13:01 +01:00
70b6071898 add license header 2017-11-26 22:13:52 +01:00
4c68090e59 separate GetUserBeatmapsRequest and GetUserMostPlayedBeatmapsRequest 2017-11-26 22:06:03 +01:00
02fa1f9dd6 move shared stuff between MostPlayedBeatmapDrawable and DrawableScore to DrawableBeatmapRow 2017-11-26 21:52:35 +01:00
a1cc18f98c Merge branch 'master' into most-played-beatmaps-section 2017-11-24 22:51:11 +01:00
38f5c55f80 Remove not-accessed field 2017-11-23 18:11:35 +09:00
30db2ce18a Rename KudosuValue to count and remove pointless local storage 2017-11-23 17:37:02 +09:00
6d9951d9af Use FillFlow rather than manually specifying positions 2017-11-23 17:32:41 +09:00
2ff21bbc6c Move descriptions to constructor 2017-11-23 17:29:20 +09:00
9d481eba96 Merge branch 'master' into kudosu-section 2017-11-23 17:19:42 +09:00
22348a3d67 Merge branch 'master' of git://github.com/ppy/osu into most-played-beatmaps-section 2017-11-22 21:14:11 +01:00
66c51c7b44 cleanup 2017-11-19 14:33:50 +01:00
4281d76bcf historical section now shows the most played beatmaps 2017-11-19 14:19:05 +01:00
1f379cab8f move BeatmapMetadataContainer to a separate class 2017-11-19 14:17:14 +01:00
9aaefb5e97 same for PaginatedScoreContainer 2017-11-18 20:09:31 +01:00
4264641303 fix missing text appearing when request returns nothing but beatmaps are already there 2017-11-18 18:27:30 +01:00
2ff88c86ea CI fixes 2017-11-18 18:53:21 +03:00
915ccf3c84 Fix some layout issues 2017-11-18 18:41:00 +03:00
87f1368869 Add KudosuInfo container in the kudosu section 2017-11-18 18:19:35 +03:00
f912744acc Fix sizing of ModIcon 2017-11-16 00:15:27 +09:00
8688afecde Merge remote-tracking branch 'refs/remotes/ppy/master' into beatmap_scores 2017-11-14 20:13:07 +03:00
4b9edc4645 Merge branch 'master' into profile_beatmaps 2017-11-14 20:27:17 +09:00
44671ad9cb Move common width definition to base class 2017-11-14 19:03:50 +09:00
f96f7e696d Tidy up variables a bit 2017-11-14 18:53:09 +09:00
160b988735 Reduce number of rqeuests to display beatmaps in profile
Comes at the cost of losing some information which should be loaded. This will be fixed at the osu-web end.
2017-11-14 18:51:41 +09:00
08ce2705c6 Add pending and graveyarded beatmapsets to profile page 2017-11-14 08:26:44 +03:00
d157e6baf1 Merge remote-tracking branch 'refs/remotes/ppy/master' into beatmap_scores 2017-11-13 16:02:44 +03:00
0168b7eb88 Merge remote-tracking branch 'upstream/master' into profile-overlay-visual 2017-11-13 21:21:57 +09:00
5bf756c3c6 Add DrawableTopScore 2017-11-11 06:54:52 +03:00
3261af5200 Add scores container 2017-11-11 03:46:06 +03:00
a9b58a2ad2 Drawable score visual improvements 2017-11-09 17:12:06 +03:00
edeeefea3b Fix missing text has been shown before api request has been completed 2017-11-08 20:42:24 +03:00
a12052ac51 CI fix 2017-11-06 22:18:37 +03:00
5d846bff7b Add (temporarily?) subrequest for each item to provide correct beatmap information 2017-11-06 22:05:04 +03:00
b8b5c67cd2 Apply suggestion concerning the BeatmapSetType enum 2017-11-06 21:46:28 +03:00
729777a7e0 Remove useless variable 2017-11-04 18:38:02 +03:00
48c39b1d19 Add "Ranked & Approved Beatmaps" section 2017-11-04 00:53:58 +03:00
761d885167 Add Favourite Beatmaps section in UserProfileOverlay 2017-11-03 20:25:21 +03:00
d871c3fdda Fix test not working due to null refs 2017-10-30 20:55:23 +09:00
1ae0eff6ad Add some sanity to request/drawable creation logic 2017-10-30 19:40:42 +09:00
a51e64b2d1 Remove unnecessary schedule 2017-10-30 19:16:16 +09:00
069f4b1fcf Make DrawableScore abstract and move shared class to own file 2017-10-30 19:15:19 +09:00
096998d5f4 Fix user bindable being assigned rather than bound 2017-10-30 19:08:15 +09:00
b660366d96 ScoreContainer -> PaginatedScoreContainer 2017-10-30 19:06:40 +09:00