smoogipoo
|
c6160d5304
|
Only ignore online score id for database import
|
2021-05-18 21:17:41 +09:00 |
|
smoogipoo
|
0f00ee8640
|
Change failure text
Although this is not visible anywhere.
|
2021-05-11 11:35:08 +09:00 |
|
smoogipoo
|
8c9390dc75
|
Remove replay condition
|
2021-05-11 11:33:21 +09:00 |
|
smoogipoo
|
6db9e26d48
|
Fix score submission failures with autoplay
|
2021-05-11 11:28:09 +09:00 |
|
smoogipoo
|
32f7691349
|
Fix token failure preventing base.LoadAsyncComplete()
|
2021-05-11 11:24:35 +09:00 |
|
Dean Herbert
|
273099d53c
|
Don't store online IDs from score submission responses for now
Closes remaining portion of https://github.com/ppy/osu/issues/12372.
|
2021-04-13 14:31:44 +09:00 |
|
Dean Herbert
|
4269cb7124
|
Extract majority of token retrieval code out of LoadComponentAsync for legibility
|
2021-03-25 13:48:41 +09:00 |
|
Dean Herbert
|
84b2f9a848
|
Make token private
|
2021-03-24 13:20:44 +09:00 |
|
Dean Herbert
|
a0c6c4da35
|
Rename and refactor token request process to be easier to understand
|
2021-03-24 13:17:29 +09:00 |
|
Dean Herbert
|
8bed7748d6
|
Rename token request method to avoid double Request terminology
|
2021-03-24 13:02:37 +09:00 |
|
Dean Herbert
|
a1c35677ef
|
Add more xmldoc
|
2021-03-24 13:02:17 +09:00 |
|
Dean Herbert
|
242b847516
|
Add flow for allowing gameplay to continue even when an error occurs with token retrieval
|
2021-03-23 18:23:25 +09:00 |
|
Dean Herbert
|
3cd8bf2d7f
|
Move token request construction to LoadAsyncComplete to better allow DI usage
|
2021-03-23 18:20:55 +09:00 |
|
Dean Herbert
|
571124669d
|
Remove all references to "score submission" from Player
|
2021-03-23 18:20:55 +09:00 |
|
Dean Herbert
|
194b2d05d3
|
Update SoloPlayer to derive SubmittingPlayer
|
2021-03-23 18:20:55 +09:00 |
|
Dean Herbert
|
12f050264a
|
Further split out a player class which submits to "rooms"
|
2021-03-23 18:20:55 +09:00 |
|
Dean Herbert
|
7045fce555
|
Move score submission logic in general out to its own Player type
|
2021-03-23 18:20:55 +09:00 |
|