Commit Graph

426 Commits

Author SHA1 Message Date
b795532aa5 add difficulty adjustment mods 2019-12-11 19:43:16 +08:00
40f918dce6 Remove unused using 2019-12-11 19:49:32 +09:00
c34b6b59ed Remove time ramp and rate adjust mod incompatibility 2019-12-11 19:48:57 +09:00
404d3207ff Refactor ModNightcore/ModDaycore 2019-12-11 19:43:32 +09:00
a61f8cc2c3 Merge branch 'master' into cinema-mod 2019-12-10 17:06:53 +00:00
138b83c9ea Merge branch 'master' into customized-mods 2019-12-10 19:13:32 +09:00
f7f4a57c5f Update bindable types in line with framework 2019-12-10 16:48:24 +09:00
dc9775742c Fix incorrect code migration
Co-Authored-By: Bartłomiej Dach <dach.bartlomiej@gmail.com>
2019-12-10 02:23:17 +09:00
12bdb1dafd Pin DC/NC pitch 2019-12-09 20:40:38 +09:00
edc8220554 Add time ramp settings 2019-12-09 19:58:51 +09:00
7fd52c21f5 Update mods and user adjust to use adjustments 2019-12-09 19:41:31 +09:00
ba538cf09b Merge branch 'apply-to-track' into adjustable-double-time 2019-12-09 17:45:19 +09:00
eb074b7058 Allow mods to apply to track, not clock 2019-12-09 17:44:45 +09:00
0c7e5a2e3b Add bindable adjustments for DT/HT rate 2019-12-09 16:54:00 +09:00
a5d5099868 Use SettingsSource for mod cusomisation 2019-12-06 17:09:48 +09:00
01a37771bc Merge branch 'master' into customized-mods 2019-11-27 19:44:32 +09:00
09158b6b08 Merge branch 'master' into cinema-mod 2019-11-26 06:57:47 +00:00
709ec1404f Centralise End/StartTime retrieval to extension method 2019-11-25 19:09:14 +09:00
9fdbb2a58e change name of interface and expose method instead of seperate values 2019-11-25 07:24:29 +00:00
1d6665fe57 improve code quality using resharper and codefactor advice 2019-11-24 07:42:39 +00:00
b8e5796af5 add forced video/storyboard and disabled dim for mod inside new interface 2019-11-24 07:37:06 +00:00
20edaf4ba6 add cinema mod support 2019-11-23 17:32:16 +00:00
458496206c Merge remote-tracking branch 'refs/remotes/ppy/master' into beatmap-mod-selector 2019-11-21 18:49:37 +03:00
6cab517b2d .NET Standard 2.1 implements Math.Clamp , use it instead of MathHelper.Clamp from osuTK. 2019-11-20 13:37:47 +01:00
2592a0489b Use existing ModNoMod 2019-11-15 11:57:40 +03:00
2bc6932567 make interface mod applicable 2019-11-05 00:55:55 +08:00
59b2f02828 initial implementation of customizable mods 2019-10-08 18:34:09 +08:00
c99b48f934 Bring up-to-date and use IApplicableFailOverride 2019-09-21 23:30:54 +09:00
4c4b71eeec Merge branch 'master' into master 2019-09-21 22:45:05 +09:00
bc9941a990 Newline required when xmldocs are involved 2019-09-19 18:00:11 +09:00
65276cd235 Remove whitespace 2019-09-19 17:58:10 +09:00
da15b900f7 Remove virtual member from ModBlockFail 2019-09-19 17:44:24 +09:00
2296ea75d7 Add reference to xmldoc
Co-Authored-By: Salman Ahmed <slmanarendo1950@gmail.com>
2019-09-19 02:03:30 +09:00
1150e9fdfb Bring other mods up-to-date 2019-09-19 01:45:42 +09:00
ff3a7c1d13 Merge remote-tracking branch 'upstream/master' into auto-restart-mod-perfect 2019-09-19 01:36:29 +09:00
b0e0659715 Dispose instead 2019-08-07 17:33:30 +09:00
c6d481238d Move QuadBatch to a local variable to stop resharper complaining 2019-08-07 16:56:22 +09:00
8a64ab0384 Remove generics from IApplicableToBeatmap 2019-08-01 12:39:32 +09:00
776757545d Fix FTB causing flashlight to block vision correctly 2019-07-23 15:17:02 +09:00
d5ee4cbc9c Move TouchDevice mod to new "system" category 2019-07-23 13:14:28 +09:00
84919d70bb Health bar -> Health display
Also inverts logic
2019-07-07 05:30:30 +09:00
1f13b94c72 Fix build error 2019-07-06 18:44:55 +03:00
a42c79895d Remove unnecessary private field 2019-07-06 18:38:41 +03:00
530e07110f Use a descriptive name for the setting 2019-07-06 06:32:25 +03:00
98daaf634a Simplify changes 2019-07-03 06:44:17 +03:00
3f39541cc2 Fade health bar on value change 2019-07-03 05:11:11 +03:00
a8e8650ddd Move blocking fail logic into a base class 2019-07-02 01:47:39 +03:00
41597efdf7 Hide health bar in no fail 2019-06-29 04:25:52 +03:00
d37cefbad8 Implement IApplicableToHUD 2019-06-29 04:23:59 +03:00
de59e038ac Prevent non-combo affecting judgements from triggering sudden death 2019-06-21 14:29:16 +09:00