Commit Graph

3603 Commits

Author SHA1 Message Date
b8fe744d2b Merge pull request #15008 from stanriders/remove-int-casts
Remove int casts in difficulty calculation
2021-10-10 16:48:37 +09:00
e7a3467655 Merge branch 'master' into skillsrework 2021-10-10 16:16:54 +09:00
37632fe4dc Remove int casts in difficulty calculation, fixup some comments 2021-10-09 12:08:57 +03:00
f0affa9f5a Don't refer to BeatmapInfo 2021-10-08 19:50:31 +09:00
3a4807a032 Merge branch 'master' into blinds-pp 2021-10-08 19:45:59 +09:00
cefef81cdf Merge branch 'master' into skillsrework 2021-10-08 18:21:51 +09:00
5b89293fa3 Merge pull request #14942 from apollo-dw/relax-osu-pp
Implement Relax difficulty calculation in osu!
2021-10-08 16:47:43 +09:00
57c069e0e1 Remove unused strings 2021-10-06 23:50:23 +01:00
d6eab02d92 Return 0 for speed with relax 2021-10-06 16:53:33 +01:00
34269d48e5 Use global multipliers instead of multiplying skill values 2021-10-06 12:25:19 +01:00
b339c149d8 Copy BaseDifficulty to Beatmap<T> and move all write operations across 2021-10-06 15:10:45 +09:00
d17beb9bbe improved overall balance 2021-10-06 01:39:01 +02:00
3cb816b6cd fixed some nerfs not carrying to the next iteration 2021-10-05 21:19:00 +02:00
bd84a8b749 Merge branch 'new-interfaces' into beatmap-difficulty-more-interface-usage 2021-10-05 18:21:21 +09:00
1d99bc280f Merge branch 'master' into new-interfaces 2021-10-04 20:42:40 +09:00
aa1bfc16d2 Merge pull request #14929 from peppy/gameplay-state
Replace `GameplayBeatmap` with `GameplayState`
2021-10-04 15:56:44 +09:00
94f8692b00 removed acc changes to put in seperate PR 2021-10-03 17:42:49 +00:00
bc3ae4c4f8 changed function names to be consistent 2021-10-03 17:36:34 +00:00
6d134b2a83 resolved code cleanliness issues 2021-10-03 17:32:03 +00:00
ba2c44a2f4 reworked strain to fix issue with overlapping hitwindo 2021-10-03 17:31:56 +00:00
5e5cdaab5e Privatise setter
Co-authored-by: Dean Herbert <pe@ppy.sh>
2021-10-03 19:14:01 +02:00
abe0ced48c Proxy slider head circle number along with overlay 2021-10-03 15:53:49 +02:00
03f0a36589 additional balancing 2021-10-03 11:53:14 +01:00
bc1ff019da Implement relax checks 2021-10-03 11:27:17 +01:00
a5025dc8b8 Buff base multiplier 2021-10-01 22:23:16 +01:00
32afd3f426 Replace all basic usages 2021-10-02 02:22:23 +09:00
310bf3e580 more code quality (oops) 2021-10-01 15:29:20 +01:00
7d77c279e1 Merge branch 'blinds-pp' of https://github.com/mrowswares/osu into blinds-pp 2021-10-01 15:27:17 +01:00
57b9a91cba trim whitespace cuz code quality 2021-10-01 15:26:59 +01:00
d13e8c0354 Merge branch 'ppy:master' into blinds-pp 2021-10-01 15:24:13 +01:00
7884dbbd11 adjust formulae 2021-10-01 15:04:44 +01:00
05996cc2e9 Add changes that got forgotted in branch surgery 2021-10-01 17:04:53 +09:00
a92d499d7a Convert usages of BeatmapDifficulty to IBeatmapDifficultyInfo 2021-10-01 16:55:50 +09:00
d14eed88fd final clean up before PR 2021-09-29 19:14:54 +00:00
5bd09a4a30 Rename inner lambda parameter 2021-09-27 22:21:14 +02:00
7a0499ad07 Fix repeat arrow texture not falling back to default legacy skin 2021-09-27 21:45:26 +02:00
81921bee11 updated rhythmbonus to be OD sensitive 2021-09-26 19:46:24 +00:00
b6f494cbb7 accuracy and speed changes pt 1 2021-09-25 17:34:24 +01:00
2508171d41 nerfed rhythm further to attempt to balance 2021-09-25 03:52:05 +00:00
0129762104 merged in strainTime change and augmented rhythm calc 2021-09-25 02:52:10 +00:00
70119d3a43 add drain rate term 2021-09-24 15:02:19 +01:00
c62e429cea buff miss factor 2021-09-22 19:02:25 +01:00
857ce721da share BlindsMultiplier everywhere, make it completely negate HD pp 2021-09-22 16:48:11 +01:00
e52621c60f basically disable HD pp when blinds enabled 2021-09-22 16:38:50 +01:00
85fd4bdbf8 add accuracy nerf 2021-09-22 16:19:41 +01:00
2bac15ca1a base formula implementation 2021-09-22 14:17:27 +01:00
512af8809e Merge pull request #14617 from apollo-dw/speedpp
Remove speed caps in osu! difficulty calculation
2021-09-22 12:10:16 +09:00
60c9e9f704 Merge pull request #14805 from bdach/rectangular-snap-grid
Add rectangular snap grid to osu! editor composer
2021-09-22 00:12:03 +09:00
59d6a718d6 Fix value not being loaded from beatmap in case of most dense grid setting 2021-09-21 20:09:34 +09:00
e3b6c15a73 Merge branch 'master' into speedpp 2021-09-21 18:41:27 +09:00