StanR
|
0bad5e4684
|
Move slider-related ratio multiplier out of the delta switch block, add nerf for ratios with delta difference fractions that are too big, adjust consts
|
2024-09-19 04:38:01 +05:00 |
|
StanR
|
c9ce7d29e6
|
Adjust multipliers
|
2024-09-16 01:04:46 +05:00 |
|
StanR
|
bee18b03e7
|
Reduce history max overall instead of using clock rate
|
2024-09-16 00:49:36 +05:00 |
|
StanR
|
145731bdef
|
More balancing
|
2024-09-15 02:48:41 +05:00 |
|
StanR
|
863a74f980
|
Balancing
|
2024-09-15 02:08:37 +05:00 |
|
StanR
|
738d4bcb80
|
Reduce ratio if we're starting island counting after a slider
|
2024-09-15 01:49:52 +05:00 |
|
StanR
|
db626f168a
|
Refactor
|
2024-09-15 01:12:41 +05:00 |
|
StanR
|
5e8174faa8
|
Reduce ratio for island size 1
|
2024-09-14 22:03:01 +05:00 |
|
StanR
|
d544498e8d
|
Merge branch 'master' into rhythm-fixes
|
2024-09-12 15:29:20 +05:00 |
|
Dan Balasescu
|
d54c6aefbe
|
Merge branch 'master' into pp_refactoring_osustrainskill
|
2024-09-12 17:28:24 +09:00 |
|
StanR
|
3398497d4b
|
Remove kickslider changes
|
2024-09-12 01:04:07 +05:00 |
|
Dan Balasescu
|
d935ed949c
|
Merge branch 'master' into pp_refactoring_speed_eval_change
|
2024-09-11 23:45:10 +09:00 |
|
StanR
|
7fda8bc95b
|
Reduce repetition nerf for non-consecutive islands
|
2024-08-27 23:48:15 +05:00 |
|
StanR
|
ed45c947fc
|
Adjust max history by clockrate to make rhythm calculation more consistent between rates
|
2024-08-27 15:50:08 +05:00 |
|
StanR
|
ce8286d299
|
Scale difficulty with doubletapness, make kicksliders not reduce the difficulty of the next object, adjust balancing
|
2024-08-24 04:37:58 +05:00 |
|
StanR
|
f1adc6f98c
|
Don't cap max island size, make repetition nerf more lenient on high bpm, adjust balancing
|
2024-08-22 15:59:13 +05:00 |
|
StanR
|
3acd00b9b7
|
Tweak some values
|
2024-08-10 22:30:24 +05:00 |
|
Givikap120
|
a28913af7a
|
multiplied numbers in multipliers
|
2024-08-06 14:47:05 +03:00 |
|
Givikap120
|
ace1a57242
|
Update SpeedEvaluator.cs
|
2024-08-05 16:53:06 +03:00 |
|
Givikap120
|
ac57cdd1b3
|
speed eval refactoring
|
2024-08-05 16:50:06 +03:00 |
|
Givikap120
|
8431e62c47
|
fixed CI
|
2024-08-05 16:14:32 +03:00 |
|
Givikap120
|
251d009394
|
moved conversion formulas to respective classes
|
2024-08-05 16:08:30 +03:00 |
|
Givikap120
|
0a9b11d3a7
|
removed default difficulty multiplier
|
2024-08-05 15:57:02 +03:00 |
|
StanR
|
c1532bcb57
|
Reduce base ratio a bit
|
2024-07-19 11:01:42 +05:00 |
|
StanR
|
bae9625b0b
|
Make repetition nerf harsher, buff initial rhythm ratio, small refactoring
|
2024-07-19 10:13:50 +05:00 |
|
Dan Balasescu
|
ced11e6949
|
Even better readability
|
2024-07-16 12:23:46 +09:00 |
|
Dan Balasescu
|
fcc8e7be8a
|
Invert condition to reduce number of brain flips required
|
2024-07-16 12:09:09 +09:00 |
|
StanR
|
67cb4a2d02
|
InspectCode
|
2024-07-15 22:54:25 +05:00 |
|
StanR
|
e25642b484
|
Implement a bunch of rhythm difficulty calculation fixes
|
2024-07-15 14:45:31 +05:00 |
|
Bartłomiej Dach
|
b2722521fa
|
Merge branch 'master' into account-for-sliders-in-accuracy-pp
|
2024-05-31 07:41:04 +02:00 |
|
js1086
|
c25e1bdeb5
|
Use correct operation for 0 difficulty case
|
2024-05-26 14:21:47 +01:00 |
|
js1086
|
61afda1089
|
Fix NaN case when difficulty is 0
|
2024-05-26 11:24:06 +01:00 |
|
Fina
|
8dea601329
|
Merge branch 'master' into estimation-removal
|
2024-05-25 14:21:34 -07:00 |
|
Fina
|
6c9e906b2d
|
Revert "merged givi's accuracy changes"
This reverts commit 1f55c1413bc5fddbae2d9fc932376e189c9c9023.
|
2024-05-24 14:00:42 -07:00 |
|
Fina
|
1f55c1413b
|
merged givi's accuracy changes
stat acc save me
|
2024-05-24 13:50:26 -07:00 |
|
js1086
|
20c54ab697
|
Apply code quality changes
|
2024-05-23 19:08:32 +01:00 |
|
danielthirtle
|
c1efcc054c
|
Change miss penalty (nerf longer maps)
|
2024-05-21 21:03:53 +12:00 |
|
Dan Balasescu
|
976c6c4f25
|
Merge pull request #28235 from tsunyoku/optimise-rhythm-evaluator-loop-logic
Reduce `Previous` calls in `RhythmEvaluator` by optimising loop logic
|
2024-05-20 20:31:46 +09:00 |
|
James Wilson
|
f31928875b
|
Reduce Previous calls in RhythmEvaluator by optimising loop logic
|
2024-05-19 16:26:51 +01:00 |
|
James Wilson
|
609268786f
|
remove unneeded extra Previous calls from RhythmEvaluator
|
2024-05-19 13:29:49 +01:00 |
|
apollo-dw
|
9b60abe486
|
Merge branch 'ppy:master' into no-combo-scaling
|
2024-05-11 13:24:16 +01:00 |
|
Fina
|
4fe55d437a
|
Renamed useSliderHead to useClassicSlider (and refactored code accordingly)
|
2024-04-20 14:16:02 -07:00 |
|
Fina
|
d1dcac08c6
|
fix code formatting
|
2024-04-19 16:11:26 -07:00 |
|
Fina
|
4a7b8138ae
|
Re-add bool useSliderHead
oops
|
2024-04-19 16:07:54 -07:00 |
|
Fina
|
759a82655c
|
Clamp estimatedSliderEndsDrop
|
2024-04-19 16:04:49 -07:00 |
|
Fina
|
77814ec69f
|
Fix getting slider head drops
|
2024-04-19 16:04:17 -07:00 |
|
Fina
|
ca246015d5
|
Add bool useSliderHead
|
2024-04-19 16:03:46 -07:00 |
|
TextAdventurer12
|
e2a5d1904b
|
adjust count difficult strains formula
|
2024-04-17 01:21:06 +12:00 |
|
Dan Balasescu
|
0e218ee271
|
Merge pull request #27148 from Givikap120/traceable_pp
Add Traceable performance calculation support
|
2024-04-16 04:54:57 +09:00 |
|
Givikap120
|
4a21ff9726
|
removed duplication
|
2024-04-13 13:59:09 +03:00 |
|