1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 16:07:24 +08:00
osu-lazer/osu.Game/Beatmaps/ControlPoints
Dan Balasescu f86e9c9a4a
Also annotate ControlPointInfo
Same deal with this class. Fully qualifying the type names because this
has `#nullable disable` and makes use of `NotNull` which is also present
in the `System.Diagnostics.CodeAnalysis` namespace and AAAAAAARGH
NAMESPACE CONFLICTS.
2024-06-17 17:13:44 +09:00
..
ControlPoint.cs Annotate ControlPoint and Mod for AOT trimming support 2024-06-17 16:19:33 +09:00
ControlPointGroup.cs Fix the MOTHERLOAD of undetected issues that are now visible thanks to net6.0 2022-12-16 18:16:26 +09:00
ControlPointInfo.cs Also annotate ControlPointInfo 2024-06-17 17:13:44 +09:00
DifficultyControlPoint.cs Remove precision limitations of SliderVelocity 2023-09-07 17:41:58 +09:00
EffectControlPoint.cs Remove rounding of slider velocity (when applied as scroll speed) 2024-01-18 18:37:44 +09:00
IControlPoint.cs Update osu.Game/Beatmaps/ControlPoints/IControlPoint.cs 2022-10-20 08:06:05 +09:00
SampleControlPoint.cs Merge branch 'master' into sample-set-controls 2023-05-24 14:03:04 +09:00
TimingControlPoint.cs Move OmitFirstBarLine to TimingControlPoint 2023-02-28 19:29:31 +09:00