1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-15 18:47:26 +08:00
osu-lazer/osu.Game.Tests/Visual
Dean Herbert 6f1664f0a6
Add beat-synced animation to break overlay
I've been meaning to make the progress bar synchronise with the beat
rather than a continuous countdown, just to give the overlay a bit more
of a rhythmic feel.

Not completely happy with how this feels but I think it's a start?

I had to refactor how the break overlay works in the process. It no
longer creates transforms for all breaks ahead-of-time, which could be
argued as a better way of doing things. It's more dynamically able to
handle breaks now (maybe useful for the future, who knows).
2024-08-27 16:34:37 +09:00
..
Audio Rename NormalSliderBar.cs to RoundedSliderBar.cs 2023-02-02 17:24:45 +01:00
Background Remove requirement of specifying animateOnnter in BackgroundScreen ctor 2024-08-07 19:07:44 +09:00
Beatmaps Pass the same thing in twice for better maybe 2024-05-27 20:30:01 +09:00
Collections Add failing test for adding collection w/ name colliding w/\ default items 2023-12-18 12:47:42 +01:00
Colours Automated pass 2023-06-24 01:00:03 +09:00
Components Partial everything 2022-11-27 00:00:27 +09:00
DailyChallenge Frenzi's WIP animation 2024-08-07 19:07:45 +09:00
Editing Merge branch 'master' into redesign-timing-table-tracking 2024-08-20 19:16:03 +09:00
Gameplay Add beat-synced animation to break overlay 2024-08-27 16:34:37 +09:00
Menus Merge pull request #29512 from peppy/toolbar-pp-change-weird 2024-08-22 12:08:12 +02:00
Mods Move solution to multiplayer flow instead 2024-01-28 00:42:04 +03:00
Multiplayer Make ID retrieval global to all tests and fix multiple other usages 2024-08-09 17:46:51 +09:00
Navigation Rename SkinComponentsContainer to SkinnableContainer 2024-08-22 17:42:50 +09:00
Online Fix Daily Challenge play count using a different colour than osu-web 2024-08-24 11:21:28 +02:00
Playlists Add failing test case 2024-07-25 09:16:09 +03:00
Ranking Remove unnecessary depth and padding set 2024-07-27 19:13:11 -07:00
Settings Add failing test case 2024-06-27 06:41:44 +03:00
SongSelect Move other V2 tests to new test namespace 2024-08-14 15:51:07 +09:00
SongSelectV2 Update remaining tests to use new base class (and tidy up V2 suffixes) 2024-08-14 21:09:28 +09:00
UserInterface Add failing test case 2024-08-21 03:22:03 +09:00
TestMultiplayerComponents.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneOsuScreenStack.cs Rename AllowTrackAdjustments to more understandable ApplyModTrackAdjustments 2023-07-25 20:20:53 +09:00