osu/osu.Game/Beatmaps
default0 0d1dec665a Set StarDifficulty to -1 for invalid beatmaps
The StarDifficulty calculation in a BeatmapGroup would not properly deal
with Beatmaps that cannot be loaded and thus cause a
NullReferenceException when trying to work with them, instead of
assigning a StarDifficulty of -1 to signify that the map is invalid.
2017-02-26 21:57:19 +01:00
..
Drawables Set StarDifficulty to -1 for invalid beatmaps 2017-02-26 21:57:19 +01:00
Events Remove unnecessary using statements 2017-02-23 21:38:10 +01:00
Formats Remove unnecessary using statements 2017-02-23 21:38:10 +01:00
IO Remove unnecessary using statements 2017-02-23 21:38:10 +01:00
Samples Update and standardise license headers. 2017-02-07 14:27:41 +09:00
Timing Remove incorrectly shadowed variable 2017-02-23 22:33:07 +01:00
Beatmap.cs Fix and refactor star difficulty calculation boilerplate 2017-02-24 19:36:17 +01:00
DifficultyCalculator.cs Fix and refactor star difficulty calculation boilerplate 2017-02-24 19:36:17 +01:00
WorkingBeatmap.cs Centralise access to WorkingBeatmaps. 2017-02-24 13:43:21 +09:00