Age | Commit message (Collapse) | Author |
|
-Fix: assertion when selling vehicles.
|
|
depot, which would still yield money.
|
|
|
|
goto-depot button did not make it possible to stop the vehicle at that depot.
|
|
service a little more.
|
|
a depot.
|
|
didn't always update correctly) (Matthias)
|
|
vehicle struct.
-Codechange: do not force "special" vehicles to be allocated in the low 1024 vehicle slots and non "special" vehicles in the rest of the slots.
|
|
variables.
|
|
variables.h to strings.h
|
|
Tick method in the Vehicle class.
|
|
Get(Aircraft|RoadVeh|Ship|Train)Image.
|
|
account of vehicle group (Matthias Wolf)
|
|
it in UpdateVehicleTimetable.
|
|
accumulated feeder share (transfers) of individual pieces of cargo. This means that cargo isn't thrown on a big pile when it's put in a station or unloaded at a station, however the GUI does not reflect these changes yet so you will not actually see it.
|
|
|
|
|
|
easily modified.
|
|
|
|
reach the old location of the dock even when it cannot anymore because it the old location of the dock is now land instead of water.
|
|
road types on a single tile.
|
|
|
|
with callback 36. This is set on construction for ships and roadvehicles, and whenever carriages are attached for trains.
|
|
lists and add running cost changing for ships.
|
|
|
|
and leaves the station.
|
|
for all vehicle types.
|
|
loaded into LoadUnloadVehicle instead of duplicating it for each vehicle.
|
|
loading/unloading, but when arriving at the station.
|
|
|
|
|
|
nicer/better maintainable code, i.e. virtual methods instead of switches.
|
|
|
|
hopefully for good this time.
|
|
is sent to a depot.
|
|
|
|
of various properties which were previously static. Vehicle max speed and train power/te/running costs are adjustable.
|
|
and into landscape.h, and add a few where they didn't exist.
|
|
The end of the preliminary work is near
|
|
strings so it can be
translated properly and remove "buildable", since it isn't actually a word.
|
|
landscape types.
|
|
|
|
check if they are in use
|
|
coding style (and rest of the code).
|
|
|
|
|
|
0xFF bit 10,
which is set when a vehicle was built during the exclusive testing phase.
|
|
be used for more than just the gradual loading status.
|
|
Change the signature of GetNewVehiclePos():
-void GetNewVehiclePos(const Vehicle *v, GetNewVehiclePosResult *gp);
+GetNewVehiclePosResult GetNewVehiclePos(const Vehicle *v);
|
|
Most (i.e. 13 of 15) callers of GetNewVehiclePos() do not care for the return and the others can figure it out by inspecting the information returned in struct GetNewVehiclePosResult.
Therefore remove the return value.
|