1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 06:07:25 +08:00
osu-lazer/osu.Game/Beatmaps/Formats
ekrctb 3278a1d7d8 Standardize osu!catch coordinate system
There were two coordinate systems used:
- 0..512 (used in osu!stable)
- 0..1 (relative coordinate)

This commit replaces the usage of
the relative coordinate system to
the coordinate system of 0..512.
2020-07-02 00:21:45 +09:00
..
Decoder.cs fix(?) InspectCode warnings 2020-04-02 21:36:31 -04:00
IHasComboColours.cs Remove redundant setter 2019-12-25 14:55:05 +09:00
IHasCustomColours.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
JsonBeatmapDecoder.cs Migrate decoding to line-buffered reader 2019-09-15 01:28:07 +02:00
LegacyBeatmapDecoder.cs Move some suggestions to warnings, resolve issues 2020-06-03 16:48:44 +09:00
LegacyBeatmapEncoder.cs Standardize osu!catch coordinate system 2020-07-02 00:21:45 +09:00
LegacyDecoder.cs Adjust at parse time instead 2020-06-25 14:15:26 +09:00
LegacyDifficultyCalculatorBeatmapDecoder.cs Remove unused using 2020-03-11 18:23:30 +09:00
LegacyStoryboardDecoder.cs Video no longer modifies storyboard resolution 2020-03-24 20:04:09 -07:00
Parsing.cs Increase coordinate parsing limits 2020-06-24 18:53:52 +09:00