Dean Herbert
|
84d854e231
|
Avoid having the user profile show when clicking a spectator panel
|
2020-10-28 19:02:38 +09:00 |
|
Dean Herbert
|
32becb6882
|
Add simple listing of currently playing users
|
2020-10-28 19:02:38 +09:00 |
|
Dean Herbert
|
ce9dd0c920
|
Fix enum descriptions not being displayed in OverlayHeaderTabControl
|
2020-10-28 17:44:15 +09:00 |
|
Dean Herbert
|
6169349f7c
|
Fix switching to new beatmap not working correctly
|
2020-10-28 17:44:11 +09:00 |
|
Dean Herbert
|
730cc645fb
|
Avoid reconstructing ruleset for each frame bundle
|
2020-10-28 16:33:52 +09:00 |
|
Dean Herbert
|
5fcd39a43d
|
Ensure spectator screen is loaded before continuing
|
2020-10-28 16:29:06 +09:00 |
|
Dean Herbert
|
48b0357e7d
|
Fix "finished playing" events handled for potentially incorrect user
|
2020-10-28 16:11:14 +09:00 |
|
Dean Herbert
|
6eddd76bdc
|
Simplify FramedReplayInputHandler's SetFrame implementation
|
2020-10-28 16:03:23 +09:00 |
|
Dean Herbert
|
09da75b143
|
Merge branch 'frame-stability-clean-up' into spectator-replay-watcher
|
2020-10-28 15:34:46 +09:00 |
|
Dean Herbert
|
2b1e79a4e8
|
Simplify state changes further
|
2020-10-28 15:32:20 +09:00 |
|
Dean Herbert
|
c9515653b3
|
Restore previous directionality logic to avoid logic differences
|
2020-10-28 15:31:57 +09:00 |
|
Dean Herbert
|
77d807d0f5
|
Merge branch 'frame-stability-clean-up' into spectator-replay-watcher
|
2020-10-28 15:26:02 +09:00 |
|
Dean Herbert
|
59e9c2639a
|
Remove try-finally
|
2020-10-28 15:16:56 +09:00 |
|
Dean Herbert
|
a06516c900
|
Extract out frame stability state into enum for (hopefully) better clarity
|
2020-10-28 15:15:15 +09:00 |
|
Dean Herbert
|
8c9bda2ded
|
Split out replay update method
|
2020-10-28 15:14:06 +09:00 |
|
Dean Herbert
|
9b9a41596f
|
Split out frame stability calculation to own method
|
2020-10-28 15:14:06 +09:00 |
|
Dean Herbert
|
3e5322541d
|
Make direction setting more clear
|
2020-10-28 14:35:42 +09:00 |
|
Dean Herbert
|
351acce698
|
Merge branch 'master' into fix-editor-bindable-crash
|
2020-10-28 13:34:54 +09:00 |
|
Dean Herbert
|
01b576c861
|
Fix editor crash on exit when forcing exit twice in a row
|
2020-10-28 13:32:39 +09:00 |
|
Andrei Zavatski
|
914bd53788
|
Add missing blank line
|
2020-10-28 02:39:51 +03:00 |
|
Andrei Zavatski
|
6fd3686c4d
|
Use IReadOnlyCollection instead of List in SearchBeatmapSetsRequest
|
2020-10-28 02:36:35 +03:00 |
|
Andrei Zavatski
|
03c5057a92
|
Simplify BeatmapSearchMultipleSelectionFilterRow
|
2020-10-28 02:28:31 +03:00 |
|
Andrei Zavatski
|
fd11346a28
|
Update button colours
|
2020-10-28 01:48:24 +03:00 |
|
Andrei Zavatski
|
b4ec3b9fef
|
Simplify MultipleSelectionFilterTabItem state changes
|
2020-10-28 01:41:46 +03:00 |
|
Dean Herbert
|
0a7f3dc19b
|
Avoid null reference on finalization
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
|
2020-10-28 07:29:07 +09:00 |
|
Andrei Zavatski
|
c4efceceb2
|
Use char instead of sting for request parameter creation
|
2020-10-27 23:57:11 +03:00 |
|
Andrei Zavatski
|
008d1d697c
|
Implement filtering by rank achieved
|
2020-10-27 23:14:48 +03:00 |
|
Andrei Zavatski
|
1710b396e7
|
Implement BeatmapSearchMultipleSelectionFilterRow
|
2020-10-27 22:27:29 +03:00 |
|
Lucas A
|
44471b4596
|
Fix tests not building.
|
2020-10-27 20:19:15 +01:00 |
|
Andrei Zavatski
|
1b40b56d41
|
Add ability to search by play criteria
|
2020-10-27 21:30:53 +03:00 |
|
Andrei Zavatski
|
26a60d898c
|
Implement BeatmapSearchExtraFilterRow
|
2020-10-27 21:22:20 +03:00 |
|
Andrei Zavatski
|
742a96484b
|
Add ability to set extra parameters to SearchBeatmapSetsRequest
|
2020-10-27 20:13:18 +03:00 |
|
Leon Gebler
|
0ddf840a63
|
Merge branch 'master' into fix-timeline-drag-select-weirdness
|
2020-10-27 15:31:55 +01:00 |
|
Leon Gebler
|
983a2774e8
|
Code Formatting
|
2020-10-27 15:09:10 +01:00 |
|
Dean Herbert
|
37e9e39ee8
|
Merge pull request #10602 from peppy/fix-editor-samples-not-pausing-screen-swap
Fix editor not pausing samples when switching away from compose mode
|
2020-10-27 22:43:27 +09:00 |
|
Leon Gebler
|
064c50c3ac
|
Expose currentZoom to fix selection box wiggle
|
2020-10-27 14:38:35 +01:00 |
|
Dean Herbert
|
d5e0fa322b
|
Fix a couple of inspections
|
2020-10-27 22:30:45 +09:00 |
|
Lucas A
|
a96c067bea
|
Remove uncessary async-await state machine level.
|
2020-10-27 13:45:21 +01:00 |
|
Dan Balasescu
|
26a7545534
|
Merge branch 'master' into fix-editor-samples-not-pausing-screen-swap
|
2020-10-27 21:29:16 +09:00 |
|
Dean Herbert
|
2cacdaa11b
|
Add basic beatmap download and play flow
|
2020-10-27 19:28:34 +09:00 |
|
Dean Herbert
|
42b3aa3359
|
Fix spectating when starting from a point that isn't at the beginning of the beatmap
|
2020-10-27 18:58:37 +09:00 |
|
Dean Herbert
|
a289b7034f
|
Add test helper functions to promote code share
|
2020-10-27 18:58:37 +09:00 |
|
Dean Herbert
|
b3d793a505
|
Fix gameplay proceeding when no frames have been received yet
|
2020-10-27 18:58:37 +09:00 |
|
Dean Herbert
|
d4467d20a2
|
Allow tests to continue sending frames from point they left off
|
2020-10-27 18:58:37 +09:00 |
|
Dean Herbert
|
851d45d2eb
|
Add sane pausing logic
|
2020-10-27 18:58:37 +09:00 |
|
Dean Herbert
|
9e6b0a42ec
|
Allow FrameStabilityContainer to handle waiting-for-data state better (and pause outwards)
|
2020-10-27 18:58:37 +09:00 |
|
Dean Herbert
|
3ec3321a3d
|
Add missing space
|
2020-10-27 18:58:37 +09:00 |
|
Dean Herbert
|
63131d46aa
|
Send initial spectator state more correctly in test component
|
2020-10-27 18:58:37 +09:00 |
|
Dean Herbert
|
4dba96e189
|
Add more useful frame sending logic to tests
|
2020-10-27 18:58:37 +09:00 |
|
Dean Herbert
|
b737a8bf6e
|
Add field to Replay denoting whether the full replay have been received or not
|
2020-10-27 18:58:37 +09:00 |
|