b9923e5396
Remove subclassing of RulesetInfo
2021-11-22 16:39:17 +09:00
62d670a3ca
Update DifficultyCalculator
to take an IWorkingBeatmap
2021-11-15 19:16:48 +09:00
9e21f5a59c
Rename LocalPlayer
to User
in mod select prefixes
2021-09-01 17:22:52 +09:00
9b9dacf3fe
Update usages of Drawable.Click()
2021-08-04 17:30:33 +09:00
3c028ce05c
Add IDeepCloneable
interface and update existing CreateCopy
methods to use it
2021-07-19 12:54:17 +09:00
881043bc5d
Fix failing test after mod settings layout changes
...
The slight hack which was used in the test to ensure that the mod
settings overlay covered the entire width of the mod overlay broke after
adjustments to the layout in the previous commit.
Locally adjust the hack to use the parent of the `ModSettingsContainer`
rather than the container itself.
2021-04-20 19:38:25 +02:00
346e36d32a
Make Mod.Description
abstract and add missing descriptions
2021-04-15 14:36:26 +09:00
3e750feaa4
Subclass LocalPlayerModSelectOverlay to correctly deselect incompatible mods on free mod selection
2021-02-05 16:42:35 +09:00
e58ece9e10
Make ModSelectOverlay abstract
2021-02-02 21:06:04 +09:00
15e0ea332b
Check state instead of alpha in tests
2020-12-06 13:18:19 -08:00
c3f1a30447
Merge branch 'master' into mod-customisation-absorb-mouse-input
2020-10-15 00:40:27 +02:00
f04aec538f
Fix MultiMod throwing exceptions when creating copies
2020-10-14 18:12:19 +09:00
28d3295f9f
Test Class Fixes
2020-10-13 19:20:15 +02:00
7df9282727
CodeAnalysis fixes
2020-10-12 15:58:34 +02:00
8768891b12
Add testing for clicking mods through customisation menu
2020-10-12 14:41:05 +02:00
3cb22fad82
Fix mods sharing bindable instances
2020-08-13 19:48:31 +09:00
7e28f2fe6a
Rename test to better reflect its purpose
2020-02-09 14:41:02 +01:00
404cb61342
Open mod select in a more reliable way
2020-02-09 14:39:27 +01:00
590429b43b
Now TestAutoOpenOnModSelect checks if customisation closes after deselecting mod
2020-02-09 14:15:32 +05:00
3600b0daf0
Merge branch 'master' into fix-mod-select-overflowing
2020-02-04 11:57:54 +09:00
583fee074f
Fix mod select not showing up in mod settings test
2020-02-01 11:50:24 -08:00
8e966624e0
Fix regressing tests
2020-01-30 19:55:25 +09:00
9de4424aec
Removed TestModCustomisable3
2020-01-21 19:32:53 +05:00
b8d2012fc3
Added test
2020-01-21 15:26:51 +05:00
244eb56455
Fix test ruleset availability
2019-12-15 03:01:37 +09:00
bc31146560
Mods -> SelectedMods
2019-12-13 21:45:38 +09:00
76aa4f9fb2
Fix code style issues
2019-12-13 21:36:50 +09:00
7fdaf338f3
Fix test logic and add regression test
2019-12-13 21:36:50 +09:00
f65866648e
Use Array.Empty
2019-12-06 20:14:56 +09:00
347373a3ba
Fix test failures
2019-12-06 19:04:55 +09:00
46d055604a
Customize -> Customise
2019-12-06 18:59:45 +09:00