Bartłomiej Dach
|
78c47a3695
|
Add callback to dictionary rather than overwrite
Attempting to overwrite will henceforth throw an exception.
|
2022-12-24 13:45:04 +01:00 |
|
Bartłomiej Dach
|
6c4ca387e0
|
Fix wrong handling of missing ruleset statistics
|
2022-12-24 13:44:11 +01:00 |
|
Bartłomiej Dach
|
3c26016b61
|
Ensure latest stats are cleared on successful profile fetch
|
2022-12-24 13:44:08 +01:00 |
|
Bartłomiej Dach
|
fd9110a61e
|
Fix solo statistics watcher firing requests for invalid user with id 1
Can happen during login flow (see `APIAccess.attemptConnect()`).
|
2022-12-24 13:44:05 +01:00 |
|
Bartłomiej Dach
|
d6e079a2b4
|
Ignore statistics update requests from third-party rulesets for now
|
2022-12-24 13:43:57 +01:00 |
|
Bartłomiej Dach
|
0aaffcfcfb
|
Merge pull request #21777 from peppy/add-help-button
Add button to settings to show lazer upgrade guide
|
2022-12-24 11:38:41 +01:00 |
|
Bartłomiej Dach
|
83a50816b6
|
Remove unused constructor param
|
2022-12-24 10:44:38 +01:00 |
|
Bartłomiej Dach
|
4bcc2b832c
|
Merge branch 'master' into add-help-button
|
2022-12-24 10:40:35 +01:00 |
|
Bartłomiej Dach
|
301eb71e22
|
Fix wrong member names
|
2022-12-24 10:39:05 +01:00 |
|
Dean Herbert
|
2c060ac8d4
|
Add localisation support for new button's strings
|
2022-12-24 17:32:04 +08:00 |
|
Dean Herbert
|
73861f332f
|
Merge pull request #21774 from peppy/argon-pro-skin-hide-highest-judgement
Don't show great or higher judgements when using argon "pro" skin
|
2022-12-24 17:29:45 +08:00 |
|
Bartłomiej Dach
|
4e5109a649
|
Use plain bindable flow instead of binding to watcher directly
|
2022-12-24 10:27:28 +01:00 |
|
Bartłomiej Dach
|
75ddeaeeb8
|
Merge branch 'master' into argon-pro-skin-hide-highest-judgement
|
2022-12-24 09:41:18 +01:00 |
|
Bartłomiej Dach
|
80de5dac66
|
Fix judgement text never being added to hierarchy
|
2022-12-24 09:37:40 +01:00 |
|
Bartłomiej Dach
|
f973befcd4
|
Remove unused resolved member
|
2022-12-24 09:34:30 +01:00 |
|
Dean Herbert
|
91bde14fb3
|
Add button to settings to show lazer upgrade guide
|
2022-12-24 15:42:24 +08:00 |
|
Dean Herbert
|
5e9fb1063a
|
Move judgement text creation to base class and tidy things up
|
2022-12-24 12:22:36 +08:00 |
|
Bartłomiej Dach
|
c7f248e13c
|
Implement overall ranking display for solo results screen
|
2022-12-24 00:30:38 +01:00 |
|
integer
|
498d00935b
|
limit date appending to LegacyScoreExporter only
|
2022-12-23 23:01:04 +00:00 |
|
Bartłomiej Dach
|
3e782c5f5f
|
Extract interface for solo statistics watcher
|
2022-12-23 23:46:41 +01:00 |
|
Dean Herbert
|
03603f8b54
|
Don't show great or higher judgements when using argon "pro" skin
|
2022-12-24 03:35:44 +08:00 |
|
Dean Herbert
|
e8a0f8996c
|
Remove unused osu!catch ArgonJudgementPiece
|
2022-12-24 03:35:27 +08:00 |
|
Dean Herbert
|
727ac00f6d
|
Combine base class for JudgementPiece
|
2022-12-24 03:32:13 +08:00 |
|
Joseph Madamba
|
2dbcf05fe4
|
Use enum values as ids in fallback instead
|
2022-12-23 11:13:27 -08:00 |
|
Joseph Madamba
|
494886ef92
|
Rename Text to Metadata
|
2022-12-23 11:11:15 -08:00 |
|
Bartłomiej Dach
|
f434d4d60f
|
Merge pull request #21772 from peppy/upgrade-guide-help
Fix wiki overlay showing error message when load is cancelled
|
2022-12-23 17:56:29 +01:00 |
|
Bartłomiej Dach
|
94d78a47a4
|
Merge branch 'master' into upgrade-guide-help
|
2022-12-23 17:22:04 +01:00 |
|
Bartłomiej Dach
|
3c08c2b9b6
|
Merge pull request #21675 from Joehuu/fix-breadcrumb-tab-item-click-area
Fix breadcrumb tab item click area not extending to background height
|
2022-12-23 17:09:48 +01:00 |
|
Bartłomiej Dach
|
9a2cc04361
|
Fix wrong path being used in fail handler
|
2022-12-23 16:44:03 +01:00 |
|
Bartłomiej Dach
|
3dfbb47b01
|
Add test coverage for wrong error message
|
2022-12-23 16:43:59 +01:00 |
|
Bartłomiej Dach
|
137a32ade6
|
Remove unused using directive
|
2022-12-23 16:39:35 +01:00 |
|
Bartłomiej Dach
|
67aea34e7e
|
Merge branch 'master' into fix-breadcrumb-tab-item-click-area
|
2022-12-23 16:36:58 +01:00 |
|
Dean Herbert
|
4a69cb4aae
|
Add test coverage of wiki cancellation not causing error
|
2022-12-23 21:22:47 +08:00 |
|
Dean Herbert
|
a677c8be06
|
Change path on error
|
2022-12-23 21:17:42 +08:00 |
|
Dean Herbert
|
5eccafe190
|
Fix wiki overlay showing error message when load is cancelled
|
2022-12-23 16:45:40 +08:00 |
|
Bartłomiej Dach
|
b1232a7ee7
|
Merge pull request #21766 from frenzibyte/fix-waveform-zoom-reload
Fix track changes not updating initial timeline zoom correctly
|
2022-12-23 00:28:22 +01:00 |
|
ansel
|
f25439e359
|
Move track change subscription to LoadComplete
|
2022-12-23 01:54:49 +03:00 |
|
Bartłomiej Dach
|
676d4a0d6d
|
Merge branch 'master' into fix-waveform-zoom-reload
|
2022-12-22 23:48:50 +01:00 |
|
Bartłomiej Dach
|
d31b649ed7
|
Merge pull request #21763 from turbedi/argumentnullexception_throwhelper
Use new ArgumentNullException.ThrowIfNull throw-helper API
|
2022-12-22 23:02:34 +01:00 |
|
Salman Ahmed
|
0cb9b79834
|
Fix ZoomableScrollContainer potentially not updating content width on setup
|
2022-12-23 00:56:38 +03:00 |
|
Salman Ahmed
|
a665013626
|
Add failing test case
|
2022-12-23 00:56:38 +03:00 |
|
Salman Ahmed
|
30de9ba795
|
Dispose previous waveform on track reload
|
2022-12-23 00:35:59 +03:00 |
|
Berkan Diler
|
08d2fbeb8e
|
Use new ArgumentNullException.ThrowIfNull throw-helper API
|
2022-12-22 21:27:59 +01:00 |
|
Bartłomiej Dach
|
27afeb9e30
|
Add test coverage of merging ignored score updates
|
2022-12-22 19:59:41 +01:00 |
|
Bartłomiej Dach
|
fa2d50fe31
|
Limit tracking unhandled scores to just the last one
|
2022-12-22 19:59:39 +01:00 |
|
Bartłomiej Dach
|
48dc2332fd
|
Refactor test to be easier to work with
|
2022-12-22 19:59:35 +01:00 |
|
Bartłomiej Dach
|
722cf48614
|
Add test coverage for statistics watcher
|
2022-12-22 19:59:10 +01:00 |
|
Bartłomiej Dach
|
ac872fac9e
|
Implement solo statistics watcher
|
2022-12-22 19:59:07 +01:00 |
|
ansel
|
20370bd5ae
|
Invalidate waveform on track load
|
2022-12-22 20:49:09 +03:00 |
|
Salman Ahmed
|
867a1963be
|
Merge pull request #21760 from Flutterish/disable-custom-target-log-notifications
Don't post notifications from custom log targets
|
2022-12-22 20:46:15 +03:00 |
|