Dean Herbert
f8ac54d61c
Fix weird local variable typo
2024-11-11 16:59:02 +09:00
Dean Herbert
322df72cce
Merge pull request #30425 from bdach/multiplayer-song-select-wyd
...
Fix multiplayer song select not correctly applying filter sometimes
2024-11-11 14:54:48 +09:00
Dean Herbert
caedbdeccf
Merge pull request #30545 from bdach/fix-restore-storage-not-restoring-storage
...
Fix retry button on storage unavailable dialog not reopening realm if retry succeeds
2024-11-11 14:30:50 +09:00
Dan Balasescu
91d9c0a7e8
Adjust job name
2024-11-11 13:44:11 +09:00
Dan Balasescu
0b570c4e15
Enforce concurrency by using single job
...
I've yet again re-confirmed by doubts about using concurrency groups.
It's just not flexible enough. In this case, it cancels any _future_
jobs.
2024-11-11 13:40:17 +09:00
Dan Balasescu
394ff88a62
Fix empty JSON sent on non-workflow_dispatch
events
2024-11-11 13:11:21 +09:00
Dan Balasescu
c1686fb687
Don't fail grep if no matches
2024-11-11 13:02:26 +09:00
Dan Balasescu
a3b8c4d127
Fix wrong cleaned up directory
2024-11-11 12:49:23 +09:00
Dan Balasescu
2767054286
Set -euo pipefail
in diffcalc workflows
2024-11-11 12:49:23 +09:00
Dean Herbert
d39a46f861
Merge pull request #30508 from bdach/taiko-strong-bug
...
Fix drum rolls losing width on strong state toggle in editor
2024-11-11 12:16:51 +09:00
Dean Herbert
f897ab5a6e
Merge pull request #30566 from ppy/improve-diffcalc-workflow
...
Split diffcalc workflow to add concurrency group
2024-11-11 12:11:38 +09:00
Dean Herbert
4aa3516058
Merge pull request #30572 from Joehuu/fix-break-overlay-grades
...
Fix break overlay grades not using localised string
2024-11-10 21:13:01 +09:00
Joseph Madamba
9acfb3c900
Fix break overlay grades not using localised string
2024-11-09 16:45:18 -08:00
Dan Balasescu
5e8df623d4
Rename workflow
2024-11-09 23:49:30 +09:00
Dan Balasescu
6183daa95f
Split diffcalc workflow to add concurrency group
2024-11-09 19:59:20 +09:00
Dean Herbert
e20163652e
Merge pull request #30560 from smoogipoo/fix-nvapi
...
Fix incorrectly translated NVAPI ABI
2024-11-09 17:23:21 +09:00
Dan Balasescu
8d7b19d6cf
Fix incorrectly translated NVAPI ABI
2024-11-09 15:11:47 +09:00
Dan Balasescu
df0d51cbbc
Merge pull request #30547 from bdach/extended-nvapi-logging
...
Add extended logging to NVAPI operations
2024-11-08 19:32:51 +09:00
Bartłomiej Dach
d8fc7b1803
Add extended logging to NVAPI operations
...
To help diagnose https://github.com/ppy/osu/issues/30546 .
2024-11-08 10:29:13 +01:00
Bartłomiej Dach
091d02b3a8
Fix retry button on storage unavailable dialog not reopening realm if retry succeeds
...
Related: https://github.com/ppy/osu/issues/30539
When starting up the game with a data location that points to an
unavailable external device, a new realm file is created in the default
location. Eventually a popup is shown that informs the user that the
external storage is unavailable, and the user has an option to try the
storage again. The button that invokes said option would check said
storage correctly, but would not do anything about realm, which means
the previously opened empty realm that is placed in the default location
would remain open, which means the retry essentially doesn't work
because the user's stuff isn't there after the retry.
To fix this, take out a `BlockAllOperations()`, which will flush all
open realms, and re-open the realm on the external location if the
custom storage restore succeeds.
2024-11-08 09:28:14 +01:00
Bartłomiej Dach
ce9c74af85
Merge pull request #30543 from smoogipoo/fix-ci-report
...
Fix up + improve CI test reporting workflow
2024-11-08 08:37:22 +01:00
Dan Balasescu
233560b867
Fix CI test report workflow
2024-11-08 11:55:24 +09:00
Dan Balasescu
8bd65d9938
Merge pull request #30535 from bdach/fix-hud-shifting-when-flipped-drawables-present
...
Fix HUD elements shifting in unintended manner when partially off-screen flipped skin elements are present
2024-11-08 01:55:03 +09:00
Bartłomiej Dach
b0c6042b2a
Fix HUD elements shifting in unintended manner when partially off-screen flipped skin elements are present
...
Closes https://github.com/ppy/osu/issues/30286 .
2024-11-07 14:01:34 +01:00
Dean Herbert
54288c350a
Merge pull request #30525 from smoogipoo/multiplayer-refactor
...
Replace `MultiplayerRoomComposite` with local bindings
2024-11-07 19:53:44 +09:00
Dan Balasescu
cb2e5ac2c4
Skip diffcalc job if target is not valid
...
Same as all other jobs... Just so that it doesn't appear as "completed"
in the workflow list.
2024-11-07 19:15:58 +09:00
Dean Herbert
aad9f4078e
Merge pull request #30526 from smoogipoo/fix-beatmap-recommender-test
...
Fix intermittent beatmap recommendations test
2024-11-07 18:40:31 +09:00
Dean Herbert
c7d0a7dde2
Update xmldoc and make realm transactions more obvious
2024-11-07 18:31:06 +09:00
Dan Balasescu
4d7fd236c5
Make class partial
2024-11-07 17:28:31 +09:00
Dan Balasescu
bd630c189e
Fix tests not working by forgoing beatmap updates
2024-11-07 17:26:10 +09:00
Dan Balasescu
35d004cdc2
Fix intermittent beatmap recommendations test
2024-11-06 21:12:16 +09:00
Dean Herbert
35397d90af
Merge pull request #30423 from nekodex/ruleset-selection-duck-tweak
...
Increase ducking duration when selecting Mania ruleset
2024-11-06 18:56:26 +09:00
Dean Herbert
da95a1a2f1
Update resources
2024-11-06 18:54:52 +09:00
Dean Herbert
366c0f664f
Merge branch 'master' into ruleset-selection-duck-tweak
2024-11-06 18:54:48 +09:00
Dan Balasescu
9f08b37792
Fix up tests
2024-11-06 16:35:11 +09:00
Dan Balasescu
788ecc1e7b
Replace MultiplayerRoomComposite with local bindings
2024-11-06 15:31:27 +09:00
Bartłomiej Dach
2699ebb50d
Merge pull request #30505 from peppy/editor-hide-breaks
...
Add ability to hide breaks from timeline
2024-11-06 06:54:49 +01:00
Dan Balasescu
8aed5784ba
Merge pull request #30509 from bdach/encode-0-01-svs
...
Fix effect point scroll speeds below 0.1x not being encoded properly
2024-11-06 14:33:19 +09:00
Dan Balasescu
5db52e1027
Merge pull request #30511 from bdach/fix-taiko-drum-roll-editor-weirdness
...
Fix drum roll editor blueprint size & input handling
2024-11-06 14:26:54 +09:00
Dan Balasescu
4b9f9b9be5
Update GHA
2024-11-06 14:02:01 +09:00
Dan Balasescu
9b6d31b249
Merge pull request #30518 from Givikap120/ensure_correct_misscount
2024-11-06 13:07:36 +09:00
Givikap120
f3251bfcfd
reset to miss instead of 0
2024-11-05 22:15:18 +02:00
Givikap120
ec046651b2
Update OsuPerformanceCalculator.cs
2024-11-05 22:08:43 +02:00
Bartłomiej Dach
5668c62446
Fix drum roll editor blueprint size & input handling
2024-11-05 13:12:01 +01:00
Bartłomiej Dach
23f3890293
Fix effect point scroll speeds below 0.1x not being encoded properly
...
Closes https://github.com/ppy/osu/issues/30472 .
Caused by mismatching bounds between
2bd12e14db/osu.Game/Beatmaps/ControlPoints/EffectControlPoint.cs (L22-L26)
and
2bd12e14db/osu.Game/Beatmaps/ControlPoints/DifficultyControlPoint.cs (L21-L28)
2024-11-05 11:56:19 +01:00
Bartłomiej Dach
0e8dce5527
Fix LegacyBeatmapEncoderTest
swapping expected/actual values around
...
Was making test output look confusing.
2024-11-05 11:51:59 +01:00
Bartłomiej Dach
48ce4fdd16
Add failing test case
2024-11-05 11:51:07 +01:00
Bartłomiej Dach
387fbc2214
Fix drum rolls losing width on strong state toggle in editor
...
Fixes https://github.com/ppy/osu/issues/30480 .
2024-11-05 11:10:49 +01:00
Bartłomiej Dach
5f1b696387
Fix strong context menu operation not being written properly
2024-11-05 10:59:34 +01:00
Bartłomiej Dach
2bd12e14db
Merge pull request #30467 from cdwcgt/friend-add
...
Add the ability to add/remove friends in `UserProfileHeader`
2024-11-05 10:25:27 +01:00