Commit Graph

11 Commits

Author SHA1 Message Date
cdda264c49 Use global index and move it to find if break time
Avoid using iterations
2019-07-25 12:28:21 +03:00
5a55433d6c Return if breaks are null
Fixes a test
2019-07-25 11:53:32 +03:00
172a9ce33a Use a for loop instead of foreach
avoid allocating an iterator
2019-07-25 11:40:45 +03:00
9bd66b6e7a Better xmldoc 2019-07-25 11:27:32 +03:00
69d2f57f4f Avoid using LINQ 2019-07-25 11:27:01 +03:00
0ea0a10ca4 Expose as IBindable<bool> 2019-07-25 11:26:38 +03:00
7b82d184bd Add bindable boolean for break times 2019-07-25 11:07:53 +03:00
01f1018d02 Tidy up clock logic using DI and a GameplayClock 2019-03-05 13:37:51 +09:00
8617aaa2a7 Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
32a74f95a5 Normalize all the line endings 2018-04-13 18:26:38 +09:00
c6c55c40ed Rewrite BreakOverlay
No longer relies on Schedule calls (could not be rewound).
Also no longer sucks.
2018-03-04 00:51:24 +09:00