Age | Commit message (Collapse) | Author |
|
|
|
some type safety.
|
|
map.h).
|
|
|
|
|
|
"rail.h" that includes way more than only "rail_type.h") includes at some places.
|
|
r11642
|
|
bridge_map.h into tunnelbridge_map.h
|
|
|
|
|
|
to increase readability
|
|
style
|
|
Rubidium and skidd13)
|
|
|
|
as going into a tunnel, to support road vehicles looking back when finding a depot while in a tunnel.
-Fix [FS#290]: Make NPF look back when finding a depot for road vehicles.
|
|
incorrectly stopped signal updates
|
|
road types on a single tile.
|
|
|
|
and into landscape.h, and add a few where they didn't exist.
|
|
inclusion. Time for P and Q files
|
|
|
|
tiles, unification of ground type between normal rail tiles and depots/waypoints and removing the need for RailTileSubType.
|
|
work of mart3p.
|
|
Change the signature of Swap() to be less error prone, i.e. pass the variables to be swapped by reference instead of passing pointers to the variables.
Just do Swap(x, y) instead of Swap(&x, &y). This prevents accidents when the variables are pointers.
|
|
accept pointer to TrackBits/TrackdirBits instead of reference.
|
|
stillunknown and pv2b.
|
|
renamed to .cpp)
|