Henry Lin
|
3d19364a71
|
Use BindValueChanged instead of setting the value in property setter
|
2021-06-28 11:20:00 +08:00 |
|
Dean Herbert
|
4d6002ab88
|
Remove redundant string interpolation (and mark all local logging strings as verbatim)
|
2021-06-28 12:16:15 +09:00 |
|
Henry Lin
|
0cceef8da5
|
Moved the string to int? conversion logic into SettingsNumberBox
|
2021-06-28 11:00:07 +08:00 |
|
Dean Herbert
|
4a557e73a7
|
Add logging to help understand existing case skips better
|
2021-06-28 10:42:42 +09:00 |
|
Dan Balasescu
|
9c0840268a
|
Merge pull request #13598 from JimmyC7834/supporter-only-filter-content
Add supporter required placeholder in beatmap listing overlay
|
2021-06-28 10:27:56 +09:00 |
|
Dean Herbert
|
90b87cbb9e
|
Add back unidirectional online id check
|
2021-06-28 10:11:27 +09:00 |
|
Dean Herbert
|
9a96cd4a1d
|
Revert "Remove comparison of online beatmap IDs during dedupe checks"
This reverts commit 15af28d2a0af88ac7f167341d1d438121ccf3a62.
|
2021-06-28 09:54:18 +09:00 |
|
Dean Herbert
|
a1e8cc5444
|
Merge pull request #13669 from Naxesss/hitsound-checks
Add hitsound checks
|
2021-06-28 03:13:43 +09:00 |
|
Naxess
|
9f9e96ce9e
|
Add check for spanDuration <= 0 prior to division
|
2021-06-27 15:40:09 +02:00 |
|
Naxess
|
a4a5325b73
|
Improve acceptable difference for repeat edges
Likelihood that `spanDuration` is greater than E+7 is quite low in any realistic case, so this should work fine.
|
2021-06-27 15:39:31 +02:00 |
|
Dean Herbert
|
e755dcc34d
|
Add log method for new flow
|
2021-06-27 20:37:12 +09:00 |
|
Dean Herbert
|
f470b7095d
|
Move private method down in class
|
2021-06-27 20:36:01 +09:00 |
|
Dean Herbert
|
f216404952
|
Fix missing undelete call on using existing
|
2021-06-27 20:22:48 +09:00 |
|
Dean Herbert
|
9120321731
|
Add comments mentioning shortcomings and avoid potential double check
|
2021-06-27 19:07:35 +09:00 |
|
Dean Herbert
|
44f875b802
|
Bypass optimised existing check in SkinManager (due to custom hashing function)
|
2021-06-27 16:35:13 +09:00 |
|
Dean Herbert
|
e493685c14
|
Add optimised existing check earlier in import process
|
2021-06-27 16:34:40 +09:00 |
|
Dean Herbert
|
15af28d2a0
|
Remove comparison of online beatmap IDs during dedupe checks
|
2021-06-27 14:48:57 +09:00 |
|
Dean Herbert
|
46f8100f43
|
Remove overly verbose logging during beatmap imports
|
2021-06-27 14:29:02 +09:00 |
|
Dean Herbert
|
d1f852d102
|
Make Populate abstract to avoid unnecessary base call async complexity
|
2021-06-27 14:29:02 +09:00 |
|
Naxess
|
4cfa0ae5ec
|
Improve precision for repeat edges
|
2021-06-27 03:26:35 +02:00 |
|
Naxess
|
2cd7eda3c4
|
Add "or equal to" to volume threshold xmldocs
|
2021-06-27 02:30:12 +02:00 |
|
Naxess
|
0c0fd291d9
|
Order hitobjects by endtime
|
2021-06-27 01:25:03 +02:00 |
|
Naxess
|
4796b1b208
|
Use local variables for hasHitsound & couldHaveHitsound
|
2021-06-27 00:04:30 +02:00 |
|
Naxess
|
5bc08ebadb
|
Rename hasHitsounds -> mapHasHitsounds
|
2021-06-26 23:49:25 +02:00 |
|
Naxess
|
d29e6f4695
|
Add negligible template to PossibleTemplates
|
2021-06-26 23:49:06 +02:00 |
|
Naxess
|
1913084342
|
Use HitSampleInfo.AllAdditions instead of new list
|
2021-06-26 23:48:28 +02:00 |
|
Naxess
|
f78cc9397e
|
Factor out edge type logic
|
2021-06-26 20:45:31 +02:00 |
|
Naxess
|
51147405c5
|
Make || and && priority explicit
|
2021-06-26 20:44:39 +02:00 |
|
Bartłomiej Dach
|
9061ab0a27
|
Update/reword comments in listing overlay
|
2021-06-26 20:42:13 +02:00 |
|
Bartłomiej Dach
|
b56dd7ff25
|
Fix naming and xmldocs in new beatmap search result structures
|
2021-06-26 20:35:07 +02:00 |
|
Naxess
|
4b436b774d
|
Add few hitsounds check
|
2021-06-26 19:20:46 +02:00 |
|
Naxess
|
d8117fa730
|
Add muted objects check
|
2021-06-26 19:20:34 +02:00 |
|
Gagah Pangeran Rosfatiputra
|
2b1d3c8e9c
|
add od filter in search filter
|
2021-06-26 21:05:01 +07:00 |
|
Gagah Pangeran Rosfatiputra
|
8e1bcc4d6b
|
add overall difficulty in filter criteria
|
2021-06-26 21:02:31 +07:00 |
|
Salman Ahmed
|
e8e9fdd533
|
Dispose ResourcesSkin before clearing skin sources
|
2021-06-26 12:34:30 +03:00 |
|
Salman Ahmed
|
e5eea503db
|
Remove finalizer logic from ResourcesSkin
|
2021-06-26 12:21:49 +03:00 |
|
Henry Lin
|
3b822cd5cf
|
Refactor SeedSettingsControl and related controls
|
2021-06-26 11:19:14 +08:00 |
|
Bartłomiej Dach
|
ea384332c3
|
Merge branch 'master' into logo-transition-sound
|
2021-06-25 21:12:48 +02:00 |
|
Bartłomiej Dach
|
50c27d2635
|
Update usages of IHasTooltip in line with framework localisation changes
|
2021-06-25 19:10:04 +02:00 |
|
aitani9
|
6bc71590c5
|
Disable logo click sound when exiting
|
2021-06-25 09:21:26 -07:00 |
|
smoogipoo
|
c93c615f5e
|
Also fix up interface names
|
2021-06-25 20:15:30 +09:00 |
|
smoogipoo
|
1ed61b9b98
|
Fix up dependencies class names
|
2021-06-25 20:11:38 +09:00 |
|
Salman Ahmed
|
8387acfe15
|
Merge branch 'master' into fix-initial-ruleset-skin-loading
|
2021-06-25 12:22:51 +03:00 |
|
smoogipoo
|
a27a647ae7
|
Rename RoomDependencies -> OnlinePlayDependencies
|
2021-06-25 18:07:47 +09:00 |
|
smoogipoo
|
04279e7f5c
|
Add some xmldocs
|
2021-06-25 18:02:53 +09:00 |
|
smoogipoo
|
c0d2b41d4c
|
Move SpectatorClient into multiplayer dependencies
|
2021-06-25 17:55:16 +09:00 |
|
Dean Herbert
|
51dd7fc238
|
Merge pull request #13622 from aitani9/mod-settings-dropdown-height
Decrease the max dropdown height in mod settings
|
2021-06-25 17:42:47 +09:00 |
|
smoogipoo
|
7aefbe3da1
|
Move UserLookupCache inside dependencies
|
2021-06-25 17:37:02 +09:00 |
|
Dean Herbert
|
5883922177
|
Remove mod multiplier completely
|
2021-06-25 16:36:31 +09:00 |
|
Salman Ahmed
|
f07008a0a2
|
Fix RulesetSkinProvidingContainer potentially late in setting up skin sources
|
2021-06-25 10:05:51 +03:00 |
|