Commit Graph

42669 Commits

Author SHA1 Message Date
df02ce7c93 Merge pull request #14068 from Game4all/localise-rankings
Localise rankings overlay
2021-07-31 08:51:01 +02:00
e4e4c85a11 Merge branch 'master' into localise-rankings 2021-07-31 08:13:10 +02:00
c082498955 Fix some missed instances of verbatim string conversion 2021-07-31 14:29:38 +09:00
e6f337a3c8 User verbatim string for ToLocalisableString calls (and rename US spelling) 2021-07-31 14:27:20 +09:00
21b2226148 Merge pull request #14072 from frenzibyte/adjustable-metronome
Add audio adjustment support for `Metronome`s
2021-07-31 13:48:22 +09:00
397c73e786 Add audio adjustment support to Metronome 2021-07-31 02:16:02 +03:00
c7e9d09ce3 Localise left over numeric value. 2021-07-30 19:08:27 +02:00
652fe6c413 Uppercase sort filter control text. 2021-07-30 19:07:49 +02:00
5381e11880 Revert unintentional change. 2021-07-30 19:06:25 +02:00
8a42d88793 Fix whitespace inspections. 2021-07-30 16:28:18 +02:00
db1ed873e4 Localise ranking tables. 2021-07-30 15:24:10 +02:00
9717281969 Localise rankings Spotlight selector. 2021-07-30 14:53:01 +02: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
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
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
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
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
0196141335 Remove unused constants 2021-07-29 14:52:40 +08:00
18e760ee91 Extract metronome from OsuModTarget 2021-07-29 14:52:18 +08:00
0620cd130e Change mod description 2021-07-29 14:41:47 +08:00