1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 15:12:57 +08:00
osu-lazer/osu.Game/Screens/Select
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
..
Carousel Add creator= and artist= filters 2019-09-22 00:20:55 +02:00
Details Move top score container to more local namespace 2019-09-19 15:38:40 +09:00
Filter Fix remaining issues 2019-02-28 13:31:40 +09:00
Leaderboards Fix top score not being selectable 2019-09-19 20:47:33 +09:00
Options Update framework 2019-08-21 13:29:50 +09:00
BeatmapCarousel.cs Fix right click blocking not resetting correctly 2019-08-15 19:25:33 +09:00
BeatmapClearScoresDialog.cs Update font awesome usage 2019-04-02 19:55:24 +09:00
BeatmapDeleteDialog.cs Update font awesome usage 2019-04-02 19:55:24 +09:00
BeatmapDetailArea.cs Revert changes to BeatmapDetailArea 2019-09-19 14:26:15 +09:00
BeatmapDetailAreaTabControl.cs Update BeatmapDetailAreaTabControl.cs 2019-09-19 15:47:32 -04:00
BeatmapDetails.cs Rename Animation to Layer 2019-08-04 13:54:23 +03:00
BeatmapInfoWedge.cs Don't redraw certain buffered containers on scale change 2019-09-04 19:38:12 +09:00
FilterControl.cs Extract parsing filter queries to class 2019-09-22 00:18:28 +02:00
FilterCriteria.cs Add creator= and artist= filters 2019-09-22 00:20:55 +02:00
FilterQueryParser.cs Add creator= and artist= filters 2019-09-22 00:20:55 +02:00
Footer.cs Fix footer button hover sounds playing in unclickable area 2019-08-05 17:57:04 -07:00
FooterButton.cs Less sheep 2019-08-07 12:20:49 +09:00
FooterButtonMods.cs Less sheep 2019-08-07 12:20:49 +09:00
FooterButtonOptions.cs Add licence header 2019-05-08 19:35:20 +09:00
FooterButtonRandom.cs Move action and hotkey specification local 2019-05-08 19:29:43 +09:00
ImportFromStablePopup.cs Update initial run import process to include scores 2019-07-05 14:25:52 +09:00
MatchSongSelect.cs Make mods IReadOnlyList<Mod> gamewide 2019-04-10 17:20:36 +09:00
PlaySongSelect.cs Rename variables to remove redundant "screen" terminology 2019-06-12 16:33:15 +09:00
SongSelect.cs Remove unnecessary redirection 2019-09-19 15:45:08 +09:00
WedgeBackground.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00