1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-16 08:02:54 +08:00
osu-lazer/osu.Game/Screens/Select
Bartłomiej Dach f5f5094611 Take culture into account when parsing filters
Culture was not taken into account when parsing filters, which meant
that in cultures that use the comma (,) as a decimal delimiter, it would
conflict with the comma used to delimit search criteria. To remove
any ambiguity, introduce local helper functions that allow the decimal
point to be utilised, using the invariant culture. This also matches
stable behaviour.

The decision to not reuse osu.Game.Beatmaps.Formats.Parsing was
deliberate due to differing semantics (it's not really sane to throw
exceptions on receiving user-facing input).
2019-09-22 00:18:53 +02:00
..
Carousel Make OnlineStatus use OptionalRange 2019-09-19 17:12:07 +09: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 Split out lower and upper interval inclusivity 2019-09-22 00:18:28 +02:00
FilterQueryParser.cs Take culture into account when parsing filters 2019-09-22 00:18:53 +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