Loading

NotRoadTypes

  1. NotRoadType Spec
  2.  
  3. Essential
  4. • ‘road' and ‘tram' are independent, like ‘road’ and ‘rail’
  5. • they can coexist on the same tile in some cases, but do not influence each other

Paste #pfh9tryqz

  1. class VarAction2LoadTempVar(VarAction2Var, expression.Expression):
  2.     def __init__(self, tmp_var):
  3.         VarAction2Var.__init__(self, 0x7D, 0, 0)    <------------ line 216
  4.         expression.Expression.__init__(self, None)
  5.         assert isinstance(tmp_var, VarAction2StoreTempVar)

Paste #pmqx8er2l

  1.     if (AI::CanStartNew() && _game_mode != GM_MENU && --_next_competitor_start == 0) {
  2.         /* Allow multiple AIs to possibly start in the same tick. */
  3.         do {
  4.             if (!MaybeStartNewCompany()) {
  5.                 break;

Paste #phncu0fjn

  1. Trans-Siberian
  2.  
  3. Check map dimensions
  4.  
  5. If rectangular:
  - choose long axis

Paste #pntip1imo

  1. /*
  2.  * This file is aimed to provide an example on how to code a basic industry in NML.
  3.  * To keep the code readable, not every property or variable is documented in
  4.  * detail, refer to the object-specific reference in the documentation.
  5.  *

Paste #pdrpkkwh6

  1. consist.add_unit(capacity = 40,
  2.                 vehicle_length = 7,
  3.                 cargo_length = 4,
  4.                 repeat = 4)

Paste #p8ivgj80d

  1. Just before the </head> tag, add the following code:
  2.  
  3. <!-- Begin Cookie Consent plugin by Silktide - http://silktide.com/cookieconsent -->
  4. <script type="text/javascript">
  5.     window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"https://dev.openttdcoop.org/projects/home/wiki/Privacy_Policy","theme":"dark-top"};

Paste #psklsp44o

  1. #!/usr/bin/env python3
  2.  
  3. # Programme to calculate the best build strategy for a ressource with N given fields
  4.  
  5. import numpy as np

Paste #p8tvqrtjy

  1. BorkAI v23             - bankrupted
  2. Chopper v10            - bankrupted
  3. CivilAI v6             - bankrupted
  4. Denver & Rio Grande v1 - bankrupted
  5. HeliFerry v3           - bankrupted

Paste #plhqsoroa

  1. ingo@aeolus trunk default-r22157 (tip) ~/ottd/trunk $ hg log -u planetmaker -r'children(branchpoint())' | wc -l
  2. 81
  3. ingo@aeolus trunk default-r22157 (tip) ~/ottd/trunk $ hg log -u planetmaker -r'children(branchpoint())' --template='{branch}\n' | wc -l
  4. 14

Paste #phax8x5zp

  1.  45603264 Apr  5 15:04 openttd-trunk.json
  2.  
  3.  
  4.                                        types |   # objects |   total size
  5. ============================================ | =========== | ============

Paste #phtmnjuv6

  1. about forks and binaries:
  2. * it is unclear whether "release" is meant like "stable release" (every few months) or "nightly release" (every few days)
  3. * suggestion
  4. ** all forks get two build jobs
  5. *** build once per day for all platforms, if any vcs changes

Paste #pp1ijouj7

  1. Topic                                                                     Untitled #1                               Untitled #2
  2. - [-] Iron Antelope: Africa - garratts, late steam, no electrics.         HP                                        Intro
  3.       Narrow gauge roster more comprehensive than standard gauge.
  4.       Metro from 1960s only.
  5.     - [ ] Cape Gauge - 60mph-75mph max (50-65mph freight)

Paste #pivo85vbj

  1. Index: src/station.cpp
  2. ===================================================================
  3. --- src/station.cpp (revision 27177)
  4. +++ src/station.cpp (working copy)
  5. @@ -107,7 +107,7 @@

Paste #povrpngg5

  1. Index: src/train_gui.cpp
  2. ===================================================================
  3. --- src/train_gui.cpp   (Revision 28004)
  4. +++ src/train_gui.cpp   (Arbeitskopie)
  5. @@ -407,9 +407,6 @@