Dean Herbert
6e8d4e382e
Add test coverage of token failure scenarios
2021-07-01 17:20:40 +09:00
Dean Herbert
e6a9988c4b
Merge pull request #13719 from Game4all/localise-scroll2top-button
...
Localise "Scroll to top" button in overlays
2021-07-01 17:03:45 +09:00
Dean Herbert
04b874bb00
Add flow for submitting score on exiting SubmittingPlayer
2021-07-01 17:02:33 +09:00
Dean Herbert
397d2491b3
Update test scenes to actually cover submission logic
2021-07-01 16:55:44 +09:00
Dean Herbert
5bc970af0d
Make TestPlayer
inherit from SoloPlayer
for more flexibility in testing
2021-07-01 16:55:33 +09:00
Dan Balasescu
ccef2a95d6
Merge pull request #13718 from peppy/fix-perform-from-screen-faiulres
...
Fix intermittent `PerformFromScreen` test failures due to incorrect screen sequence
2021-07-01 16:38:27 +09:00
Dean Herbert
f9c3a03466
Merge pull request #13682 from frenzibyte/approachcircle-mod-compatibility
...
Improve compatibility between mods which mutate approach circles
2021-07-01 16:05:32 +09:00
Dean Herbert
719852435f
Fix intermittent PerformFromScreen
test failures due to incorrect screen sequence
...
These tests were manually pushing the `PlayerLoader` / `Player`
instances to `SongSelect`, which bypasses safeties in place which avoid
the exact issue that came up in https://github.com/ppy/osu/runs/2951759236
(see `AllowSelection` flag specifically).
2021-07-01 15:10:29 +09:00
Henry Lin
b0a619bb4c
Prevent multiple enumeration in checkForOverlap
2021-07-01 12:49:34 +08:00
Henry Lin
34be437d7a
Added definitelyBigger
2021-07-01 12:21:41 +08:00
Henry Lin
58f80abe32
Several requested changes
...
- Rename `origHitObjects` to `originalHitObjects`
- Use `Value` instead of `GetValueOrDefault()`
- Remove `endObj`
- Added comments
- Rename `closestIdx` to `precedingIndex`
- Changed an `almostEquals` call
2021-07-01 11:57:57 +08:00
Henry Lin
c69455cfd0
Fixed slider bounding box calculation
2021-07-01 11:20:55 +08:00
Henry Lin
7585f1f790
Move special case handling back to moveSliderIntoPlayfield
2021-07-01 11:03:22 +08:00
Henry Lin
6e1839fcf2
Rename shift_object_count
to objects_to_shift_before_slider
2021-07-01 11:03:22 +08:00
Henry Lin
328dcb4d6b
Use Math.Clamp
instead of MathHelper.Clamp
2021-07-01 11:03:22 +08:00
Henry Lin
3c1f0452a2
Refactor and rename getMinSliderMargin
to getSliderBoundingBox
.
2021-07-01 11:03:22 +08:00
Bartłomiej Dach
30a7b034be
Add HSV abbreviation to team-shared collection
2021-07-01 00:30:43 +02:00
Bartłomiej Dach
583242d96d
Add osu!-styled colour picker control
2021-06-30 23:25:50 +02:00
Lucas A
939b2baafe
Localise overlay "Scroll to top" button.
2021-06-30 22:19:04 +02:00
Lucas A
8da6ecf6a9
Localise OverlayPanelDisplayStyle tab control.
2021-06-30 21:28:07 +02:00
Lucas A
f2287ba022
Localise friends online status stream control.
2021-06-30 21:16:21 +02:00
Bartłomiej Dach
913f7602e4
Change seed control type in line with changes
2021-06-30 20:41:08 +02:00
Lucas A
285c49be7e
Localise dashboard overlay header.
2021-06-30 20:28:27 +02:00
Bartłomiej Dach
c0613a3e4f
Merge branch 'master' into osu-target-mod
2021-06-30 20:27:55 +02:00
Dean Herbert
7a6e67e694
Merge pull request #13710 from smoogipoo/fix-slider-test-failures
...
Fix slider snaking testscene failures
2021-06-30 20:59:36 +09:00
Dean Herbert
f3aed564cb
Merge pull request #13711 from smoogipoo/increase-test-lenience
...
Increase number of sent frames to prevent timing issues
2021-06-30 20:59:24 +09:00
Dean Herbert
00d3baef11
Exit handling flow
2021-06-30 20:23:48 +09:00
Dean Herbert
4a54e7cdb8
Add tests covering score preparation flow
2021-06-30 20:23:24 +09:00
smoogipoo
aa7405afa1
Increase number of sent frames to prevent timing issues
2021-06-30 20:16:57 +09:00
smoogipoo
2c1f788f2d
Merge methods
2021-06-30 19:52:25 +09:00
smoogipoo
b94d88be50
Make method static to better define its usage
2021-06-30 19:49:51 +09:00
smoogipoo
e23614556e
Fix slider testscene failures
2021-06-30 19:43:34 +09:00
Dan Balasescu
181243d7ce
Merge pull request #13709 from peppy/update-framework
...
Update framework
2021-06-30 16:53:49 +09:00
Salman Ahmed
4b56d94a98
Revert accidentally pushed part of change
2021-06-30 10:26:34 +03:00
Dean Herbert
57a21dfb1c
Update framework
2021-06-30 16:11:18 +09:00
Dean Herbert
4a71a4bb21
Merge pull request #13450 from smoogipoo/spectator-start-at-end-2
...
Start spectator at the end of gameplay
2021-06-30 16:09:35 +09:00
Salman Ahmed
e3344c33ea
Better convey reason of "Spin In" incompatibility with "Hidden"
2021-06-30 09:57:15 +03:00
Dean Herbert
094cd31361
Merge pull request #13441 from frenzibyte/ruleset-resources-skin
...
Provide access to ruleset resources during `ISkinSource` lookups
2021-06-30 15:26:37 +09:00
Dean Herbert
741ecbb2df
Merge branch 'master' into spectator-start-at-end-2
2021-06-30 15:06:30 +09:00
Dean Herbert
162494596b
Merge pull request #13657 from smoogipoo/rework-multiplayer-test-scenes
...
Rework multiplayer test scenes
2021-06-30 15:04:15 +09:00
Dean Herbert
4337577448
Remove unused private methods
2021-06-30 14:31:27 +09:00
Dean Herbert
a019f2cc5c
Merge branch 'master' into rework-multiplayer-test-scenes
2021-06-30 13:49:05 +09:00
Salman Ahmed
ac7b9b9663
Merge branch 'master' into osu-random-mod-improvements
2021-06-30 06:39:00 +03:00
Henry Lin
3f185a0622
Fixed an exception when clamping large sliders
2021-06-30 10:35:06 +08:00
Salman Ahmed
bc0ab7dd4f
Fix RestoreDefaultValueButton
not behaving correctly on number types
2021-06-29 23:39:46 +03:00
Dean Herbert
825181121d
Merge branch 'master' into spectator-start-at-end-2
2021-06-30 01:50:14 +09:00
Dean Herbert
5031707048
Merge pull request #13690 from smoogipoo/fix-action-posting
...
Fix commands posted to the wrong channel
2021-06-30 00:39:02 +09:00
Dean Herbert
60d6087700
Merge pull request #13695 from smoogipoo/fix-snaking-tests
...
Fix gameplay tests incorrectly seeking via MusicController
2021-06-30 00:38:13 +09:00
smoogipoo
e9158ccc41
Fix gameplay tests incorrectly seeking via MusicController
2021-06-29 23:23:21 +09:00
smoogipoo
331b7237ab
Attempt to fix one more intermittent test failure
2021-06-29 23:02:20 +09:00