Commit Graph

1828 Commits

Author SHA1 Message Date
bd2f863b56 Merge branch 'master' into legacy-mirror-mod-replays 2020-08-31 12:41:17 +09:00
7e668fc31a Update osu.Game/Beatmaps/Formats/LegacyBeatmapEncoder.cs
Co-authored-by: Salman Ahmed <email@iisalman.me>
2020-08-30 16:11:49 +02:00
1fdf8e6200 Fix xmldoc in LegacyBeatmapEncoder 2020-08-30 16:07:58 +02:00
e428144f73 Use IBeatmapSkin 2020-08-30 11:34:50 +02:00
00b68b050c Merge remote-tracking branch 'upstream/master' into combo-colors 2020-08-30 10:16:38 +02: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
4d15f0fe52 Implement basic score recalculation 2020-08-28 19:16:46 +09:00
e6646b9877 Resolve review comments 2020-08-23 15:08:02 +02: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
1448c9e381 Merge remote-tracking branch 'upstream/master' into combo-colors 2020-08-15 23:01:38 +02:00
c4a7fac760 Add required parameters and other various changes 2020-08-15 22:03:24 +02: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
8ffaa49839 Handle additional null case 2020-08-12 06:40:21 +02:00
139c0c75f8 Add documentation for constructor 2020-08-12 06:40:21 +02: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
78692dc684 Initial commit 2020-08-10 05:21:10 +02: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