Commit Graph

42234 Commits

Author SHA1 Message Date
d7f997a7f3 Set score's rank on a failed submission
As we don't have a `RankInfo.F`, this is the next best choice. I am also
adding a check osu-web side for this - this is just to make sure we
aren't sending scores with SS when they are not actually completed.

I'm working on a separate PR to ensure this does not get mutated during
the player exit process.
2021-07-19 12:36:15 +09:00
48b34457e7 Merge pull request #13925 from peppy/fix-icon-overwrite
Fix osu!(lazer) overwriting osu!(stable) desktop icons by adding back a suffix
2021-07-19 12:08:03 +09:00
49fb8f52e2 Merge pull request #13922 from bdach/replace-get-or-default-calls
Replace calls to obsoleted `GetOrDefault()` extension
2021-07-19 11:55:11 +09:00
e0af5f0469 Fix osu!(lazer) overwriting osu!(stable) desktop icons by adding back a suffix
As discussed in https://github.com/ppy/osu/issues/13864, Squirrel will
use the product name before the title, allowing us to use this variable
to update the icon while not changing the window display title or naming
elsewhere.
2021-07-19 11:38:45 +09:00
fb5d25405e Replace calls to obsoleted GetOrDefault() extension 2021-07-18 21:52:16 +02:00
856adfe6a3 Merge pull request #12877 from Henry-YSLin/osu-target-mod
Implement osu target mod
2021-07-19 02:09:34 +09:00
4aa0e62673 Merge pull request #13911 from kj415j45/localisation-base
Add support for localising breadcrumb controls
2021-07-19 02:09:11 +09:00
6e065362be Merge branch 'master' into osu-target-mod 2021-07-18 18:22:36 +02:00
fdebe4b94a Code formatting fixes 2021-07-18 22:01:26 +08:00
49f0c707f6 Move approach circle hiding within BeginAbsoluteSequence 2021-07-18 22:34:28 +09:00
353ff5c6ce Merge pull request #13915 from bdach/fix-tourney-seeding-crash
Fix seeding screen crashing on seedings with null mod
2021-07-18 17:47:29 +09:00
7be7fb4ca9 Merge pull request #13906 from peppy/tournament-flow-warnings
Show warning on screens which require a current match to be selected
2021-07-17 19:13:00 +02:00
32ca2b939b Merge branch 'master' into tournament-flow-warnings 2021-07-17 18:33:45 +02:00
714255e6d4 Fix seeding screen crashing on seedings with null mod 2021-07-17 18:06:47 +02:00
9a2fb8ca6c Add test coverage for null mod on seeding screen 2021-07-17 18:06:47 +02:00
f4eeb9139e Correct code style 2021-07-17 21:37:58 +08:00
0183564810 Merge branch 'localisation-base' of https://github.com/kj415j45/osu into localisation-base 2021-07-17 21:19:14 +08:00
ca1080dfb5 use switch statement
Co-authored-by: bdach <dach.bartlomiej@gmail.com>
2021-07-17 21:16:57 +08:00
5b4a1ef70a Update test to match Breadcrumb change 2021-07-17 20:40:59 +08:00
7859d02c5b Allow null for breadcrumb control 2021-07-17 20:33:26 +08:00
6bebb1fdb9 Merge branch 'master' into localisation-base 2021-07-17 19:50:52 +08:00
e3c10e3994 Add missing LocalisableString 2021-07-17 19:40:32 +08:00
22ff40fdd5 Fix broken WikiHeader 2021-07-17 19:40:25 +08:00
5b694ad28b Replace string with LocalisableString 2021-07-17 19:37:32 +08:00
8dc9ab9e76 Merge pull request #13905 from peppy/schedule-display-without-current
Allow the schedule screen to show even when a current match is not selected
2021-07-16 23:23:29 +02:00
7fabdbc504 Merge branch 'master' into schedule-display-without-current 2021-07-16 22:45:51 +02:00
e8595871de Update remaining screens to also show the warning message 2021-07-17 00:23:17 +09:00
0a13e033ea Move height warning to bottom of screen to avoid overlap 2021-07-17 00:23:17 +09:00
71f74f0e98 Add warning message to screens which require a current match to be selected 2021-07-17 00:23:17 +09:00
6a781aedb3 Merge pull request #13904 from peppy/fix-match-removal-line-rendering
Fix progression lines getting stuck after removing a match in ladder editor screen
2021-07-17 00:23:16 +09:00
83ebbb7f8e Allow the schedule screen to show even when a current match is not selected 2021-07-17 00:21:58 +09:00
f0fe4ae3d1 Merge pull request #13903 from peppy/input-settings-localisation
Add localisation coverage for remaining input settings
2021-07-17 00:04:40 +09:00
bda16f0fbc Fix progression lines getting stuck after removing a match in ladder editor screen 2021-07-16 23:51:31 +09:00
6eed857d63 Merge branch 'master' into input-settings-localisation 2021-07-16 23:25:25 +09:00
da7e880e46 Merge pull request #13893 from peppy/mouse-settings-localisation
Add localisation coverage of `MouseSettings`
2021-07-16 23:25:12 +09:00
7df7137c88 Add localisation support for remaining input settings sections 2021-07-16 23:03:55 +09:00
b3d89254a9 Bump LocalisationAnalyser for new key generation 2021-07-16 23:03:55 +09:00
8cdc3536f4 Merge pull request #13826 from stanriders/buff-ar
Change approach rate bonuses to be less punishing on mid-length maps
2021-07-16 22:47:10 +09:00
4a10e927eb Merge pull request #13901 from smoogipoo/improve-mania-speed-range
Adjust mania speed range
2021-07-16 22:42:13 +09:00
05234d6c30 Fix mania hitobjects not appearing early enough 2021-07-16 19:33:34 +09:00
3ac58d6838 Fix min/max values not being passed to inner time range 2021-07-16 19:32:31 +09:00
01c9e9adcc Merge pull request #13899 from gagahpangeran/image-caption-tfc 2021-07-16 19:15:09 +09:00
8541e73fc1 use text flow in markdown image caption 2021-07-16 16:26:15 +07:00
fa8e5013c5 Adjust mania speed range 2021-07-16 18:22:34 +09:00
304eac26d3 Merge branch 'master' into osu-target-mod 2021-07-15 16:51:02 +09:00
ea87869753 Fix metronome playing during intro time 2021-07-15 16:50:55 +09:00
c38590f1ff Use a slightly more appropriate metronome sound 2021-07-15 16:43:24 +09:00
3f3adfe297 Add localisation support for MouseSettings 2021-07-15 13:09:51 +09:00
d58534dce6 Update CommonStrings to latest localiser tools output 2021-07-15 13:09:51 +09:00
5b91111eda Update SettingsSubsection.Header to accept a LocalisableString 2021-07-15 13:09:51 +09:00