Naxess
|
400f8b3938
|
Add GetStream to IWorkingBeatmap
This is necessary to obtain the filesize of the audio and background files.
|
2021-04-17 17:47:13 +02:00 |
|
Dean Herbert
|
103dd4a6ce
|
Remove WorkingBeatmap's finalizer
|
2021-03-02 16:14:43 +09:00 |
|
Dean Herbert
|
dfedea9ea2
|
Move preview point logic to a specific method in WorkingBeatmap
|
2021-02-18 14:55:44 +09:00 |
|
smoogipoo
|
c7d24203ce
|
Make beatmap conversion support cancellation tokens
|
2020-09-17 17:40:05 +09:00 |
|
Dean Herbert
|
6b50d44dde
|
Merge branch 'master' into editor-new-beatmap
|
2020-09-07 18:43:16 +09:00 |
|
smoogipoo
|
1143d5d992
|
Update class exclusion for dynamic compilation
|
2020-09-04 20:41:08 +09:00 |
|
Dean Herbert
|
a555407f37
|
Fix various test failures due to missing beatmap info in empty beatmap
|
2020-09-03 19:25:18 +09:00 |
|
Dean Herbert
|
b72f06fef6
|
Centralise and clarify LoadTrack documentation
|
2020-08-22 19:42:34 +09:00 |
|
Dean Herbert
|
d2c2e8bbe8
|
Revert some more usage of MusicController back to WorkingBeatmap
|
2020-08-21 15:17:21 +09:00 |
|
Dean Herbert
|
526f06be4c
|
Add back track loaded bool in WorkingBeatmap
|
2020-08-21 13:53:37 +09:00 |
|
Dean Herbert
|
357fb3a10e
|
Merge branch 'master' into beatmap-track-rework
|
2020-08-21 12:53:09 +09:00 |
|
Dean Herbert
|
083bcde3cf
|
Fix beatmap transfer not working
|
2020-08-18 13:01:35 +09:00 |
|
smoogipoo
|
583760100a
|
Implement mania invert mod
|
2020-08-18 01:40:55 +09:00 |
|
Dean Herbert
|
d9debef156
|
Add explicit LoadTrack method
|
2020-08-17 15:38:16 +09:00 |
|
smoogipoo
|
b66f303e71
|
Add annotation
|
2020-08-12 00:48:45 +09:00 |
|
smoogipoo
|
e87f50f74f
|
Rename method
|
2020-08-07 22:31:41 +09:00 |
|
smoogipoo
|
6e42b8219c
|
Move track to MusicController, compiles
|
2020-08-06 16:24:14 +09:00 |
|
Dean Herbert
|
cbd563e80b
|
Rename to IHasDuration
|
2020-05-27 12:38:39 +09:00 |
|
smoogipoo
|
4719fcc291
|
Actually use the cancellation token
|
2020-05-15 18:17:39 +09:00 |
|
smoogipoo
|
4079642d58
|
Actually pass in the cancellation token
|
2020-05-15 18:13:47 +09:00 |
|
Dean Herbert
|
916d8245e6
|
Don't timeout on long beatmap load when debugging
|
2020-05-11 12:50:47 +09:00 |
|
Dean Herbert
|
d0a8c0fa71
|
Add kiai support to osu!taiko skinned playfields
|
2020-04-30 16:43:00 +09:00 |
|
Dean Herbert
|
729e006c3a
|
Merge branch 'master' into video-offset
|
2020-03-21 20:03:46 +09:00 |
|
smoogipoo
|
9c5423734a
|
Throw timeout exceptions instead
|
2020-03-16 11:33:26 +09:00 |
|
smoogipoo
|
f7c036726a
|
Add beatmap loading timeout
|
2020-03-13 13:52:40 +09:00 |
|
voidedWarranties
|
76c832518f
|
Render video as a part of the storyboard
|
2020-03-07 21:32:03 -08:00 |
|
smoogipoo
|
0ab3982494
|
Unify error handling
|
2020-02-10 17:25:11 +09:00 |
|
smoogipoo
|
668f36d7f3
|
Clean up logging
|
2020-02-10 17:04:31 +09:00 |
|
smoogipoo
|
cef682aa03
|
Make WorkingBeatmap non-disposable
|
2020-02-10 17:02:01 +09:00 |
|
smoogipoo
|
a988a53d69
|
Better handle beatmap task cancel exception
|
2020-02-10 17:02:00 +09:00 |
|
Dean Herbert
|
96574a98ad
|
Use non-zero length for fallback virtual track (allows tests to work as expected)
|
2020-02-09 21:34:56 +09:00 |
|
Dean Herbert
|
d73ef7c37e
|
Change DummyBeatmap's track to be 0 length
|
2020-02-09 21:25:11 +09:00 |
|
smoogipoo
|
a255832195
|
Add beatmapmanager method for saving
|
2020-01-14 19:24:53 +09:00 |
|
smoogipoo
|
3e03916c39
|
Add length check back to workingbeatmap
|
2019-12-23 17:45:59 +09:00 |
|
smoogipoo
|
6e7426a098
|
Simplify/improve beatmap conversion precheck
|
2019-12-23 17:44:18 +09:00 |
|
smoogipoo
|
5861eca80d
|
Make DrawableRuleset take a converted beatmap
|
2019-12-12 15:58:11 +09:00 |
|
Huo Yaoyuan
|
cffeceb229
|
Remove unnecessary comment.
|
2019-12-11 16:24:22 +08:00 |
|
Huo Yaoyuan
|
6b3c7c8421
|
Remove usages of FileSafety class.
|
2019-12-11 16:05:35 +08:00 |
|
Huo Yaoyuan
|
dcfa98414f
|
Use ??=.
|
2019-11-12 19:56:51 +08:00 |
|
Huo Yaoyuan
|
ccc8aa6fa4
|
Apply brace style.
|
2019-11-11 20:13:13 +08:00 |
|
Dean Herbert
|
65aa7b2016
|
Recreate beatmap video on each consumption
Should not be shared over multiple usages
|
2019-09-14 00:07:06 +09:00 |
|
Andrei Zavatski
|
94512fea8e
|
Apply naming suggestions
|
2019-08-31 16:20:33 +03:00 |
|
Andrei Zavatski
|
6e5cb8a318
|
implement video parsing
|
2019-08-30 23:19:34 +03:00 |
|
Dean Herbert
|
dc1046bf0c
|
Merge remote-tracking branch 'upstream/master' into add-ruleset-legacy-skin
|
2019-08-30 12:53:05 +09:00 |
|
smoogipoo
|
ae0a5504d7
|
Revert unnecessary change
|
2019-08-29 19:43:33 +09:00 |
|
smoogipoo
|
6ab2b20c70
|
Add an interface for working beatmaps
|
2019-08-29 19:38:44 +09:00 |
|
Dean Herbert
|
01aede3e29
|
Add comprehensive skin fallback integration testing
|
2019-08-28 19:57:17 +09:00 |
|
Dean Herbert
|
69c2723d90
|
Merge branch 'master' into refactor-conversion-test
|
2019-08-02 05:34:05 +02:00 |
|
smoogipoo
|
e2420af10c
|
Fix applying mods to the wrong beatmap
|
2019-08-01 13:37:52 +09:00 |
|
smoogipoo
|
0108700793
|
Make beatmap conversion test use WorkingBeatmap
|
2019-08-01 12:44:10 +09:00 |
|
smoogipoo
|
bc80fa11bb
|
Mode IApplicableToBeatmap application to WorkingBeatmap
|
2019-08-01 12:41:46 +09:00 |
|
smoogipoo
|
a631aac664
|
Fix workingbeatmap's disposal potentially null-refing
|
2019-07-22 15:01:01 +09:00 |
|
Dean Herbert
|
8e0b5f1622
|
Fix weird merge conflict
|
2019-07-02 23:21:13 +09:00 |
|
Dan Balasescu
|
2fafe9a651
|
Merge branch 'master' into async-beatmap-load
|
2019-07-02 23:19:10 +09:30 |
|
Dean Herbert
|
e7a7f2f660
|
Add statistic for count of alive WorkingBeatmaps
|
2019-07-02 22:39:49 +09:00 |
|
Dean Herbert
|
9e33fb35e9
|
Fix typo
|
2019-07-02 22:26:08 +09:00 |
|
Dean Herbert
|
a6acc1f99f
|
Catch exception and return null for safety
.
|
2019-07-02 22:26:08 +09:00 |
|
Dean Herbert
|
0b66f13902
|
Add todo about beatmap load cancellation
|
2019-07-02 22:22:33 +09:00 |
|
Dean Herbert
|
a26b14a4f8
|
Move finaliser inside disposal region
|
2019-07-02 22:21:56 +09:00 |
|
Dean Herbert
|
8b0aaccfe6
|
Add finaliser to WorkingBeatmap
|
2019-06-27 13:56:36 +09:00 |
|
Dean Herbert
|
1830362337
|
Move task out of ctor to avoid initialisation ordering issues
|
2019-06-24 17:10:50 +09:00 |
|
Dean Herbert
|
6d864cb47e
|
Load beatmap content asynchronously in the background
|
2019-06-24 13:38:30 +09:00 |
|
smoogipoo
|
4763a41c7e
|
Cleanups
|
2019-06-04 11:25:18 +09:00 |
|
Dean Herbert
|
f33a5bc54c
|
Centralise and update WorkingBeatmap creation in test cases
|
2019-05-31 14:40:53 +09:00 |
|
Dean Herbert
|
a1cc8c448f
|
Update TrackVirtual consumption
|
2019-05-29 16:43:27 +09:00 |
|
Dean Herbert
|
a20eda7b5f
|
Fix remaining cases to work without things
|
2019-05-28 23:54:42 +09:00 |
|
smoogipoo
|
0bd35ab7bb
|
Turn on warnings, resolve issues
|
2019-04-25 17:36:17 +09:00 |
|
smoogipoo
|
0222424aef
|
Make mods IReadOnlyList<Mod> gamewide
Prevents potential multiple evaluations of enumerable.
|
2019-04-10 17:20:36 +09:00 |
|
smoogipoo
|
ad124bfeec
|
Reimplement select mod track adjustments
|
2019-04-09 12:59:32 +09:00 |
|
smoogipoo
|
c584967eb1
|
Remove mods from workingbeatmap
|
2019-04-09 12:59:32 +09:00 |
|
Dean Herbert
|
452caabd40
|
Apply suggestions from code review
Co-Authored-By: smoogipoo <1329837+smoogipoo@users.noreply.github.com>
|
2019-02-22 17:06:49 +09:00 |
|
smoogipoo
|
d8c55bc729
|
Adjust namespaces
|
2019-02-21 19:05:52 +09:00 |
|
smoogipoo
|
bca347427f
|
Update with framework bindable changes
|
2019-02-21 18:56:34 +09:00 |
|
Dean Herbert
|
8617aaa2a7
|
Update licence header (and remove year)
|
2019-01-24 17:43:03 +09:00 |
|
Dean Herbert
|
f6018294b5
|
Update framework
|
2019-01-07 18:50:27 +09:00 |
|
smoogipoo
|
8a2a6a3ecb
|
Preserve the beatmap's version
|
2018-10-23 14:59:21 +09:00 |
|
smoogipoo
|
9b0954ab81
|
Reference whether texture is available rather than disposed
|
2018-09-11 11:28:02 +09:00 |
|
Dean Herbert
|
89a92ab7eb
|
Fix potential thread-safety issue
|
2018-09-06 13:27:53 +09:00 |
|
Dean Herbert
|
8d9e0ff1c3
|
Remove async WorkingBeatmap logic
|
2018-09-06 12:51:23 +09:00 |
|
Dean Herbert
|
b1a3dfedd1
|
Reduce async-await pairs
|
2018-08-30 14:41:16 +09:00 |
|
Dean Herbert
|
95cca046fb
|
Merge branch 'master' into open-downloaded-beatmas
|
2018-07-25 12:38:49 +02:00 |
|
Dean Herbert
|
0f37758314
|
Update framework
|
2018-07-21 16:21:53 +09:00 |
|
Dean Herbert
|
693ba8e994
|
Add more ToString output
|
2018-07-19 18:43:11 +09:00 |
|
Dean Herbert
|
b7893bc994
|
Remove unnecessary comments
|
2018-07-02 13:07:44 +09:00 |
|
smoogipoo
|
756cabd5d0
|
Add a preprocess method to BeatmapProcessor
|
2018-06-29 12:45:48 +09:00 |
|
smoogipoo
|
b88c4464cb
|
Make virtual beatmap tracks approximate beatmap length
|
2018-06-27 16:02:49 +09:00 |
|
Dean Herbert
|
f7f17bab78
|
Merge branch 'master' into catch-droplet-fix
|
2018-06-26 19:29:15 +09:00 |
|
Dean Herbert
|
3819ecb2be
|
Update framework
|
2018-06-19 20:19:52 +09:00 |
|
ekrctb
|
9f2e09dae4
|
Move PostProcessing to after control points applied and nested hit objects created.
|
2018-05-25 18:57:06 +09:00 |
|
smoogipoo
|
e6e3758304
|
Fix HR mod affecting original beatmap difficulty
Fixes #2575.
|
2018-05-18 18:11:52 +09:00 |
|
smoogipoo
|
68441f1ef0
|
Output ruleset instantiation info
|
2018-05-07 14:28:30 +09:00 |
|
smoogipoo
|
794418432f
|
Fix incorrect method name
|
2018-05-07 11:22:25 +09:00 |
|
smoogipoo
|
db3e48c194
|
Rename GetBeatmap() to GetPlayableBeatmap()
|
2018-05-07 10:40:30 +09:00 |
|
smoogipoo
|
9128e64c9a
|
Rename OriginalBeatmap back to Beatmap
|
2018-05-07 10:29:38 +09:00 |
|
smoogipoo
|
7e83c75888
|
Add xmldoc
|
2018-05-07 10:23:32 +09:00 |
|
smoogipoo
|
b68ee39136
|
Reword beatmap conversion error
|
2018-05-07 10:18:47 +09:00 |
|
smoogipoo
|
03a5df84c6
|
Initial rework of beatmap conversion process
|
2018-04-19 22:04:12 +09:00 |
|
smoogipoo
|
66b3b295e7
|
Use IBeatmap wherever possible
|
2018-04-19 20:44:38 +09:00 |
|
Dean Herbert
|
32a74f95a5
|
Normalize all the line endings
|
2018-04-13 18:26:38 +09:00 |
|
Dean Herbert
|
dbcf755618
|
Make Beatmaps parsable as skins
|
2018-03-20 16:05:29 +09:00 |
|