2024.718.0
版本发布时间: 2024-07-18 15:12:15
ppy/osu最新发布版本:2024.817.0(2024-08-17 02:50:47)
Audio
New samples for ruleset selector (ppy/osu-resources#327 by @nekodex)
A refresh of the ruleset selector samples.
Add a 'ducking' effect to the currently playing track when changing ruleset (ppy/osu#28547 by @nekodex)
Smaller changes
- Fix low pass filter sometimes not applied in dialog overlays (ppy/osu#28652 by @smoogipoo)
- Refreshed some UI samples (ppy/osu-resources#329 by @nekodex)
- UI SFX Tweaks/Updates (ppy/osu#28832 by @nekodex)
-
- Tweaked 'tick' sample looping behaviour of
PopupDialogDangerousButton
to better suit new sample
- Tweaked 'tick' sample looping behaviour of
-
- Fixes 'tick' sample playing when dialog first appears (regression from #28652)
- Play different samples for scroll-to-top vs scroll-to-previous
Code Quality
- Refactor out taiko Peaks skill (ppy/osu#28596 by @stanriders)
- Fix intermittent failure in online menu banner tests (ppy/osu#28605 by @frenzibyte)
- Always log missing official build attribute (ppy/osu#28606 by @smoogipoo)
- Changed timed difficulty attributes to be "per-HitObject" instead of "per-DifficultyHitObject" (ppy/osu#28500 by @Givikap120)
- Fix JuiceStream velocity calculation (ppy/osu#25725 by @smoogipoo)
- Update framework (ppy/osu#28712 by @peppy)
- Apply nullability to
MusicController
(ppy/osu#28745 by @peppy) - Ensure realm subscriptions always fire initial callback with null
ChangeSet
(ppy/osu#28785 by @peppy) - Fix incorrect continuation in
ImportAsUpdate
causing UI blockage (ppy/osu#28818 by @peppy)
Editor
Fix editor performance dropping over time when hit markers are enabled (ppy/osu#28592 by @peppy)
Fix beatmap exports breaking in stable (ppy/osu#28609 by @smoogipoo)
Fix editor performance regression with hitmarkers active (ppy/osu#28621 by @bdach)
Fix editor test play not marking hit objects before its start time as judged. (ppy/osu#26465 by @LeNitrous)
Add hexagonal and circular grid options (ppy/osu#26310 by @OliBomby)
Allow to jump to a specific timestamp via bottom bar in editor (ppy/osu#28511 by @bdach)
Apparently this is a stable feature and is helpful for modding / dealing with timestamps outside of web.
Reimplement missing gameplay test hotkeys from stable (ppy/osu#28705 by @bdach)
- Tab to toggle autoplay
- Ctrl-P to toggle pause
- F1 for quick exit at initial position
- F2 for exit at current position
Change editor speed adjustment back to adjusting tempo (ppy/osu#28521 by @bdach)
The important distinction here is that to prevent misuse when timing, the control will revert to 1.0x speed and disable when moving to timing screen, with a tooltip explaining why.
Always inherit the volume from the previous hit object on placement (ppy/osu#28728 by @OliBomby)
Before this PR the next hit object you place would only inherit volume from the previous hit object if you have the 'Auto' bank selected. If you had any other bank selected, the volume would default to 100. Now I made it always inherit volume from the previous hit object. I think this better matches the user's expectation and mimics stable behaviour.
Allow inheriting addition bank from previous hitobject when using auto bank assignment (ppy/osu#28727 by @OliBomby)
Placing hit objects with additions would always result in a normal addition bank when using the 'Auto' bank assignment mode. Now it will inherit the addition bank from the previous hit object if it has additions, or inherit from the normal bank if the previous hit object has no additions.
Fix node samples always having default samples on placement (ppy/osu#28726 by @OliBomby)
Placing a slider with a specific bank, hitsound, or volume would only affect the body samples while the node samples would be the default normal bank with 100 volume. Node samples should be identical to the hit object's samples when placing.
Automatically select all text when focusing sample bank/volume textboxes in editor (and number boxes in general) (ppy/osu#28805 by @frenzibyte)
Add ability to edit beatmap content externally (ppy/osu#28800 by @peppy)
Adjust editor timelines to address most frequent UI complaints (ppy/osu#28788 by @bdach)
The main user complaints in question are:
- Slider velocity display covers tick lines
- Bottom timeline is too large for the value it provides
- Bottom timeline dots are not readable
- Bottom timeline colours aren't what are expected
Add tooltips to summary timeline display (ppy/osu#28831 by @peppy)
Knowing what anything means on this timeline as a new user is quite some trial-and-error effort. This should improve things a bit.
https://github.com/user-attachments/assets/caec77d6-9794-4ef8-9c9a-a7232d82d128
Smaller changes
- Fix break generation not accounting for concurrent hitobjects correctly (ppy/osu#28630 by @peppy)
- Improve performance of editor tables (ppy/osu#28613 by @bdach)
- Fix editor not loading arbitrary beat divisors (ppy/osu#28638 by @OliBomby)
- Show distance in pixels to previous/next object in osu! hitobject inspector (ppy/osu#28640 by @bdach)
- Fix summary timeline not correctly updating after changes to breaks (ppy/osu#28686 by @peppy)
- Include node samples when changing additions and banks (ppy/osu#28711 by @bdach)
- Fix slider tail volume not saving (ppy/osu#28619 by @bdach)
- Add option to remove breaks via right click (ppy/osu#28707 by @bdach)
- Extend slider selection box bounds to contain all control points inside (ppy/osu#28522 by @bdach)
- Previously, the selection box was only guaranteed to contain the actual body of the slider itself, the control point nodes were allowed to exit it. This lead to a lot of weird interactions with the selection box controls (rotation/drag handles, also the buttons under/over it) as the slider anchors could overlap with them.
before | after |
---|---|
- Add verify checks for incorrect title markers (ppy/osu#28716 by @64ArthurAraujo)
- Add ability to cycle slider control point types via keyboard (ppy/osu#28509 by @bdach)
Recent feedback has indicated that users deem having to right-click-and-context-menu to change slider control point type too cumbersome. While the original stable of shift-click can't currently work well, here's an alternative proposal.
- During slider placement, press Tab and Shift-Tab to change the type of the first control point in the currently-placed segment.
- During slider placement, press S to start a new segment of the path. While this was previously possible via double-clicking, I added this because I realised I didn't know how a user would do this before I looked into source, and the double-click flow seemed really janky.
- After the slider has been placed, select a single anchor and press Tab and Shift-Tab to change the type of its anchor. In contrast to slider placement, if selecting a non-first control point, inherit is an available option when cycling.
- Additionally, the following bindings are available for using specific curve types: Alt-1 is linear Alt-2 is bezier Alt-3 is perfect curve Alt-4 is B-spline Alt-5 is inherited (only applicable in selection mode)
The bindings are not rebindable because I would have to put an osu!-specific editor binding in the main project which feels wrong.
- Fix editor not updating ruleset when switching difficulty (ppy/osu#28738 by @frenzibyte)
- Fix incorrect ternary state computation for bank toggles (ppy/osu#28746 by @bdach)
- Fix editor player crashing with UR counter present in skin (ppy/osu#28767 by @bdach)
- Fix editor menus overflowing off-screen (ppy/osu#28765 by @bdach)
- Fix editor playback control not removing correct adjustment (ppy/osu#28770 by @bdach)
- Fix CurrentTimeAccurate being inaccurate (ppy/osu#28772 by @OliBomby)
- Fix composer disappearing when undoing change to control points (ppy/osu#28776 by @bdach)
- Simplify realm model tracking in
BeatmapCarousel
(and fix hard delete handling) (ppy/osu#28769 by @peppy) - Adjust editor UI opacity tweens to be less "flashy" (ppy/osu#28787 by @peppy)
- Improve performance of automatic break regeneration (ppy/osu#28801 by @bdach)
- Remove setup screen controls that do nothing useful (ppy/osu#28806 by @bdach)
- Match osu!mania editor playfield time range with timeline zoom (ppy/osu#28809 by @bdach)
- Fix editor UI transparency being incorrectly opaque when hovering slider control points (ppy/osu#28821 by @peppy)
- Fix editor toolboxes being incorrectly chopped (ppy/osu#28874 by @peppy)
- Fixes this weirdness, which was only made visible by the recent opacity changes:
- Fix summary timeline timing points being incorrectly positioned (ppy/osu#28883 by @peppy)
Framework & Reliability
Add virtualised list container (ppy/osu-framework#6312 by @bdach)
Game-side, we have a few lists/tables which perform dreadfully when stressed by a large number of rows/columns. Two of them reside in the editor, namely: the timing table and the verify issue list table. This aims to improve those scenarios.
Smaller changes
- Fix clicking on padded dropdown search bars not opening the menu (ppy/osu-framework#6315 by @smoogipoo)
- Fix
VirtualisedListContainer
rows not returning child to pool on disposal (ppy/osu-framework#6316 by @bdach) - Remove faulty assertion in scroll container (ppy/osu-framework#6317 by @frenzibyte)
- Fix
VirtualisedListContainer
rows not returning pooled content in a different way (ppy/osu-framework#6318 by @bdach) - Rewrite TripleBuffer as a true lockless, flipping, triple buffer (ppy/osu-framework#6319 by @smoogipoo)
- FFmpeg build: Update to 7.0 (ppy/osu-framework#6255 by @FreezyLemon)
- Fix typo in
Drawable
documentation (ppy/osu-framework#6322 by @frenzibyte) - Change
PassThroughInputManager
to not sync new presses outsideHandle()
(ppy/osu-framework#6221 by @frenzibyte) - Update
PresentFileExternally
documentation to better describe folder behaviour (ppy/osu-framework#6323 by @peppy) - Hide
PassThroughInputManager
from input queue if parent input is disabled (ppy/osu-framework#6225 by @frenzibyte) - Remove
HasFlagFast()
extension, restoreEnum.HasFlag()
(ppy/osu-framework#6324 by @smoogipoo) - Add lenience to scrollbar visibility conditionals (ppy/osu-framework#6325 by @frenzibyte)
- Don't use
FillFlowContainer
inVirtualisedListContainer
(ppy/osu-framework#6321 by @EVAST9919) - Use Environment.IsPrivilegedProcess and remove Mono.Posix.NETStandard (ppy/osu#28780 by @huoyaoyuan)
- Ignore ongoing text drag selection when user writes to textbox (ppy/osu-framework#6328 by @frenzibyte)
- Fix intermittent
Playing
state on short looping samples (ppy/osu-framework#6329 by @smoogipoo) - Fix potential crash when exiting daily challenge screen (ppy/osu#28876 by @peppy)
- Fix test failure in
TestMetadataTransferred
(ppy/osu#28853 by @peppy) - Fix deferred FBO depth target texture leak (ppy/osu-framework#6331 by @smoogipoo)
- Make time move along at the same rate in all threads during headless execution (ppy/osu-framework#6327 by @smoogipoo)
- Update framework (ppy/osu#28882 by @peppy)
- Fix BackgroundDataStoreProcessor test failure (ppy/osu#28884 by @smoogipoo)
- Update SDL3-CS (ppy/osu-framework#6314 by @hwsmm)
- Reduce macOS CI test output (ppy/osu-framework#6334 by @smoogipoo)
- Fix popovers one-frame-twitching in specific circumstances (ppy/osu-framework#6335 by @bdach)
- Fix intermittent test failure in
TestSceneArgonHealthDisplay
(ppy/osu#28898 by @frenzibyte)
Gameplay
Fix incorrect skin fallback order when beatmap skin is present (ppy/osu#28739 by @peppy)
Fix breaks not showing unless already ordered in the beatmap file (ppy/osu#28771 by @frenzibyte)
Smaller changes
- Prevent multiple invocations of failure procedure (ppy/osu#28602 by @smoogipoo)
- Change "playfield" skin layer to respect shifting playfield border in osu! ruleset (ppy/osu#28657 by @peppy)
- As touched on in https://github.com/ppy/osu/discussions/28579. I personally think this makes sense.
Before | After |
---|---|
- Fix break overlay progress bar becoming a pancake near end of break (ppy/osu#28803 by @peppy)
- Remove key arrow handling in
VolumeOverlay
to avoid conflicting with ruleset key bindings (i.e. osu!catch) (ppy/osu#28823 by @frenzibyte)- Must use alt-left / alt-right now.
- Fix storyboard sprites leaving gaps on edges when "beatmap skins" is enabled (ppy/osu#28891 by @frenzibyte)
Gameplay (osu!)
- Support increased visibility for first object with traceable mod (ppy/osu#28634 by @smoogipoo)
- Fix flashlight dimming on sliders with Cinema mod (ppy/osu-resources#328 by @smoogipoo)
Gameplay (osu!mania)
Add "No Release" mod (ppy/osu#28660 by @mcendu)
This new mod relaxes tail judgements – you no longer need to release accurately.
Smaller changes
- Fix "Invert" mod permanently destroying the beatmap (ppy/osu#28689 by @smoogipoo)
Online
Fix users getting logged out unexpectedly (ppy/osu-server-spectator#238 by @bdach)
Smaller changes
- Send client-generated session GUID for identification purposes (ppy/osu#28892 by @bdach)
Playlists
Improve results displays in daily challenge screen (ppy/osu#28740 by @bdach)
Smaller changes
- Implement carousel container for daily challenge screen (ppy/osu#28608 by @bdach)
- Add client/server models for allowing clients to receive realtime playlist updates (ppy/osu#28636 by @bdach)
- Allow clients to receive realtime updates for a given playlist (ppy/osu-server-spectator#237 by @bdach)
- This pull is intended to be the thing powering recently-added game-side components for daily challenge.
- Use room watching functionality to receive realtime daily challenge updates (ppy/osu#28659 by @bdach)
Song Select
Adjust beatmap carousel's spacing to remove dead-space (ppy/osu#28601 by @peppy)
I think this feels better overall, and would like to apply the change before other design changes to the carousel.
Before | After |
---|---|
I also adjusted the fade out of panels as quickly switching between beatmap sets had a lot of visual noise from difficulty panels fading from previous selections.
Change mod multiplier colours to match everywhere (ppy/osu#28620 by @normalid-awa)
Before | After |
---|---|
Show mod preset description text in tooltip popup (ppy/osu#28650 by @peppy)
Before | After |
---|---|
This also synchronises the colours (and padding) of the mod and mod preset tooltips.
Detach mod customisation area from the footer and replace with an overlay panel display (ppy/osu#28553 by @frenzibyte)
Smaller changes
- Ensure carousel panel depth is consistent based on vertical position (ppy/osu#28615 by @peppy)
- Fix deleted beatmap sets potentially reappearing due to pending update requests (ppy/osu#28789 by @peppy)
User Interface
Fix dropdowns no longer handling Enter
key to select items (ppy/osu#28632 by @frenzibyte)
Update beatmap listing filter overlay to better imply selected filters (ppy/osu#28653 by @peppy)
Add slight animation when revert to default button is displayed (ppy/osu#28763 by @peppy)
Smaller changes
- Change display of "expanded" chevrons in many UI components to use scale instead of rotation (ppy/osu#28762 by @frenzibyte)
- Add caret transition to beatmap listing sort tab items (ppy/osu#28786 by @Joehuu)
- Fix preview track persisting to play after entering multi/playlists gameplay (ppy/osu#28796 by @Joehuu)
- Add implementation for
ScreenFooter
to house footer content of sheared overlays (ppy/osu#28682 by @frenzibyte) - Fix beatmap card progress bar becoming pancake when starting (ppy/osu#28802 by @peppy)
- Fix confirm exit dialog overflowing from too many ongoing operations (ppy/osu#28807 by @frenzibyte)
- Fix confirm exit dialog potentially showing incorrect number of ongoing operations (ppy/osu#28808 by @frenzibyte)
- Replace local footer in existing sheared overlays (mod select & first-run setup) with
ScreenFooter
(ppy/osu#28683 by @frenzibyte) - Update localisations (ppy/osu-resources#330 by @peppy)
- Exclude protected beatmaps from consideration in several places (ppy/osu#28890 by @bdach)
New Contributors
- @normalid-awa made their first contribution in https://github.com/ppy/osu/pull/28620
Full Changelog: https://github.com/ppy/osu/compare/2024.625.2...2024.718.0
1、 install.exe 150.65MB
2、 osu.app.Apple.Silicon.zip 154.52MB
3、 osu.app.Intel.zip 156.46MB
4、 osu.AppImage 150.32MB
5、 osu.AppImage.zsync 263.25KB
6、 osu.iOS.ipa 221.12MB
7、 osulazer-2024.521.2-delta.nupkg 2.05MB
8、 osulazer-2024.625.0-delta.nupkg 4.9MB
9、 osulazer-2024.625.2-delta.nupkg 907.07KB
10、 osulazer-2024.718.0-delta.nupkg 6.29MB
11、 osulazer-2024.718.0-full.nupkg 150.36MB
12、 RELEASES 410B
13、 sh.ppy.osulazer.apk 212.57MB