Dean Herbert
|
1b62a685f3
|
Merge branch 'master' into realm-integration/score-and-beatmaps
|
2022-01-18 15:07:59 +09:00 |
|
Dean Herbert
|
51ade3251d
|
Improve ScoresContainer loading overlay logic to work better with tests
|
2022-01-17 15:15:39 +09:00 |
|
Dean Herbert
|
88bf406c22
|
Fix null reference in equality comparison causing beatmap set overlay to crash
|
2022-01-17 13:05:55 +09:00 |
|
Dean Herbert
|
3811bd8520
|
Fix some null inspections
|
2022-01-12 17:00:16 +09:00 |
|
Dean Herbert
|
53792811b2
|
more fixes (almost compiles, except ruleset and manager)
|
2022-01-12 16:57:27 +09:00 |
|
Dan Balasescu
|
af9fad00c3
|
Merge branch 'master' into async-deadlock-safety
|
2022-01-10 16:11:09 +09:00 |
|
Bartłomiej Dach
|
9e84e31eac
|
Add score time to beatmap set overlay scoreboard table
|
2022-01-07 19:18:16 +01:00 |
|
Bartłomiej Dach
|
87f7c7e691
|
Implement scoreboard-specific time formatting
|
2022-01-07 19:18:16 +01:00 |
|
Bartłomiej Dach
|
881fa2b86b
|
Add basic test scene for scoreboard time
|
2022-01-07 19:18:16 +01:00 |
|
Dean Herbert
|
00177a3ae1
|
Update usages to new naming
|
2022-01-06 22:54:43 +09:00 |
|
Dean Herbert
|
3ea7588a91
|
Update continuation usages to use GetCompletedResult
|
2022-01-06 22:53:07 +09:00 |
|
Dean Herbert
|
73b40e6833
|
Replace usage of .Result with .WaitSafelyForResult
|
2022-01-04 11:51:41 +09:00 |
|
Dean Herbert
|
bf1418bafc
|
Use OnlineID instead of legacy IDs for equality and lookups
|
2021-12-10 16:11:48 +09:00 |
|
Dean Herbert
|
e75e209053
|
Cache and consume IRulesetStore where feasible
|
2021-12-03 18:16:01 +09:00 |
|
Bartłomiej Dach
|
05f7ea6b6d
|
Remove mentions of "panel" and "direct" from names of old download buttons
|
2021-11-27 15:08:03 +01:00 |
|
Bartłomiej Dach
|
a043d1e427
|
Move old beatmap download button to more general namespace
|
2021-11-27 15:06:57 +01:00 |
|
Bartłomiej Dach
|
251ab183a0
|
Move beatmap play button nearer its only remaining usage
|
2021-11-27 15:04:05 +01:00 |
|
Dean Herbert
|
716543b5b3
|
Move beatmap download logic out of BeatmapManager
|
2021-11-25 17:29:41 +09:00 |
|
Dean Herbert
|
183b95cbc2
|
Rename BeatmapSetOnlineStatus to BeatmapOnlineStatus
This variable is used at more than just a set level.
|
2021-11-24 18:42:49 +09:00 |
|
Dean Herbert
|
285b161da7
|
Update other usages of online ID comparisons to use new extension method
|
2021-11-15 14:44:08 +09:00 |
|
Dean Herbert
|
0ecf5f201c
|
Rename User to APIUser and move to correct namespace
|
2021-11-07 11:26:01 +09:00 |
|
Dean Herbert
|
9f9ef570ee
|
Also propagate Status in temporary BeatmapInfo usage
|
2021-11-05 14:44:58 +09:00 |
|
Dean Herbert
|
08d94f864f
|
Update ScoresContainer to not use ToBeatmapInfo
|
2021-11-04 17:09:53 +09:00 |
|
Dean Herbert
|
392559ae3e
|
Fix beatmap download notifications not showing beatmap name correctly
|
2021-11-03 03:23:41 +09:00 |
|
Bartłomiej Dach
|
793c384ecd
|
Remove unnecessary null-conditional access
|
2021-11-01 12:02:37 +01:00 |
|
Dean Herbert
|
b21e0e7efb
|
Merge branch 'beatmap-refactor/get-and-present' into beatmap-refactor/beatmap-overlays
|
2021-11-01 18:07:51 +09:00 |
|
Dean Herbert
|
b98faf6159
|
Merge branch 'master' into score-refactor/isolated-serialisation
|
2021-11-01 15:49:25 +09:00 |
|
Dean Herbert
|
21e0074d3b
|
Add missing AddInternal call for BeatmapSetHeaderContent 's download tracker
|
2021-11-01 14:43:32 +09:00 |
|
Dean Herbert
|
a16c8f1ebc
|
Update all beatmap overlay views to use APIBeatmap /APIBeatmapSet
|
2021-10-29 18:50:55 +09:00 |
|
Dean Herbert
|
8ad33d43d0
|
Merge branch 'beatmap-refactor/get-and-present' into beatmap-refactor/beatmap-overlays
|
2021-10-29 18:01:17 +09:00 |
|
Dean Herbert
|
3f030cebf4
|
Remove local score copying in GetScoresRequest to allow APIScoreInfo.Beatmap to be APIBeatmap
|
2021-10-29 14:14:25 +09:00 |
|
Dean Herbert
|
817369903a
|
Rename API score classes
|
2021-10-29 13:40:56 +09:00 |
|
Dean Herbert
|
3b095e1626
|
Merge branch 'master' into beatmap-refactor/download-tracker
|
2021-10-29 11:50:54 +09:00 |
|
Dean Herbert
|
7245baba69
|
Remove IBeatmapSetOnlineInfo implementation from BeatmapSetInfo to avoid null cases
|
2021-10-28 00:50:45 +09:00 |
|
Dean Herbert
|
746d6a4c16
|
Fix some oversights and test failures
|
2021-10-27 23:42:27 +09:00 |
|
Dean Herbert
|
f014ceaead
|
Update remaining usages of download tracking
|
2021-10-27 21:00:46 +09:00 |
|
Dean Herbert
|
6944151486
|
Apply batch fixing of built-in types using var
|
2021-10-27 13:04:41 +09:00 |
|
Dan Balasescu
|
efe6763226
|
Merge branch 'master' into move-online-beatmap-metrics
|
2021-10-26 14:24:40 +09:00 |
|
Bartłomiej Dach
|
6802e9ec10
|
Remove FixedWidth and add AutoSizeAxes specs to all usages
|
2021-10-25 20:24:48 +02:00 |
|
Dean Herbert
|
2c308f3008
|
Rename BeatmapMetrics to APIFailTimes
|
2021-10-25 15:34:41 +09:00 |
|
Dean Herbert
|
045dd94a6e
|
Move online metrics out of BeatmapSetInfo model
|
2021-10-25 15:12:39 +09:00 |
|
Bartłomiej Dach
|
5ab3337a10
|
Update beatmap set status pill appearance
|
2021-10-24 20:40:34 +02:00 |
|
Dean Herbert
|
69e7810dad
|
Enable nullable and switch classes to structs
|
2021-10-21 18:54:36 +09:00 |
|
Dean Herbert
|
32d01f022f
|
Rename usages which rely on online backing
|
2021-10-21 16:58:42 +09:00 |
|
Dean Herbert
|
853cf6feaa
|
Rename last remaining BeatmapInfo Beatmap usage
|
2021-10-04 17:35:53 +09:00 |
|
Dean Herbert
|
ec61c3c5ee
|
Rename all remaining cases
|
2021-10-03 00:55:29 +09:00 |
|
Dean Herbert
|
973c31132b
|
Rename BeatmapInfo variables which were named beatmap for clarity
|
2021-10-02 12:45:34 +09:00 |
|
Dan Balasescu
|
f4b1d8b9d1
|
Merge pull request #14704 from peppy/modicon-imod-support
Update `LeaderboardModSelector` to avoid creating mod instances
|
2021-09-10 16:43:32 +09:00 |
|
Dean Herbert
|
309460e505
|
Merge pull request #14675 from ekrctb/featured-artist-markers
Add featured artist markers to beatmap listing and overlay
|
2021-09-10 14:30:33 +09:00 |
|
Dean Herbert
|
28e9329136
|
Update LeaderboardModSelector to avoid creating mod instances
|
2021-09-10 12:43:21 +09:00 |
|