The International Simutrans Forum

Development => Patches & Projects => Incorporated Patches and Solved Bug Reports => Topic started by: pwhk on September 10, 2013, 01:04:00 PM

Title: [11.x] Inconsistent sorting of routes
Post by: pwhk on September 10, 2013, 01:04:00 PM
In Line Management Window, routes are sorted in natural order (i.e. 1 > 1A > 2 > 3 > 10 > 11)

But in Depot Window, next to "Serves Line", routes are sorted in alphabetical order (i.e. 1 > 10 > 11 > 1A > 2 > 3)

I suppose it is better to use natural sort for everything?
Title: Re: [11.x] Inconsistent sorting of routes
Post by: jamespetts on September 10, 2013, 10:22:26 PM
Thank you for the report. I do not think that I have altered the code here from Standard. Does anyone who plays or develops Standard know whether this issue is present there...?
Title: Re: [11.x] Inconsistent sorting of routes
Post by: Jando on September 10, 2013, 11:19:08 PM
Yes, I've noticed it in Standard as well.
Title: Re: [11.x] Inconsistent sorting of routes
Post by: prissi on September 10, 2013, 11:35:12 PM
They are not sorted at all, same for the schedule windows, where lines can be selected.
Title: Re: [11.x] Inconsistent sorting of routes
Post by: Carl on September 11, 2013, 08:36:50 AM
The same goes with the list of "direct routes from here" in the station details window, which appears not to be sorted, and is therefore of limited use at very large stations with many connections.
Title: Re: [11.x] Inconsistent sorting of routes
Post by: prissi on September 21, 2013, 10:37:21 PM
Ok, sorting of lines should now be consistent in all GUI windows.