Dan Balasescu
|
6ebe54b183
|
Merge pull request #15494 from Tollii/beatmap-cancellation-token
Add support for cancellation tokens for beatmap difficulty calculation
|
2021-11-19 10:54:32 +09:00 |
|
Dean Herbert
|
cdb2a92f86
|
Disable key repeat for all ruleset handling cases
|
2021-11-18 13:13:36 +09:00 |
|
Dean Herbert
|
66c307e0ee
|
Remove usage of key repeat helper method
|
2021-11-18 13:13:36 +09:00 |
|
Bartłomiej Dach
|
8b134914cf
|
Merge branch 'master' into beatmap-cancellation-token
|
2021-11-17 21:52:30 +01:00 |
|
Dean Herbert
|
fd0cae2bfb
|
Merge branch 'master' into difficulty-attribute-helpers
|
2021-11-17 20:49:31 +09:00 |
|
Dean Herbert
|
0a7498014f
|
Move const s to top of file
|
2021-11-17 20:47:52 +09:00 |
|
Dan Balasescu
|
815179f713
|
Use consts for attribute IDs
|
2021-11-17 20:31:18 +09:00 |
|
Dan Balasescu
|
abb333299b
|
Document base class
|
2021-11-17 20:20:54 +09:00 |
|
Dean Herbert
|
0715d40ea0
|
Merge branch 'master' into beatmap-cancellation-token
|
2021-11-17 11:16:10 +09:00 |
|
Dean Herbert
|
6cca657a2d
|
Standardise naming of CancellationToken parameters
|
2021-11-16 14:45:51 +09:00 |
|
Dean Herbert
|
53c0682a08
|
Merge branch 'master' into beatmap-cancellation-token
|
2021-11-16 14:43:13 +09:00 |
|
Dan Balasescu
|
2c45a327bb
|
Remove JsonIgnores, require opt-in properties
|
2021-11-15 19:54:35 +09:00 |
|
Dean Herbert
|
369b4ba789
|
Update DifficultyCalculator to take an IRulesetInfo
|
2021-11-15 19:16:48 +09:00 |
|
Dean Herbert
|
62d670a3ca
|
Update DifficultyCalculator to take an IWorkingBeatmap
|
2021-11-15 19:16:48 +09:00 |
|
Dan Balasescu
|
c8a01c35f7
|
Remove extra members from FromDatabaseAttributes
|
2021-11-15 18:11:07 +09:00 |
|
Dan Balasescu
|
45382a8127
|
Ignore some properties
|
2021-11-15 16:32:25 +09:00 |
|
Dan Balasescu
|
0cfd6fdf04
|
Add to/from database mapping functions to difficulty attributes
|
2021-11-15 16:06:50 +09:00 |
|
Dan Balasescu
|
907499f73a
|
Add json properties to difficulty attributes
|
2021-11-15 16:06:29 +09:00 |
|
Bartłomiej Dach
|
69809390d3
|
Fix HUD unstable rate counter not including judgements before load complete
Also unifies UR calculation logic with the results screen statistic item
to reduce duplication.
|
2021-11-11 13:36:05 +01:00 |
|
Bartłomiej Dach
|
40cffd1682
|
Expose HitEvents publically from ScoreProcessor
|
2021-11-11 13:22:07 +01:00 |
|
Dean Herbert
|
4bca96d548
|
Throw again to ensure correct available state is set
Also standardises handling between `RulesetStore` and `RealmRulesetStore`.
|
2021-11-11 17:39:36 +09:00 |
|
Dan Balasescu
|
57c333b472
|
Remove unused using
|
2021-11-11 15:29:08 +09:00 |
|
Dean Herbert
|
ea536dea23
|
Gracefully handle missing type rather than triggering ArgumentNullException
|
2021-11-11 14:46:21 +09:00 |
|
ekrctb
|
116b857cea
|
Merge branch 'master' into no-scope-catch
|
2021-11-10 20:50:31 +09:00 |
|
Naxesss
|
b888185799
|
Properly dispose of Stream in bg quality check
|
2021-11-10 05:06:11 +01:00 |
|
Semyon Rozhkov
|
41f4f0ab5e
|
Different setting slider description in each mod
|
2021-11-10 03:57:22 +03:00 |
|
Semyon Rozhkov
|
64bc8da14c
|
Add "No Scope" mod implementation for Catch
|
2021-11-09 17:11:19 +03:00 |
|
Dean Herbert
|
c58f21a115
|
Handle mods with overloaded method signature instead
|
2021-11-08 14:43:46 +09:00 |
|
Dean Herbert
|
5b5e3dc4a2
|
Revert incorrect mod nullable parameter specification
|
2021-11-08 14:33:15 +09:00 |
|
Dean Herbert
|
e338340c6a
|
Merge branch 'master' into beatmap-cancellation-token
|
2021-11-08 14:32:56 +09:00 |
|
Salman Ahmed
|
eb5e7402c3
|
Remove obsolete method in ModAutoplay
|
2021-11-07 16:15:57 +03:00 |
|
Tollii
|
d5f5d74a89
|
Rename CancellationToken variable
|
2021-11-07 13:41:54 +01:00 |
|
Tollii
|
cf0b757b16
|
Fix PR comments.
Nitpick, more cancellation token checks.
|
2021-11-06 16:03:53 +01:00 |
|
Tollii
|
eb7d04bc77
|
Add cancellation token support for beatmap difficulty calculation.
|
2021-11-06 00:21:29 +01:00 |
|
Dean Herbert
|
e43d91ad5d
|
Fix another case of incorrect null checking in editor verification processing
|
2021-11-04 15:18:10 +09:00 |
|
Dean Herbert
|
1e73b09e57
|
Fix another couple of cases of incorrect string null/empty checking
|
2021-11-04 14:22:28 +09:00 |
|
smoogipoo
|
81aaef719f
|
Add xmldoc to CalculateTimed()
|
2021-11-02 17:55:00 +09:00 |
|
smoogipoo
|
168a7a588b
|
Add xmldoc to ctor also
|
2021-11-02 17:19:14 +09:00 |
|
smoogipoo
|
efba7a9c4d
|
Missed hyphen
|
2021-11-02 17:18:02 +09:00 |
|
smoogipoo
|
0cdd2898fe
|
Expose non-adjusted time from CalculateTimed()
|
2021-11-02 17:17:14 +09:00 |
|
Dean Herbert
|
34d4715220
|
Allow for long online IDs and implement in ScoreInfo
|
2021-10-29 11:48:36 +09:00 |
|
Dean Herbert
|
5c7623e68e
|
Merge pull request #15255 from goodtrailer/node-samples-ilist
Change IHasRepeats.NodeSamples to IList from List
|
2021-10-28 14:24:26 +09:00 |
|
Dean Herbert
|
add39fbd4f
|
Merge branch 'master' into fix-skin-layout-editor-crash
|
2021-10-28 06:24:24 +09:00 |
|
Dean Herbert
|
6944151486
|
Apply batch fixing of built-in types using var
|
2021-10-27 13:04:41 +09:00 |
|
Dean Herbert
|
d5b4c68d3a
|
Merge branch 'master' into fix-slider-path-extension-incorrectness
|
2021-10-26 17:36:50 +09:00 |
|
Dan Balasescu
|
6a6d3a5e8a
|
Merge pull request #15304 from peppy/fix-editor-new-beatmap-sample-change-crash
Fix editor crash when attempting to change sample/velocity from timeline on new beatmap
|
2021-10-26 17:13:56 +09:00 |
|
Dean Herbert
|
dae7cdc4c5
|
Ensure HitObject -local control points are non-default after ApplyDefaults
We will probably want to make this whole flow more efficient in the
future, but this should suffice for now.
|
2021-10-26 16:06:03 +09:00 |
|
Dean Herbert
|
81fee02c2b
|
Fix slider paths being extended even when the last two points are equal
|
2021-10-26 15:47:59 +09:00 |
|
Jason Won
|
a582976851
|
reversing slider maintains shape
|
2021-10-26 00:05:46 -04:00 |
|
goodtrailer
|
0affe7b79d
|
Remove unnecessary using
|
2021-10-23 02:25:20 -07:00 |
|