Commit Graph

11 Commits

Author SHA1 Message Date
dbc538abbe Use Enum.HasFlag
With .NET core 2.0+ this is as efficient as the ugly code we've been using.
2018-07-16 16:18:46 +09:00
32a74f95a5 Normalize all the line endings 2018-04-13 18:26:38 +09:00
ae032cbf23 Support HandleKeyboardInput, HandleMouseInput, CanReceiveKeyboardInput, CanReceiveMouseInput properties 2018-01-07 23:40:00 +03:00
37d393bca0 Update licence headers 2018-01-05 20:21:19 +09:00
57678a13d9 Update in-line with framework changes. 2017-09-04 09:32:35 +09:00
2d7eefa6fe Update Cached usage according to framework 2017-07-02 13:00:02 +03:00
62dee59672 Shapes namespace
Depends on https://github.com/ppy/osu-framework/pull/837
2017-06-20 15:54:23 +10:00
5f7270ee4b Use new invalidation rules 2017-06-08 09:53:45 +02:00
b0f1851e88 Adjust visuals slightly. 2017-04-18 20:52:57 +09:00
1071645dca Flexible cube count (and thus graph height).
This also scaled the graph to the height of the maximum value. And much tidying.
2017-04-18 19:25:52 +09:00
3b21340e1b Split SquareGraph out and make SongProgressGraph also able to take a list of Objects. 2017-04-18 18:40:02 +09:00