Commit Graph

46805 Commits

Author SHA1 Message Date
9538c4c7f2 Make the news collapsable month sections sound like dropdowns, because they pseudo kinda are 2021-07-30 21:35:28 +09:00
9b7bb37244 Add hover+select sounds to some components that are missing them 2021-07-30 21:35:28 +09:00
7dc1de7423 Use 'Submit' select sample variant for back button 2021-07-30 21:35:28 +09:00
c1d8a7e2ad Add and use 'Submit' select sample variant for particular components 2021-07-30 21:35:28 +09:00
be3c02ff7f Remove 'Soft' select sample variant usage (soft is the new default) 2021-07-30 21:35:27 +09:00
9515a67f57 Localise ranking sort tab control. 2021-07-30 14:35:25 +02:00
fcfa6d5bd1 Localise rankings overlay header. 2021-07-30 14:18:35 +02:00
1a921663e3 Merge pull request #14062 from peppy/fix-missing-configure-await
Add a few cases of missing `ConfigureAwait` calls in tests project
2021-07-30 19:53:49 +09:00
e8d56b4ed0 Merge pull request #14065 from peppy/fix-broken-exception-handling
Fix incorrect authorisation loss exception handling with recent changes
2021-07-30 19:53:21 +09:00
cd516c4ac7 Fix regressed metronome handling 2021-07-30 19:38:43 +09:00
185ea776f5 Fix incorrect authorisation loss exception handling with recent changes 2021-07-30 18:11:40 +09:00
dac79636a8 Merge pull request #14063 from Joehuu/fix-progress-graph-visibility
Fix song progress graph not being correctly hidden
2021-07-30 17:44:22 +09:00
d5e68f53b5 Change some defaults and always tween 2021-07-30 17:38:04 +09:00
bdc5eb6d3d Add ability to also mute hitsounds 2021-07-30 17:25:01 +09:00
0c3f1195e9 Allow audio adjustments to be applied to DrawableRulesets 2021-07-30 17:25:01 +09:00
43e3556deb Merge pull request #14060 from bdach/uncouple-rankings-tables
Uncouple display logic from text in rankings overlay tables
2021-07-30 16:25:22 +09:00
3cfd235b7f Add tween when missing to avoid sudden volume difference 2021-07-30 16:10:20 +09:00
b399ddaea0 Add inverse setting 2021-07-30 16:10:10 +09:00
a2f3edbfc0 Fade track volume out as combo increases 2021-07-30 15:49:11 +09:00
4e2f928d65 Fix comment 2021-07-30 15:44:09 +09:00
451c65a2c8 Fix song progress graph not being correctly hidden 2021-07-29 23:41:01 -07:00
665bd3690a Add a few cases of missing ConfigureAwait calls in tests project 2021-07-30 15:27:24 +09:00
877490fa8d Merge pull request #14058 from peppy/dont-throw-on-missing-drawings
Avoid throwing / logging an error when `drawings.txt` is missing
2021-07-30 14:28:51 +09:00
6249ce0ea3 Add a warning and link for more information on drawings.txt population 2021-07-30 13:21:50 +09:00
3a347188a5 Allow LinkFlowContainer to still open external URLs when OsuGame is not available 2021-07-30 13:21:26 +09:00
fc66476107 Merge branch 'master' into dont-throw-on-missing-drawings 2021-07-30 13:10:03 +09:00
804494e211 Merge pull request #14061 from bdach/colour-picker-integration
Integrate editor colour display with colour picker & popover
2021-07-30 12:24:31 +09:00
c8891d4504 Integrate editor colour display with colour picker & popover 2021-07-29 23:14:37 +02:00
0691c0dd63 Switch Colour{Display,Palette} to use Colour4 2021-07-29 23:14:32 +02:00
59a33b5d02 Uncouple display logic from text in rankings overlay tables 2021-07-29 22:23:47 +02:00
e3e36e0a12 Merge pull request #14050 from peppy/fix-api-request-abort
Fix aborting an `APIRequest` potentially resulting in incorrect success
2021-07-29 22:23:16 +02:00
cbc504c1ed Merge branch 'master' into fix-api-request-abort 2021-07-29 21:29:57 +02:00
431be5b5c1 Merge pull request #14059 from peppy/tournament-lookup-ruleset
Resolve ruleset from store after loading tournament ladder
2021-07-29 21:00:55 +02:00
9a59305dd9 Merge branch 'master' into tournament-lookup-ruleset 2021-07-29 20:20:05 +02:00
6603ad33e9 Merge pull request #14057 from peppy/fix-stack-overflow-tournament-ruleset
Fix potential stack overflow in ruleset change rejection logic
2021-07-29 19:57:41 +02:00
77b354bfba Resolve ruleset from store after loading tournament ladder 2021-07-30 02:12:03 +09:00
ceec74aaca Avoid throwing / logging an error when drawings.txt is missing 2021-07-30 02:00:07 +09:00
46c72334fb Fix stack overflow in ruleset change rejection logic 2021-07-30 01:54:30 +09:00
0b8ca667a9 Add failing test coverage of loading with an unavailable ruleset 2021-07-30 01:53:25 +09:00
5c5e33f4d7 Split out common logic for tournament game host tests 2021-07-30 01:53:08 +09:00
f9814a66cb Merge pull request #14041 from Henry-YSLin/mod-muted
Add a mod that mutes the audio track
2021-07-29 23:44:06 +09:00
daefea9221 Merge branch 'master' into mod-muted
# Conflicts:
#	osu.Game/Overlays/MusicController.cs
2021-07-29 21:24:09 +08:00
888e8f1c80 Use shared metronome class 2021-07-29 21:18:07 +08:00
b0bd4ef794 Merge pull request #14052 from Henry-YSLin/music-controller-reset-all-adjustments
Reset all types of adjustments in `MusicController.ResetTrackAdjustments`
2021-07-29 22:17:34 +09:00
7251c28c4a Merge branch 'master' into mod-muted 2021-07-29 21:14:03 +08:00
a204ef39dd Prevent catcher trail generation while rewinding 2021-07-29 17:32:38 +09:00
81f23e1111 Manage catcher trails by lifetime entries 2021-07-29 17:12:01 +09:00
5fc699de99 Merge pull request #14051 from Henry-YSLin/extract-target-mod-metronome
Extract metronome from `OsuModTarget`
2021-07-29 17:01:17 +09:00
89e8296eb1 Reset all types of adjustments in MusicController; Rename AllowRateAdjustments to AllowTrackAdjustments 2021-07-29 15:39:26 +08:00
935984d200 Rename MetronomeBeatContainer to Metronome 2021-07-29 15:17:21 +08:00