Jamie Taylor
|
9485323a13
|
Add audio feedback for incorrect MP room password
|
2021-09-17 20:52:13 +09:00 |
|
Dan Balasescu
|
a591fffdbd
|
Merge pull request #14782 from peppy/refocus-textbox-on-failed-password
Refocus the multiplayer password entry textbox on failed join
|
2021-09-17 18:59:09 +09:00 |
|
Dean Herbert
|
027912d4f6
|
Refocus the multiplayer password entry textbox on failed join
|
2021-09-17 18:25:25 +09:00 |
|
Dean Herbert
|
1c8e17cf11
|
Fix the default background parallax being set incorrectly when no screen is present
|
2021-09-17 18:14:39 +09:00 |
|
Dean Herbert
|
f524e913e1
|
Move AllowTrackAdjustments specification to RoomSubScreen
|
2021-09-17 13:24:01 +09:00 |
|
Dean Herbert
|
cd4ba71a6b
|
Revert "Merge pull request #14772 from Joehuu/lounge-disallow-track-adj"
This reverts commit 06ff4838fb , reversing
changes made to 5453ea0ce9 .
|
2021-09-17 13:22:39 +09:00 |
|
Joseph Madamba
|
55feb47e61
|
Disallow track adjustments on playlists / multi lounge
|
2021-09-16 20:17:21 -07:00 |
|
smoogipoo
|
e8dea0138c
|
Fix one more issue
|
2021-09-16 18:34:13 +09:00 |
|
smoogipoo
|
f9d5abff8a
|
Update with keybinding changes
|
2021-09-16 18:26:12 +09:00 |
|
Dean Herbert
|
3495fae519
|
Handle potential for OnResuming call without an OnSuspending first
|
2021-09-16 16:31:41 +09:00 |
|
Dean Herbert
|
b58415fe19
|
Make suspend stored state nullable to ensure we don't break it
|
2021-09-16 16:12:14 +09:00 |
|
Dean Herbert
|
fa693bb8a8
|
Move MusicController adjustment set to inside OsuScreen itself (and result nullable )
|
2021-09-16 16:08:09 +09:00 |
|
AbstractQbit
|
318f0941ca
|
Move all the "inherit previous AllowTrackAdjustments " logic into OsuScreen
|
2021-09-15 21:25:39 +03:00 |
|
Dean Herbert
|
931e873a7e
|
Merge branch 'master' into inheritable-allow-track-adjust
|
2021-09-15 22:26:13 +09:00 |
|
AbstractQbit
|
f0439ef50b
|
Remove unnecessary AllowTrackAdjustments overrides, add true to SongSelect
|
2021-09-15 13:12:57 +03:00 |
|
Dean Herbert
|
8acfefed1b
|
Merge pull request #14741 from smoogipoo/fix-lounge-beatmaps-counter
Fix incorrect beatmap count and SR range in multi lounge
|
2021-09-15 18:51:52 +09:00 |
|
AbstractQbit
|
1181317c72
|
Fix issues found by code quality ci
|
2021-09-15 12:01:56 +03:00 |
|
smoogipoo
|
f54d554d30
|
Extract removal to method
|
2021-09-15 17:03:28 +09:00 |
|
AbstractQbit
|
48cf98ef93
|
Rephrase null meaning in IOsuScreen.AllowTrackAdjustments
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
|
2021-09-15 11:00:49 +03:00 |
|
AbstractQbit
|
b87af3dd68
|
Move the inherited AllowTrackAdjustments into OsuScreen
|
2021-09-15 10:55:16 +03:00 |
|
Dean Herbert
|
1ba716d9f1
|
Merge pull request #14737 from bdach/editor-difficulty-switch-shared-state
Preserve current time and clipboard contents when switching between difficulties
|
2021-09-15 12:38:56 +09:00 |
|
Bartłomiej Dach
|
7b9e501fa0
|
Merge branch 'master' into 14421-multi-password-error-handling
|
2021-09-14 22:58:20 +02:00 |
|
AbstractQbit
|
b9193aae6d
|
Make IOsuScreen.AllowTrackAdjustments nullable
Allows for inheriting value from the previous screen if undefined
|
2021-09-14 17:37:57 +03:00 |
|
Dean Herbert
|
57f8ccca16
|
Remove nullability from EditorState properties
Also update the xmldoc to not be specific to difficulty switching
|
2021-09-14 23:36:28 +09:00 |
|
Dean Herbert
|
f8bdca542d
|
Make restoring state a public call on Editor
|
2021-09-14 23:36:17 +09:00 |
|
Dean Herbert
|
2a894e7a3f
|
Make EditorLoader state private
|
2021-09-14 23:26:02 +09:00 |
|
smoogipoo
|
a775915338
|
Fix incorrect beatmap count and SR range in multi lounge
|
2021-09-14 18:20:28 +09:00 |
|
Dean Herbert
|
5058f28504
|
Remove breaking padding
|
2021-09-14 14:52:50 +09:00 |
|
Dean Herbert
|
8865e3cab8
|
Add back shake and tweak transform of text
|
2021-09-14 14:44:32 +09:00 |
|
Dean Herbert
|
7bd749d0eb
|
Remove weird shaking
|
2021-09-14 14:19:55 +09:00 |
|
Dean Herbert
|
e3c56f9ebd
|
Show error message in popover
|
2021-09-14 14:14:06 +09:00 |
|
Dean Herbert
|
eaac2bad3d
|
Fix incorrect child margin specifications
|
2021-09-14 13:49:02 +09:00 |
|
Bartłomiej Dach
|
35ee889e5b
|
Restore clipboard content after difficulty switch
|
2021-09-13 21:04:27 +02:00 |
|
Bartłomiej Dach
|
79d0f4835e
|
Add failing tests for preserving clipboard content
|
2021-09-13 21:03:30 +02:00 |
|
Bartłomiej Dach
|
3fc72271f1
|
Restore editor clock time after difficulty switch
|
2021-09-13 20:59:31 +02:00 |
|
AbstractQbit
|
3c75094f43
|
Move BarHitErrorMeter 's icon reorintation to Update()
|
2021-09-13 19:41:55 +03:00 |
|
AbstractQbit
|
7267602b95
|
Fix icon orientation for horizontal bar hit error meter
|
2021-09-13 17:14:39 +03:00 |
|
Dan Balasescu
|
f6c4bbe2c9
|
Merge pull request #14730 from peppy/add-missing-track-adjustment-defaults
Add missing screen level mod application settings for some screens
|
2021-09-13 15:22:22 +09:00 |
|
Dean Herbert
|
f9c82a9098
|
Merge pull request #14676 from nekodex/lobby-team-swap
Add sound for multiplayer team swaps
|
2021-09-13 15:01:58 +09:00 |
|
Dean Herbert
|
caf7ef6519
|
Add missing screen level mod application settings for some screens
Closes #7480. But based on discussion in there this solution may change.
|
2021-09-13 15:00:34 +09:00 |
|
Dean Herbert
|
7fe0eefb78
|
Add inline comment regarding team switch sample logic
Feels a bit convoluted without this. Don't really have a better
suggestion for now so a comment will do.
|
2021-09-13 14:12:19 +09:00 |
|
Dean Herbert
|
65fdceee79
|
Merge branch 'master' into editor-test-scenes-through-loader
|
2021-09-13 14:02:55 +09:00 |
|
sh0ckR6
|
447001931c
|
Resolve LoungeSubScreen from PasswordEntryPopover
This is preferred over passing down the already-resolved LoungeSubScreen
|
2021-09-12 14:36:11 -04:00 |
|
Bartłomiej Dach
|
345cde251d
|
Add "samples match playback rate" to editor setup screen
|
2021-09-12 16:54:17 +02:00 |
|
Bartłomiej Dach
|
22fa9a303e
|
Expose test helper for switching between difficulties
|
2021-09-12 13:55:48 +02:00 |
|
Bartłomiej Dach
|
8357efc74f
|
Make EditorTestScene go through EditorLoader
|
2021-09-12 13:26:04 +02:00 |
|
sh0ckR6
|
e018071be4
|
Remove OnShakeFinish event
|
2021-09-11 19:50:41 -04:00 |
|
sh0ckR6
|
6cdc842452
|
Remove placeholder text response
Weird UX, doesn't feel right compared to the rest of lazer
|
2021-09-11 17:42:49 -04:00 |
|
sh0ckR6
|
b8a6925175
|
Use already-resolved LoungeSubScreen instead of nested delegates
|
2021-09-11 17:41:07 -04:00 |
|
Dean Herbert
|
94702ee7e3
|
Fix triangles intro attempting to restart track after it is disposed
|
2021-09-10 18:23:00 +09:00 |
|