Commit Graph

49846 Commits

Author SHA1 Message Date
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
efdc8fa8a6 Fix incorrect step name
Co-authored-by: Henry Lin <henry.ys.lin@gmail.com>
2021-07-15 19:08:12 +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
b6996d647e Add ability to disable mistimed event firings 2021-07-15 16:22:48 +09:00
3197f599bb Add failing test showing OnNewBeat can execute far away from an actual beat 2021-07-15 16:01:46 +09:00
d0fc258886 Remove unused OsuLogo.BeatMatching 2021-07-15 15:11:42 +09:00
98a1f40a98 Ensure EarlyActivationMilliseconds is applied even in idle state 2021-07-15 15:10:14 +09:00
77bfe700e0 Add test coverage of idle beat 2021-07-15 14:59:57 +09:00
c47ff1919c Fix regression in idle behaviour and refactor further 2021-07-15 14:56:49 +09:00
5ecf6511e6 Fix default timing points being used if "track" is not running 2021-07-15 14:41:50 +09:00
cab8b94132 Add failing test 2021-07-15 14:41:50 +09:00
a3129ad00e Refactor BeatSyncedContainer to support GameplayClock 2021-07-15 14:37:13 +09:00
8cc2d2e79e Update beat synced container tests to be usable 2021-07-15 14:37:13 +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
687c9aa33d Add tooltip and keywords for "high precision" setting 2021-07-15 12:37:52 +09:00
b390562232 Merge pull request #13889 from boehs/patch-1
Update README.md
2021-07-15 10:11:47 +09:00
1041a5fb94 Update README.md 2021-07-14 14:39:45 -04:00
9d693c75cf Add Schedule to restore password text box focus behaviour 2021-07-14 23:56:52 +09:00
cc09a8b5ba Update to use OsuPopover implementation 2021-07-14 23:55:46 +09:00
b5dd9403b1 Merge branch 'master' into add-password-support 2021-07-14 23:53:03 +09:00
c0c14a6bda Merge pull request #13877 from bdach/osu-popover
Implement osu!-side popover
2021-07-14 23:52:56 +09:00
339fab75a8 Rename colour variable in line with other usages 2021-07-14 23:27:03 +09:00
c6116676eb Update framework 2021-07-14 23:23:48 +09:00
fdfd82aec4 Add elastic scale on appear 2021-07-14 23:23:44 +09:00
5d0b4abb9d Merge branch 'master' into lounge-redesign 2021-07-14 18:57:02 +09:00
dfe7cc40a9 Move create room button into the lounge 2021-07-14 18:55:01 +09:00
3e6b9bd48d Add filter background 2021-07-14 18:24:30 +09:00
c64230315f Adjust layouts 2021-07-14 18:10:59 +09:00
0bfaf11d51 Remove/fix paddings in lounge 2021-07-14 17:46:52 +09:00
f6b81b76e8 Add shadow 2021-07-14 17:46:32 +09:00
da3b40a4dd Add default background to panel, reduce nesting 2021-07-14 16:56:46 +09:00
e0c61c24b1 Remove spotlights glow 2021-07-14 16:51:31 +09:00
0e89bafd17 Add special category pill + secondary background 2021-07-14 16:48:53 +09:00
7f432665e5 Preserve Y position of hit objects in osu!catch 2021-07-14 14:38:38 +09:00
4b4c341fb8 Merge pull request #13884 from peppy/remove-read-from-difficulty
Remove `IApplicableToDifficulty.ReadFromDifficulty`
2021-07-14 13:10:34 +09:00
8d49118320 Merge pull request #13867 from frenzibyte/fix-orange-hue
Update hue of certain colour schemes
2021-07-14 13:10:20 +09:00
c5977f3318 Merge branch 'master' into lounge-redesign 2021-07-14 12:47:16 +09:00
95d767bd0c Merge branch 'master' into fix-orange-hue 2021-07-14 12:32:45 +09:00
ed29646291 Remove IApplicableToDifficulty.ReadFromDifficulty
This was added specifically for `ModDifficultyAdjust`, but turned out to
be more of a headache than we expected. We have since removed usage and
would hope that this is not required by any other mods.

Opting for complete removal rather than obsoletion, as we discovered
this was already broken in multiple cases, with fixes being quite
logically complex.

If you happen to be a ruleset developer relying on this, open an issue
and we'll talk you through a better approach (or check what
`ModDifficultyAdjust` is doing now for an example).
2021-07-14 12:32:16 +09:00