Cargo grouping in vehicle window February 08, 2009, 02:30:19 pm Haven't seen this reported after quick look over forum, so here is what I found.Having a vehicle which loads different cargoes, they don't appear to be grouped where they should. First cargoes appear empty, and then all are put together under the last cargo detail.I'm using 101.1-2243. The cargoes in the capture are in order: plastics, wooden planks and steel (and down are messed up: steel, plastics and planks).Edit: Updated to version 102-2310 and still happens. Quote Selected Last Edit: February 08, 2009, 02:52:15 pm by Zeno
Re: Cargo grouping in vehicle window Reply #1 – March 01, 2009, 01:30:23 pm cant reproduce this. Does this happen with newer nightly-versions too? Can you provide a savegame? Quote Selected
Re: Cargo grouping in vehicle window Reply #2 – March 05, 2009, 06:52:29 am patch attached Quote Selected
Re: Cargo grouping in vehicle window Reply #3 – March 05, 2009, 07:55:58 am The problem was, that in freight_list_sorter::sort_freight the the indices of goods in full_list and tdlist (after resorting, line 154) didn't have the same order. Am I right? Quote Selected
Re: Cargo grouping in vehicle window Reply #4 – March 05, 2009, 08:16:37 am yes the special goods were differently sorted in both lists. Quote Selected
Re: Cargo grouping in vehicle window Reply #5 – March 05, 2009, 08:20:09 am Quote from: Dwachs – on March 05, 2009, 06:52:29 ampatch attached Wow... that was really quick! Thanks a lot!! Quote Selected