Re: What controls the order in which vehicles are drawn in a convoy?
Reply #1 –
In Simutrans everything is drawn tile-based. Individual members of a convoy are saved on different tiles. All vehicles are sorted on a tile to minimize drawing errors, see dingliste::intern_insert_moving().