Dean Herbert
|
6ae631b03a
|
Remove previous seek testing logic from common test scene
|
2021-07-09 16:52:03 +09:00 |
|
Dean Herbert
|
9083b28114
|
Add test coverage of seeking and pausing
|
2021-07-09 14:47:11 +09:00 |
|
Dean Herbert
|
6a5f0e8237
|
Move handling of replay seek operations out of progress bar
This is in order to avoid using the now obsoleted property
`SliderBar.AllowKeyboardInputWhenNotHovered`
(see https://github.com/ppy/osu-framework/pull/4579).
|
2021-07-09 14:28:59 +09:00 |
|
Dean Herbert
|
f3b68a4fbf
|
Fix storage wrapping logic setting logger too early in startup sequence
|
2021-07-09 13:17:25 +09:00 |
|
Dean Herbert
|
dbfeea9880
|
Merge pull request #13831 from nekodex/add-dropdown-sound-to-profile
Change profile section expansion button to use dropdown sounds
|
2021-07-09 11:58:48 +09:00 |
|
Jamie Taylor
|
2eb12a59b7
|
Rename function to be more accurate
|
2021-07-09 11:16:47 +09:00 |
|
Bartłomiej Dach
|
bd3f8b78cc
|
Merge pull request #13827 from peppy/fix-mod-select-cross-talk
Fix cross talk between `ModSelectOverlay`s
|
2021-07-08 20:31:55 +02:00 |
|
Bartłomiej Dach
|
3e21eeb7c2
|
Merge branch 'master' into fix-mod-select-cross-talk
|
2021-07-08 19:53:50 +02:00 |
|
Dean Herbert
|
1c7854b846
|
Merge pull request #13830 from nekodex/volume-control-switching-sound
Add sound for switching between volume controls
|
2021-07-09 01:03:36 +09:00 |
|
Jamie Taylor
|
8746ef0ba9
|
Avoid double playback of sample
|
2021-07-08 20:36:25 +09:00 |
|
Jamie Taylor
|
546f55d341
|
Change profile section expansion to use dropdown sounds
|
2021-07-08 20:23:11 +09:00 |
|
Jamie Taylor
|
93eb385dd4
|
Add sound for switching between volume controls
|
2021-07-08 20:01:39 +09:00 |
|
Dean Herbert
|
7153983dd4
|
Add test coverage
|
2021-07-08 18:29:54 +09:00 |
|
Dean Herbert
|
af270cccc4
|
Fix cross talk between ModSelectOverlay s
|
2021-07-08 17:59:04 +09:00 |
|
Dean Herbert
|
341cb09c6e
|
Update terminology in README
At some point we'll want to replace the link to the outdated blog post (or just remove it?) with the gantt or otherwise.
|
2021-07-08 12:06:52 +09:00 |
|
Dean Herbert
|
64a02fe10f
|
Merge pull request #13813 from ekrctb/catch-selection-alive
Fix catch selection blueprint not displayed after copy-pasted
|
2021-07-07 21:54:32 +09:00 |
|
Dean Herbert
|
e612d7568c
|
Merge pull request #13771 from LumpBloom7/volume-meter-switch
Add ability to navigate between volume meters via Alt+Left/Right arrows
|
2021-07-07 21:50:44 +09:00 |
|
Dean Herbert
|
7d405f04fb
|
Fix selected volume control not updating correctly on mouse move
|
2021-07-07 21:17:31 +09:00 |
|
Dean Herbert
|
cbe4114e90
|
Adjust visuals and make base opacity 100%
|
2021-07-07 21:07:00 +09:00 |
|
ekrctb
|
f1aa99e103
|
Fix catch selection blueprint not displayed after copy-pasted
|
2021-07-07 21:03:26 +09:00 |
|
Dean Herbert
|
83283a706e
|
Add test scene
|
2021-07-07 20:51:13 +09:00 |
|
Dean Herbert
|
e42609f092
|
Merge pull request #8038 from thewildtree/adjust-rankings-overlay
Adjust rankings overlay elements to better match osu-web
|
2021-07-07 20:24:11 +09:00 |
|
Dean Herbert
|
f7dc689832
|
Merge pull request #13804 from bdach/migrate-directory-selector
Migrate file/directory selectors to use framework component instead of local implementation
|
2021-07-07 20:10:26 +09:00 |
|
Derrick Timmermans
|
4d7c744101
|
Fix failing test
|
2021-07-07 12:59:31 +02:00 |
|
Derrick Timmermans
|
f53f6690e3
|
Remove extra blank line
|
2021-07-07 12:01:47 +02:00 |
|
Dean Herbert
|
9a5b322a2b
|
Merge pull request #13812 from ekrctb/catch-editor-border
Add playfield border to catch editor
|
2021-07-07 18:56:20 +09:00 |
|
Derrick Timmermans
|
8b1876bc2a
|
Disallow removing items from SelectionCycleFillFlowContainer
|
2021-07-07 11:43:54 +02:00 |
|
Dan Balasescu
|
ec3bd14e0a
|
Merge pull request #13594 from frenzibyte/ruleset-shaders
Add support for loading shaders from ruleset resources
|
2021-07-07 17:54:18 +09:00 |
|
Salman Ahmed
|
f292077dd1
|
Merge branch 'master' into catch-editor-border
|
2021-07-07 10:51:32 +03:00 |
|
Dan Balasescu
|
e72f28f739
|
Merge branch 'master' into ruleset-shaders
|
2021-07-07 16:31:24 +09:00 |
|
Dean Herbert
|
09925dffef
|
Add missing HeadlessTest flag on new test scene
|
2021-07-07 16:30:23 +09:00 |
|
Dan Balasescu
|
09a5516cc6
|
Merge pull request #13811 from smoogipoo/remove-unused-using
Remove unused usings
|
2021-07-07 16:30:07 +09:00 |
|
ekrctb
|
7d76fcf2b6
|
Fix hit object placement not receiving input when outside playfield
The input area is vertical infinite, but horizontally restricted to the playfield due to `CatchPlayfield`'s `ReceivePositionalInputAt` override.
|
2021-07-07 16:18:21 +09:00 |
|
ekrctb
|
115376c538
|
Add playfield border to catch editor
|
2021-07-07 16:14:45 +09:00 |
|
Dan Balasescu
|
066d0a1ef1
|
Merge branch 'master' into migrate-directory-selector
|
2021-07-07 15:57:34 +09:00 |
|
Dan Balasescu
|
d2722f1523
|
Merge branch 'master' into ruleset-shaders
|
2021-07-07 15:44:30 +09:00 |
|
Dan Balasescu
|
05c4e0254b
|
Merge pull request #13796 from peppy/fix-skin-providing-container
Rewrite `SkinProvidingContainer`
|
2021-07-07 15:43:24 +09:00 |
|
smoogipoo
|
faf95c7161
|
Remove unused usings
|
2021-07-07 15:35:14 +09:00 |
|
Dean Herbert
|
8ec82150cf
|
Merge pull request #13809 from peppy/fix-submission-test-timeout
Shorten test beatmap to avoid timeouts in score submission test
|
2021-07-07 15:25:10 +09:00 |
|
Dean Herbert
|
fd46d30f29
|
Merge pull request #13795 from ekrctb/juice-stream-selection-1
Add path visualization to juice stream selection blueprint
|
2021-07-07 15:24:39 +09:00 |
|
Dan Balasescu
|
34a867a335
|
Merge branch 'master' into fix-skin-providing-container
|
2021-07-07 15:00:35 +09:00 |
|
Dan Balasescu
|
a933181715
|
Merge pull request #13808 from peppy/update-framework
Update framework
|
2021-07-07 15:00:25 +09:00 |
|
Dean Herbert
|
35672f372a
|
Shorten test beatmap to avoid timeouts in score submission test
|
2021-07-07 14:58:01 +09:00 |
|
Dean Herbert
|
b08fece2d4
|
Update framework
|
2021-07-07 14:30:47 +09:00 |
|
Dean Herbert
|
c18b8ca86c
|
Add missing ToArray() call
|
2021-07-07 14:08:29 +09:00 |
|
Dean Herbert
|
ca791c2afa
|
Remove unused using statement
|
2021-07-07 13:53:00 +09:00 |
|
Dean Herbert
|
35d4b12a4f
|
Remove single local usage of AllSources
|
2021-07-07 13:52:52 +09:00 |
|
Dean Herbert
|
eb8b14a931
|
Reorder methods to make more sense
|
2021-07-07 13:51:51 +09:00 |
|
Dean Herbert
|
ddb1da5a66
|
Tidy up class (although it's not in a good state logically)
|
2021-07-07 13:48:35 +09:00 |
|
Bartłomiej Dach
|
e94e283ee4
|
Move shared inner classes to separate files
|
2021-07-06 22:11:54 +02:00 |
|