Commit Graph

18 Commits

Author SHA1 Message Date
f8830c6850 Automated #nullable processing 2022-06-17 16:37:17 +09:00
4a88affd03 Move beat divisor tick size retrieval to static methods 2022-05-24 18:15:20 +09:00
423838a649 Add flow for specifying entirely custom snaps 2022-02-27 17:55:20 +01:00
d0c01afc2e Add flow for changing set of valid divisors between presets 2022-02-27 15:37:51 +01:00
6944151486 Apply batch fixing of built-in types using var 2021-10-27 13:04:41 +09:00
8c5d99ab21 Override CreateInstance() in osu! bindable subclasses
Three bindables are left which don't have this overriden due to them
already not having a value-only constructor and not supporting
`GetBoundCopy()` properly:
 - `BeatmapDifficultyCache.BindableStarDifficulty`.
 - `TotalScoreBindable`
 - `TotalScoreStringBindable`

I could add support for them by passing the required data to them, as
they seem to be able to have that shared, but I'm hesitant to support
something which was already broken and never used, not sure.
2021-08-18 04:19:58 +03:00
9be7981e0d Adjust timeline ticks to be more visible 2021-03-19 19:45:00 +09:00
40379a5e22 Use foreach 2020-01-28 16:04:13 +09:00
df665c3a3c Move beat index colour retrieval to static function 2020-01-27 17:34:40 +09:00
508b92e611 Update beat divisor colours to be more distinguishable
Close to osu-stable
2020-01-27 17:34:40 +09:00
36cc79f04f Softly handle invalid beat divisors instead of throwing 2019-11-08 17:28:11 +09:00
851773a842 Apply adjustments for framework changes 2019-10-23 14:04:06 +09:00
cbbc6aad6e Make method static 2019-08-31 21:32:02 +09:00
40729356fa Move beat divisor colour retrieval to BindableBeatDivisor 2019-08-30 17:34:58 +09:00
42be7857d1 Use expression body for property get/set where possible 2019-02-28 13:58:19 +09:00
d8c55bc729 Adjust namespaces 2019-02-21 19:05:52 +09:00
8617aaa2a7 Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
52f4923c8e Remove intermediate Screens namespace 2018-11-06 18:28:22 +09:00