1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 20:47:51 +08:00
osu-lazer/osu.Game/Rulesets
Bartłomiej Dach 193e41f878 Add origin adjustment for hitobject lifetime
Visual inspection of taiko gameplay has shown that hitobjects appeared
on screen only when the origin of the hitobject came into the bounds
of the screen, instead of appearing when any visible part of the
hitobject came into the screen bounds.

This behaviour was due to lifetime calculation being based on the origin
of the hitobject and not taking into account the actual object
dimensions. Adjust the lifetime start of the hitobject by subtracting
the time needed to show the part of the hitobject that should already
be visible on screen when the origin comes into frame.
2019-12-26 20:37:29 +01:00
..
Configuration Constrain configuration lookup as enum. 2019-12-09 17:45:26 +08:00
Difficulty CA2208: create exceptions correctly. 2019-12-17 13:00:10 +08:00
Edit Make DrawableRuleset take a converted beatmap 2019-12-12 15:58:11 +09:00
Judgements Fix judgement sizes not matching legacy skins (#6145) 2019-09-19 18:49:35 +09:00
Mods Merge remote-tracking branch 'huoyaoyuan/master' into health-processor 2019-12-26 14:56:54 +09:00
Objects Merge remote-tracking branch 'upstream/master' into fallback-to-skin-combo-colours 2019-12-21 12:36:09 +03:00
Replays .NET Standard 2.1 implements Math.Clamp , use it instead of MathHelper.Clamp from osuTK. 2019-11-20 13:37:47 +01:00
Scoring Remove unused method 2019-12-24 16:52:49 +09:00
Timing Centralise default beat length specification 2019-08-28 20:22:16 +09:00
UI Add origin adjustment for hitobject lifetime 2019-12-26 20:37:29 +01:00
ILegacyRuleset.cs Remove LegacyID from Ruleset 2019-12-24 13:48:27 +09:00
Ruleset.cs Merge remote-tracking branch 'huoyaoyuan/master' into health-processor 2019-12-26 14:56:54 +09:00
RulesetConfigCache.cs Suppress warnings 2019-11-12 13:41:54 +09:00
RulesetInfo.cs Copy ruleset info over default 2019-12-24 16:05:20 +09:00
RulesetSelector.cs General refactoring 2019-06-26 17:52:25 +09:00
RulesetStore.cs Update RulesetStore to read from populated defaults 2019-12-24 16:16:55 +09:00