Commit Graph

23 Commits

Author SHA1 Message Date
Dan Balasescu 5678db4e70 Fix test + cleanup 2023-08-15 19:42:32 +09:00
Dylan Nantz 4fce7f03bd add mania mod fadein test 2023-01-11 14:14:17 -05:00
Dean Herbert efded323e4 Rename variables and avoid the need for a property 2023-01-09 16:49:38 +09:00
Dylan Nantz 4a1a023f9e Code quality improvements 2022-12-20 13:33:33 -05:00
Dylan Nantz c200e77994 Add mania hidden mod configuration 2022-12-19 18:31:28 -05:00
Dan Balasescu 7bc8908ca9 Partial everything 2022-11-27 00:00:27 +09:00
Salman Ahmed 516e99df72 Add test coverage for flashlight mod 2022-10-14 02:38:43 +03:00
Dean Herbert 2ae1aef0be Move column initialisation to ctor and fix remaining tests 2022-10-07 15:24:36 +09:00
andy840119 9f79e80d8b Remove nullable disable annotation in the Mania test case. 2022-07-27 22:24:14 +08:00
Dan Balasescu f8830c6850 Automated #nullable processing 2022-06-17 16:37:17 +09:00
Dean Herbert bb8dc74e88 Fix constant formatting 2022-01-31 12:20:51 +09:00
Spooghetti420 b52153e73d Remove settings 2022-01-30 17:40:15 +00:00
Dean Herbert c7580a5177 Fix inspections in test scene 2022-01-29 14:06:43 +09:00
Dean Herbert 035a84e75c Rename function and make `public` again for test usage 2022-01-29 14:05:23 +09:00
Spooghetti420 a4aa501bb5 Change threshold from ms to beat-based, add tests 2022-01-28 21:59:53 +00:00
Spooghetti420 146c54a2c1 Fix code formatting 2022-01-27 21:02:59 +00:00
Spooghetti420 3e068e564d Update mod per discussion + create test 2022-01-27 20:56:51 +00:00
smoogipoo 30dae5bf1c Add test to make sure the algorithm is passed down in time 2021-02-04 15:21:26 +09:00
smoogipoo 583760100a Implement mania invert mod 2020-08-18 01:40:55 +09:00
Salman Ahmed 2fa47992dc
Seal the ruleset creation methods and let abstract method take their place
Also makes `CreatePlayerRuleset()` and `CreateRulesetForSkinProvider()` not-null to avoid unwanted behaviour with their derivers
2020-04-23 13:27:12 +03:00
Salman Ahmed 155bc8b49a Remove `ModTestScene` ruleset parameter on constructor and use `CreateRuleset` instead 2020-04-17 11:17:59 +03:00
Dean Herbert 0be423183d Rename data class 2020-03-11 00:36:56 +09:00
smoogipoo d11d29c1f7 Adjust namespaces 2020-03-03 15:30:53 +09:00