Age | Commit message (Collapse) | Author |
|
graphs to reduce size.
|
|
having picked any of the cargo, and prevent houses and industries providing more cargo
|
|
with actual pickup), s/acceptance_pickup/status/ (the enum isn't called GoodEntryStatus for a reason; it's not only acceptance and pickup anymore)
|
|
|
|
the return is not NULL)
|
|
"unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
|
|
|
|
|
sign is moved
|
|
|
|
stops need an Axis in CmdBuildRoadStop and the non drive through stops need a DiagDir
|
|
industry types, stations would end up with same name. So also consider the provided name, not only the industry type.
|
|
|
|
is just being modified is less of a problem than having trains stop twice without moving.
|
|
|
|
LinkGraph DeleteStaleLinks() is examining.
|
|
invalidating flow.
|
|
|
|
LinkRefresher.
|
|
before deleting it.
|
|
normally pick them anymore.
|
|
edges.
|
|
getting picked
|
|
loading and unloading.
|
|
information for situations when we only want to know if a tile is flat or not (cirdan, LordAro)
|
|
train trying to stop there could overshoot the (new) stop location and not stop at all
|
|
|
|
|
|
|
|
routing cargo if necessary
|
|
|
|
|
|
station GUI
|
|
at the origin station
|
|
|
|
|
|
|
|
|
|
graphs (fonsinchen)
|
|
|
|
non-track station tile, that tile would remain reserved and eventually trigger a crash upon removal
|
|
was a station that way occupied or not yours
|
|
and Count(), and replace them with VehicleCargoList::StoredCount(), TotalCount(), StationCargoList::AvailableCount() and TotalCount(). (fonsinchen)
|
|
descriptive function
|
|
reserved tiles which caused crashes later on
|
|
(fonsinchen)
|
|
CargoList::MoveTo, i.e. pass the amount to truncate (fonsinchen)
|
|
make train reserve onto the newly unreserved bit and cause crashes. Now if a platform is enlarged and there is a reservation, reserve the whole platform
|
|
|
|
|