Well... kind of. As long as the flights don't go past midnight. For example, if I implemented that, routes with these departure times would work:
07:00, 12:00, 14:00, 18:00, 21:00
And it would go in order like that. But what if you had this:
10:00, 14:00, 00:15
It would try to schedule the 00:15 departure first, not the 10:00 departure.
So I'm not sure what to do about that, other than maybe giving an option to "link" together different routes (or maybe the linking can be determined automatically by grouping routes by the assigned aircraft) and giving players the option to manually select an order of departure. But that may be more difficult than I'm imagining it.
07:00, 12:00, 14:00, 18:00, 21:00
And it would go in order like that. But what if you had this:
10:00, 14:00, 00:15
It would try to schedule the 00:15 departure first, not the 10:00 departure.
So I'm not sure what to do about that, other than maybe giving an option to "link" together different routes (or maybe the linking can be determined automatically by grouping routes by the assigned aircraft) and giving players the option to manually select an order of departure. But that may be more difficult than I'm imagining it.
I am the developer of Airline Enterprise
