Commit Graph

44618 Commits

Author SHA1 Message Date
d6618a99a3 Redirect more methods to interface implementations 2021-10-01 17:36:44 +09:00
9dae92e78c Add missing backlink to BeatmapSet from Beatmap and fix non-explicit implementations 2021-10-01 17:22:25 +09:00
00e33a1da7 Fix incorrect OnlineID mappings 2021-10-01 17:06:09 +09:00
05996cc2e9 Add changes that got forgotted in branch surgery 2021-10-01 17:04:53 +09:00
8595eb2d11 Switch BeatmapDifficulty usages to use interface type 2021-10-01 16:55:50 +09:00
d309636460 Update all EF based models to implement new read only interfaces 2021-10-01 16:55:50 +09:00
619dfe0690 Add new interface base types for models 2021-10-01 16:55:47 +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
18ab6747f7 Fix tests 2021-09-30 12:01:28 +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
8bbd8cd948 Merge pull request #14890 from peppy/skin-editor-nullable-allowed
Fix skin editor potentially crashing during close process
2021-09-29 20:19:19 +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
5edc5c2adc Merge pull request #14826 from peppy/move-startup-concurrency-check
Move startup concurrency check to higher level
2021-09-29 18:28:15 +09:00
754c56d7ae Merge branch 'master' into move-startup-concurrency-check 2021-09-29 17:20:20 +09:00
6019839d66 Merge pull request #14825 from peppy/enable-ipc-test
Re-enable IPC import test
2021-09-29 17:17:22 +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
f96effb2ea Merge branch 'master' into enable-ipc-test 2021-09-29 16:32:53 +09:00
d60cba97da Merge pull request #14889 from peppy/update-framework
Update framework
2021-09-29 14:40:11 +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
1567faa7b2 Merge pull request #14865 from bdach/fix-legacy-repeat-arrow-fallback
Fix repeat arrow texture not falling back to default legacy skin
2021-09-28 11:07:18 +09:00
4958771fbf Merge pull request #14864 from bdach/fix-range-selection-crash-after-keyboard-selection
Fix timeline range selection crashing after non-mouse selection
2021-09-28 07:05:00 +09:00
5bd09a4a30 Rename inner lambda parameter 2021-09-27 22:21:14 +02:00
7a0499ad07 Fix repeat arrow texture not falling back to default legacy skin 2021-09-27 21:45:26 +02:00
ca6cbca04a Fix range selection crashing after non-mouse selection 2021-09-27 20:54:29 +02:00
1a1fc00b44 Add failing test case 2021-09-27 20:54:29 +02:00
dc24fd7e5b Merge pull request #14859 from peppy/local-database-strings
Move database connection string operations local
2021-09-27 21:46:52 +09: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
7f45bd27f2 Merge pull request #14851 from bdach/blueprint-container-sorting
Rewrite blueprint sorting logic to be more robust
2021-09-27 15:13:16 +09:00
df85092426 Resolve inner items early in process and rename variable 2021-09-27 14:24:17 +09:00
41fb3371e5 Merge branch 'master' into blueprint-container-sorting 2021-09-27 14:12:09 +09:00
91c5328fc6 Merge pull request #14853 from bdach/timeline-shift-click-selection
Add support for range selection to editor timeline
2021-09-27 14:11:44 +09:00
5466fb08fd Merge branch 'master' into timeline-shift-click-selection 2021-09-27 13:40:39 +09:00
6d7403df5b Merge pull request #14852 from bdach/timeline-selection-test-coverage
Add test coverage for timeline selection logic
2021-09-27 13:19:08 +09:00
d3203f83dd Add implementation of range selection 2021-09-26 20:12:26 +02:00
81d160c85a Add test covering expected UX of range selection 2021-09-26 19:27:47 +02:00