1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 00:47:24 +08:00
osu-lazer/osu.Game
Dean Herbert 792934f2c4 Allow scroll type to be specified
This brings back the ability for the carousel to scroll in a classic
way. It turns out this is generally what we want for "seek" operations
like "random", else it's quite hard to get the expected animation.

I did experiment with applying the animation after the pooled panels are
retrieved, but in a best-case scenario there is still a gap where no
panels are displayed during the random seek operation.
2020-11-27 13:54:38 +09:00
..
Audio Allow preview tracks to exist without an owner (without hard crashing) 2020-11-15 13:21:09 +09:00
Beatmaps Fix storyboard animations of very old beatmaps playing too slow 2020-11-12 17:03:43 +09:00
Collections remove unnec using 2020-09-19 15:13:52 -05:00
Configuration Just set music shortcut text locally 2020-11-23 20:43:46 -08:00
Database Use dictionary to avoid linq overhead 2020-11-17 10:57:11 +09:00
Extensions Standardise time display formats across the editor 2020-09-30 12:45:43 +09:00
Graphics Expose generic version of OsuScrollContainer 2020-11-26 18:25:56 +09:00
Input Just set music shortcut text locally 2020-11-23 20:43:46 -08:00
IO Resolve CA1835 inspection 2020-11-01 18:51:39 +01:00
IPC Add spaces to comments 2020-05-04 18:36:24 -07:00
Migrations Add flag value to database 2020-10-20 00:46:08 +02:00
Online Add null checks to unguarded resolved-as-null fields 2020-11-14 14:52:58 +01:00
Overlays Merge pull request #10842 from EVAST9919/profile-overlay-graph-new 2020-11-24 18:05:17 +09:00
Properties Merge remote-tracking branch 'upstream/master' into android 2019-01-29 18:13:43 -06:00
Replays Add field to Replay denoting whether the full replay have been received or not 2020-10-27 18:58:37 +09:00
Rulesets Merge branch 'master' into editor-multiple-object-positional-snap 2020-11-26 17:06:47 +09:00
Scoring Merge branch 'master' into move-cache-logic-to-base-impl 2020-11-06 16:56:35 +09:00
Screens Allow scroll type to be specified 2020-11-27 13:54:38 +09:00
Skinning Expose animation start time as mutable in interface 2020-11-22 13:11:22 +01:00
Storyboards Remove redundant class name qualifier 2020-11-10 12:20:49 +01:00
Tests Add base method for testing conversion in other direction 2020-11-15 14:48:23 +01:00
Updater Update EndsWith usages 2020-10-16 12:58:34 +09:00
Users Add counter to most played beatmaps section in user overlay 2020-11-12 03:11:29 +03:00
Utils Add missing string function ordinal specifications 2020-10-16 12:49:31 +09:00
osu!.res And then everything became one 2017-09-19 16:06:58 +09:00
osu.Game.csproj Update framework 2020-11-20 12:32:17 +09:00
OsuGame.cs Remove default allowRetry parameter value from ResultsScreen 2020-11-20 14:35:44 +09:00
OsuGameBase.cs Move schedule call outwards 2020-11-16 16:49:31 +09:00
PerformFromMenuRunner.cs Add null checks to unguarded resolved-as-null fields 2020-11-14 14:52:58 +01:00