1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-16 13:02:55 +08:00
osu-lazer/osu.Game/Rulesets
Dean Herbert f9cd7f10d8 Allow null values for ReadCurrentFromDifficulty
As long as this isn't a constructor parameter it feels best to
gracefully handle omission. Realistically having it in the ctor is the
best move, but it doesn't feel great in line with the other parameters
passed in via object initalisers.
2021-07-09 13:26:01 +09:00
..
Configuration Constrain configuration lookup as enum. 2019-12-09 17:45:26 +08:00
Difficulty Refactor DifficultyAttributes to use auto properties over public fields 2021-06-08 19:43:59 +10:00
Edit Add check for spanDuration <= 0 prior to division 2021-06-27 15:40:09 +02:00
Filter Expose and document query parser and helpers 2021-03-03 22:03:01 +01:00
Judgements Remove redundant arguments 2021-07-05 23:52:39 +08:00
Mods Allow null values for ReadCurrentFromDifficulty 2021-07-09 13:26:01 +09:00
Objects Remove redundant arguments 2021-07-05 23:52:39 +08:00
Replays Remove redundant NotNull attributes in nullable classes 2021-06-17 16:07:32 +09:00
Scoring Fix bonus-only maps having 700K base score 2021-04-28 03:42:29 +09:00
Timing Centralise default beat length specification 2019-08-28 20:22:16 +09:00
UI Merge branch 'master' into ruleset-shaders 2021-07-07 15:44:30 +09:00
ILegacyRuleset.cs Apply review suggestions 2020-12-03 19:44:12 +02:00
Ruleset.cs Refrain from attempting to transform null skins 2021-06-10 16:36:45 +03:00
RulesetConfigCache.cs Suppress warnings 2019-11-12 13:41:54 +09:00
RulesetInfo.cs Ignore possible nulls in Type.GetType() calls 2021-05-15 00:09:34 +02:00
RulesetSelector.cs General refactoring 2019-06-26 17:52:25 +09:00
RulesetStore.cs Remove unused using statement 2021-06-18 19:39:01 +09:00