Loading

Paste #phnkvt9ud

  1. Index: src/economy.cpp
  2. ===================================================================
  3. --- src/economy.cpp (revision 27655)
  4. +++ src/economy.cpp (working copy)
  5. @@ -1109,7 +1109,7 @@

Paste #pvs9p04um

  1. Index: src/economy.cpp
  2. ===================================================================
  3. --- src/economy.cpp (revision 27655)
  4. +++ src/economy.cpp (working copy)
  5. @@ -1109,7 +1109,7 @@

Paste #pqejnxxvj

  1. /**
  2.  * Ensure this tile is not a target for ships to get to a nearby dock.
  3.  * @note Also takes into account Oil Rigs, even those under construction.
  4.  * @param tile Tile to query
  5.  * @param diagdir Optional diagonal direction to look for axis compatibility.

Paste #pixetasle

  1. /**
  2.  * Ensure this tile is not a target for ships to get to a nearby dock.
  3.  * @note Also takes into account Oil Rigs under construction.
  4.  * @param tile Tile to query
  5.  * @param diagdir Optional diagonal direction to look for axis compatibility.

Paste #p68rqetdr

  1. /**
  2.  * Is this tile a target for ships to get to a nearby dock?
  3.  * @param tile Tile to query
  4.  * @param diagdir Optional diagonal direction to look for axis compatibility.
  5.  * @return True if the tile is a target for ships to get to a nearby dock.

Paste #phhnp7qo0

  1. /**
  2.  * Is this tile a target for ships to get to a nearby dock?
  3.  * @param tile Tile to query
  4.  * @param diagdir Optional diagonal direction to look for axis compatibility.
  5.  * @return True if the tile is a target for ships to get to a nearby dock.

Paste #pav92t6hl

  1. /**
  2.  * Is this tile a target for ships to get to a nearby dock?
  3.  * @param tile Tile to query
  4.  * @param diagdir Diagonal direction to compare against or INVALID_DIAGDIR
  5.  * @return True if is a target for ships to get to this tile

Paste #pammldfgx

  1.     /* Make sure there are no adjacent or incompatible ship docking areas */
  2.     TileIndex tile_adj;
  3.     Axis axis_cur = DiagDirToAxis(direction);
  4.  
  5.     if (axis_cur == AXIS_Y) {

Paste #pfsukyjwq

  1. Index: src/vehicle_base.h
  2. ===================================================================
  3. --- src/vehicle_base.h  (revision 27655)
  4. +++ src/vehicle_base.h  (working copy)
  5. @@ -327,7 +327,7 @@

Paste #pe2rbusr7

  1. Index: src/vehicle_base.h
  2. ===================================================================
  3. --- src/vehicle_base.h  (revision 27655)
  4. +++ src/vehicle_base.h  (working copy)
  5. @@ -327,7 +327,7 @@

Paste #pusjmabcw

  1. Index: src/vehicle_base.h
  2. ===================================================================
  3. --- src/vehicle_base.h  (revision 27655)
  4. +++ src/vehicle_base.h  (working copy)
  5. @@ -327,7 +327,7 @@

Paste #p6scznosn

  1. Index: src/station_cmd.cpp
  2. ===================================================================
  3. --- src/station_cmd.cpp (revision 27653)
  4. +++ src/station_cmd.cpp (working copy)
  5. @@ -12,6 +12,7 @@

Paste #p9fb2bmxh

  1. Index: src/station_cmd.cpp
  2. ===================================================================
  3. --- src/station_cmd.cpp (revision 27653)
  4. +++ src/station_cmd.cpp (working copy)
  5. @@ -12,6 +12,7 @@

Paste #pljcnvs1m

  1.     if (IsTileType(tile_cur, MP_TUNNELBRIDGE) && GetTunnelBridgeTransportType(tile_cur) != TRANSPORT_WATER) {
  2.         return_cmd_error(STR_ERROR_SITE_UNSUITABLE);
  3.     } else {
  4.         if (!IsTileType(tile_cur, MP_WATER) && !IsBuoyTile(tile_cur) || !IsTileFlat(tile_cur) && !IsSlopeWithOneCornerRaised(GetTileSlope(tile_cur))) {
  5.             return_cmd_error(STR_ERROR_SITE_UNSUITABLE);

Paste #pfz8s4gxl

  1. 1>------ Rebuild All started: Project: strgen, Configuration: Debug Win32 ------
  2. 2>------ Rebuild All started: Project: settingsgen, Configuration: Debug Win32 ------
  3. 3>------ Rebuild All started: Project: version, Configuration: Debug Win32 ------
  4. 4>------ Skipped Rebuild All: Project: generate, Configuration: Debug Win32 ------
  5. 4>Project not selected to build for this solution configuration