1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:47:28 +08:00
osu-lazer/osu.Game.Tournament/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
..
Drawings Use MathF instead of Math- functions when possible 2019-11-25 00:45:42 +01:00
Editors Merge remote-tracking branch 'upstream/master' into lookup-players-for-ruleset 2019-11-12 11:02:36 +09:00
Gameplay Use MathF instead of Math- functions when possible 2019-11-25 00:45:42 +01:00
Ladder .NET Standard 2.1 implements Math.Clamp , use it instead of MathHelper.Clamp from osuTK. 2019-11-20 13:37:47 +01:00
MapPool Fix tournament buttons playing sound effects 2019-11-08 17:00:47 +09:00
Schedule MatchPairing -> TournamentMatch 2019-06-18 14:57:05 +09:00
Showcase Fix logo masking not being applied correctly for showcase/win screens 2019-07-13 11:13:05 +09:00
TeamIntro Apply brace style. 2019-11-11 20:13:13 +08:00
TeamWin Fix logo masking not being applied correctly for showcase/win screens 2019-07-13 11:13:05 +09:00
BeatmapInfoScreen.cs Update licence headers 2019-03-04 13:24:19 +09:00
IProvideVideo.cs General namespace tidy-up 2019-06-18 14:51:48 +09:00
SetupScreen.cs Move LabelledDropdown local to usage 2019-11-12 11:04:49 +09:00
TournamentScreen.cs Improve tournament screen transitions 2019-11-08 17:56:04 +09:00