1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 19:27:24 +08:00
osu-lazer/osu.Game.Rulesets.Taiko
Bartłomiej Dach 0ae4a0f11f
Adjust gameplay element maximum size limits for backwards compatibility
The new limits were chosen by sampling across over 4000 skins. The
methodology for doing so is described in the following gist:

	https://gist.github.com/bdach/6228ba41d128b23d1f89142f404108a3
2023-10-05 20:37:10 +02:00
..
Beatmaps Make not extension method 2023-09-15 18:13:04 +09:00
Configuration Removed unnecessary directives that were added automatically and I forgot to remove 2023-01-10 12:44:27 +00:00
Difficulty Fix incorrect change in taiko score simulator 2023-09-26 17:46:03 +09:00
Edit Implement new interface-based speed change visualisation support on mania/taiko 2023-09-20 15:28:13 +09:00
Judgements Automated pass 2023-06-24 01:00:03 +09:00
Mods Use update-invariant way of checking for second press on same frame 2023-07-25 20:07:03 +02:00
Objects Ensure there's no chance of a press being ignored during rewind flow 2023-10-05 23:02:45 +09:00
Properties Automated pass 2023-06-24 01:00:03 +09:00
Replays Use AsNonNull() instead. 2022-07-02 19:48:32 +08:00
Resources Add conversion tests 2023-02-09 23:23:58 +01:00
Scoring Automated pass 2023-06-24 01:00:03 +09:00
Skinning Adjust gameplay element maximum size limits for backwards compatibility 2023-10-05 20:37:10 +02:00
UI Implement new interface-based speed change visualisation support on mania/taiko 2023-09-20 15:28:13 +09:00
osu.Game.Rulesets.Taiko.csproj Update netstandard2.1 references to net6.0 2022-12-16 17:16:13 +09:00
TaikoInputManager.cs Automated pass 2023-06-24 01:00:03 +09:00
TaikoRuleset.cs Split legacy scoring attributes into a separate object 2023-09-07 21:10:38 +09:00
TaikoSettingsSubsection.cs Updated touch control scheme setting capitalization to be consistent with the rest of the settings menu 2023-01-10 11:57:21 +00:00
TaikoSkinComponentLookup.cs Add "Component" prefix to lookup naming 2022-11-09 17:46:43 +09:00
TaikoSkinComponents.cs Move DrumSamplePlayer to be a skinnable component 2023-07-05 18:44:27 +09:00