Commit Graph

118 Commits

Author SHA1 Message Date
Dean Herbert 4986ad73f7 Merge remote-tracking branch 'upstream/master' into load-optimization 2017-11-23 18:44:17 +09:00
Dean Herbert 38f5c55f80 Remove not-accessed field 2017-11-23 18:11:35 +09:00
Dean Herbert 30db2ce18a Rename KudosuValue to count and remove pointless local storage 2017-11-23 17:37:02 +09:00
Dean Herbert 6d9951d9af Use FillFlow rather than manually specifying positions 2017-11-23 17:32:41 +09:00
Dean Herbert 2ff21bbc6c Move descriptions to constructor 2017-11-23 17:29:20 +09:00
Dean Herbert 9d481eba96
Merge branch 'master' into kudosu-section 2017-11-23 17:19:42 +09:00
FreezyLemon 18b0b77f0a Added requested changes. Mainly changing lambdas to direct function references. 2017-11-22 21:41:50 +01:00
FreezyLemon a033eb46d3 Changed to LoadComponentAsync call instead of adding an AsyncLoadWrapper instance. 2017-11-21 16:12:23 +01:00
jorolf 9aaefb5e97 same for PaginatedScoreContainer 2017-11-18 20:09:31 +01:00
jorolf 4264641303 fix missing text appearing when request returns nothing but beatmaps are already there 2017-11-18 18:27:30 +01:00
EVAST9919 2ff88c86ea CI fixes 2017-11-18 18:53:21 +03:00
EVAST9919 915ccf3c84 Fix some layout issues 2017-11-18 18:41:00 +03:00
EVAST9919 87f1368869 Add KudosuInfo container in the kudosu section 2017-11-18 18:19:35 +03:00
Dean Herbert f912744acc Fix sizing of ModIcon 2017-11-16 00:15:27 +09:00
EVAST9919 8688afecde Merge remote-tracking branch 'refs/remotes/ppy/master' into beatmap_scores 2017-11-14 20:13:07 +03:00
Dean Herbert 4b9edc4645
Merge branch 'master' into profile_beatmaps 2017-11-14 20:27:17 +09:00
Dean Herbert 44671ad9cb Move common width definition to base class 2017-11-14 19:03:50 +09:00
Dean Herbert f96f7e696d Tidy up variables a bit 2017-11-14 18:53:09 +09:00
Dean Herbert 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
EVAST9919 08ce2705c6 Add pending and graveyarded beatmapsets to profile page 2017-11-14 08:26:44 +03:00
EVAST9919 d157e6baf1 Merge remote-tracking branch 'refs/remotes/ppy/master' into beatmap_scores 2017-11-13 16:02:44 +03:00
Dean Herbert 0168b7eb88 Merge remote-tracking branch 'upstream/master' into profile-overlay-visual 2017-11-13 21:21:57 +09:00
EVAST9919 5bf756c3c6 Add DrawableTopScore 2017-11-11 06:54:52 +03:00
EVAST9919 3261af5200 Add scores container 2017-11-11 03:46:06 +03:00
EVAST9919 68c4da0810 Merge remote-tracking branch 'refs/remotes/ppy/master' into profile-beatmaps-section 2017-11-09 20:02:47 +03:00
EVAST9919 a9b58a2ad2 Drawable score visual improvements 2017-11-09 17:12:06 +03:00
EVAST9919 edeeefea3b Fix missing text has been shown before api request has been completed 2017-11-08 20:42:24 +03:00
EVAST9919 13cc1fcc92 Fix wrong index offset 2017-11-07 14:30:44 +03:00
EVAST9919 8e806cd11c Simplify moving ball behaviour 2017-11-07 13:43:02 +03:00
EVAST9919 5946585a6f Apply suggested changes 2017-11-07 12:19:23 +03:00
EVAST9919 1b0e7e7145 Undo some useless changes 2017-11-07 03:44:21 +03:00
EVAST9919 60e6177b7f Use null propagation 2017-11-07 03:26:47 +03:00
EVAST9919 1063e18566 Don't show graph at all if there's no data to use 2017-11-07 03:16:27 +03:00
EVAST9919 461baf3b97 CI fixes 2017-11-07 03:05:12 +03:00
EVAST9919 28167388d6 Remove useless calls 2017-11-07 02:53:07 +03:00
EVAST9919 d10dcd82bc Rank Line Graph improvements 2017-11-07 02:39:48 +03:00
EVAST9919 a12052ac51 CI fix 2017-11-06 22:18:37 +03:00
EVAST9919 5d846bff7b Add (temporarily?) subrequest for each item to provide correct beatmap information 2017-11-06 22:05:04 +03:00
EVAST9919 b8b5c67cd2 Apply suggestion concerning the BeatmapSetType enum 2017-11-06 21:46:28 +03:00
EVAST9919 729777a7e0 Remove useless variable 2017-11-04 18:38:02 +03:00
EVAST9919 48c39b1d19 Add "Ranked & Approved Beatmaps" section 2017-11-04 00:53:58 +03:00
EVAST9919 761d885167 Add Favourite Beatmaps section in UserProfileOverlay 2017-11-03 20:25:21 +03:00
Dean Herbert d871c3fdda Fix test not working due to null refs 2017-10-30 20:55:23 +09:00
Dean Herbert 1ae0eff6ad Add some sanity to request/drawable creation logic 2017-10-30 19:40:42 +09:00
Dean Herbert a51e64b2d1 Remove unnecessary schedule 2017-10-30 19:16:16 +09:00
Dean Herbert 069f4b1fcf Make DrawableScore abstract and move shared class to own file 2017-10-30 19:15:19 +09:00
Dean Herbert 096998d5f4 Fix user bindable being assigned rather than bound 2017-10-30 19:08:15 +09:00
Dean Herbert b660366d96 ScoreContainer -> PaginatedScoreContainer 2017-10-30 19:06:40 +09:00
Dean Herbert dce7d1c910 Move pp score representation to own file 2017-10-30 19:05:13 +09:00
Jorolf b2c3ba05d7 remove redundant stuff 2017-10-25 20:15:45 +02:00