osu/osu.Game
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
..
Audio Reword comment 2019-11-21 10:37:50 +09:00
Beatmaps Simplify tests 2019-11-21 18:50:38 +09:00
Configuration Improve naming 2019-11-22 02:38:31 +09:00
Database Use typeparamref. 2019-11-17 20:48:23 +08:00
Graphics Use MathF instead of Math- functions when possible 2019-11-25 00:45:42 +01:00
Input Use typeparamref. 2019-11-17 20:48:23 +08:00
IO
IPC
Migrations
Online Fix beatmap lookups failing for beatmaps with no local path 2019-11-23 20:55:42 +09:00
Overlays Use MathF instead of Math- functions when possible 2019-11-25 00:45:42 +01:00
Properties
Replays
Rulesets Remove useless line from ModIcon 2019-11-22 05:10:47 +03:00
Scoring Add null check 2019-11-20 13:42:54 +09:00
Screens Use MathF instead of Math- functions when possible 2019-11-25 00:45:42 +01:00
Skinning
Storyboards Add storyboard lead-in tests 2019-11-21 18:50:54 +09:00
Tests Add storyboard lead-in tests 2019-11-21 18:50:54 +09:00
Updater
Users Apply CornerExponent fixes 2019-11-22 19:49:20 +09:00
Utils Fix spacing 2019-11-21 22:55:31 +09:00
osu!.res
osu.Game.csproj Update framework 2019-11-22 19:47:21 +09:00
OsuGame.cs Merge remote-tracking branch 'upstream/master' into sharpraven-deprecation 2019-11-21 22:52:45 +09:00
OsuGameBase.cs