Givikap120
af9255915c
fixed the bug
...
high AR calc haven't accounted for speed difficulty
also, minor optimisation
2024-04-08 22:10:29 +03:00
Givikap120
a2e4cb8fea
Minor fixes
2024-04-07 22:44:37 +03:00
Givikap120
801843bce8
Update ReadingEvaluator.cs
2024-04-07 22:32:15 +03:00
Givikap120
ae4f0a10ac
Many changes
...
1) High AR nerf
2) Overlap fix
3) Optimisation
2024-04-07 22:28:55 +03:00
Givikap120
2dbdd4f7d7
balancing
2024-04-04 18:36:58 +03:00
Givikap120
23808be9b2
new experimental overlap summing
2024-03-30 14:16:27 +02:00
Givikap120
71df659533
bandaid for Rainbow Dash +EZ
2024-03-26 16:38:28 +02:00
Givikap120
c4af2bbf69
optimisation
2024-03-26 02:55:06 +02:00
Givikap120
6ec5bb5dca
Fixed the overlap bug
2024-03-26 02:25:40 +02:00
Givikap120
d96eeeb27c
high AR changes
2024-03-25 19:05:53 +02:00
Givikap120
b4fadc373e
change SR scalig
2024-03-25 01:07:14 +02:00
Givikap120
98873e2401
fixed high AR (i hope)
2024-03-25 01:02:38 +02:00
Givikap120
4051413c92
rubik's cube bandaid
2024-03-24 19:34:06 +02:00
Givikap120
403dc5b8b0
Walk This Way bandaid
2024-03-24 00:21:34 +02:00
Givikap120
c016ed0a8a
Update OsuDifficultyHitObject.cs
2024-03-23 15:25:29 +02:00
Givikap120
6b1320e1cd
increased stability of the overlaps
2024-03-23 15:21:19 +02:00
Givikap120
4d2cb57887
fixed very stupid bug
2024-03-23 15:08:03 +02:00
Givikap120
529bd8483b
more clean-up
2024-03-23 13:44:47 +02:00
Givikap120
53b918ecc1
deleted more db-stuff
2024-03-23 13:35:29 +02:00
Givikap120
cead94de77
minor balancing update
2024-03-23 02:35:11 +02:00
Givikap120
333bfd2490
added acc bonus for low AR
...
and slight balancing
2024-03-21 21:35:29 +02:00
Givikap120
ab47d39d0d
Balancing
...
1) overlaps now giving proper amount of pp
2) high AR is nerfed outside of AR11
3) i hope FL won't crash calc anymore
4) flow aim low AR bonus is nerfed
2024-03-21 20:21:52 +02:00
Givikap120
5e2f3e3918
Increased stability
...
Now low AR difficulty won't drop with lowering AR
2024-03-17 13:28:09 +02:00
Givikap120
5e35121b14
Merge branch 'ppy:master' into cognition
2024-03-16 19:34:47 +02:00
Givikap120
d3cdb671c7
low AR streams balancing
2024-03-16 19:34:17 +02:00
Dean Herbert
96ad0d4b54
Merge pull request #27616 from bdach/player-loader-disclaimers-alt
...
Add inline disclaimer displays on player loader
2024-03-16 13:47:18 +08:00
Dean Herbert
15c0b1a2ec
Remove redundant cast
2024-03-16 13:18:42 +08:00
Dean Herbert
c0ae94dc60
Attempt to fix test better
2024-03-16 12:15:12 +08:00
Dean Herbert
a598ea5b97
Remove unused using statement
2024-03-16 12:14:32 +08:00
Dean Herbert
bde3da2746
Fix failing test
2024-03-16 11:11:42 +08:00
Dean Herbert
a49c4ebea6
Match settings panels' backgrounds visually and behaviourally
2024-03-16 10:23:21 +08:00
Dean Herbert
0f8d526453
Adjust timings and delay disclaimers the same as settings
2024-03-16 10:09:49 +08:00
Bartłomiej Dach
a78210c88f
Handle hover so that users can hover disclaimer to block load & read it
2024-03-15 11:45:27 +01:00
Bartłomiej Dach
e6883b8418
Tweak visuals further
2024-03-15 11:38:51 +01:00
Bartłomiej Dach
51568ba06a
Add background to disclaimers
2024-03-15 11:31:45 +01:00
Bartłomiej Dach
87682008fd
Fix code quality inspection
2024-03-15 11:26:48 +01:00
Bartłomiej Dach
5513a72748
Improve hiding transition when multiple disclaimers are visible
2024-03-15 11:01:34 +01:00
Bartłomiej Dach
49a087f7fc
Add localisation support
2024-03-15 10:59:49 +01:00
Bartłomiej Dach
4e2098adb8
Fix test crosstalk
2024-03-15 09:53:20 +01:00
Bartłomiej Dach
4688a53cf4
Stay on player loader a bit longer if disclaimers are present
...
Just to make reading the text easier.
2024-03-15 09:53:20 +01:00
Bartłomiej Dach
f3a444b7ac
Add disclaimer for loved/qualified status
2024-03-15 09:53:20 +01:00
Bartłomiej Dach
42ae18976f
Replace existing epilepsy warning with inline display
2024-03-15 09:53:20 +01:00
Bartłomiej Dach
1aa695add9
Implement alternate design of player loader disclaimers
2024-03-15 09:53:18 +01:00
Dean Herbert
a47ccb8edd
Merge pull request #27600 from bdach/dont-die-on-audio-in-video-check
...
Fix audio in video check crashing on unexpected failures
2024-03-14 10:28:45 +08:00
Dean Herbert
a900ae87bb
Merge pull request #27601 from bdach/fix-bold-mod-select
...
Fix first word bold not applying correctly after first language change
2024-03-14 10:27:12 +08:00
Bartłomiej Dach
d32f19b546
Fix first word bold not applying correctly after first language change
...
Closes https://github.com/ppy/osu/issues/27549 .
I'm not entirely sure why the old solution failed exactly, but also
think it's unimportant because I think past me was an idiot and was
playing stupid games with the juggling of indices between two callbacks
with no ordering guarantees and expecting not to win stupid prizes.
I'm not sure this requires any follow-up reconsiderations of that entire
text flow API, but if opinions differ, I'll re-examine.
2024-03-13 15:18:20 +01:00
Bartłomiej Dach
20c760835a
Fix audio in video check crashing on unexpected failures
2024-03-13 13:55:49 +01:00
Bartłomiej Dach
c575cce10c
Merge pull request #27595 from Joehuu/rearrange-rankings-overlay-tabs
...
Rearrange rankings overlay tabs to match web
2024-03-13 11:26:57 +01:00
Joseph Madamba
e2e99fc5cc
Rearrange rankings overlay tabs to match web
2024-03-12 21:15:59 -07:00
Bartłomiej Dach
5a46808e9b
Merge pull request #27587 from peppy/remember-login
...
Remember login by default
2024-03-12 14:27:23 +01:00