Loading

Paste #pgc6tqpj9

  1. # HG changeset patch
  2. # User Ricardo@FX-8150
  3. # Date 1516920577 0
  4. #      Thu Jan 25 22:49:37 2018 +0000
  5. # Branch trunk

Paste #p0a0nmkke

  1. # HG changeset patch
  2. # User Ricardo@FX-8150
  3. # Date 1516922321 0
  4. #      Thu Jan 25 23:18:41 2018 +0000
  5. # Branch trunk

Paste #psvcvcr2d

  1. diff -r bb9639bf29af src/aircraft_cmd.cpp
  2. --- a/src/aircraft_cmd.cpp  Thu Jan 25 23:18:41 2018 +0000
  3. +++ b/src/aircraft_cmd.cpp  Thu Jan 25 23:39:33 2018 +0000
  4. @@ -1513,6 +1513,14 @@
  5.     /* airport-road is free. We either have to go to another airport, or to the hangar

Paste #pawcshgoi

  1. Index: src/aircraft_cmd.cpp
  2. ===================================================================
  3. --- src/aircraft_cmd.cpp    (revision 27930)
  4. +++ src/aircraft_cmd.cpp    (working copy)
  5. @@ -2085,7 +2085,19 @@

Paste #pcxatigno

  1. # HG changeset patch
  2. # User Ricardo@FX-8150
  3. # Date 1516902918 0
  4. #      Thu Jan 25 17:55:18 2018 +0000
  5. # Branch trunk

Paste #pqrfsoghu

  1. diff -r 437a5c7b0b81 src/aircraft_cmd.cpp
  2. --- a/src/aircraft_cmd.cpp  Tue Jan 23 18:45:40 2018 +0000
  3. +++ b/src/aircraft_cmd.cpp  Thu Jan 25 17:53:03 2018 +0000
  4. @@ -126,16 +126,12 @@
  5.     const AircraftVehicleInfo *avi = AircraftVehInfo(v->engine_type);

Paste #p8an13oar

  1. # example repository config (see 'hg help config' for more info)
  2. [paths]
  3. default = https://hg.openttd.org/trunk.hg/
  4.  
  5. # path aliases to other clones of this repo in URLs or filesystem paths

Paste #p4qereprl

  1. # HG changeset patch
  2. # User Samu <dj_samu@hotmail.com>
  3. # Date 1516895235 0
  4. #      Thu Jan 25 15:47:15 2018 +0000
  5. # Branch trunk

Paste #p27eqxtkx

  1. --- C:/users/ricardo/appdata/local/temp/thg.deauyj/trunk.10.22740/src/aircraft_cmd.cpp  qui jan 25 16:10:52 2018
  2. +++ C:/users/ricardo/appdata/local/temp/thg.deauyj/trunk.10.22741/src/aircraft_cmd.cpp  qui jan 25 16:10:52 2018
  3. @@ -133,6 +133,9 @@ static StationID FindNearestHangar(const Aircraft
  4.         /* don't crash the plane if we know it can't land at the airport */
  5.         if ((afc->flags & AirportFTAClass::SHORT_STRIP) && (avi->subtype & AIR_FAST) && !_cheats.no_jetcrash.value) continue;

Paste #piggrywxq

  1. --- C:/users/ricardo/appdata/local/temp/thg.deauyj/trunk.10.22740/src/aircraft_cmd.cpp  qui jan 25 16:10:52 2018
  2. +++ C:/users/ricardo/appdata/local/temp/thg.deauyj/trunk.10.22741/src/aircraft_cmd.cpp  qui jan 25 16:10:52 2018
  3. @@ -135,0 +136,3 @@ static StationID FindNearestHangar(const Aircraft
  4. +       /* the plane won't land at any helicopter station */
  5. +       if (!(afc->flags & AirportFTAClass::AIRPLANES) && (avi->subtype & AIR_CTOL)) continue;
  6. +

Paste #pzu5bb9wk

  1. diff -r 23785f2ffa5d src/aircraft_cmd.cpp
  2. --- a/src/aircraft_cmd.cpp  Thu Jan 25 14:47:43 2018 +0000
  3. +++ b/src/aircraft_cmd.cpp  Thu Jan 25 15:31:38 2018 +0000
  4. @@ -133,6 +133,9 @@
  5.         /* don't crash the plane if we know it can't land at the airport */

Paste #pwoeggskh

  1. +       /* the plane won't land at any helicopter station */
  2. +       if (!(afc->flags & AirportFTAClass::AIRPLANES) && (avi->subtype & AIR_CTOL)) continue;

Paste #p5u9jypr5

  1. Index: src/aircraft_cmd.cpp
  2. ===================================================================
  3. --- src/aircraft_cmd.cpp    (revision 27967)
  4. +++ src/aircraft_cmd.cpp    (working copy)
  5. @@ -126,17 +126,13 @@

Paste #pp2vtpnsv

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

Paste #p0bxkwjug

  1. shall
  2. breakdown
  3. count  (reduced) v->reliability;v->breakdown_chance; _breakdown_chance; (normal) v->reliability; v->breakdown_chance; _breakdown_chance;
  4.   0                       65496;                  0;               250;                   65496;                   0;               250;
  5.  10                       64696;                 12;               250;                   64696;                  10;               250;