Loading

Paste #paxapdugj

  1. /**
  2.  * Get running cost for the train consist.
  3.  * @return Yearly running costs.
  4.  */
  5. Money Train::GetRunningCost() const

Paste #pvn1rcd5d

  1. diff --git a/src/economy_type.h b/src/economy_type.h
  2. index 7e7a572..27982a3 100644
  3. --- a/src/economy_type.h
  4. +++ b/src/economy_type.h
  5. @@ -111,6 +111,7 @@ enum Price {

trolleybi

  1. // Thanks to Andy for letting me steal a chunk of his NRT NML, and thanks to Wolf and Frosch as well for their work on making NRT happen.
  2. // ISR, CHIPS, various New Object sets, have tried to approximate visually interesting industrial yards, harbours, and similar areas where vehicles move about doing work rather than travelling from A to B
  3. // In this set I aim to provide a proof of concept of how NRT might bring these constructions to life
  4.  
  5. grf {

aircraft type, sort

  1. Index: src/build_vehicle_gui.cpp
  2. ===================================================================
  3. --- src/build_vehicle_gui.cpp   (revision 27762)
  4. +++ src/build_vehicle_gui.cpp   (working copy)
  5. @@ -416,6 +416,26 @@

wagon weight running cost

  1. Index: src/build_vehicle_gui.cpp
  2. ===================================================================
  3. --- src/build_vehicle_gui.cpp   (revision 27762)
  4. +++ src/build_vehicle_gui.cpp   (working copy)
  5. @@ -580,11 +580,11 @@

Paste #p6yvowge9

  1. +       if (e->u.rail.running_cost_class == INVALID_PRICE) {
  2. +           const Train *a = v;
  3. +
  4. +           do {
  5. +               cost += a->purchase_cost_or_what_is_called / 8;

Paste #pdk6cftpp

  1. Index: src/train_cmd.cpp
  2. ===================================================================
  3. --- src/train_cmd.cpp   (revision 27760)
  4. +++ src/train_cmd.cpp   (working copy)
  5. @@ -3901,11 +3901,21 @@

Paste #p53gm1est

  1. 0 - 1700        1700 - 1900        1900 - 1950        > 1950
  2. Dirt            Dirt               Cobble             Cobble
  3. Cobble          Cobble             Stone paved        Asphalt
  4.                 Stone paved        Asphalt

Paste #ps8ymayxf

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3.   <ImportGroup Label="PropertySheets" />
  4.   <PropertyGroup Label="UserMacros" />
  5.   <PropertyGroup>

Paste #pzdjy2zkb

  1. diff --git a/src/airport_gui.cpp b/src/airport_gui.cpp
  2. index 014884c..6437f23 100644
  3. --- a/src/airport_gui.cpp
  4. +++ b/src/airport_gui.cpp
  5. @@ -91,7 +91,7 @@ struct BuildAirToolbarWindow : Window {

Paste #pmcpcamvc

  1. Index: src/saveload/afterload.cpp
  2. ===================================================================
  3. --- src/saveload/afterload.cpp  (revision 27758)
  4. +++ src/saveload/afterload.cpp  (working copy)
  5. @@ -718,12 +718,14 @@

Paste #psx0hwnhn

  1. Index: src/table/settings.ini
  2. ===================================================================
  3. --- src/table/settings.ini      (Revision 26596)
  4. +++ src/table/settings.ini      (Arbeitskopie)
  5. @@ -717,7 +717,7 @@

Paste #p7xuyxuk9

  1. diff -r 45b1e0507a8d nml/global_constants.py
  2. --- a/nml/global_constants.py   Fri Dec 23 14:39:08 2016 +0100
  3. +++ b/nml/global_constants.py   Sun Feb 26 19:12:10 2017 +0100
  4. @@ -359,6 +359,8 @@
  5.      'CB_RESULT_IND_PROBABILITY_FROM_PROPERTY'  : 0x0100,

Paste #p5hou9kty

  1. diff --git a/src/airport_gui.cpp b/src/airport_gui.cpp
  2. index 014884c..6437f23 100644
  3. --- a/src/airport_gui.cpp
  4. +++ b/src/airport_gui.cpp
  5. @@ -91,7 +91,7 @@ struct BuildAirToolbarWindow : Window {

Paste #pquqqwb5q

  1. diff --git a/src/airport_gui.cpp b/src/airport_gui.cpp
  2. index 014884c..6437f23 100644
  3. --- a/src/airport_gui.cpp
  4. +++ b/src/airport_gui.cpp
  5. @@ -91,7 +91,7 @@ struct BuildAirToolbarWindow : Window {