1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-14 00:27:45 +08:00

58897 Commits

Author SHA1 Message Date
Natelytle
6399b9b5b1 expose hit windows publicly for testing purposes 2023-03-05 21:35:36 -05:00
Natelytle
ab8d19e627 Fix erfc approximation 2023-02-24 21:31:57 -05:00
Natelytle
bfc642ee9b Change types, remove pointless duplicate likelihood function 2023-02-24 21:22:17 -05:00
Natelytle
66529f67b8 Add comments 2023-02-24 00:41:34 -05:00
Natelytle
3a1c47981d Avoid repeated code using structs and methods 2023-02-24 00:03:18 -05:00
Natelytle
4a8d67980c Fix NaNs (whoops) 2023-02-21 18:37:14 -05:00
Natelytle
1f76d48a59 Merge remote-tracking branch 'origin/maniastatacc' into maniastatacc 2023-02-21 18:34:50 -05:00
Natelytle
bafb8f6108 Address abraker's review, add approximation for legacy LN tails 2023-02-21 18:34:38 -05:00
Natelytle
1e272f18d4 Address abraker's review, add approximation for legacy LN tails 2023-02-21 18:26:59 -05:00
Natelytle
15ca5359a7 Fix incorrect logDiff function, make lazer tail multiplier a const 2023-02-20 18:13:54 -05:00
Natelytle
11f6fd08ac Fix issue with high misscount plays returning 115 UR 2023-02-19 22:35:38 -05:00
Natelytle
06a2358c43 account for mania tests 2023-02-19 17:52:15 -05:00
Natelytle
35119bc5fa Address reviews 2023-02-19 16:33:32 -05:00
Natelytle
08ceb02576 Rename "Judgements" to "HitWindows" 2023-02-19 00:37:53 -05:00
Natelytle
97da8cc2ff Reformatting, increase precision a lot by rewriting in terms of the log of the complement 2023-02-19 00:32:38 -05:00
Natelytle
33a73e3818 update desmos, remove redundant parenthesis 2023-02-17 20:03:55 -05:00
Natelytle
2d7c99b6f3 Massively improve estimation accuracy using a folded distribution 2023-02-17 00:28:09 -05:00
Natelytle
db0fda0638 Remove pointless erf approximation, fix lazer return statement 2023-02-15 23:09:57 -05:00
Natelytle
01dbce6a31 More formatting 2023-02-12 20:00:19 -05:00
Natelytle
9ff4c1b8ef fix const name 2023-02-12 19:44:11 -05:00
Natelytle
5a0aa24ebc Code quality overhaul 2023-02-12 19:05:52 -05:00
Natelytle
fde20e1216 Add desmos links to likelihood functions 2023-02-12 16:42:08 -05:00
Natelytle
2b5ab4169c Revert unrelated files changed in formatting commit 2023-02-11 23:08:45 -05:00
Natelytle
b0cd729b88 fix convert OD with lazer judgements 2023-02-11 22:25:39 -05:00
Natelytle
7196325c00 Merge remote-tracking branch 'master/master' into maniastatacc 2023-02-07 16:19:55 -05:00
Natelytle
4535b297fb rename method 2023-02-06 17:48:18 -05:00
Natelytle
68cea94c21 readability bump 2023-02-06 17:43:22 -05:00
Bartłomiej Dach
12f6d461b9
Merge pull request #22532 from peppy/fix-long-storyboard-outro
Fix storyboard outro time potentially running too long
2023.207.0
2023-02-06 20:30:36 +01:00
Bartłomiej Dach
179db09075
Merge pull request #22531 from peppy/apply-future-rider-inspection
Apply single inspection from newer inspectcode versions
2023-02-06 20:05:49 +01:00
Bartłomiej Dach
3ee771cbef
Merge pull request #22535 from peppy/forcefully-stop-pause-sample
Ensure pause sample loop is stopped on exiting player
2023-02-06 19:51:51 +01:00
Dean Herbert
aaf3ad805c Fix potential nullref in tests 2023-02-06 19:31:45 +09:00
Dean Herbert
b83c8443ea Ensure pause sample loop is stopped on exiting player 2023-02-06 18:24:31 +09:00
Dean Herbert
c078d3a344
Merge pull request #22357 from EXtremeExploit/groups-probationary-badges
Make probationary groups a bit transparent
2023-02-06 17:43:57 +09:00
Dean Herbert
67ec3199c5
Merge pull request #22515 from Susko3/use-ipc-archive-importer
Allow importing beatmaps via file associations on desktop platforms
2023-02-06 17:22:56 +09:00
Dean Herbert
ddcc02fdfe
Merge pull request #22505 from Joehuu/fix-hover-click-sounds
Fix some clickable elements having no hover and click sounds
2023-02-06 16:52:19 +09:00
Dean Herbert
eabd1a0cc1 Remove unused Duration property to avoid any misunderstandings 2023-02-06 16:42:39 +09:00
Dean Herbert
679ec986d5 Fix storyboard outro time potentially running too long 2023-02-06 16:39:44 +09:00
Dean Herbert
701d21c26f Apply single inspection from newer inspectcode verisons
As found in rider EAPs. Appears as a warning and is annoying me
occasionally.
2023-02-06 13:52:27 +09:00
Joseph Madamba
191259c050 Use equals instead and update other usage 2023-02-04 19:58:48 -08:00
Bartłomiej Dach
9bcc6bf6da
Merge pull request #22516 from mk56-spn/BPM_counter_fix
Fix BPM counter value being affected by non-mod-related playback rate changes
2023-02-05 00:50:05 +01:00
Bartłomiej Dach
ef900bccdf
Merge branch 'master' into BPM_counter_fix 2023-02-04 23:44:58 +01:00
Bartłomiej Dach
6aae0e8a60
Merge pull request #22109 from OpenSauce04/taiko-touch-ddkk-new
Add ability to change osu!taiko touch screen layout from KDDK to DDKK/KKDD alternative control schemes
2023-02-04 22:26:28 +01:00
Bartłomiej Dach
11685d427a
Merge branch 'master' into taiko-touch-ddkk-new 2023-02-04 21:54:38 +01:00
Bartłomiej Dach
cb7540564a
Merge pull request #22504 from peppy/fix-editor-positional-nudge-undo
Fix beatmap editor positional nudging not being undoable
2023-02-04 15:52:34 +01:00
Bartłomiej Dach
5e66a7d2d6
Merge pull request #22498 from Wleter/SnapToReverseSlider
Allow snapping objects to slider ends/repeats
2023-02-04 15:09:36 +01:00
Bartłomiej Dach
49443f0b55
Inline temporary variable 2023-02-04 14:36:30 +01:00
Bartłomiej Dach
a1343dacc1
Merge branch 'master' into SnapToReverseSlider 2023-02-04 14:14:37 +01:00
Bartłomiej Dach
abd29e47c3
Merge pull request #22518 from Joehuu/fix-beatmap-card-profile-section-masking
Fix expanded beatmap cards getting cut off at the end of profile sections
2023-02-04 14:07:49 +01:00
Joseph Madamba
4192388b20 Fix expanded beatmap cards getting cut off at the end of profile sections 2023-02-03 21:29:01 -08:00
mk56-spn
88872cf1cf Use ``GetTrueGameplayRate()`` to remove need for jank 2023-02-04 00:53:54 +01:00