1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 09:27:34 +08:00
osu-lazer/osu.Game/Screens
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
..
Backgrounds Add setting to turn on/off the video 2019-08-31 00:42:20 +03:00
Charts Fix remaining issues 2019-02-28 13:31:40 +09:00
Edit Merge remote-tracking branch 'refs/remotes/ppy/master' into beatmap-video 2019-09-13 13:39:58 +03:00
Menu Always show exit confirmation when closing via alt-f4 or window control 2019-09-20 02:22:49 +09:00
Multi Update framework 2019-08-21 13:29:50 +09:00
Play Merge remote-tracking branch 'origin/master' into auto-restart-mod-perfect 2019-09-19 17:57:04 +09:00
Ranking Fix results screen not showing first tab correctly 2019-07-18 01:08:12 +09:00
Select Take culture into account when parsing filters 2019-09-22 00:18:53 +02:00
BackgroundScreen.cs Add triangles intro 2019-08-09 20:05:28 +09:00
BackgroundScreenStack.cs Turn on warnings, resolve issues 2019-04-25 17:36:17 +09:00
IOsuScreen.cs Remove unnecessary extra property 2019-06-25 18:38:14 +09:00
Loader.cs Add triangles intro 2019-08-09 20:05:28 +09:00
OsuScreen.cs Completely change the way we fix the bug 2019-07-09 11:32:49 +02:00
OsuScreenDependencies.cs Merge remote-tracking branch 'origin/master' into fix-new-inspections 2019-05-07 13:20:17 +09:00
OsuScreenStack.cs Apply a few minor refactors 2019-03-25 12:39:40 +09:00
ScreenWhiteBox.cs Update framework 2019-08-21 13:29:50 +09:00
StartupScreen.cs Add base class for startup screens 2019-06-26 01:36:17 +09:00