Commit Graph

29563 Commits

Author SHA1 Message Date
41e46f158f Fix tests following playlist changes
Also more closely follows the server implementation.
2021-11-16 14:37:33 +09:00
71fef241df Fix recursive equality call on APIBeatmap and APIBeatmapSet 2021-11-16 14:13:47 +09:00
9076519710 Give MultiplayerRoom a playlist, remove RequestAllPlaylistItems() 2021-11-16 14:13:43 +09:00
2cbdac91ad Add missing APIUser comparison method 2021-11-16 12:44:20 +09:00
fbc46941fa Add type safety to MatchesOnlineID extension methods 2021-11-16 12:37:47 +09:00
68e2699043 Fix oversight in playlist matching logic 2021-11-16 12:35:18 +09:00
9207b87b76 Add back interface equality but limit to only matching types 2021-11-16 12:35:18 +09:00
3fe89293af Add update manager which performs no update action
This is to be used in cases where updates are handled by an external
means. See
https://github.com/flathub/flathub/pull/2619#issuecomment-969731305 for
initial usage.
2021-11-16 12:11:13 +09:00
f0593115b2 Remove RemovePlaylistItem() server method for the time being 2021-11-16 12:08:53 +09:00
459e819a5d Update todo 2021-11-16 00:50:23 +09:00
d27edb3a25 Fix another potential crash from async load 2021-11-16 00:31:46 +09:00
b9e38269e3 Prevent playlist mangling selection if not allowed 2021-11-16 00:31:46 +09:00
8e014ca17a Reverse in-match playlist 2021-11-16 00:31:46 +09:00
eb983ed548 Fix potential crash from playlist updating during async load 2021-11-16 00:02:38 +09:00
f743a3647f Rename APIPlaylistItem -> MultiplayerPlaylistItem 2021-11-15 23:14:27 +09:00
5a1036a96a Merge branch 'master' into multi-queueing-modes 2021-11-15 22:46:40 +09:00
2c45a327bb Remove JsonIgnores, require opt-in properties 2021-11-15 19:54:35 +09:00
1d87b47fec Remove now-unnecessary R# disables 2021-11-15 19:40:31 +09:00
a90cfb4a2f Implement remaining properties via implicit implementation rather than interface methods 2021-11-15 19:30:46 +09:00
fabf253381 Update difficulty calculator tests to also use IWorkingBeatmap 2021-11-15 19:16:49 +09:00
369b4ba789 Update DifficultyCalculator to take an IRulesetInfo 2021-11-15 19:16:48 +09:00
62d670a3ca Update DifficultyCalculator to take an IWorkingBeatmap 2021-11-15 19:16:48 +09:00
960cecf3db Merge branch 'beatmap-collection-inteface-types' into i-working-beatmap/difficulty-calculator 2021-11-15 19:16:47 +09:00
a0e25d18cd Expose more of WorkingBeatmap via interface 2021-11-15 18:25:48 +09:00
c8a01c35f7 Remove extra members from FromDatabaseAttributes 2021-11-15 18:11:07 +09:00
45382a8127 Ignore some properties 2021-11-15 16:32:25 +09:00
5489b19c57 Update PlaylistItem to use IRulesetInfo 2021-11-15 16:13:03 +09:00
0cfd6fdf04 Add to/from database mapping functions to difficulty attributes 2021-11-15 16:06:50 +09:00
907499f73a Add json properties to difficulty attributes 2021-11-15 16:06:29 +09:00
1988b263c6 One more missed usage.. 2021-11-15 16:02:08 +09:00
73cb80d8a4 Update one more missed usage 2021-11-15 16:00:45 +09:00
5e2ccd5c85 Merge branch 'master' into multi-queueing-modes 2021-11-15 15:26:34 +09:00
611b9fe942 Remove now unused implementations of interface equality 2021-11-15 14:50:09 +09:00
285b161da7 Update other usages of online ID comparisons to use new extension method 2021-11-15 14:44:08 +09:00
18f73b985b Make ModelExtensions nullable enabled 2021-11-15 14:38:01 +09:00
0b4822b552 Remove newly added equality 2021-11-15 14:35:01 +09:00
a4c11e8813 Use extension method to compare online IDs 2021-11-15 14:34:50 +09:00
5471994450 Merge branch 'master' into sample-point-multiple 2021-11-15 14:13:58 +09:00
fdbb59fd1d Merge branch 'master' into gameplay-test/share-clock-state 2021-11-15 13:49:17 +09:00
a4aa008793 Fix frequency ramping a second time incorrectly after fail 2021-11-14 14:41:17 +09:00
6b4b6de554 Fix test gameplay starting in a hidden state 2021-11-13 22:11:00 +01:00
2562412125 Propagate clock state from gameplay test back to editor 2021-11-13 22:11:00 +01:00
d2ddc25ab3 Propagate clock state from editor to gameplay test 2021-11-13 22:10:59 +01:00
9a19a516f9 Adjust spacings on sample point piece popover 2021-11-13 21:59:45 +01:00
73ca1d39a2 Improve sample bank text box UX in case of multiple selection 2021-11-13 21:59:44 +01:00
3fee6b0938 Add support for setting sample bank & volume for multiple objects at once 2021-11-13 21:24:59 +01:00
9800cd4903 Add test coverage for sample control point piece operation 2021-11-13 18:14:50 +01:00
983d5a6cb8 Merge branch 'master' into difficulty-point-multiple 2021-11-13 23:47:12 +09:00
b58fe2d80a Restructure card to use single tracker at the top level 2021-11-13 15:39:03 +01:00
c38c95b373 Merge branch 'master' into beatmap-card/download-button 2021-11-13 14:59:59 +01:00