Re: [small patch] Convoys load a mix of goods
Reply #10 –
My suggestion for this list would be the following:
For each catg_index we save a sorted list of the IDs of the via_halts and for each entry we have a list of ware_t.
This approach I already used for the cached routes:
cached_good_routes = new vector_tpl< pair_tpl< halthandle_t, halthandle_vec > >[ warenbauer_t::get_max_catg_index() ];
We would then have something like
waren = new sorted_vector_tpl< pair_tpl< halthandle_t, vector_tpl<ware_t> > >[ warenbauer_t::get_max_catg_index() ];