Commit Graph

41899 Commits

Author SHA1 Message Date
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
115376c538 Add playfield border to catch editor 2021-07-07 16:14:45 +09:00
05c4e0254b Merge pull request #13796 from peppy/fix-skin-providing-container
Rewrite `SkinProvidingContainer`
2021-07-07 15:43:24 +09:00
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
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
34a867a335 Merge branch 'master' into fix-skin-providing-container 2021-07-07 15:00:35 +09:00
a933181715 Merge pull request #13808 from peppy/update-framework
Update framework
2021-07-07 15:00:25 +09:00
35672f372a Shorten test beatmap to avoid timeouts in score submission test 2021-07-07 14:58:01 +09:00
b08fece2d4 Update framework 2021-07-07 14:30:47 +09:00
c18b8ca86c Add missing ToArray() call 2021-07-07 14:08:29 +09:00
ca791c2afa Remove unused using statement 2021-07-07 13:53:00 +09:00
35d4b12a4f Remove single local usage of AllSources 2021-07-07 13:52:52 +09:00
eb8b14a931 Reorder methods to make more sense 2021-07-07 13:51:51 +09:00
523546d8b6 Use List to guarantee lookup order 2021-07-06 22:51:56 +09:00
255f7b7b53 Add failing test scene 2021-07-06 22:44:23 +09:00
2e0155ce04 Merge pull request #13798 from smoogipoo/fix-spectate-button-tests
Fix intermittent spectate button test failures
2021-07-06 22:29:57 +09:00
12afdbdf57 Merge pull request #13791 from peppy/remove-resx-files
Remove all `.resx` files from osu project
2021-07-06 22:29:28 +09:00
6bc0020825 Fix intermittent spectate button test failures 2021-07-06 20:28:55 +09:00
06d2c6f0a1 Update resources 2021-07-06 19:51:57 +09:00
7b21d1ecf9 Fix juice stream outline disappears away when start position is outside the screen. 2021-07-06 19:50:32 +09:00
e4b436198b Merge pull request #13797 from smoogipoo/fix-ready-button-tests
Fix intermittent ready button test failures
2021-07-06 18:36:35 +09:00
b209868d96 Fix another potential failure 2021-07-06 17:57:24 +09:00
8b12ec9586 Fix intermittent ready button test failures 2021-07-06 17:52:27 +09:00
d75d67577a Fix regressed tests 2021-07-06 17:37:34 +09:00
cd4885e450 Add xmldoc and remove any question of how the intitial flow is being run 2021-07-06 17:18:45 +09:00
2ba3003934 Add nested fruit outlines to juice stream selection blueprint 2021-07-06 17:15:51 +09:00
7833a1b09a Allow FruitOutline to be used for nested hit objects 2021-07-06 17:15:27 +09:00
032c285ede Move private downwards 2021-07-06 17:07:29 +09:00
1232925f93 Make source manipulation methods protected 2021-07-06 17:06:00 +09:00
b4240d3ca4 Simplify lookups to avoid a second dictionary fetch 2021-07-06 17:04:59 +09:00
ec1224218c Localise source changed flow for better clarity 2021-07-06 16:57:19 +09:00
935fbe7cc6 Remove double fetch/binding of parent source 2021-07-06 16:51:29 +09:00
0fa7716ced Show path of juice stream in selection blueprint 2021-07-06 16:46:12 +09:00
7ef7c5148f Add ScrollingPath for visualization of the real path of a JuiceStream 2021-07-06 16:41:53 +09:00
93ef783339 Remove BindableList usage 2021-07-06 16:40:23 +09:00
fe70b52086 Merge pull request #13793 from ekrctb/catch-hit-object-serialization
Fix copy-and-paste not working in osu!catch editor
2021-07-06 16:38:05 +09:00
32e6c9c5d3 Merge pull request #13786 from peppy/multiplayer-test-fixes
Fix multiplayer test failures due to leaderboard load process
2021-07-06 16:33:41 +09:00
4366be5c1f Merge pull request #13792 from peppy/fix-migration-cleanup-failure
Fix potential failure during cleanup of files in migration tests
2021-07-06 15:39:04 +09:00
175d666906 Use getters of OriginalX and XOffset 2021-07-06 15:32:32 +09:00
ae1b1cbec9 Allow serialization of catch hit objects 2021-07-06 15:32:32 +09:00
7f7cf0b927 Fix potential failure during cleanup of files in migration tests 2021-07-06 15:08:00 +09:00
d07c469a89 Merge pull request #13783 from smoogipoo/smooth-auto-gen
Make osu! auto generator interpolate during key-up frames
2021-07-06 15:04:40 +09:00
1beb85a26f Bump localisation analyser packages 2021-07-06 14:56:52 +09:00
0658cfb986 Throw exceptions rather than silently failing if attempting to add a clock for a non-tracked user 2021-07-06 14:56:00 +09:00
402b527903 Add .editorconfig for localisation analyser 2021-07-06 14:54:56 +09:00
1a6b8b2c73 Populate UserScores as early as possible to avoid weird ordering requirements 2021-07-06 14:53:31 +09:00
0ecda98b39 Update prefixes to match new resx locations 2021-07-06 14:28:52 +09:00
7f2baef998 Remove all .resx files from osu project 2021-07-06 14:24:17 +09:00
2cd1bde2bf Merge pull request #13790 from PercyDan54/remove-redundant-arg
Remove redundant arguments
2021-07-06 14:00:59 +09:00
af02a1efcb Bump redundant argument default value inspection severity to warning 2021-07-05 21:02:40 +02:00