Commit Graph

28310 Commits

Author SHA1 Message Date
682fe5be78 Merge branch 'master' into realm-context-factory-safer-blocking 2021-10-02 00:30:09 +09:00
a620b55d55 Merge pull request #14900 from peppy/model-downloader-split
Split `ArchiveModelManager` into two pieces
2021-10-01 23:16:09 +09:00
d24f89fead Merge pull request #14906 from peppy/update-realm-context-factory
Refine `RealmContext` implementation
2021-10-01 22:57:03 +09:00
6a172d54d5 Merge branch 'master' into model-downloader-split 2021-10-01 22:34:39 +09:00
a32f5d44e2 Improve clarity of xmldoc
Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
2021-10-01 22:23:51 +09:00
154c412f34 Merge branch 'master' into beatmap-manager-split 2021-10-01 21:46:27 +09:00
74841cf1a9 Merge branch 'update-realm-context-factory' into realm-context-factory-safer-blocking 2021-10-01 03:54:31 +09:00
b51fd00ba3 Guard against disposal in all context retrievals 2021-10-01 03:46:53 +09:00
8557530cd5 Add back main context locking 2021-10-01 03:45:00 +09:00
c71cf1e220 Fix incomplete xmldoc 2021-10-01 01:51:31 +09:00
3ddb348252 Merge branch 'online-lookup-cache-separation' into beatmap-manager-split 2021-10-01 01:49:31 +09:00
2ed28f625a Pass whole queue in rather than function 2021-10-01 01:46:37 +09:00
428c7830d9 Pass online lookup queue in as a whole, rather than function 2021-10-01 01:45:21 +09:00
27c4f2b06e Add missing disposal 2021-10-01 01:38:50 +09:00
dde19f2e81 Fix unbalanced brackets
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
2021-10-01 01:37:51 +09:00
cfd3bdf888 Ensure realm blocks until all threaded usages are completed 2021-10-01 01:34:35 +09:00
9fa901f6aa Refine RealmContext implementation API 2021-09-30 23:56:38 +09:00
3e3b9bc963 Split out IModelDownloader and also split apart ScoreManager 2021-09-30 18:25:20 +09:00
0a00bc7795 Split out IPostNotifications into an interface 2021-09-30 18:21:34 +09:00
fd13142a15 Add missing interface to BeatmapManager 2021-09-30 18:21:24 +09:00
7a72747d88 Add back optional online lookups 2021-09-30 17:18:39 +09:00
90225f2082 Hook up all required interfaces to new BeatmapManager 2021-09-30 17:18:39 +09:00
5618c9933b Expose more pieces of ArchiveModelManager via interfaces 2021-09-30 16:44:39 +09:00
d21139b03e Split out database portion from BeatmapManager 2021-09-30 15:43:49 +09:00
e7e0473323 Split out WorkingBeatmapCache from BeatmapManager 2021-09-30 15:40:41 +09:00
8a6501fa58 Add basic component level xmldoc 2021-09-30 14:46:07 +09:00
6ffd9fdcfa Split out BeatmapOnlineLookupQueue from BeatmapManager 2021-09-30 14:46:01 +09:00
b8b61a196f Merge pull request #14891 from smoogipoo/mp-currently-playing-map
Add currently playing map to multiplayer lounge
2021-09-30 14:22:07 +09:00
816018edb7 Move hosted by text into nullcheck 2021-09-30 12:04:30 +09:00
202a602d2f Change default status to "ready to play" 2021-09-30 12:03:44 +09:00
ea30445efc Remove verbatim string 2021-09-30 12:03:34 +09:00
619a907c47 Fix zero height grid 2021-09-30 12:01:26 +09:00
56b3c8aa9a Remove forgotten text 2021-09-30 11:52:14 +09:00
c83dd7d2b6 Merge OnlinePlayComposite and RoomSubScreenComposite 2021-09-29 20:55:20 +09:00
c9c2d20544 Limit max size 2021-09-29 20:44:38 +09:00
67d847fbd3 Add room status text to DrawableRoom 2021-09-29 20:24:49 +09:00
5f921c7836 Change SelectedItem to show the last item by default 2021-09-29 20:24:32 +09:00
d89577b2e7 Add host to DrawableRoomParticipantsList 2021-09-29 19:34:40 +09:00
73ee82ee2b Rename RecentParticipantsList -> DrawableRoomParticipantsList 2021-09-29 19:15:58 +09:00
7914daaef0 Remove unused using 2021-09-29 19:09:48 +09:00
4fd19cbb0d Use null check instead of assert in Hide() due to public exposure 2021-09-29 18:58:43 +09:00
c5b7e97bd9 Fix skin editor potentially crashing during close process
As reported at
https://github.com/ppy/osu/discussions/14850#discussioncomment-1399382.
2021-09-29 18:53:49 +09:00
754c56d7ae Merge branch 'master' into move-startup-concurrency-check 2021-09-29 17:20:20 +09:00
ce3cf72a77 Merge pull request #14888 from peppy/rename-json-key-resolver
Rename JSON key resolver to better expose what it's doing
2021-09-29 16:58:42 +09:00
dcf87e97c2 Update framework 2021-09-29 14:03:41 +09:00
117d47bf7f Rename JSON key resolver to better expose what it's doing 2021-09-29 11:26:37 +09:00
625711e6d2 Merge pull request #14776 from peppy/fix-pause-with-audio-offset
Avoid accounting for the pause pitch adjust effect when "fixing" hardware offset adjustments
2021-09-28 18:44:22 +09:00
ca6cbca04a Fix range selection crashing after non-mouse selection 2021-09-27 20:54:29 +02:00
bcdbffbca0 Update framework 2021-09-27 20:56:54 +09:00
d4310f5d9a Move database connection string operations local
In line with framework changes in
https://github.com/ppy/osu-framework/pull/4793.
2021-09-27 17:32:41 +09:00