Age | Commit message (Collapse) | Author |
|
marco. town_cmd is now map access free
|
|
cleaning on town.flags12 too
|
|
1) Improved the road vehicle allocation (aka slotting) for multistop. Stops can now accept unlimited, er... 256, vehicles.
2) Removed the "wait for stop" feature, because it did not work in practise.
3) Slotting now ignores unreachable stations. Uses NPF at the moment because the old pathfinder cannot do it (yet)
4) Now matter how many vehicles approach a station, they will always be distributed evenly over existing stops.
5) Hopefully the last fundamental change to multistop
|
|
ground types (including roadworks).
|
|
airport_sections_*
|
|
accessor.
|
|
concerning unmovables. unmovable_cmd is now map access free
|
|
|
|
map access free
|
|
|
|
|
|
by TILE_HEIGHT. Reverted one change from the previous commit because it was faulty
|
|
|
|
|
|
|
|
|
|
receives from a client. An invalid value may cause the server to terminate.
|
|
|
|
(Pointed out by peter1138)
|
|
the left list, and only the selected rail type in the right list, to
allow converting electric engines to non-electric.
|
|
engine fails to be replaced
|
|
before seeing if it can refit.
|
|
engines in non-electric depots
this prevents autoreplace to replace to electric engines before the line in question got catenary
|
|
|
|
fixed comment (thanks Bjarni)
|
|
10.3 for all others set it with WITH_ICONV in Makefile.config or with --with-iconv with configure. --with-config=/somedir will search for iconv include files somewhere (or in Makefile.config with WITH_ICONV_PATH). Custom library loading is not (yet) supported
|
|
message a bit more clear
|
|
LIBPNG_CONFIG
|
|
for pointing it out
|
|
moved them to station_map.h to keep consistency
|
|
stops, airports and other non-rail tiles
|
|
type of a water tile. Add an enum describing the different water tiles
|
|
- Use {POWER} and {WEIGHT_S} tags for all strings instead of "{COMMA}units".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_*_vehicle_info[]; create and use a function to retrieve data, and ensure constness.
|
|
Index of a Ship Depot. TODO: Store the depot index in the map
|
|
graphics type.
|
|
other types will exist later, and use separate parameters instead of bitshifting.
|
|
that it's used after all
|
|
size of the Company HQ
|
|
warning. These are unused anyway... (smells of r3476-7, but not the same)
|
|
because the rest of the code calls it Comapany HQ. Moved it to unmovable_cmd.c because CompanyHQ is an unmovable and has nothing to do with economy.
|
|
company HQs
|
|
train to a short train where the short train was scrolled off the window would cause a game crash. (Thanks to SimonRC for reporting.)
|