9393c6351d
Fix another potential test case failure
2021-08-12 11:08:52 +09:00
531fba8f39
Fix potential test case failure
2021-08-12 11:05:31 +09:00
543482111b
Remove outdated todo
2021-08-12 10:40:14 +09:00
5d0b92e28c
Fix multi spectator test not showing teams
2021-08-12 10:38:20 +09:00
c160e50f4f
Merge branch 'master' into multiplayer-team-vs-leaderboard
2021-08-12 10:27:31 +09:00
ce7ff04512
Merge pull request #14220 from peppy/update-framework
...
Update framework
2021-08-11 19:08:56 +09:00
369794501b
Merge branch 'master' into update-framework
2021-08-11 18:11:36 +09:00
2c935df190
Merge pull request #14221 from peppy/bring-back-osu-game-test-scene
...
Bring back `TestSceneOsuGame`
2021-08-11 18:09:51 +09:00
3f067e3a8d
Remove likely unnecessary score null check
2021-08-11 16:59:42 +09:00
313db934da
Merge pull request #14148 from nekodex/context-menu-sounds
...
Add open/close sounds to context menus
2021-08-11 16:43:00 +09:00
0ffe740ca1
Bring back TestSceneOsuGame
...
I marked this as headless to avoid it being "ungrouped", but it turns
out this is quite useful to have around and I have searched for it on
multiple occasions.
2021-08-11 16:24:49 +09:00
d1dfb785d8
Merge branch 'master' into context-menu-sounds
2021-08-11 16:21:13 +09:00
f8683e2256
Update framework
2021-08-11 16:17:21 +09:00
ee3b373e8a
Correctly handle tied scores
2021-08-11 14:48:37 +09:00
cf82bca09c
Change logic to only handle the case of exactly two teams
2021-08-11 14:44:13 +09:00
c54a37a4ca
Merge pull request #14218 from peppy/nub-animation-speed
...
Adjust checkbox / sliderbar animation speeds to match sound effects better
2021-08-11 12:56:14 +09:00
a3a9d0579f
Adjust checkbox / sliderbar animation speeds to match sound effects better
2021-08-11 12:33:14 +09:00
56b23fc765
Merge branch 'master' into context-menu-sounds
2021-08-11 11:46:10 +09:00
298f7b9f18
Merge pull request #14173 from ggliv/catch-mod-mirror
...
Add "Mirror" mod to osu!catch
2021-08-11 10:09:18 +09:00
a3159bda8c
Merge branch 'master' into catch-mod-mirror
2021-08-11 09:41:03 +09:00
a9e53107d1
Also mirror banana showers
2021-08-10 22:33:28 +02:00
637e5cb6b7
Fix offsets not being mirrored
2021-08-10 22:33:28 +02:00
30cb4280a4
Add test for catch beatmap mirroring
2021-08-10 22:33:28 +02:00
4268e4d750
Fix nested menus layering close samples if multiple menu levels are closed
2021-08-10 20:40:53 +02:00
cf69c356ae
Merge pull request #14205 from smoogipoo/fix-legacy-slider-alpha
...
Fix incorrect legacy skin slider body alpha
2021-08-10 20:18:45 +02:00
89c9fb4320
Merge branch 'master' into fix-legacy-slider-alpha
2021-08-10 19:59:33 +02:00
9b01b4b5cb
Merge pull request #14207 from peppy/update-framework-resources
...
Update framework and resources
2021-08-10 17:01:12 +02:00
58db6b758d
Update resources
2021-08-10 18:47:39 +09:00
60302e3daa
Update framework
2021-08-10 18:46:20 +09:00
a503274e1d
Pass through MultiplayerRoomUser
s instead of int
s to avoid re-retrieval
2021-08-10 18:39:20 +09:00
b8748a86c5
Merge pull request #14204 from peppy/fix-null-ref-online-tracking-component
...
Fix potential null reference in online status resolution in multiplayer match
2021-08-10 18:36:13 +09:00
a8df5360fd
Merge pull request #14145 from ekrctb/fix-dho-state-overwrite
...
Fix DHO state overwritten at `LoadComplete` if it is already changed
2021-08-10 18:30:05 +09:00
33d4d635f2
Merge branch 'master' into fix-dho-state-overwrite
2021-08-10 17:55:18 +09:00
79c2eedbd3
Merge pull request #14197 from peppy/add-playlist-item-download-progress
...
Add simple download progress display to download buttons on playlist items
2021-08-10 17:55:04 +09:00
53d03745e0
Remove unused test scene
2021-08-10 17:48:47 +09:00
9cda5235a0
Merge branch 'master' into fix-dho-state-overwrite
2021-08-10 17:40:36 +09:00
f86ef54e93
Fix incorrect legacy slider body alpha
2021-08-10 17:38:51 +09:00
b121d95400
Avoid potential null reference exception in OnlinePlayBeatmapAvailabilityTracker
2021-08-10 17:37:24 +09:00
d9b5f235d8
Add xmldoc explaining thread safety limitations of IModelManager
"events"
2021-08-10 17:36:59 +09:00
91c3396b24
Merge branch 'master' into add-playlist-item-download-progress
2021-08-10 17:25:27 +09:00
e0e0d5deb0
Remove unused using
2021-08-10 17:25:10 +09:00
06b65ce522
Merge pull request #14200 from peppy/fix-unexpected-ruleset-change
...
Fix ruleset unexpectedly changing when creating a room
2021-08-10 17:11:50 +09:00
2b9168157d
Fix CurrentMatchPlayingItem
not being reset on leaving a multiplayer room
2021-08-10 16:53:03 +09:00
c63dfa21e1
Always initialize DHO transforms on LoadComplete
...
With the previous commit, the transform application is skipped when the state is already changed. But it turns out the previous commit breaks slider animation in the standard editor. This is probably due to the transforms are applied before nested hit objects are added.
2021-08-10 16:34:38 +09:00
5ea7909eea
Fix incorrectly failing test
2021-08-10 16:23:53 +09:00
3aa72163f2
Add simple download progress display to download buttons on playlist items
2021-08-10 15:14:43 +09:00
498daef998
Merge branch 'master' into multiplayer-team-vs-leaderboard
2021-08-10 13:09:15 +09:00
6da977f99a
Merge pull request #14178 from peppy/simplify-player-users-test-usage
...
Simplify method of marking players as playing in test scenes
2021-08-10 12:49:38 +09:00
478a7c15be
Merge pull request #14172 from TheOmyNomy/fix-legacy-slider-body-colour-interpolation
...
Fix legacy slider body colour interpolation
2021-08-10 11:16:42 +09:00
c5b490c441
Use non linear colour interpolation for legacy health display
2021-08-10 11:29:31 +10:00