Dean Herbert
|
67773c42ef
|
Merge pull request #11888 from H2n9/modtimeramp-new-behaviour
|
2021-02-25 14:01:57 +09:00 |
|
Bartłomiej Dach
|
421b7877d4
|
Avoid mixing precision across time ramp bindables
Bears no functional difference, it's just a bit less of an eyesore.
|
2021-02-24 19:16:10 +01:00 |
|
Ronnie Moir
|
73d6a3687e
|
Change rate correction logic to be more explicit
|
2021-02-24 14:40:56 +00:00 |
|
smoogipoo
|
0b44d2483b
|
Make some properties virtual
I think they were intended to be this way from the beginning.
|
2021-02-24 15:03:41 +09:00 |
|
smoogipoo
|
14160b897e
|
Fix references to ModSuddenDeath
|
2021-02-24 14:44:53 +09:00 |
|
smoogipoo
|
30a58691f0
|
Make SD and PF incompatible with each other
|
2021-02-24 14:34:37 +09:00 |
|
Ronnie Moir
|
f6d3cd6413
|
Change SamplePlaybackWithRateMods to use rate calulated from the sample
Replace hardcoded numbers
|
2021-02-23 21:25:59 +00:00 |
|
Ronnie Moir
|
7394c62cc8
|
Make ModTimeRamp and ModRateAdjust incompatible
|
2021-02-23 18:10:03 +00:00 |
|
Ronnie Moir
|
a6e840634b
|
Adjust scrubbing behaviour to allow dragging through rate values
|
2021-02-23 15:52:53 +00:00 |
|
Ronnie Moir
|
f45cedeb85
|
Adjust initial and final rate ranges and prevent them from overlapping
|
2021-02-23 15:38:09 +00:00 |
|
Dean Herbert
|
f84ea30637
|
Expose Mods in DrawableRuleset to avoid using external DI
|
2021-02-11 17:47:29 +09:00 |
|
Dean Herbert
|
aaa0362b12
|
Merge branch 'master' into autoplay-rate-independence
|
2021-02-11 17:39:45 +09:00 |
|
smoogipoo
|
be9b07a4cf
|
Merge branch 'master' into difficulty-adjustment-extension
|
2021-02-10 20:42:08 +09:00 |
|
Dean Herbert
|
8204d360a8
|
Always reset local user settings when a mod is deselected in ModSelectOverlay
|
2021-02-09 13:44:42 +09:00 |
|
Dean Herbert
|
be379e0e3c
|
Change CopyFrom to always overwrite all settings with incoming values
|
2021-02-09 13:44:11 +09:00 |
|
Bartłomiej Dach
|
0229851c9c
|
Apply rounding to ModTimeRamp to improve SPM consistency
|
2021-02-07 19:02:09 +01:00 |
|
Bartłomiej Dach
|
7daeacaff2
|
Add and implement IApplicableToRate interface
|
2021-02-07 18:35:34 +01:00 |
|
Bartłomiej Dach
|
68c20a2a37
|
Allow autoplay score generation to access mod list
|
2021-02-07 18:35:34 +01:00 |
|
Bartłomiej Dach
|
a0de1cbfd0
|
Handle no-duration single-object edge case
|
2021-01-31 21:09:41 +01:00 |
|
Bartłomiej Dach
|
547b3d8bed
|
Fix speed change calculation in time ramp mods
|
2021-01-31 20:34:56 +01:00 |
|
Bartłomiej Dach
|
81b052b866
|
Add failing test cases
|
2021-01-31 20:34:22 +01:00 |
|
Dean Herbert
|
dee0d3c33a
|
Merge branch 'master' into apply-sv-to-taiko-hr-ez
|
2021-01-25 14:28:06 +09:00 |
|
Bartłomiej Dach
|
4b4adc927c
|
Rename param to match method body
|
2021-01-10 15:35:53 +01:00 |
|
Salman Ahmed
|
0aad0c7c6c
|
Target logic at this and adjust variables
|
2021-01-09 00:31:18 +03:00 |
|
Salman Ahmed
|
375ecf92ed
|
Merge remote-tracking branch 'upstream/master' into fix-mod-buttons-not-copying-settings
|
2021-01-09 00:26:18 +03:00 |
|
Bartłomiej Dach
|
303cc62ee7
|
Transfer flags indicating if settings were changed
|
2021-01-06 22:46:46 +01:00 |
|
Dean Herbert
|
b3f08b29ca
|
Ensure that all changes to screen backgrounds are on the correct thread
|
2021-01-05 15:22:50 +09:00 |
|
Bartłomiej Dach
|
9e4a925ab1
|
Clarify & cleanup comments some
|
2021-01-03 13:44:29 +01:00 |
|
Bartłomiej Dach
|
a3e29b9154
|
Rename parameters for readability
|
2021-01-03 13:25:44 +01:00 |
|
Dean Herbert
|
2501707d7d
|
Copy values using Bind to also copy defaults
|
2021-01-03 20:45:03 +09:00 |
|
Dean Herbert
|
29dbb1cc0d
|
Add internal pathway for ensuring correct application of bindable mods
|
2021-01-03 15:48:28 +09:00 |
|
Dean Herbert
|
23e216fa0b
|
Simplify some default value checks (we are sure the return is an IBindable)
|
2021-01-03 15:47:15 +09:00 |
|
Salman Ahmed
|
c1a1e3acc5
|
Revert drive-by changes
|
2021-01-01 15:40:40 +03:00 |
|
Salman Ahmed
|
a031c8e0b6
|
Apply documentation suggestions
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
|
2021-01-01 15:34:09 +03:00 |
|
Salman Ahmed
|
b4df2d6d43
|
Add method for copying properties from another mod
|
2021-01-01 03:46:09 +03:00 |
|
Firmatorenio
|
013b9b62a1
|
add SV multipliers to taiko difficulty mods
|
2020-12-29 20:22:56 +06:00 |
|
smoogipoo
|
ac91f0e270
|
Add extended limits to difficulty adjustment mod
|
2020-12-10 00:37:19 +09:00 |
|
Bartłomiej Dach
|
8da40ce2dc
|
Reduce duplication by extracting ModEasyWithExtraLives
|
2020-11-16 19:54:00 +01:00 |
|
Bartłomiej Dach
|
128adce017
|
Merge branch 'master' into change-taiko-ez
|
2020-11-16 19:37:47 +01:00 |
|
PercyDan54
|
f2ef7bee5d
|
Fix checks
|
2020-11-16 18:17:50 +08:00 |
|
PercyDan54
|
d7acfd5413
|
Remove retires from ModEasy
|
2020-11-16 18:15:15 +08:00 |
|
Bartłomiej Dach
|
5ace7abaa8
|
Add abstract non-generic ModNightcore to pattern-match over
|
2020-11-15 15:32:02 +01:00 |
|
Dean Herbert
|
2d50a7b616
|
Fix a few xmldoc typos
|
2020-11-05 17:38:02 +09:00 |
|
smoogipoo
|
9d5b1ec28c
|
Add removal dates
|
2020-11-05 17:04:11 +09:00 |
|
smoogipoo
|
cc518feca7
|
Make methods abstract
|
2020-11-05 16:03:10 +09:00 |
|
smoogipoo
|
a219aa7ba2
|
Add xmldoc
|
2020-11-05 15:53:35 +09:00 |
|
smoogipoo
|
628b8be15d
|
Implement ModWithVisibilityAdjustment
|
2020-11-05 15:40:25 +09:00 |
|
Dean Herbert
|
2ea4aa0a37
|
Fix incorrect specification on some sample lookups
|
2020-10-30 11:59:41 +09:00 |
|
Dean Herbert
|
8b864c8c22
|
Merge branch 'master' into fix-multimod-copy
|
2020-10-14 22:29:38 +09:00 |
|
smoogipoo
|
f04aec538f
|
Fix MultiMod throwing exceptions when creating copies
|
2020-10-14 18:12:19 +09:00 |
|