Dean Herbert
|
da42c6d282
|
Expose FreeMods from OnlinePlaySongSelect
|
2021-02-16 15:14:21 +09:00 |
|
Dean Herbert
|
52e544aa67
|
Revert "Remove redundant double call to ValueChanged on UserMods change"
This reverts commit 9ed45ce1ca .
|
2021-02-16 14:42:31 +09:00 |
|
Dean Herbert
|
9ed45ce1ca
|
Remove redundant double call to ValueChanged on UserMods change
|
2021-02-16 14:31:00 +09:00 |
|
Dean Herbert
|
0ca747b39f
|
Merge branch 'master' into fix-multiplayer-mod-propagation-race
|
2021-02-16 14:25:27 +09:00 |
|
Dean Herbert
|
2e646882fa
|
Merge branch 'master' into non-concurrent-sample-playback
|
2021-02-15 21:22:21 +09:00 |
|
Dan Balasescu
|
6bfc7da671
|
Fix sample potentially playing at the wrong frequency
Co-authored-by: Dean Herbert <pe@ppy.sh>
|
2021-02-15 18:10:45 +09:00 |
|
Dean Herbert
|
de52b8a5ba
|
Fix test failures in PerformFromScreen tests
|
2021-02-15 17:14:41 +09:00 |
|
smoogipoo
|
c6ed3efa4a
|
Merge branch 'master' into non-concurrent-sample-playback
|
2021-02-15 14:47:32 +09:00 |
|
Joehu
|
b28a906197
|
Fix extra mod settings overflowing from screen
|
2021-02-12 10:29:29 -08:00 |
|
Joehu
|
52975c5185
|
Remove hardcoded padding from main content
|
2021-02-12 10:23:33 -08:00 |
|
smoogipoo
|
d3f0c0730d
|
Merge branch 'master' into non-concurrent-sample-playback
|
2021-02-12 17:22:15 +09:00 |
|
Dean Herbert
|
4ab16694d1
|
Fix classic "welcome" intro not looping as expected
|
2021-02-12 16:22:19 +09:00 |
|
Dan Balasescu
|
cb4d119f23
|
Merge pull request #11740 from peppy/editor-fix-slider-samples-new-placement
Fix newly placed sliders in the editor not playing hitsounds
|
2021-02-12 13:31:00 +09:00 |
|
Dean Herbert
|
cd01591dda
|
Consume new debounce logic in carousel header
|
2021-02-12 12:22:35 +09:00 |
|
Dean Herbert
|
e9730d4782
|
Move default sample addition to inside PlacementBlueprint
This isn't actually required to fix the behaviour but it does feel like
a better place to put this logic.
|
2021-02-11 17:16:18 +09:00 |
|
Dean Herbert
|
98c5b0220c
|
Merge pull request #11725 from smoogipoo/freemods-user-settings
Add local user customisation for freemod mod settings
|
2021-02-11 16:02:24 +09:00 |
|
Dean Herbert
|
889a99c49c
|
Use AddOnce everywhere to reduce potential call count
|
2021-02-11 16:00:52 +09:00 |
|
Dean Herbert
|
549e7520c5
|
Move scheduler logic to client callback rather than inside the update method
|
2021-02-11 16:00:52 +09:00 |
|
Dean Herbert
|
21f66a19fd
|
Make server authoritative in which mods the client should be using when gameplay starts
|
2021-02-11 15:55:18 +09:00 |
|
Dean Herbert
|
3344e9f27f
|
Merge pull request #11720 from nekodex/new-buttonsystem-edit-sound
Use unique sample for edit button click (ButtonSystem)
|
2021-02-11 15:10:35 +09:00 |
|
Dean Herbert
|
eaa7b4cb93
|
Rename second usage variable name to match
|
2021-02-11 14:54:50 +09:00 |
|
Dean Herbert
|
2afea88a25
|
Merge branch 'new-carousel-sounds' into update-resources
|
2021-02-11 14:20:20 +09:00 |
|
smoogipoo
|
86682cdb34
|
Add client/room null check
|
2021-02-10 20:16:26 +09:00 |
|
smoogipoo
|
6fff7c39da
|
Ensure tracker is disposed
|
2021-02-10 20:09:45 +09:00 |
|
smoogipoo
|
822c66033f
|
Add local-user freemod configuration
|
2021-02-10 19:56:59 +09:00 |
|
smoogipoo
|
393cd6c74a
|
Add helper class for tracking changes to mod settings
|
2021-02-10 19:40:07 +09:00 |
|
Jamie Taylor
|
996f1098f6
|
Use alternate sample on the downbeat while hovering OsuLogo
|
2021-02-10 18:17:48 +09:00 |
|
Jamie Taylor
|
bc7f4a4f88
|
Use a single sample for CarouselHeader on-hover with randomised pitch instead of multiple samples
|
2021-02-10 17:53:47 +09:00 |
|
Jamie Taylor
|
22995c216d
|
Use unique sample for edit button click (ButtonSystem)
|
2021-02-10 17:23:55 +09:00 |
|
Dan Balasescu
|
92599aa02b
|
Merge branch 'master' into user-beatmap-downloading-states-2
|
2021-02-09 21:06:09 +09:00 |
|
smoogipoo
|
3ce605b5e5
|
Small refactoring to use .Trim() instead
|
2021-02-09 12:00:03 +09:00 |
|
Joehu
|
414e05affd
|
Fix editor effect attribute tooltip having unnecessary whitespace when only one is enabled
|
2021-02-08 10:16:16 -08:00 |
|
Dean Herbert
|
2cac373365
|
Merge pull request #11706 from smoogipoo/fix-failing-test
Fix failing test
|
2021-02-08 20:57:38 +09:00 |
|
Dean Herbert
|
0dd1b1026c
|
Merge pull request #11495 from smoogipoo/more-accurate-most-common-bpm
Make most common BPM more accurate
|
2021-02-08 20:08:58 +09:00 |
|
Dean Herbert
|
156f5bd5df
|
Add newline between statements
|
2021-02-08 20:05:16 +09:00 |
|
smoogipoo
|
19368f87fb
|
Fix failing test
|
2021-02-08 19:59:07 +09:00 |
|
Dan Balasescu
|
7bc6010d90
|
Merge pull request #11703 from Joehuu/fix-timing-editor-attribute-column
Fix attributes header not being aligned with content in editor timing mode
|
2021-02-08 19:38:59 +09:00 |
|
Dean Herbert
|
5fbed05d04
|
Merge pull request #11551 from smoogipoo/fix-leave-room-race-2
Fix client potentially not leaving a room on exiting multiplayer
|
2021-02-08 19:23:14 +09:00 |
|
smoogipoo
|
a08c51f213
|
Remove duplicate code
|
2021-02-08 19:23:10 +09:00 |
|
smoogipoo
|
6e34e7d750
|
Merge branch 'master' into user-beatmap-downloading-states-2
|
2021-02-08 19:08:53 +09:00 |
|
smoogipoo
|
69ca440ae5
|
Merge branch 'master' into more-accurate-most-common-bpm
|
2021-02-08 18:40:58 +09:00 |
|
Joehu
|
5e7823b289
|
Fix attributes content being zero size and disappearing after being half off-screen
|
2021-02-08 01:37:34 -08:00 |
|
Joehu
|
6b26a18a23
|
Fix attributes header not being aligned with content in editor timing mode
|
2021-02-08 01:34:32 -08:00 |
|
Dean Herbert
|
59dc148a48
|
Merge pull request #11680 from frenzibyte/instant-pause-on-focus-loss
Make pausing on window focus loss instantaneous
|
2021-02-08 17:00:17 +09:00 |
|
Dean Herbert
|
9e0724b138
|
Remove unnecessary double resolution of OsuGame
|
2021-02-08 15:58:41 +09:00 |
|
Dan Balasescu
|
e8f08b09dc
|
Merge pull request #11552 from vmaggioli/zero-spinner-slider
Fix being able to set zero or negative hitobject duration via timeline
|
2021-02-08 14:52:35 +09:00 |
|
Dean Herbert
|
93f1a3c1bf
|
Merge branch 'master' into instant-pause-on-focus-loss
|
2021-02-08 14:31:40 +09:00 |
|
Joehu
|
d74a1437be
|
Fix player loader metadata not being centred
|
2021-02-07 15:14:08 -08:00 |
|
Salman Ahmed
|
d0ca2b99a8
|
Remove unnecessary injected dependency
|
2021-02-06 20:57:01 +03:00 |
|
Salman Ahmed
|
40ddccf0c7
|
Do not consider replays for "pause on focus lost"
Replays are not pausable as can be seen in the `canPause` check.
|
2021-02-06 20:56:08 +03:00 |
|