Lucas A
|
ff3d38de6f
|
Localise accuracy display.
|
2021-07-23 22:37:08 +02:00 |
|
Dean Herbert
|
fb0079fb9f
|
Fix accuracy displaying incorrectly in online contexts
Closes #12221.
|
2021-03-30 22:42:32 +09:00 |
|
Dean Herbert
|
cb4ae6e61a
|
Fix very high accuracies feigning as "perfect" 100% plays when actually below
|
2021-03-25 17:34:29 +09:00 |
|
Salman Ahmed
|
fe54a51b5a
|
Remove UserRanks object and move to outer country_rank property
|
2021-03-01 22:42:20 +03:00 |
|
Dean Herbert
|
85a844a378
|
Restructure class slightly
|
2021-02-19 13:40:12 +09:00 |
|
Dean Herbert
|
841c2c56d9
|
Remove confusing pp_rank include (will be removed osu-web side too)
|
2021-02-19 13:30:42 +09:00 |
|
Salman Ahmed
|
f6df5a9d2b
|
Suppress false warning
|
2021-02-18 15:55:45 +03:00 |
|
Salman Ahmed
|
a407bfe73b
|
Privatize UserRanks and expose a similar CountryRank field instead
|
2021-02-18 15:37:52 +03:00 |
|
Salman Ahmed
|
a845e96b7a
|
Replace Ranks.Global completely with a GlobalRank property
|
2021-02-17 08:52:04 +03:00 |
|
Salman Ahmed
|
0e7f52b5cc
|
Always use JSON property global_rank for global ranks instead
|
2021-02-16 07:33:16 +03:00 |
|
Salman Ahmed
|
d101add159
|
Display user global rank for selected ruleset in participants panel
|
2021-02-08 21:25:50 +03:00 |
|
Andrei Zavatski
|
a9cfade2f4
|
Adjust null handling
|
2020-02-04 21:02:10 +03:00 |
|
Andrei Zavatski
|
f889f2435b
|
Add test step to TestSceneRankingsTable
|
2020-02-04 16:20:15 +03:00 |
|
recapitalverb
|
2bbd12e39a
|
Fix code formatting
|
2020-02-04 11:36:22 +07:00 |
|
recapitalverb
|
a8ce50fadd
|
Add FormatUtils.FormatAccuracy and usages
|
2020-02-04 11:17:23 +07:00 |
|
recapitalverb
|
ddf9317bec
|
Replace :P2 with :0.00%
|
2020-02-04 08:25:01 +07:00 |
|
recapitalverb
|
257b4052e8
|
Add {ScoreInfo,UserStatistics}.Accuracy
|
2020-02-03 22:09:07 +07:00 |
|
Andrei Zavatski
|
c546df8a80
|
Refactor API logic
|
2019-11-27 21:56:22 +03:00 |
|
Andrei Zavatski
|
d693a54c84
|
Move RankHistoryData to User Statistics
|
2019-08-04 14:35:26 +03:00 |
|
smoogipoo
|
13b9b04bb8
|
Apply more cases/fix some existing ones
|
2019-05-07 13:23:09 +09:00 |
|
smoogipoo
|
e3d463a141
|
Formatting fixes
|
2019-03-06 19:26:48 +09:00 |
|
smoogipoo
|
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 |
|
Dean Herbert
|
26d53d06a9
|
Fix remaining issues
|
2019-02-28 13:31:40 +09:00 |
|
jorolf
|
54d8e4043f
|
Merge branch 'master' of git://github.com/ppy/osu into profile-header-update
|
2019-01-27 23:32:48 +01:00 |
|
Dean Herbert
|
8617aaa2a7
|
Update licence header (and remove year)
|
2019-01-24 17:43:03 +09:00 |
|
Unknown
|
6eff79913b
|
remove blank lines
|
2019-01-11 10:34:56 +01:00 |
|
jorolf
|
b4fa2d9049
|
WIP
|
2018-12-22 16:51:24 +01:00 |
|
Dean Herbert
|
32a74f95a5
|
Normalize all the line endings
|
2018-04-13 18:26:38 +09:00 |
|
Dean Herbert
|
9233266fe1
|
Fix login failure for users with no country rank
Closes #2148.
|
2018-03-11 00:44:16 +09:00 |
|
Dean Herbert
|
93c4612f4f
|
Add comment about deserialising helper
|
2018-02-07 18:18:26 +09:00 |
|
Dean Herbert
|
647cc4bdad
|
Remove in-between properties
|
2018-02-07 18:04:32 +09:00 |
|
Dean Herbert
|
20c00720e5
|
Fix formatting
|
2018-02-07 17:18:38 +09:00 |
|
tgi74000
|
bcd568e607
|
Check for possible null ranks
|
2018-02-06 23:00:52 +01:00 |
|
tgi74000
|
d86ce816c7
|
Add support for country rank
|
2018-02-06 21:40:52 +01:00 |
|
tgi74000
|
e08a9350a0
|
Store and show SSPlus and SPlus statistics
|
2018-02-01 15:19:49 +01:00 |
|
Dean Herbert
|
37d393bca0
|
Update licence headers
|
2018-01-05 20:21:19 +09:00 |
|
Dean Herbert
|
7681d97f10
|
Fix typo in user profile header
Replays watched, not replay watched.
|
2017-09-13 15:21:04 +09:00 |
|
Huo Yaoyuan
|
bfa275ad1c
|
Change some small classes to struct to avoid potential null check.
|
2017-06-25 10:51:54 +08:00 |
|
Huo Yaoyuan
|
2770ccb782
|
Possible null fields.
|
2017-06-15 23:46:05 +08:00 |
|
Huo Yaoyuan
|
273e2b4a3c
|
Fill more json fields.
|
2017-06-15 22:09:53 +08:00 |
|