Dan Balasescu
|
0146987eba
|
Merge pull request #15650 from peppy/fix-stand-alone-chat-textbox-corners
Fix `StandAloneChatDisplay`'s `TextBox` having different corner radius
|
2021-11-16 20:45:08 +09:00 |
Dan Balasescu
|
843b0f9641
|
Merge pull request #15649 from peppy/fix-leaderboard-cancellation-failure
Fix song select leaderboard potentially displaying outdated or incorrect content
|
2021-11-16 19:10:48 +09:00 |
Dan Balasescu
|
833ab100e1
|
Merge pull request #15632 from peppy/i-working-beatmap/difficulty-calculator
Update `DifficultyCalculator` to take an `IRulesetInfo` and `IWorkingBeatmap`
|
2021-11-16 19:10:41 +09:00 |
Dean Herbert
|
f74afb48fd
|
Fix `StandAloneChatDisplay`'s `TextBox` having different corner radius
|
2021-11-16 17:50:57 +09:00 |
Dan Balasescu
|
f9e3d9bb92
|
Merge branch 'master' into i-working-beatmap/difficulty-calculator
|
2021-11-16 17:46:38 +09:00 |
Dan Balasescu
|
077d53e3ad
|
Merge pull request #15630 from peppy/fix-beatmap-recommendations-test
Fix `TestSceneBeatmapRecommendations` testing with an online ID of 0
|
2021-11-16 17:46:24 +09:00 |
Dean Herbert
|
2dd721f760
|
Fix incorrect `CancellationToken` being used for inner check during leaderboard updates
|
2021-11-16 17:41:16 +09:00 |
Dan Balasescu
|
96dddc8a0b
|
Merge pull request #15627 from peppy/playlist-item-iruleset
Update `PlaylistItem` to use `IRulesetInfo`
|
2021-11-16 17:15:09 +09:00 |
Dan Balasescu
|
f6ae0ec715
|
Merge pull request #15642 from peppy/external-update-provider
Add update manager which performs no update action
|
2021-11-16 16:59:33 +09:00 |
Dean Herbert
|
79e26b0703
|
Merge branch 'master' into fix-beatmap-recommendations-test
|
2021-11-16 16:19:47 +09:00 |
Dean Herbert
|
f5c52755c9
|
Merge branch 'master' into i-working-beatmap/difficulty-calculator
|
2021-11-16 16:19:22 +09:00 |
Dan Balasescu
|
ddf2fade1a
|
Merge branch 'master' into playlist-item-iruleset
|
2021-11-16 16:19:10 +09:00 |
Dan Balasescu
|
9a88339f0c
|
Merge pull request #15594 from peppy/beatmap-collection-inteface-types
Add `IBeatmapInfo`/`IBeatmapSetInfo` equality support and update `BeatmapCollection` to use interface types
|
2021-11-16 16:17:51 +09:00 |
Dean Herbert
|
726a0cc091
|
Merge branch 'master' into beatmap-collection-inteface-types
|
2021-11-16 15:31:10 +09:00 |
Dean Herbert
|
71fef241df
|
Fix recursive equality call on `APIBeatmap` and `APIBeatmapSet`
|
2021-11-16 14:13:47 +09:00 |
Dean Herbert
|
2cbdac91ad
|
Add missing `APIUser` comparison method
|
2021-11-16 12:44:20 +09:00 |
Dean Herbert
|
fbc46941fa
|
Add type safety to `MatchesOnlineID` extension methods
|
2021-11-16 12:37:47 +09:00 |
Dean Herbert
|
68e2699043
|
Fix oversight in playlist matching logic
|
2021-11-16 12:35:18 +09:00 |
Dean Herbert
|
9207b87b76
|
Add back interface equality but limit to only matching types
|
2021-11-16 12:35:18 +09:00 |
Dean Herbert
|
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 |
Dan Balasescu
|
83fea71580
|
Merge pull request #15631 from peppy/i-working-beatmap/expose-methods-via-interface
Expose more of `WorkingBeatmap` via interface
|
2021-11-15 20:13:24 +09:00 |
Dan Balasescu
|
1d87b47fec
|
Remove now-unnecessary R# disables
|
2021-11-15 19:40:31 +09:00 |
Dean Herbert
|
a90cfb4a2f
|
Implement remaining properties via implicit implementation rather than interface methods
|
2021-11-15 19:30:46 +09:00 |
Dean Herbert
|
4856180912
|
Use new helper method
|
2021-11-15 19:19:53 +09:00 |
Dean Herbert
|
86b8fd3720
|
Fix `TestSceneBeatmapRecommendations` testing with an online ID of 0
|
2021-11-15 19:19:53 +09:00 |
Dean Herbert
|
fabf253381
|
Update difficulty calculator tests to also use `IWorkingBeatmap`
|
2021-11-15 19:16:49 +09:00 |
Dean Herbert
|
369b4ba789
|
Update `DifficultyCalculator` to take an `IRulesetInfo`
|
2021-11-15 19:16:48 +09:00 |
Dean Herbert
|
62d670a3ca
|
Update `DifficultyCalculator` to take an `IWorkingBeatmap`
|
2021-11-15 19:16:48 +09:00 |
Dean Herbert
|
960cecf3db
|
Merge branch 'beatmap-collection-inteface-types' into i-working-beatmap/difficulty-calculator
|
2021-11-15 19:16:47 +09:00 |
Dean Herbert
|
a0e25d18cd
|
Expose more of `WorkingBeatmap` via interface
|
2021-11-15 18:25:48 +09:00 |
Dean Herbert
|
5489b19c57
|
Update `PlaylistItem` to use `IRulesetInfo`
|
2021-11-15 16:13:03 +09:00 |
Dean Herbert
|
1988b263c6
|
One more missed usage..
|
2021-11-15 16:02:08 +09:00 |
Dean Herbert
|
73cb80d8a4
|
Update one more missed usage
|
2021-11-15 16:00:45 +09:00 |
Dean Herbert
|
611b9fe942
|
Remove now unused implementations of interface equality
|
2021-11-15 14:50:09 +09:00 |
Dean Herbert
|
285b161da7
|
Update other usages of online ID comparisons to use new extension method
|
2021-11-15 14:44:08 +09:00 |
Dean Herbert
|
93fe57d399
|
Update tests to match new equality not including online ID checks
|
2021-11-15 14:43:43 +09:00 |
Dean Herbert
|
da75329f0c
|
Merge pull request #15608 from bdach/sample-point-multiple
Allow adjusting sample volume & bank of multiple objects at once
|
2021-11-15 14:42:54 +09:00 |
Dean Herbert
|
18f73b985b
|
Make `ModelExtensions` nullable enabled
|
2021-11-15 14:38:01 +09:00 |
Dean Herbert
|
0b4822b552
|
Remove newly added equality
|
2021-11-15 14:35:01 +09:00 |
Dean Herbert
|
a4c11e8813
|
Use extension method to compare online IDs
|
2021-11-15 14:34:50 +09:00 |
Dean Herbert
|
5471994450
|
Merge branch 'master' into sample-point-multiple
|
2021-11-15 14:13:58 +09:00 |
Dean Herbert
|
8a47555d8e
|
Merge pull request #15609 from bdach/gameplay-test/share-clock-state
Transfer beatmap track time between editor and gameplay test screens
|
2021-11-15 14:13:47 +09:00 |
Dean Herbert
|
fdbb59fd1d
|
Merge branch 'master' into gameplay-test/share-clock-state
|
2021-11-15 13:49:17 +09:00 |
Bartłomiej Dach
|
dbe76b529b
|
Merge pull request #15614 from peppy/fix-fail-animation-post-frequency
Fix frequency ramping a second time incorrectly after fail animation
|
2021-11-14 12:30:17 +01:00 |
Dean Herbert
|
a4aa008793
|
Fix frequency ramping a second time incorrectly after fail
|
2021-11-14 14:41:17 +09:00 |
Dean Herbert
|
5be22916bb
|
Add test coverage against frequency ramp increasing between fail animation and fail screen
|
2021-11-14 14:41:17 +09:00 |
Bartłomiej Dach
|
6b4b6de554
|
Fix test gameplay starting in a hidden state
|
2021-11-13 22:11:00 +01:00 |
Bartłomiej Dach
|
2562412125
|
Propagate clock state from gameplay test back to editor
|
2021-11-13 22:11:00 +01:00 |
Bartłomiej Dach
|
d2ddc25ab3
|
Propagate clock state from editor to gameplay test
|
2021-11-13 22:10:59 +01:00 |
Bartłomiej Dach
|
ca239ca40a
|
Add failing test case for sharing clock state with gameplay test
|
2021-11-13 22:10:59 +01:00 |