Commit Graph

1721 Commits

Author SHA1 Message Date
25e142965d Strongly type and expose default beatmap information icon implementations for other rulesets 2020-09-04 15:01:32 +09:00
cd253ab055 Further tweaks to get closer to design originals 2020-09-04 13:05:39 +09:00
9d2dff2cb8 Add scale to allow legacy icons to display correctly sized 2020-09-04 12:55:39 +09:00
72cb65c22f Update and add missing beatmap statistic icons to info wedge 2020-09-03 17:52:22 +09:00
f08e7828da Merge branch 'master' into beatmap-track-rework 2020-09-01 16:06:38 +09:00
9b3a48ee5e Revert "Add marker interface for beatmap skins" 2020-08-31 18:29:46 +02:00
bd2f863b56 Merge branch 'master' into legacy-mirror-mod-replays 2020-08-31 12:41:17 +09:00
814655770d Merge branch 'master' into beatmapskin-interface 2020-08-30 12:22:55 +09:00
cd0a73883d Merge pull request #9945 from smoogipoo/skin-colour-fix-2
Exactly reproduce osu!stable skin colour alphas
2020-08-29 20:06:26 +09:00
658a1d159f Add legacy flag value for mirror mod 2020-08-29 11:45:59 +02:00
82acb3506c Add and change xmldocs 2020-08-29 11:07:28 +02:00
4cb9e1d443 Initial commit 2020-08-29 10:33:43 +02:00
436dbafe57 Fix incorrect comparison for mods of different instances 2020-08-28 22:12:17 +09:00
43c61e5830 Re-query beatmap difficulty before computing 2020-08-28 22:08:28 +09:00
b72f06fef6 Centralise and clarify LoadTrack documentation 2020-08-22 19:42:34 +09:00
88d50b6c47 Remove alpha mangling from LegacyDecoder 2020-08-22 00:15:37 +09:00
d2c2e8bbe8 Revert some more usage of MusicController back to WorkingBeatmap 2020-08-21 15:17:21 +09:00
526f06be4c Add back track loaded bool in WorkingBeatmap 2020-08-21 13:53:37 +09:00
357fb3a10e Merge branch 'master' into beatmap-track-rework 2020-08-21 12:53:09 +09:00
083bcde3cf Fix beatmap transfer not working 2020-08-18 13:01:35 +09:00
583760100a Implement mania invert mod 2020-08-18 01:40:55 +09:00
d9debef156 Add explicit LoadTrack method 2020-08-17 15:38:16 +09:00
71f4e753f0 Merge branch 'master' into beatmap-track-rework 2020-08-16 22:35:32 +09:00
c3757a4660 Fix beatmap covers not being unloaded in most overlays
Eventually we'll probably want something smarter than this, but for the
time being this helps stop runaway memory usage.
2020-08-14 19:22:26 +09:00
91e28b849d Fix incorrect BeatmapManager construction 2020-08-13 00:29:23 +09:00
b66f303e71 Add annotation 2020-08-12 00:48:45 +09:00
faff0a70c4 Privatise BMWB 2020-08-11 13:48:57 +09:00
338c01fa43 Remove track store reference counting, use single instance stores 2020-08-11 13:16:06 +09:00
e87f50f74f Rename method 2020-08-07 22:31:41 +09:00
b6fb7a0d39 Fix possibly setting null track 2020-08-07 22:05:58 +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
4648362214 Safeguard against potential finalise-before-initialised 2020-07-29 11:30:25 +09:00
a57b6bdc18 Remove cancellation of linked tokens 2020-07-29 11:29:38 +09:00
fa25f8aef9 Dispose update scheduler 2020-07-28 17:23:35 +09:00
96f68a3251 Reorder method 2020-07-28 16:53:07 +09:00
ff3cb6487d Store all linked cancellation tokens 2020-07-28 16:53:07 +09:00
44b0aae20d Allow nullable ruleset, reword xmldoc 2020-07-24 13:54:47 +09:00
b10b99a670 Change method signatures to remove tracked/untracked 2020-07-24 13:52:43 +09:00
de007cc1c6 Use IEnumerable mods instead of IReadOnlyList 2020-07-24 13:40:01 +09:00
264bd7ced1 Apply general refactoring from review 2020-07-24 13:38:53 +09:00
6b7f05740e Fix potential missing ruleset 2020-07-22 12:48:12 +09:00
aca4110e36 Use existing star difficulty if non-local beatmap/ruleset 2020-07-22 12:47:53 +09:00
00e6217f60 Don't store BeatmapInfo/RulesetInfo references, remove TimedExpiryCache 2020-07-21 23:50:54 +09:00
107b5ca4f2 Add support for bindable retrieval 2020-07-21 23:13:04 +09:00
599a15edb8 Merge branch 'master' into beatmap-difficulty-manager 2020-07-21 20:09:53 +09:00
3823bd8343 Add back missing default implementations for lookup functions 2020-07-19 14:11:21 +09:00
7250bc351d Remove unnecessary new() specification 2020-07-18 12:06:41 +09:00
2f16b448ea Set beatLength inline 2020-07-18 12:03:49 +09:00