1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-23 12:07:25 +08:00
osu-lazer/osu.Game/Screens/Select/Carousel
Bartłomiej Dach b262ba13cd Add creator= and artist= filters
To match stable, add creator= and artist= filters to the beatmap
carousel on song select screen. Contrary to stable, this implementation
supports phrase queries with spaces within using double quotes.

The quote handling is not entirely correct (can't nest), but quotes
should rarely happen within names, and it is an edge case of an edge
case - leaving best-effort as is. Test coverage also included.
2019-09-22 00:20:55 +02:00
..
CarouselBeatmap.cs Add creator= and artist= filters 2019-09-22 00:20:55 +02:00
CarouselBeatmapSet.cs Add a BPM property in BeatmapInfo 2019-07-08 10:43:35 +03:00
CarouselGroup.cs Apply more missed cases 2019-04-01 12:44:46 +09:00
CarouselGroupEagerSelect.cs Apply more missed cases 2019-04-01 12:44:46 +09:00
CarouselItem.cs Turn on warnings, resolve issues 2019-04-25 17:36:17 +09:00
DrawableCarouselBeatmap.cs Apply reviews 2019-08-15 12:11:54 +09:00
DrawableCarouselBeatmapSet.cs Don't redraw certain buffered containers on scale change 2019-09-04 19:38:12 +09:00
DrawableCarouselItem.cs Update framework 2019-08-21 13:29:50 +09:00