Age | Commit message (Collapse) | Author |
|
expected :(. Somehow SlIterateArray and SlObject depend on eachother and adding a some arbitrary data before the SlObject makes it go crazy.
|
|
|
|
wagon parts.
|
|
isn't a train.
|
|
individual checks depending on the vehicle type.
|
|
|
|
|
|
|
|
|
|
|
|
road types on a single tile.
|
|
of vehicles in the group only once
|
|
|
|
delete or autoreplace of vehicles.
|
|
can make groups of vehicles and perform all kinds of tasks on that given group. Original code by nycom and graphics by skidd13.
|
|
|
|
strictness.
|
|
obvious reasons
-Codechange: introduced ZOOM_LVL_DETAIL to show/remove details
-Codechange: changed << and >> operator with ZoomLevel to a simple wrapper (that in theory also allows zoom-in besides the current zoom-out)
-Fix r9845: missed some int -> ZoomLevel
|
|
|
|
generally loading/unloading will happen fifo, but there are no guarantees on the FIFO-ness. For (better) FIFO guarantees you still need to use improved loading.
|
|
|
|
|
|
(mart3p).
|
|
|
|
loaded into LoadUnloadVehicle instead of duplicating it for each vehicle.
|
|
specified and the vehicle was already full when it entered.
|
|
|
|
|
|
didn't work (correctly).
|
|
loading/unloading, but when arriving at the station.
|
|
|
|
calculated automatically either.
|
|
|
|
|
|
nicer/better maintainable code, i.e. virtual methods instead of switches.
|
|
|
|
hopefully for good this time.
|
|
trains being reversed while loading.
|
|
|
|
non-existing station.
|
|
|
|
instead of adding
them again when they leave, and add a v->LeaveStation() call for aircraft.
|
|
processing power anymore when having a lot of trains.
|
|
tabs with spaces.
|
|
|
|
of various properties which were previously static. Vehicle max speed and train power/te/running costs are adjustable.
|
|
corrections...
|
|
and into landscape.h, and add a few where they didn't exist.
|
|
a proper way of paying for refits when cloning can be found.
|
|
|