Commit Graph

24 Commits

Author SHA1 Message Date
b1cd01ceb8 Apply ConfigureAwait changes to game side 2021-03-08 14:36:35 +09:00
0e2ccac33b Add spaces to comments 2020-05-04 18:36:24 -07:00
f090e292c9 Move ArchiveModelManager import process to async flow 2019-06-10 13:42:22 +09:00
8617aaa2a7 Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
4ba7690e04 Initial scoremanager/scorestore structure 2018-11-28 16:50:16 +09:00
e259911875 Use invariant tolower 2018-09-26 18:44:03 +09:00
6efecc4b35 Fix files with upper-case extensions failing to import correctly 2018-09-23 05:23:49 +09:00
32a74f95a5 Normalize all the line endings 2018-04-13 18:26:38 +09:00
a0a65abcac Crentalise all import logic 2018-02-15 14:22:39 +09:00
6ff63c2f0c Move deletion to ArchiveModelImportManager 2018-02-15 14:22:39 +09:00
e0d28564d0 Move import logic to shared implementation 2018-02-15 14:22:39 +09:00
37d393bca0 Update licence headers 2018-01-05 20:21:19 +09:00
5f53426a9a *Database -> *Store
Welcome back BeatmapManager
2017-07-27 16:56:41 +09:00
9e20a02c0a Split out BeatmapDatabase into BeatmapStore
Hide database functionality at a lower level in preparation from eventually making it private.
2017-07-26 16:31:34 +09:00
fce580d717 Reshuffle namespaces 2017-07-26 13:22:46 +09:00
54e1b24fe9 Enforce readonly private members where possible. 2017-03-23 13:50:08 +09:00
d7497330b2 Reduce warning/suggestion count to zero. 2017-03-09 15:52:40 +09:00
da751804b6 Reduce error count. 2017-03-09 14:24:16 +09:00
95e2e2b027 Replay loading via drag-drop huzzah! 2017-03-04 19:02:43 +09:00
aa9d85624d Change IPC to make sense. 2017-03-04 18:51:16 +09:00
2689de0c0c Update framework and add "Async" suffix to asynchronous methods 2017-02-23 22:32:10 +01:00
da2bfe6d3c Framework updates. 2017-02-23 16:42:12 +09:00
50bd80cb0c Update and standardise license headers. 2017-02-07 14:27:41 +09:00
d3a857edb9 Make importing work properly.
Moves import code to BeatmapDatabase.
2016-10-24 11:39:53 -04:00