Loading

Paste #pwqa05nv2

  1.   Display-issue-with-STR_NEWS_PLANE_USES_TOO_SHORT_RUNWAY              5ed39d551 [origin/Display-issue-with-STR_NEWS_PLANE_USES_TOO_SHORT_RUNWAY: gone] Fix: Displaying issue with the message about airplanes heading to airports with short runways
  2.   EnsureNoShipFromDiagDirs                                             9a4d80383 [origin/EnsureNoShipFromDiagDirs] Add: EnsureNoShipFromDiagDirs
  3.   ScriptBridge-GetName                                                 f1efe276a [origin/ScriptBridge-GetName] Change: AI/GS ScriptBridge::GetName takes one extra parameter to refer the vehicle type
  4.   aircraft-hangar-issues                                               63c83d4af [origi

Paste #p5wy9orf7

  1. uint16 _slowD;       ///< factor of slowing game down , 1 is normal speed
  2. uint64 _dateS;
  3. uint16 _dayn(0);       ///< factor of slowing game down , 1 is normal speed
  4. Date      _date;       ///< Current date in days (day counter)
  5. unsigned char _yearn ;       ///< regular game year

Paste #pnevu0dgk

  1. /*!
  2.     Base class for a linked list of drawable objects.
  3.     Note that "object" is used as a generic term, not in specific reference to
  4.     game objects (though they are the most common thing in drawing lists).
  5. */

Lieferungen ans WW

  1.          DarkBanana aus F,       0,      0,      0,      0,   1500,    1500
  2.                  Flomino ,    2500,   1000,    900,    600,   1800,    4300
  3.                    Berta ,       0,      0,      0,      0,   2100,    2100
  4.                  Kamtrak ,    3225,   1300,   1100,    825,   2200,    5425
  5.                    Gurke ,       0,      0,      0,      0,   3000,    3000

Water coasts for newgrfs

  1.  
  2.  
  3. template template_WATER_COASTS_x1(y) {
  4.     [16*64, 6400+80*y, 64, 80, -31, -24]
  5.     [ 1*64, 6400+80*y, 64, 80, -31, -24]

Paste #pntkyfdty

  1. def Plant(World world):
  2.     int NUM_LEVELS = 5;           # 5 levels displayed plant state.
  3.     int NUM_UNITS = 72;           # 1 level is 72 units water
  4.     int FRACTION_MULTIPLY = 1024; # 1 unit water is 1024/1024 water
  5.     int INITIAL_LEVEL = (NUM_LEVELS * NUM_UNITS - 1) * FRACTION_MULTIPLY;

bulk cargoes by little el

  1. Bulk lines copied from the cargo table
  2. Bulk cargoes copied from road-hog (Removing the leading '("')
  3.  
  4. sorted on cargo, single entries have no road hog equivalent.

ww.17.04.2018/12.00 uhr

  1.  
  2. 535982
  3. 483
  4. 313
  5. 26342

ww 18.04.2018 /10.00 uhr

  1.  
  2. 611372
  3. 511
  4. 282
  5. 26692

Paste #pcyjihilj

  1. As far as I can tell, answers are as follows:
  2.  
  3. 1. Allowed if vehicle has "Go to depot (stop)" order
  4.  
  5. <ST2> iI said it's ok to make a vehicle to START acceptance - that must be stopped after or make to the destination, to unload or transfer

Paste #pouez3gbl

  1. tokens = [('number', 2), ('binop+',), ('number', 3), ('binop*',),
  2.           ('(',), ('number', 4), ('binop+',), ('unop-',), ('number', 3), (')',)]
  3.  
  4.  
  5. def eval_multiplies():

nuts tracks - original

  1.  
  2. //RAILTYPES
  3. item (FEAT_RAILTYPES, rail, 1){
  4.   property{
  5.   label:                            "RAIL";

Paste #pei2dbxyl

  1. Index: src/stdafx.h
  2. ===================================================================
  3. --- src/stdafx.h    (revision 27915)
  4. +++ src/stdafx.h    (working copy)
  5. @@ -383,7 +383,7 @@

Paste #pvgmjfgdm

  1.     1.  swap RoadTypes enum to version given by Alberth, with StreetTypes and TramTypes, and methods to set / get / check those from the RoadTypes instance
  2.     a.  substitute RoadNotTypes whilst patching, then replace later (RoadNotTypes won’t cause search term conflict with RoadTypes)
  3.     b. to patch RoadTypes, there are 78 places consuming RoadTypes enum
  4.     i.  move the storage to m4 as part of this, and deprecate the two existing road/tram bits
  5.     ii. most of the consumers of RoadTypes don’t look hard to patch

Paste #pm6hbgzqd

  1.   autoindent          encoding=utf-8    nojoinspaces          scrolloff=3         suffixesadd=.py
  2.   autoread            expandtab           keywordprg=pydoc    shiftwidth=4        syntax=python
  3.   background=dark     fileencodings=      list                showmatch           ttyfast
  4.   cedit=              filetype=python     mouse=a             smarttab            viminfo='20,"50
  5.   colorcolumn=80      foldmethod=marker   ruler               softtabstop=4       wildignore=*.pyc