Loading

Paste #ppnpg6zfn

  1. switch(FEAT_INDUSTRYTILES, SELF, ${industry.id}_730, ((nearby_tile_height(0,0) - snowline_height) + 1)) {
  2.     0..7: ${industry.id}_661;
  3.     8..15: ${industry.id}_683;
  4.     16..23: ${industry.id}_705;
  5.     24..127: ${industry.id}_727;

Paste #pyppjeqdj

  1. Index: src/blitter/32bpp_anim.cpp
  2. ===================================================================
  3. --- src/blitter/32bpp_anim.cpp  (revision 27795)
  4. +++ src/blitter/32bpp_anim.cpp  (working copy)
  5. @@ -39,6 +39,7 @@

Paste #pbskj37j9

  1. Hey there OpenTTD crew! I was wondering if you ever have thought of or need help with getting OpenTTD on the Steam store. Please do contact me back with any info on this, ASAP. Thanks, Matthew.
  2.  
  3. Sent from Mail for Windows 10

Paste #pul9uwor4

  1. user@localhost hg-test default-r76 (tip) ~/hg-test $ hg log
  2. Änderung:        76:9a15b9cc9aa2
  3. Marke:           tip
  4. Nutzer:          planetmaker <planetmaker@openttd.org>
  5. Datum:           Thu Mar 16 10:10:48 2017 +0100

Paste #p2qoiab63

  1. /home/lordaro/dev/openttd/src/core/smallstack_type.hpp:221:27: warning: instantiation of
  2.       variable 'SmallStack<unsigned short, unsigned short, 65535, 8, 65533>::_pool' required
  3.       here, but no definition is available [-Wundefined-var-template]
  4.                         ThreadMutexLocker lock(_pool.GetMutex());
  5.                                                ^

Paste #ph2fsvnnz

  1. Index: src/aircraft.h
  2. ===================================================================
  3. --- src/aircraft.h  (revision 27795)
  4. +++ src/aircraft.h  (working copy)
  5. @@ -73,6 +73,7 @@

Paste #pmcrgkitz

  1. Index: src/aircraft.h
  2. ===================================================================
  3. --- src/aircraft.h  (revision 27795)
  4. +++ src/aircraft.h  (working copy)
  5. @@ -73,6 +73,7 @@

Paste #pri7bzd6e

  1. Index: src/aircraft.h
  2. ===================================================================
  3. --- src/aircraft.h  (revision 27794)
  4. +++ src/aircraft.h  (working copy)
  5. @@ -73,6 +73,7 @@

Paste #p77ob0ltw

  1. /**
  2.  * Compute least common multiple (lcm) of arguments \a a and \a b, the smallest
  3.  * integer value that is a multiple of both \a a and \a b.
  4.  * @param a First number.
  5.  * @param b second number.

Paste #puld1fyfp

  1. model                   capacity      cost   running cost   life lifetime profit
  2.  
  3. Sampson U52              25p/ 4m    £38,281     £3,187/yr    20         £291,480
  4. Bakewell Cotswald LB-3   30p/ 6m    £41,015     £3,675/yr    30         £563,677
  5. Coleman Count            65p/ 8m    £41,015     £3,750/yr    24         £953,220

Paste #pksaypzcl

  1. >>> s=""
  2. >>> for a in ["45","48","01","01"]:
  3. ...  s+=chr(int(a,16))
  4. ...
  5. >>> s
  6. 'EH\x01\x01'

Paste #pi8bnvnmx

  1. >>> i=0
  2. >>> for a in "EH\01\01":
  3. ...  i=(i<<8)+ord(a)
  4. ...
  5. >>> i

Paste #p5i1k9yzd

  1. Python 3.5.2 (default, Sep 14 2016, 11:28:32)
  2. [GCC 6.2.1 20160901 (Red Hat 6.2.1-1)] on linux
  3. Type "help", "copyright", "credits" or "license" for more information.
  4. >>> s = "\u2717"
  5. >>> print(ord(s))
  6. 10007

Win DPI

  1. diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj
  2. index 59e087e..a71f235 100644
  3. --- a/projects/openttd_vs100.vcxproj
  4. +++ b/projects/openttd_vs100.vcxproj
  5. @@ -145,6 +145,9 @@

Win DPI

  1. diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj
  2. index 59e087e..a71f235 100644
  3. --- a/projects/openttd_vs100.vcxproj
  4. +++ b/projects/openttd_vs100.vcxproj
  5. @@ -145,6 +145,9 @@