Age | Commit message (Collapse) | Author |
|
|
|
|
|
(michi_cc)
|
|
|
|
settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
|
|
-Codechange: move all Settings into substructs of _settings in a way that they are logically grouped.
|
|
something more than whitespace as description of files that don't have a description.
|
|
depot_base.h and remove quite a lot of unneeded (before this) includes of depot.h.
|
|
function can be used
|
|
|
|
a patch by Alberth.
|
|
existing functions.
|
|
remove an unused variable.
|
|
use the SmallStackSafeStackAlloc wrapper. Allocate on the stack by default and on the heap for NDS (or other devices that have a very small stack).
|
|
|
|
steep slopes.
|
|
GetTileTrackStatus().
|
|
and remove a 'goto'.
|
|
|
|
GetTunnelBridgeLength() and/or GetOtherTunnelEnd() instead
|
|
over rail of diffent owner behind crossing
|
|
In effect, it also fixes old AI bugs like FS#1403 and FS#1506
|
|
|
|
|
|
|
|
|
|
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.
|