1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-04 11:04:04 +08:00
Files
osu-lazer/osu.Game/Screens
T
Bartłomiej Dach c8d3dd0e5a Make carousel item sorting stable
Migrate beatmap carousel item sorting from List<T>.Sort()
to IEnumerable<T>.OrderBy(), as the second variant is documented to be
a stable sorting algorithm. This allows for eliminating unnecessary
movement of carousel items occurring whenever any set of items is tied
when changing sorting criteria.
c8d3dd0e5a · 2019-10-27 23:14:14 +01:00
History
..
2019-02-28 13:31:40 +09:00
2019-10-08 12:15:32 +09:00
2019-10-27 23:14:14 +01:00
2019-08-09 20:05:28 +09:00
2019-03-25 12:39:40 +09:00