Commit Graph

375 Commits

Author SHA1 Message Date
50ba320a51 Expand available file operations in ArchiveModelManager 2020-09-25 13:16:30 +09:00
5b93752065 Merge pull request #10103 from smoogipoo/disable-online-lookups-tests
Disable online beatmap lookups in tests
2020-09-09 21:21:04 +09:00
aeae009512 Disable online beatmap lookups in tests 2020-09-09 20:12:40 +09:00
2cd07b2d3c Fix editor crash on saving more than once
I'm fixing this in the simplest way possible as this kind of issue is
specific to EF core, which may cease to exist quite soon. Turns out the
re-retrieval of the beatmap set causes concurrency confusion and wasn't
actually needed in my final iteration of the new beatmap logic.
2020-09-09 12:48:12 +09:00
9ab6d584d3 Merge branch 'master' into editor-new-beatmap 2020-09-07 14:30:41 +09:00
e17ccdfe9f Merge branch 'master' into combo-colors 2020-09-07 13:55:41 +09:00
fba253f131 Take user argument in CreateNew method parameters 2020-09-04 13:17:43 +09:00
d32b77f045 Add missing extension to filename
Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
2020-09-03 21:33:25 +09:00
1c1c583d3b Fix regression in file update logic (filename set too early) 2020-09-03 19:31:40 +09:00
d849f7f2b5 Use the local user's username when saving a new beatmap 2020-09-03 13:20:23 +09:00
e337e6b3b0 Use a more correct filename when saving 2020-09-03 13:20:23 +09:00
e032844570 Start with a fresh beatmap when entering editor from main menu 2020-09-03 13:20:23 +09:00
c2ade44656 Change types back 2020-09-01 17:58:06 +02:00
1484e78654 Update xmldoc 2020-08-31 17:24:00 +02:00
e428144f73 Use IBeatmapSkin 2020-08-30 11:34:50 +02:00
e6646b9877 Resolve review comments 2020-08-23 15:08:02 +02:00
c4a7fac760 Add required parameters and other various changes 2020-08-15 22:03:24 +02:00
91e28b849d Fix incorrect BeatmapManager construction 2020-08-13 00:29:23 +09:00
338c01fa43 Remove track store reference counting, use single instance stores 2020-08-11 13:16:06 +09:00
78692dc684 Initial commit 2020-08-10 05:21:10 +02:00
e87f50f74f Rename method 2020-08-07 22:31:41 +09:00
f53672193e Fix track stores being kept alive 2020-08-06 17:48:07 +09:00
86ae61c6b7 Re-implement store transferral in BeatmapManager 2020-08-06 16:24:14 +09:00
6e42b8219c Move track to MusicController, compiles 2020-08-06 16:24:14 +09:00
632f333ce2 Add ability to return protected beatmaps in GetAllUsable call 2020-07-10 17:20:27 +09:00
6afd6efdeb Return default beatmap if local beatmap can't be retrieved 2020-06-22 20:33:08 +09:00
88aed1d504 Merge branch 'master' into update-inspectcode-version 2020-06-09 20:12:39 +09:00
1476412eaa Merge branch 'master' into startup-safety 2020-06-09 13:55:33 +09:00
63003757c4 Remove WorkingBeatmap cache when deleting or updating a beatmap 2020-06-08 14:48:26 +09:00
443977aa8d Remove PreUpdate, update hash in Save() 2020-06-08 14:40:17 +09:00
dfed27bd46 Add back stream seeking for sanity 2020-06-08 14:24:21 +09:00
b41384dde8 Merge branch 'master' into multiplayer-beatmap-checksum 2020-06-07 18:05:33 +09:00
0107e9ba16 Change lookups to use SingleOrDefault() 2020-06-05 19:18:00 +09:00
c155ab8339 Check filenames and timestamps before reusing an already imported model 2020-06-03 18:03:10 +09:00
f3b5149648 Move some suggestions to warnings, resolve issues 2020-06-03 16:48:44 +09:00
dfb9687fb5 Extract update into PreUpdate(), add test 2020-06-02 17:22:09 +09:00
b41bb5a682 Update databased MD5 hash on save 2020-06-02 14:04:00 +09:00
c071fe6140 Add the ability to export skins 2020-05-24 13:44:11 +09:00
3d3cc2c15e Dispose BeatmapOnlineLookupQueue cache download request 2020-05-22 17:26:37 +03:00
052ad79fc6 Convert dangerous events to IBindables 2020-05-19 16:44:22 +09:00
0eae8d078b Merge branch 'master' into master 2020-05-05 13:33:29 +09:00
0e2ccac33b Add spaces to comments 2020-05-04 18:36:24 -07:00
a1cd007cad Fix song select tests potentially failing due to difficulty panels not yet displayed 2020-05-04 14:44:53 +09:00
6fef4eeb8f Rename class and extract out lookup method 2020-05-03 09:35:48 +09:00
deb87517d0 Add local beatmap lookup cache 2020-05-02 14:35:12 +09:00
d1ec99ffd9 Further improve beatmap carousel load performance by avoiding incorrect query construction 2020-04-29 16:51:22 +09:00
119000f1ab Reduce database includes where possible 2020-04-28 21:43:35 +09:00
f71c8cb30f Only drop online set ID if beatmap IDs were stripped in online retrieval 2020-03-30 15:07:56 +09:00
7ecce713bb Keep provided IDs where possible if not online 2020-03-30 15:07:39 +09:00
09d860d5f5 Fix imports with no matching beatmap IDs still retaining a potentially invalid set ID 2020-03-30 11:52:25 +09:00