Commit Graph

390 Commits

Author SHA1 Message Date
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
648ed0e467 update license headers 2019-01-27 23:45:00 +01:00
54d8e4043f Merge branch 'master' of git://github.com/ppy/osu into profile-header-update 2019-01-27 23:32:48 +01:00
8617aaa2a7 Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
14d2ed7085 fix codefactor issue that I didn't notice and has been there for 12 days 2019-01-22 19:50:42 +01:00
6eff79913b remove blank lines 2019-01-11 10:34:56 +01:00
6ba7e2b670 split the profile header into several components 2019-01-11 01:12:19 +01:00
a33a1458a5 update design and make play styles an enum 2019-01-04 22:52:00 +01:00
0047f29ec8 move missing newline to front of "Plays with..." 2018-12-30 22:40:17 +01:00
e05fbd4136 address some comments and improve ui 2018-12-25 01:09:49 +01:00
360c17e2c7 appease CodeFactor and AppVeyor 2018-12-22 22:50:19 +01:00
da99161736 add some missing stuff 2018-12-22 22:34:39 +01:00
2fe80d5568 Update ProfileHeader to the new design 2018-12-22 21:50:25 +01:00
15ae0cd70a Merge branch 'master' of git://github.com/ppy/osu into profile-header-update 2018-12-22 16:54:39 +01:00
b4fa2d9049 WIP 2018-12-22 16:51:24 +01:00
e3308010c0 Merge pull request #3898 from peppy/leaderboard-modularity
Leaderboard modularity
2018-12-22 15:36:12 +09:00
e657f13c15 Separate out Leaderboard into BeatmapLeaderboard 2018-12-22 14:44:36 +09:00
870d843fff Fix username not displaying correctly in overlay 2018-12-22 14:40:55 +09:00
f47ac35522 Add click to avatar 2018-12-22 14:23:53 +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
7720fa10eb Reduce height of RankChartLineGraph 2018-10-17 20:19:01 -04:00
716eee9a5c Fix last visit not supporting null values
Can now be null if a user chooses to hide their online status
2018-10-05 00:25:40 +09:00
50091252e2 Adapt signature change of event handlers 2018-10-02 12:02:55 +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
3d136ef0f9 Merge branch 'master' into fix-ugly-line 2018-07-13 18:08:55 +09:00
bf1ce8cdd8 Fix linking still being broken 2018-07-10 16:02:13 +09:00
0f649cd231 Merge remote-tracking branch 'origin/master' into fix-beatmap-links 2018-07-10 16:01:56 +09:00
7f315d79c2 Fix pixel gap in user profile when scrolling 2018-07-10 13:06:03 +09:00
930667d0f9 Remove unused age display code 2018-07-09 10:12:10 +02:00
625b9ead4c Fix links from profile top scores to beatmaps not working correctly 2018-07-05 21:00:23 +09:00
8ba2ac922f Move to local components namespace 2018-06-28 19:23:56 +09:00
98fec94693 Merge remote-tracking branch 'upstream/master' into HoutarouOreki-unifyDates 2018-06-28 19:14:47 +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