Dean Herbert
|
4ffb7fb753
|
Merge branch 'osd-toggle-sounds' into update-resources
|
2021-02-11 14:20:18 +09:00 |
|
Dean Herbert
|
18a43d137b
|
Merge branch 'notification-sounds' into update-resources
|
2021-02-11 14:20:17 +09:00 |
|
Dean Herbert
|
800f12a358
|
Update resources
|
2021-02-11 14:19:48 +09:00 |
|
Dean Herbert
|
896f318b56
|
Rename variable for clarity
|
2021-02-11 14:18:40 +09:00 |
|
Dean Herbert
|
72562070bc
|
Remove second overload of Close (makes the call structure hard to follow / invoke correctly)
|
2021-02-11 14:18:00 +09:00 |
|
Dean Herbert
|
388da208fa
|
Merge pull request #11726 from smoogipoo/add-messagepack-enum-mod-support
Add Messagepack support for serialising unknown bindable types
|
2021-02-11 14:11:40 +09:00 |
|
Jamie Taylor
|
2ee634d173
|
Create subclass for "Error" notifications to allow them to have a unique pop-in sound
|
2021-02-11 13:55:43 +09:00 |
|
Jamie Taylor
|
a1ae739a62
|
Add support for Notification sounds
|
2021-02-11 13:51:54 +09:00 |
|
Jamie Taylor
|
c12c09ec4d
|
Move logic to LoadComplete instead
|
2021-02-11 09:57:14 +09:00 |
|
Jamie Taylor
|
63e6ec1c9f
|
Add audio feedback for OSD value changes
|
2021-02-11 09:23:04 +09:00 |
|
Salman Ahmed
|
0c5e66205b
|
Merge branch 'master' into abstract-hub-connection
|
2021-02-11 02:14:22 +03:00 |
|
Susko3
|
fed2dea735
|
remove unnecesary view intent filter
|
2021-02-10 18:13:59 +01:00 |
|
Susko3
|
97e799a26b
|
add more MIME types to Android share intent filter
|
2021-02-10 18:10:31 +01:00 |
|
smoogipoo
|
07b661e28c
|
Add Messagepack support for serialising unknown bindable types
|
2021-02-10 23:44:06 +09:00 |
|
smoogipoo
|
5d1d6ec1cb
|
Fix inverted calculation
|
2021-02-10 22:09:24 +09:00 |
|
smoogipoo
|
20a6405fd2
|
Add explanatory comments + const
|
2021-02-10 22:06:19 +09:00 |
|
smoogipoo
|
bd2486e5a0
|
Fix grammatical error in comment
|
2021-02-10 21:27:12 +09:00 |
|
smoogipoo
|
1d425b8322
|
Simplify case
|
2021-02-10 21:25:31 +09:00 |
|
smoogipoo
|
4a391ce03d
|
Fix div-by-0 when 0 ticks are hit
|
2021-02-10 21:24:41 +09:00 |
|
smoogipoo
|
be9b07a4cf
|
Merge branch 'master' into difficulty-adjustment-extension
|
2021-02-10 20:42:08 +09:00 |
|
Dan Balasescu
|
70924319e4
|
Merge pull request #11710 from peppy/fix-mod-settings-fuckery
Fix incorrect mod copying behaviour when settings arrive from external change
|
2021-02-10 20:40:19 +09:00 |
|
smoogipoo
|
321ca43b61
|
Update test
|
2021-02-10 20:28:00 +09:00 |
|
smoogipoo
|
c458c4cfae
|
Fix unintended changes due to renaming or otherwise
|
2021-02-10 20:27:47 +09:00 |
|
smoogipoo
|
86682cdb34
|
Add client/room null check
|
2021-02-10 20:16:26 +09:00 |
|
smoogipoo
|
169acb42de
|
Xmldoc + cleanup
|
2021-02-10 20:12:29 +09:00 |
|
smoogipoo
|
6fff7c39da
|
Ensure tracker is disposed
|
2021-02-10 20:09:45 +09:00 |
|
smoogipoo
|
4a405bb859
|
Split ModSettingChangeTracker into separate file
|
2021-02-10 20:04:16 +09:00 |
|
smoogipoo
|
822c66033f
|
Add local-user freemod configuration
|
2021-02-10 19:56:59 +09:00 |
|
smoogipoo
|
7827e991b2
|
Also clear event on dispose
|
2021-02-10 19:43:39 +09:00 |
|
smoogipoo
|
393cd6c74a
|
Add helper class for tracking changes to mod settings
|
2021-02-10 19:40:07 +09:00 |
|
smoogipoo
|
0dcdad9839
|
Adjust comment for DrawableSliderHead
|
2021-02-10 19:04:23 +09:00 |
|
smoogipoo
|
6bf40170db
|
Rename SliderBall flag
|
2021-02-10 18:53:26 +09:00 |
|
smoogipoo
|
a16f4cee3a
|
Adjust DrawableSlider comment
|
2021-02-10 18:52:39 +09:00 |
|
smoogipoo
|
2fcc4213e1
|
Rename IgnoreJudgement -> OnlyJudgeNestedObjects
|
2021-02-10 18:46:26 +09:00 |
|
smoogipoo
|
9519b7f7c1
|
Adjust comment
|
2021-02-10 18:43:14 +09:00 |
|
smoogipoo
|
18a29dcb96
|
Rename bindable member, reorder binds
|
2021-02-10 18:42:24 +09:00 |
|
smoogipoo
|
6730c4c58b
|
Apply review comments (user explanations + property names)
|
2021-02-10 18:41:28 +09:00 |
|
smoogipoo
|
cf06684ad1
|
Judge heads as slider ticks instead
|
2021-02-10 18:38:31 +09:00 |
|
Jamie Taylor
|
996f1098f6
|
Use alternate sample on the downbeat while hovering OsuLogo
|
2021-02-10 18:17:48 +09:00 |
|
Dean Herbert
|
625eb78a11
|
Simplify with an early exit for null sample
|
2021-02-10 17:59:52 +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
|
4e2ab0bad2
|
Use a separate sample set for Toolbar buttons
|
2021-02-10 17:48:36 +09:00 |
|
Dean Herbert
|
9e400acd1a
|
Merge branch 'master' into fix-mod-settings-fuckery
|
2021-02-10 17:43:03 +09:00 |
|
Jamie Taylor
|
73ab1b2b21
|
Add pitch randomisation to HoverSounds on-hover sample playback
|
2021-02-10 17:42:24 +09:00 |
|
Jamie Taylor
|
22995c216d
|
Use unique sample for edit button click (ButtonSystem)
|
2021-02-10 17:23:55 +09:00 |
|
Jamie Taylor
|
3eda78c363
|
Use unique samples for Dialog, NowPlaying, SettingsPanel and WaveOverlay pop-in/pop-out
|
2021-02-10 16:04:47 +09:00 |
|
Jamie Taylor
|
806324b196
|
Allow overriding of Overlay pop-in and pop-out samples
|
2021-02-10 15:44:05 +09:00 |
|
Dean Herbert
|
b3b0d97354
|
Avoid potential feedback from bindable event binds
|
2021-02-10 15:33:04 +09:00 |
|
Dean Herbert
|
67c1c4c1eb
|
Copy settings before applying selection
|
2021-02-10 15:30:17 +09:00 |
|
Dean Herbert
|
98a83722ff
|
Move the point at which selected mods are reset in tests to allow mutliple creation test flow
|
2021-02-10 15:29:55 +09:00 |
|