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
|
9057be1a02
|
Remove unused usings
|
2021-09-16 01:30:53 +03:00 |
|
AbstractQbit
|
3cd3e133ce
|
Move AllowTrackAdjustments test to TestSceneOsuScreenStack
|
2021-09-16 01:24:50 +03:00 |
|
AbstractQbit
|
30c458c662
|
Oops, fix not compiling test
|
2021-09-15 21:34:41 +03: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 |
|
Dean Herbert
|
0d2ae0e4f2
|
Merge pull request #14750 from smoogipoo/fix-mania-tests-2
Fix mania hitobject tests
|
2021-09-15 18:37:02 +09:00 |
|
AbstractQbit
|
1181317c72
|
Fix issues found by code quality ci
|
2021-09-15 12:01:56 +03:00 |
|
Dean Herbert
|
d176804793
|
Merge pull request #14751 from smoogipoo/fix-match-footer-test-scene
Fix match footer test scene not working in test browser
|
2021-09-15 17:45:13 +09:00 |
|
AbstractQbit
|
9b101ea9eb
|
Add a test for AllowTrackAdjustments
|
2021-09-15 11:40:23 +03:00 |
|
smoogipoo
|
cdb44d7239
|
Fix match footer test scene not working in visual testing
|
2021-09-15 17:16:11 +09: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 |
|
smoogipoo
|
f9af24df23
|
Fix mania hitobject tests
|
2021-09-15 15:22:27 +09:00 |
|
Dean Herbert
|
cab294ffa6
|
Merge pull request #14739 from smoogipoo/fix-spectator-random-mod
Fix random/target mods not working in spectator
|
2021-09-15 14:15:10 +09:00 |
|
Dean Herbert
|
623377772c
|
Merge branch 'master' into fix-spectator-random-mod
|
2021-09-15 13:55:28 +09:00 |
|
Dean Herbert
|
a2dcef7c0a
|
Use local (or barebones BeatmapInfo ) where feasible
|
2021-09-15 13:40:05 +09:00 |
|
smoogipoo
|
4b3ab42ffd
|
Ensure beatmap is populated
|
2021-09-15 13:18:46 +09: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 |
|
Dan Balasescu
|
5c1e1d8150
|
Merge pull request #13986 from 02Naitsirk/display-sr-changes
Implement total SR formula that better correlates with pp
|
2021-09-15 10:43:29 +09:00 |
|
Dan Balasescu
|
5ea1924c30
|
Merge branch 'master' into display-sr-changes
|
2021-09-15 10:22:11 +09:00 |
|
Bartłomiej Dach
|
203f1b8862
|
Merge pull request #14668 from sh0ckR6/14421-multi-password-error-handling
Make response to failed multiplayer password attempt friendlier
|
2021-09-14 23:17:34 +02:00 |
|
Bartłomiej Dach
|
7b9e501fa0
|
Merge branch 'master' into 14421-multi-password-error-handling
|
2021-09-14 22:58:20 +02:00 |
|
Bartłomiej Dach
|
baf9961934
|
Amend xmldoc of shake extension method
|
2021-09-14 22:50:45 +02:00 |
|
AbstractQbit
|
bd18c581c1
|
Replace allowTrackAdjustmentsStack with a Dictionary
|
2021-09-14 21:14:24 +03:00 |
|
AbstractQbit
|
01d2f4f17a
|
Make allowTrackAdjustmentsStack readonly
|
2021-09-14 18:04:43 +03: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 |
|
smoogipoo
|
b807c161b4
|
Remove now-unused DI params
|
2021-09-14 17:25:57 +09:00 |
|
smoogipoo
|
6cffbee592
|
Fix random/target mods not working in spectator
|
2021-09-14 17:22:58 +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
|
e17b800470
|
Move shake logic into extension method
|
2021-09-14 14:44:23 +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
|
6851e0000d
|
Add test coverage
|
2021-09-14 14:06:24 +09:00 |
|
Dean Herbert
|
eaac2bad3d
|
Fix incorrect child margin specifications
|
2021-09-14 13:49:02 +09:00 |
|
smoogipoo
|
3df4cbca2c
|
Reduce precision of difficulty calculator tests
|
2021-09-14 13:45:10 +09:00 |
|
smoogipoo
|
81ced68f89
|
Merge branch 'master' into display-sr-changes
|
2021-09-14 13:32:58 +09:00 |
|
Bartłomiej Dach
|
cbb9ff1c49
|
Only run prompt-for-save test logic when relevant
|
2021-09-13 21:04:28 +02: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 |
|