Dean Herbert
|
8696f82627
|
Fix intro screen
Fix things
|
2022-01-12 17:00:16 +09:00 |
|
Dean Herbert
|
c4a9211179
|
Apply NRT to BeatmapManager and move Hide /Restore methods across
|
2022-01-12 17:00:16 +09:00 |
|
Dean Herbert
|
8d943b5709
|
Fix many shortcomings and compatibility issues with EF classes post-rename
|
2022-01-12 17:00:16 +09:00 |
|
Dean Herbert
|
d7fe3584cd
|
Don't persist Countdown to realm for now
It's another enum which is a pain to handle, and not actually being
consumed anywhere.
|
2022-01-12 17:00:16 +09:00 |
|
Dean Herbert
|
00e3af3366
|
Update model manager and many related classes to get things compiling again
|
2022-01-12 17:00:00 +09:00 |
|
Dean Herbert
|
a5df01ff47
|
Add score importer
|
2022-01-12 16:57:27 +09:00 |
|
Dean Herbert
|
8c0db79ec1
|
Remove BeatmapStore and update surrounding code
|
2022-01-12 16:57:27 +09:00 |
|
Dean Herbert
|
b8cd3cdbbc
|
Various updates to ruleset and primary key usages to move closer to realm support
|
2022-01-12 16:57:13 +09:00 |
|
Dean Herbert
|
b77bb2f12b
|
Switch BeatmapModelManager to use RealmArchiveModelManager base class
|
2022-01-12 16:39:36 +09:00 |
|
Dean Herbert
|
116f35c52a
|
Remove EF FileStore
|
2022-01-12 16:39:36 +09:00 |
|
Dean Herbert
|
89d6ffa7f3
|
Use RealmContextFactory instead of EF
|
2022-01-12 16:39:36 +09:00 |
|
Dean Herbert
|
df088f96f4
|
Fix incorrect Metadata -related null checks
|
2022-01-12 16:39:36 +09:00 |
|
Dean Herbert
|
6a671b0a52
|
Remove unnecessary assigns of BeatmapSetInfo.Metadata
|
2022-01-12 16:39:36 +09:00 |
|
Dean Herbert
|
fda529de26
|
Update usages of APIUser to RealmUser
|
2022-01-12 16:39:36 +09:00 |
|
Dean Herbert
|
213d89b479
|
Update null fallback cases involving OnlineID
|
2022-01-12 16:39:36 +09:00 |
|
Dean Herbert
|
c3df58e01c
|
Add required properties to make realm models backwards compatible
|
2022-01-12 16:39:36 +09:00 |
|
Dean Herbert
|
618903c217
|
Rename realm to become imposter classes
|
2022-01-12 16:39:36 +09:00 |
|
Dean Herbert
|
0b6c4497bd
|
Rename EF classes to allow for shit to hit the fan
|
2022-01-12 16:39:36 +09:00 |
|
Dan Balasescu
|
38a51b9ce0
|
Add comment
|
2022-01-11 13:54:12 +09:00 |
|
Dan Balasescu
|
81fed4c6bf
|
Use time=0 as for the first control point
|
2022-01-11 12:55:17 +09:00 |
|
Dean Herbert
|
3cd996eb4a
|
Merge branch 'master' into async-deadlock-safety
|
2022-01-07 17:28:59 +09: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
|
374dac57f2
|
Change expanded card content height to 200
|
2022-01-04 13:22:00 +09:00 |
|
Dean Herbert
|
73b40e6833
|
Replace usage of .Result with .WaitSafelyForResult
|
2022-01-04 11:51:41 +09:00 |
|
Bartłomiej Dach
|
0ad555e9f7
|
Remove surplus blank line
|
2022-01-03 18:33:32 +01:00 |
|
Dean Herbert
|
b9851b278d
|
Add padding to the bottom of the beatmap listing overlay to avoid hovered panels exceeding visible bounds
Closes https://github.com/ppy/osu/issues/16120.
|
2022-01-03 13:18:28 +09:00 |
|
Joseph Madamba
|
7de43e3aba
|
Fix most open compound words in identifiers being closed
|
2021-12-27 20:26:28 -08:00 |
|
Bartłomiej Dach
|
3ca238825b
|
Unify width of normal and extra card sizes
|
2021-12-24 09:17:07 +01:00 |
|
Bartłomiej Dach
|
a49a4329ee
|
Add capability to switch between card sizes
|
2021-12-23 15:55:37 +01:00 |
|
Bartłomiej Dach
|
cd4c1bc678
|
Add factory method for various card sizes
|
2021-12-23 15:55:36 +01:00 |
|
Dean Herbert
|
f179ff33c9
|
Remove all NRT changes
This reverts commit bb9877adab .
|
2021-12-22 21:02:06 +09:00 |
|
Dean Herbert
|
bb9877adab
|
Reapply IWorkingBeatmap nullability fixed
|
2021-12-22 20:48:48 +09:00 |
|
Dean Herbert
|
bc47801cbb
|
Revert "Apply NRT to WorkingBeatmap "
This reverts commit 9e17d7d4e3 .
|
2021-12-22 19:14:18 +09:00 |
|
Dean Herbert
|
9e17d7d4e3
|
Apply NRT to WorkingBeatmap
|
2021-12-22 18:41:45 +09:00 |
|
Dean Herbert
|
53c0a6708f
|
Move public accessor properties to top of file
|
2021-12-22 18:25:09 +09:00 |
|
Dean Herbert
|
a5f77a86ef
|
Move load methods and rename loadedTrack to match other private fields
|
2021-12-22 18:24:51 +09:00 |
|
Dean Herbert
|
7344c87b16
|
Remove RecyclableLazy
|
2021-12-22 18:18:12 +09:00 |
|
Dean Herbert
|
f3f491374b
|
Remove unused load checks
|
2021-12-22 18:17:00 +09:00 |
|
Dean Herbert
|
3c95497ed7
|
Reorder methods to hopefully make more sense
|
2021-12-22 18:17:00 +09:00 |
|
Dean Herbert
|
e38e4c0adc
|
Enable NRT on IWorkingBeatmap
|
2021-12-22 18:17:00 +09:00 |
|
Dean Herbert
|
967419c9ac
|
Remove BeatmapSetInfo and Metadata from interface
There were very few accesses to this, and after realm they should all be
done via the `BeatmapInfo`, so let's remove this.
|
2021-12-22 18:17:00 +09:00 |
|
Dean Herbert
|
1b0af78831
|
Simplify WorkingBeatmap in multiple ways
Just a clean-up pass.
|
2021-12-22 18:17:00 +09:00 |
|
Dean Herbert
|
b38b300159
|
Convert BeatmapMetadata access to be via a computed property
|
2021-12-22 18:17:00 +09:00 |
|
Bartłomiej Dach
|
c7b9b176c6
|
Rename BeatmapCard{Base => }
|
2021-12-21 08:26:25 +01:00 |
|
Bartłomiej Dach
|
88d4e95ad8
|
Rename BeatmapCard{ => Normal}
|
2021-12-21 08:26:21 +01:00 |
|
Bartłomiej Dach
|
33e930f477
|
Move scale-on-expand logic to BeatmapCardContent
|
2021-12-17 13:29:20 +01:00 |
|
Bartłomiej Dach
|
d6f6039934
|
Extract base class for beatmap cards
|
2021-12-17 13:27:11 +01:00 |
|
Bartłomiej Dach
|
f052b47d87
|
Extract collapsible button container for card usage
|
2021-12-17 12:58:05 +01:00 |
|
Bartłomiej Dach
|
7aab12d4b0
|
Share extra row dropdown show/cancel show logic
|
2021-12-17 11:45:05 +01:00 |
|