Dean Herbert
|
93e33fa94d
|
Use true comparison rather than null coalesce fallback
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
|
2021-09-21 14:08:54 +09:00 |
|
Dean Herbert
|
98f1c1cc29
|
Avoid allocating list storage in Pattern until first usage
Patterns can often be constructed only to never be used.
|
2021-09-20 16:02:03 +09:00 |
|
Dean Herbert
|
03291e3897
|
Avoid LINQ overhead in PatternGenerator.isValid
|
2021-09-20 15:09:27 +09:00 |
|
Dean Herbert
|
0d58530dbe
|
Reduce overhead of ColumnHasObject calls by storing column usage separately
|
2021-09-20 15:09:27 +09:00 |
|
smoogipoo
|
f9d5abff8a
|
Update with keybinding changes
|
2021-09-16 18:26:12 +09:00 |
|
smoogipoo
|
34bde293ab
|
Fix tests
|
2021-09-15 13:26:39 +09:00 |
|
smoogipoo
|
c009e1473d
|
Add extra safety check
|
2021-09-14 17:47:12 +09:00 |
|
smoogipoo
|
63aa3ddcba
|
Add animation support for mania notes
|
2021-09-14 17:45:23 +09:00 |
|
Bartłomiej Dach
|
922fa96d41
|
Fix notes not updating snap colour on application
|
2021-09-12 18:18:55 +02:00 |
|
Dean Herbert
|
1a26658ba4
|
Add description for mania special style
|
2021-09-05 13:40:49 +09:00 |
|
Dean Herbert
|
25420af078
|
Rename method to drop redundant ruleset suffix
|
2021-09-05 13:34:23 +09:00 |
|
Bartłomiej Dach
|
565f147a5c
|
Add special style setting for osu!mania
|
2021-09-02 23:29:14 +02:00 |
|
Dean Herbert
|
b907c2f4f6
|
Fix osu! judgements getting scaled twice over different durations
|
2021-09-02 16:31:43 +09:00 |
|
Dean Herbert
|
6aa894e55e
|
Split out separate component
|
2021-08-25 16:56:44 +09:00 |
|
Dean Herbert
|
6252b8aa42
|
Fix hold notes handling all input ever
|
2021-08-24 19:08:04 +09:00 |
|
Xexxar
|
176b3e7533
|
changed decay system to allow for customizing the currentStrain
|
2021-08-16 22:14:29 +00:00 |
|
Henry Lin
|
7251c28c4a
|
Merge branch 'master' into mod-muted
|
2021-07-29 21:14:03 +08:00 |
|
Henry Lin
|
e89f33483d
|
Code formatting fixes
|
2021-07-28 21:52:01 +08:00 |
|
Henry Lin
|
22d83c75e3
|
Revert imports re-ordering
Out of the scope of this PR
|
2021-07-28 18:32:38 +08:00 |
|
Henry Lin
|
58bbe9db7e
|
Added muted mod
|
2021-07-28 18:21:08 +08:00 |
|
Gabe Livengood
|
49160e4482
|
review modifications: maniamodmirror inheritance, reflection utilities, vertical flip option
|
2021-07-26 10:46:41 -04:00 |
|
Bartłomiej Dach
|
fb5d25405e
|
Replace calls to obsoleted GetOrDefault() extension
|
2021-07-18 21:52:16 +02:00 |
|
Dan Balasescu
|
da7e880e46
|
Merge pull request #13893 from peppy/mouse-settings-localisation
Add localisation coverage of `MouseSettings`
|
2021-07-16 23:25:12 +09:00 |
|
smoogipoo
|
05234d6c30
|
Fix mania hitobjects not appearing early enough
|
2021-07-16 19:33:34 +09:00 |
|
smoogipoo
|
3ac58d6838
|
Fix min/max values not being passed to inner time range
|
2021-07-16 19:32:31 +09:00 |
|
smoogipoo
|
fa8e5013c5
|
Adjust mania speed range
|
2021-07-16 18:22:34 +09:00 |
|
Dean Herbert
|
5b91111eda
|
Update SettingsSubsection.Header to accept a LocalisableString
|
2021-07-15 13:09:51 +09:00 |
|
Bartłomiej Dach
|
50c27d2635
|
Update usages of IHasTooltip in line with framework localisation changes
|
2021-06-25 19:10:04 +02:00 |
|
Dean Herbert
|
1b0aadcc6f
|
Merge branch 'master' into transformers-per-skin
|
2021-06-22 16:03:15 +09:00 |
|
ekrctb
|
a4f362dca6
|
Remove lifetime override of DrawableManiaHitObject
The `AlwaysAlive` logic is now in all DHOs and it is now not necessary (and potentially conflicting).
|
2021-06-17 10:15:24 +09:00 |
|
ekrctb
|
9dcd0bf311
|
Remove IPlayfieldProvider by caching Playfield
|
2021-06-17 10:15:24 +09:00 |
|
Dean Herbert
|
4b45d8318e
|
Merge branch 'master' into transformers-per-skin
|
2021-06-16 16:37:28 +09:00 |
|
ekrctb
|
ef96ceb4ab
|
Introduce IPlayfieldProvider
|
2021-06-15 14:43:04 +09:00 |
|
ekrctb
|
d0e57f7dd9
|
Use HitObject instead of DHO for mania selection blueprint layout
- Fix moving selected hold note between columns will cause a crash
|
2021-06-15 13:20:51 +09:00 |
|
Salman Ahmed
|
fbb856d84b
|
Call base when overriding lookup methods
Rather than arbitrarily accessing `Skin` here and there.
|
2021-06-11 12:44:44 +03:00 |
|
Dan Balasescu
|
35d5632355
|
Merge pull request #13378 from Syriiin/diffcalc/refactor/auto-properties
Refactor DifficultyAttributes to use auto properties over public fields
|
2021-06-10 18:42:11 +09:00 |
|
Salman Ahmed
|
dde84e5cbd
|
Merge branch 'master' into transformers-per-skin
|
2021-06-10 11:58:52 +03:00 |
|
Dan Balasescu
|
a44fd887ee
|
Merge branch 'master' into no-unranked-display
|
2021-06-10 17:09:46 +09:00 |
|
Salman Ahmed
|
cf40282f1f
|
Convert LegacySkinTransformer s to accept raw ISkin s rather than a full ISkinSource
|
2021-06-09 22:49:31 +03:00 |
|
Dean Herbert
|
d248bbd4c8
|
Use candidate skin for mania skin key lookup rather than this
|
2021-06-09 15:00:55 +09:00 |
|
Dean Herbert
|
85abee5fc7
|
Remove difficulty calculator exceptions
I don't think there's any reason difficulty calculators shouldn't be
able to calculate for autoplays.
|
2021-06-09 14:33:35 +09:00 |
|
Dean Herbert
|
d0e9f8ef90
|
Replace and obsolete Ranked flag with IsUserPlayable
|
2021-06-09 14:17:03 +09:00 |
|
Samuel Cattini-Schultz
|
f1bef989b7
|
Refactor DifficultyAttributes to use auto properties over public fields
|
2021-06-08 19:43:59 +10:00 |
|
Dean Herbert
|
d26c9a66c2
|
Merge branch 'legacy-skin-default-fallback' into fix-skin-sample-lookup
|
2021-06-07 12:01:19 +09:00 |
|
Dean Herbert
|
06275a6a7d
|
Merge branch 'master' into legacy-skin-default-fallback
|
2021-06-04 16:00:30 +09:00 |
|
Pasi4K5
|
7a4fc9ffc8
|
Move seed to base class
|
2021-06-03 18:16:11 +02:00 |
|
Dan Balasescu
|
15b43beef1
|
Merge pull request #11857 from Syriiin/diffcalc/refactor/catch-clockrate-effects
Refactor catch Movement skill to not require explicit clockrate usage
|
2021-06-03 17:29:27 +09:00 |
|
Samuel Cattini-Schultz
|
f51413ead9
|
Refactor to pass clockrate in constructor rather than deriving from mods
|
2021-06-03 16:09:42 +10:00 |
|
Dean Herbert
|
14570b6fb1
|
Merge branch 'master' into autoplay-pause-support
|
2021-06-01 14:19:21 +09:00 |
|
Dean Herbert
|
00b3eea840
|
Merge branch 'legacy-skin-default-fallback' into fix-skin-sample-lookup
|
2021-05-31 21:39:04 +09:00 |
|