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-18 12:40:18 +08:00
Code
Issues
Releases
Wiki
Activity
31,182
Commits
4
Branches
791
Tags
3eac81eb52f3700a02b09c3693a67d85f4f950c7
Commit Graph
38 Commits
Fix crash due to unsafe mod deserialisation
smoogipoo
·
2020-06-26 23:21:44 +09:00
bd1f38cc3e
Implement grouping interface IApplicableToAudio
Ronnie Moir
·
2020-06-17 14:11:00 +01:00
c3e268616f
Update rate adjust mods to also use IApplicableToSample
Ronnie Moir
·
2020-06-16 15:05:37 +01:00
4138f6119f
Rename bool arguments for readability
Bartłomiej Dach
·
2020-06-14 18:50:07 +02:00
e6ddd0380e
Unify method naming
Bartłomiej Dach
·
2020-06-14 18:48:49 +02:00
5f0a345eeb
Remove redundant default argument value
Bartłomiej Dach
·
2020-06-14 18:39:41 +02:00
9907b4763b
Use local helper for selecting adjusted property
Ronnie Moir
·
2020-06-13 16:32:43 +01:00
dc5bb12fa8
Give ModTimeRamp an adjust pitch setting.
Implement in ModWindDown and ModWindUp
Ronnie Moir
·
2020-06-13 15:16:27 +01:00
201bfda338
use N2 for ModTimeRamp, add x text
Liam DeVoe
·
2020-03-23 12:54:08 -04:00
2fa42ed644
use N1 format instead of 0.#
Liam DeVoe
·
2020-03-22 22:54:21 -04:00
1da590c63f
enforce single signficiant digit precision for other mods
Liam DeVoe
·
2020-03-22 22:06:35 -04:00
cb6e602556
move overridability to SettingDescription method
Liam DeVoe
·
2020-03-20 16:34:36 -04:00
cda1efef0b
show mod settings in ModIcon tooltip
Liam DeVoe
·
2020-03-18 23:43:26 -04:00
18bf7c913b
remove unecessary comment
unknown
·
2020-01-28 07:13:28 +08:00
d9e21a572f
allow setting initial rate instead of reversing
unknown
·
2020-01-27 07:56:18 +08:00
7f538cfa74
add setting to start fully wounded
unknown
·
2019-12-15 18:12:37 +08:00
c06e558f87
Make constructor protected
smoogipoo
·
2019-12-13 21:55:20 +09:00
72ea871bff
Fix WindUp applying too much change
Dean Herbert
·
2019-12-13 21:55:07 +09:00
af15662856
Update time ramp preview on setting change
Dean Herbert
·
2019-12-12 17:38:18 +09:00
623ab1ef3b
Remove time ramp and rate adjust mod incompatibility
smoogipoo
·
2019-12-11 19:48:57 +09:00
c34b6b59ed
Add time ramp settings
Dean Herbert
·
2019-12-09 19:58:51 +09:00
edc8220554
Update mods and user adjust to use adjustments
Dean Herbert
·
2019-12-09 19:41:31 +09:00
7fd52c21f5
Allow mods to apply to track, not clock
Dean Herbert
·
2019-12-09 17:44:45 +09:00
eb074b7058
Centralise End/StartTime retrieval to extension method
Dean Herbert
·
2019-11-25 19:09:14 +09:00
709ec1404f
.NET Standard 2.1 implements Math.Clamp , use it instead of MathHelper.Clamp from osuTK.
Berkan Diler
·
2019-11-20 13:37:47 +01:00
6cab517b2d
Remove generics from IApplicableToBeatmap
smoogipoo
·
2019-08-01 12:39:32 +09:00
8a64ab0384
Apply more missed cases
Dean Herbert
·
2019-04-01 12:44:46 +09:00
c39c37a18d
Remove unused variable
smoogipoo
·
2019-03-14 15:12:26 +09:00
2815c3b07c
Change logic to better handle external adjustments
Dean Herbert
·
2019-03-14 12:29:16 +09:00
85c518f146
Fix weird application logic
Dean Herbert
·
2019-03-13 21:37:33 +09:00
c40e24739b
Fix incorrect application logic for rate fallback
Co-Authored-By: peppy <
pe@ppy.sh
>
Dan Balasescu
·
2019-03-13 20:55:33 +09:00
5d23a966d7
Improve ModRamp's handling of external rate changes
Dean Herbert
·
2019-03-12 18:15:18 +09:00
a10cd2288d
Formatting and simplification
Dean Herbert
·
2019-03-06 14:19:00 +09:00
2300e59e91
no longer adjust the clock rate
LeNitrous
·
2019-03-04 17:48:51 +08:00
74a23edaf7
use ternary operator instead
LeNitrous
·
2019-03-03 16:50:31 +08:00
b83d44c316
trim whitespace
LeNitrous
·
2019-03-03 16:30:08 +08:00
a1a8246c05
mod rule changes
LeNitrous
·
2019-03-03 16:22:00 +08:00
ecc2c28a62
fix codefactor warnings and derive ModWindUp and ModWindDown to ModTimeRamp
LeNitrous
·
2019-01-26 20:15:19 +08:00
03e57d0423