osu/osu.Game/Screens
Berkan Diler fccdbffa93 Use MathF instead of Math- functions when possible
MathF-functions are faster than the Math-counterpart and it looks cleaner, so use MathF when we cast to float or int anyway.
2019-11-25 00:45:42 +01:00
..
Backgrounds Improve naming 2019-11-22 02:38:31 +09:00
Charts
Edit Use MathF instead of Math- functions when possible 2019-11-25 00:45:42 +01:00
Menu Use MathF instead of Math- functions when possible 2019-11-25 00:45:42 +01:00
Multi Cancel a potentially pending filter update when an update occurs 2019-11-21 13:46:45 +09:00
Play Fix merge regression 2019-11-22 14:14:18 +09:00
Ranking Fix result mode button's corner exponent 2019-11-22 20:45:05 +09:00
Select Use MathF instead of Math- functions when possible 2019-11-25 00:45:42 +01:00
BackgroundScreen.cs
BackgroundScreenStack.cs
IOsuScreen.cs Allow screen to specify whether to apply audio rate adjustments from mods 2019-11-15 13:47:14 +09:00
Loader.cs
OsuScreen.cs Allow screen to specify whether to apply audio rate adjustments from mods 2019-11-15 13:47:14 +09:00
OsuScreenDependencies.cs
OsuScreenStack.cs
ScreenWhiteBox.cs .NET Standard 2.1 implements Math.Clamp , use it instead of MathHelper.Clamp from osuTK. 2019-11-20 13:37:47 +01:00
StartupScreen.cs Allow screen to specify whether to apply audio rate adjustments from mods 2019-11-15 13:47:14 +09:00