This website requires JavaScript.
Explore
Help
Sign In
h1or4dme8
/
osu-lazer
Watch
1
Star
0
Fork
0
You've already forked osu-lazer
mirror of
https://github.com/ppy/osu.git
synced
2026-05-19 17:00:17 +08:00
Code
Issues
Releases
Wiki
Activity
31,182
Commits
4
Branches
793
Tags
3eac81eb52f3700a02b09c3693a67d85f4f950c7
Commit Graph
167 Commits
Implement mania invert mod
smoogipoo
·
2020-08-18 01:40:55 +09:00
583760100a
Rename to IHasDuration
Dean Herbert
·
2020-05-27 12:38:39 +09:00
cbd563e80b
Actually use the cancellation token
smoogipoo
·
2020-05-15 18:17:39 +09:00
4719fcc291
Actually pass in the cancellation token
smoogipoo
·
2020-05-15 18:13:47 +09:00
4079642d58
Don't timeout on long beatmap load when debugging
Dean Herbert
·
2020-05-11 12:50:47 +09:00
916d8245e6
Add kiai support to osu!taiko skinned playfields
Dean Herbert
·
2020-04-30 16:43:00 +09:00
d0a8c0fa71
Merge branch 'master' into video-offset
Dean Herbert
·
2020-03-21 20:03:46 +09:00
729e006c3a
Throw timeout exceptions instead
smoogipoo
·
2020-03-16 11:33:26 +09:00
9c5423734a
Add beatmap loading timeout
smoogipoo
·
2020-03-13 13:52:40 +09:00
f7c036726a
Render video as a part of the storyboard
voidedWarranties
·
2020-03-07 21:32:03 -08:00
76c832518f
Unify error handling
smoogipoo
·
2020-02-10 17:25:11 +09:00
0ab3982494
Clean up logging
smoogipoo
·
2020-02-10 17:04:31 +09:00
668f36d7f3
Make WorkingBeatmap non-disposable
smoogipoo
·
2020-02-10 17:02:01 +09:00
cef682aa03
Better handle beatmap task cancel exception
smoogipoo
·
2020-02-10 17:02:00 +09:00
a988a53d69
Use non-zero length for fallback virtual track (allows tests to work as expected)
Dean Herbert
·
2020-02-09 21:34:56 +09:00
96574a98ad
Change DummyBeatmap's track to be 0 length
Dean Herbert
·
2020-02-09 21:25:11 +09:00
d73ef7c37e
Add beatmapmanager method for saving
smoogipoo
·
2020-01-14 19:24:53 +09:00
a255832195
Add length check back to workingbeatmap
smoogipoo
·
2019-12-23 17:45:59 +09:00
3e03916c39
Simplify/improve beatmap conversion precheck
smoogipoo
·
2019-12-23 17:44:18 +09:00
6e7426a098
Make DrawableRuleset take a converted beatmap
smoogipoo
·
2019-12-12 15:58:11 +09:00
5861eca80d
Remove unnecessary comment.
Huo Yaoyuan
·
2019-12-11 16:24:22 +08:00
cffeceb229
Remove usages of FileSafety class.
Huo Yaoyuan
·
2019-12-11 16:05:35 +08:00
6b3c7c8421
Use ??=.
Huo Yaoyuan
·
2019-11-12 19:56:51 +08:00
dcfa98414f
Apply brace style.
Huo Yaoyuan
·
2019-11-11 20:13:13 +08:00
ccc8aa6fa4
Recreate beatmap video on each consumption
Should not be shared over multiple usages
Dean Herbert
·
2019-09-14 00:07:06 +09:00
65aa7b2016
Apply naming suggestions
Andrei Zavatski
·
2019-08-31 16:20:33 +03:00
94512fea8e
implement video parsing
Andrei Zavatski
·
2019-08-30 23:19:34 +03:00
6e5cb8a318
Merge remote-tracking branch 'upstream/master' into add-ruleset-legacy-skin
Dean Herbert
·
2019-08-30 12:53:05 +09:00
dc1046bf0c
Revert unnecessary change
smoogipoo
·
2019-08-29 19:43:33 +09:00
ae0a5504d7
Add an interface for working beatmaps
smoogipoo
·
2019-08-29 19:38:44 +09:00
6ab2b20c70
Add comprehensive skin fallback integration testing
Dean Herbert
·
2019-08-28 19:57:17 +09:00
01aede3e29
Merge branch 'master' into refactor-conversion-test
Dean Herbert
·
2019-08-02 05:34:05 +02:00
69c2723d90
Fix applying mods to the wrong beatmap
smoogipoo
·
2019-08-01 13:37:52 +09:00
e2420af10c
Make beatmap conversion test use WorkingBeatmap
smoogipoo
·
2019-08-01 12:44:10 +09:00
0108700793
Mode IApplicableToBeatmap application to WorkingBeatmap
smoogipoo
·
2019-08-01 12:41:46 +09:00
bc80fa11bb
Fix workingbeatmap's disposal potentially null-refing
smoogipoo
·
2019-07-22 15:01:01 +09:00
a631aac664
Fix weird merge conflict
Dean Herbert
·
2019-07-02 23:21:13 +09:00
8e0b5f1622
Merge branch 'master' into async-beatmap-load
Dan Balasescu
·
2019-07-02 23:19:10 +09:30
2fafe9a651
Add statistic for count of alive WorkingBeatmaps
Dean Herbert
·
2019-07-02 22:39:49 +09:00
e7a7f2f660
Fix typo
Dean Herbert
·
2019-07-02 22:26:08 +09:00
9e33fb35e9
Catch exception and return null for safety
.
Dean Herbert
·
2019-07-02 22:26:08 +09:00
a6acc1f99f
Add todo about beatmap load cancellation
Dean Herbert
·
2019-07-02 22:22:33 +09:00
0b66f13902
Move finaliser inside disposal region
Dean Herbert
·
2019-07-02 22:21:56 +09:00
a26b14a4f8
Add finaliser to WorkingBeatmap
Dean Herbert
·
2019-06-27 13:56:36 +09:00
8b0aaccfe6
Move task out of ctor to avoid initialisation ordering issues
Dean Herbert
·
2019-06-24 17:10:50 +09:00
1830362337
Load beatmap content asynchronously in the background
Dean Herbert
·
2019-06-24 13:38:30 +09:00
6d864cb47e
Cleanups
smoogipoo
·
2019-06-04 11:25:18 +09:00
4763a41c7e
Centralise and update WorkingBeatmap creation in test cases
Dean Herbert
·
2019-05-31 14:40:53 +09:00
f33a5bc54c
Update TrackVirtual consumption
Dean Herbert
·
2019-05-29 16:43:27 +09:00
a1cc8c448f
Fix remaining cases to work without things
Dean Herbert
·
2019-05-28 23:54:42 +09:00
a20eda7b5f
First
Previous
1
2
3
4
Next
Last