Commit Graph

503 Commits

Author SHA1 Message Date
3c999d64d4 Fix post-merge errors 2019-03-06 16:09:21 +09:00
ee1f9d4981 Merge remote-tracking branch 'origin/master' into profile-header-update
# Conflicts:
#	osu-resources
#	osu.Game/Overlays/Profile/Components/GradeBadge.cs
#	osu.Game/Overlays/Profile/Header/BadgeContainer.cs
#	osu.Game/Overlays/Profile/Header/RankGraph.cs
#	osu.Game/Overlays/Profile/Header/SupporterIcon.cs
#	osu.Game/Overlays/Profile/ProfileHeader.cs
2019-03-06 15:53:30 +09:00
3a1066ff02 Merge branch 'master' into toquantity-1 2019-02-28 15:57:51 +09:00
2241e1af9d Use ToQuantity for words with number prefixes 2019-02-27 21:55:45 -08:00
99e2e6cf1c Align text 2019-02-28 14:46:52 +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
3015d40f8f Merge branch 'master' into osu-fontusage 2019-02-22 18:09:23 +09:00
3fe4b8fd1c Update variable names
Also cleans up some weird code
2019-02-22 17:51:39 +09:00
8853f7ad76 Explicitly set exo typeface in a few places 2019-02-21 19:26:02 +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
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