Age | Commit message (Collapse) | Author |
|
nearest depot.
|
|
more modular (instead of causing a string explosion).
|
|
|
|
|
|
the splitting of the load/refit button.
|
|
'via' non-stop order to emphasize that loading/unloading will not be done.
|
|
little more clear that 'transfer' is just an unload type.
|
|
-Feature: ability to force a vehicle to not unload at a station.
|
|
-Fix: unusable non-stop orders shown for waypoints and depots.
|
|
instead of two. The "TTDP compatible order" setting now only sets the default behaviour of new trains.
-Feature: allow three different load type in a single game instead of two. One can choose full load all and full load any instead of full load being governed by the "full load any" patch setting.
|
|
some future changes.
|
|
(non stop and full load are ambiguous and depend on some patch settings).
|
|
distinct tasks, just make an extra button for it and hide them when not needed.
|
|
load and full load any based on the patch setting instead of using the patch setting directly.
|
|
|
|
remove 'hack' that used the full load flag to set the service if needed flag.
|
|
|
|
it more clear that they are no loading/unloading flags. Also add more type strictness.
|
|
not is there a non-stop order but the kind of non-stop order, so one doesn't need to check _patches.new_nonstop type everywhere.
|
|
|
|
|
|
|
|
functions and move the 'normal' case Pack/Unpack to Order.
|
|
|
|
|
|
(especially because newgrf_station.h includes a lot of stuff).
|
|
station_func.h.
|
|
|
|
IsRoadDepot[Tile]() and HasTileRoadType(); and use them.
|
|
a class member(MagicBuzz).
|
|
aren't present in TTD, since they don't correspond to either TTD's TextIDs or OpenTTD's StringIDs.
|
|
with other cases of *B_* vs *_* like VETSB_* and VETS_*.
|
|
unneeded include from openttd.h.
|
|
|
|
|
|
|
|
needed.
|
|
useless includes.
|
|
map.h).
|
|
logical place and remove about 50% of the includes of 'functions.h'
|
|
single file and do not include gfx.h everywhere to get a Point type.
|
|
their respective places.
|
|
|
|
|
|
and making it more logic where function definitions can be found.
|
|
'global' window related types, on that defined 'global' window functions and one that defines functions and types only used by *_gui.cpps.
|
|
|
|
order.h too
|
|
load/unload/transfert for them
|
|
|