Dean Herbert
|
9411b42d0a
|
Cache skin filename to path mapping to reduce realm lookups during gameplay skin changes
|
2021-12-01 02:27:41 +09:00 |
|
Dean Herbert
|
ef3d0ee0db
|
Merge branch 'master' into realm-integration/skins-rebase
|
2021-11-30 19:59:59 +09:00 |
|
Dan Balasescu
|
a944dd247c
|
Merge pull request #15851 from peppy/realm-integration/live-queryable-fix
Apply fixes to `RealmLive<T>` to more correctly support querying data within `PerformRead`
|
2021-11-30 19:49:18 +09:00 |
|
Dan Balasescu
|
8fdb9ab4e5
|
Merge branch 'master' into realm-integration/live-queryable-fix
|
2021-11-30 18:54:14 +09:00 |
|
Dan Balasescu
|
f849ff67d5
|
Merge pull request #15853 from peppy/realm-nested-context-creation-deadlock-fix
Fix potential deadlock on nested context creation requests
|
2021-11-30 18:53:57 +09:00 |
|
Dan Balasescu
|
daa7135381
|
Merge branch 'master' into realm-nested-context-creation-deadlock-fix
|
2021-11-30 18:01:00 +09:00 |
|
Dean Herbert
|
a286838b3a
|
Merge branch 'realm-nested-context-creation-deadlock-fix' into realm-integration/skins-rebase
|
2021-11-30 16:17:55 +09:00 |
|
Dean Herbert
|
e83ada40f9
|
Merge branch 'realm-nested-context-creation-deadlock-fix' into realm-integration/skins-rebase
|
2021-11-30 15:56:34 +09:00 |
|
Dean Herbert
|
1ff0326f8e
|
Merge branch 'master' into realm-integration/skins-rebase
|
2021-11-30 15:50:10 +09:00 |
|
Dean Herbert
|
6f66ecd77b
|
Move migrations to own file and add user skin choice config migration
|
2021-11-30 15:41:18 +09:00 |
|
Dean Herbert
|
0efd565c8b
|
Remove forgotten using statement
|
2021-11-30 15:41:07 +09:00 |
|
Dean Herbert
|
a943089be2
|
Add support for migration of skins from EF to Realm
|
2021-11-30 15:17:26 +09:00 |
|
Dean Herbert
|
6bf9327228
|
Add linking property on SkinFileInfo to allow EF to understand the link post-rename
|
2021-11-30 15:17:16 +09:00 |
|
Dan Balasescu
|
5d5f958e44
|
Merge pull request #15873 from peppy/realm-refresh
Fix main thread realm not being refreshed
|
2021-11-30 15:08:32 +09:00 |
|
Dean Herbert
|
0feec09966
|
Refactor beatmap importer tests to ensure realm is refreshed when waiting on state
|
2021-11-30 14:12:49 +09:00 |
|
Dean Herbert
|
6e4cd91b7b
|
Fix update thread realm context never being Refresh() ed
|
2021-11-30 14:12:36 +09:00 |
|
Dean Herbert
|
384a0664c2
|
Remove unused migration method
|
2021-11-30 14:05:44 +09:00 |
|
Dan Balasescu
|
ffd26e83b1
|
Merge pull request #15872 from peppy/fix-chat-dropdown
Fix chat tab dropdown not being reachable at default sizing
|
2021-11-30 13:47:31 +09:00 |
|
Dan Balasescu
|
f7b0d567bb
|
Merge pull request #15871 from peppy/fix-wedge-test-intermittent-failure
Fix intermittent test failures in `TestSceneBeatmapInfoWedge` due to async load
|
2021-11-30 13:47:17 +09:00 |
|
Dean Herbert
|
f921acc681
|
Fix chat tab dropdown not being reachable at default sizing
Would have liked to fix this in a more local way, but the structure of
the dropdowns is just a pain in the ass to work with, so this will do
for now.
|
2021-11-30 13:01:46 +09:00 |
|
Dean Herbert
|
a73919917c
|
Fix intermittent test failures in TestScenBeatmapInfoWedge due to async load
https://github.com/ppy/osu/runs/4358685294?check_suite_focus=true
Occurs due to the wedge content also reloading on ruleset change, which
wasn't being accounted for. In a fail case, the content would change
during the "select beatmap" step's async load wait, causing incorrect
results.
51a353e12d/osu.Game/Screens/Select/BeatmapInfoWedge.cs (L70)
|
2021-11-30 12:32:09 +09:00 |
|
Dean Herbert
|
eb596bed9e
|
Merge pull request #15864 from bdach/beatmap-card/difficulty-list
Implement beatmap card difficulty list
|
2021-11-30 12:11:14 +09:00 |
|
Dean Herbert
|
1a06ea1966
|
Merge branch 'master' into realm-integration/skins-rebase
|
2021-11-30 12:06:57 +09:00 |
|
Dean Herbert
|
6b0999052f
|
Merge branch 'master' into realm-integration/live-queryable-fix
|
2021-11-30 12:02:37 +09:00 |
|
Dean Herbert
|
f3f77fa053
|
Update missed xmldoc/comments
|
2021-11-30 11:56:53 +09:00 |
|
Dean Herbert
|
2e31f5a338
|
Update tests to match new behaviour
|
2021-11-30 11:55:13 +09:00 |
|
Dean Herbert
|
35d68d6ab0
|
Remove all optimisations from RealmLive
|
2021-11-30 11:47:29 +09:00 |
|
Bartłomiej Dach
|
45656c3599
|
Fix difficulty spectrum display not ordering ruleset groups by ID
|
2021-11-29 22:06:11 +01:00 |
|
Bartłomiej Dach
|
0fc4d6dc2a
|
Implement beatmap card difficulty list
|
2021-11-29 22:04:09 +01:00 |
|
Bartłomiej Dach
|
431ac1d97b
|
Remove unused using directive
|
2021-11-29 20:57:55 +01:00 |
|
Dan Balasescu
|
823552a5e8
|
Merge pull request #15856 from peppy/simplify-replace-file
Remove the ability to specify a filename in `ReplaceFile`
|
2021-11-29 20:49:38 +09:00 |
|
Dan Balasescu
|
0ee524a72f
|
Merge pull request #15857 from peppy/realm-importer-remove-pointless-fast-hash
Remove `computeHashFast` usage in `RealmArchiveModelImporter.ComputeHash`
|
2021-11-29 18:58:40 +09:00 |
|
Dan Balasescu
|
8a188b74b1
|
Merge pull request #15850 from peppy/realm-integration/misc-qol
Apply a couple of realm related documentation/interface changes
|
2021-11-29 18:58:15 +09:00 |
|
Dean Herbert
|
566e10f8cc
|
Refactor test to be easier to follow
|
2021-11-29 18:55:23 +09:00 |
|
Dean Herbert
|
0bcfb8e199
|
Fix regression in implementation of fix
|
2021-11-29 18:52:29 +09:00 |
|
Dean Herbert
|
6877867467
|
Make default fallback logic more robust
|
2021-11-29 18:28:25 +09:00 |
|
Dean Herbert
|
0d18c83d75
|
Simplify deletion by adding always present conditionals to Delete method
|
2021-11-29 18:28:25 +09:00 |
|
Dean Herbert
|
f6a3709060
|
Store default skins to database
|
2021-11-29 18:28:25 +09:00 |
|
Dean Herbert
|
c629a7a36f
|
Fix random selection and avoid using legacy events for handling skin import/deletion
|
2021-11-29 18:28:25 +09:00 |
|
Dean Herbert
|
29d074bdb8
|
Implement missing behaviours required for skin file operations via RealmArchiveModelManager
|
2021-11-29 18:28:25 +09:00 |
|
Dean Herbert
|
e2d9a685d7
|
Update skin implementations to match new structures
|
2021-11-29 18:28:25 +09:00 |
|
Dean Herbert
|
744a5b33f5
|
Rewrite SkinSection to use realm subscriptions and databased defaults
|
2021-11-29 18:28:25 +09:00 |
|
Dean Herbert
|
6b55de2845
|
Use ILive for Skin.SkinInfo
|
2021-11-29 18:28:25 +09:00 |
|
Dean Herbert
|
cd0c811ab1
|
Add the ability to call ToString on a RealmLive to get the underlying object's implementation
|
2021-11-29 18:28:25 +09:00 |
|
Dean Herbert
|
5db7cf23d3
|
Add pending deletion skin cleanup
|
2021-11-29 18:28:25 +09:00 |
|
Dean Herbert
|
23146d59d1
|
Use ILive for current skin
|
2021-11-29 18:28:25 +09:00 |
|
Dean Herbert
|
2a9c7c00c8
|
Update tests and file access code
|
2021-11-29 18:28:25 +09:00 |
|
Dean Herbert
|
3db5646fa8
|
Create Guid constants for system skins (and store skin choice to configuration as guid)
|
2021-11-29 18:28:25 +09:00 |
|
Dean Herbert
|
e283379f0e
|
Replace EF SkinInfo with realm implementation
|
2021-11-29 18:28:25 +09:00 |
|
Dean Herbert
|
5f067172b4
|
Add model class for realm skin
|
2021-11-29 18:28:25 +09:00 |
|