Loading
#openttdcoop - Paste
Archives
Trending
Docs
Login
Paste #ppnpg6zfn
Show paste
switch(FEAT_INDUSTRYTILES, SELF, ${industry.id}_730, ((nearby_tile_height(0,0) - snowline_height) + 1)) {
0..7: ${industry.id}_661;
8..15: ${industry.id}_683;
16..23: ${industry.id}_705;
24..127: ${industry.id}_727;
Paste #pyppjeqdj
Show paste
Index: src/blitter/32bpp_anim.cpp
===================================================================
--- src/blitter/32bpp_anim.cpp
(
revision 27795
)
+++ src/blitter/32bpp_anim.cpp
(
working copy
)
@@ -39,6 +39,7 @@
Paste #pbskj37j9
Show paste
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.
Sent from Mail for Windows 10
Paste #pul9uwor4
Show paste
user@localhost hg
-
test default
-
r76
(
tip
)
~
/
hg
-
test $ hg
log
Änderung
:
76
:
9a15b9cc9aa2
Marke
:
tip
Nutzer
:
planetmaker
<
planetmaker@openttd.
org
>
Datum
:
Thu Mar
16
10
:
10
:
48
2017
+
0100
Paste #p2qoiab63
Show paste
/home/lordaro/dev/openttd/src/core/smallstack_type.hpp:221:27: warning: instantiation of
variable 'SmallStack<unsigned short, unsigned short, 65535, 8, 65533>::_pool' required
here, but no definition is available [-Wundefined-var-template]
ThreadMutexLocker lock(_pool.GetMutex());
^
Paste #ph2fsvnnz
Show paste
Index: src/aircraft.h
===================================================================
--- src/aircraft.h
(
revision 27795
)
+++ src/aircraft.h
(
working copy
)
@@ -73,6 +73,7 @@
Paste #pmcrgkitz
Show paste
Index: src/aircraft.h
===================================================================
--- src/aircraft.h
(
revision 27795
)
+++ src/aircraft.h
(
working copy
)
@@ -73,6 +73,7 @@
Paste #pri7bzd6e
Show paste
Index: src/aircraft.h
===================================================================
--- src/aircraft.h
(
revision 27794
)
+++ src/aircraft.h
(
working copy
)
@@ -73,6 +73,7 @@
Paste #p77ob0ltw
Show paste
/**
* Compute least common multiple (lcm) of arguments \a a and \a b, the smallest
* integer value that is a multiple of both \a a and \a b.
* @param a First number.
* @param b second number.
Paste #puld1fyfp
Show paste
model capacity cost running cost life lifetime profit
Sampson U52 25p/ 4m £38,281 £3,187/yr 20 £291,480
Bakewell Cotswald LB-3 30p/ 6m £41,015 £3,675/yr 30 £563,677
Coleman Count 65p/ 8m £41,015 £3,750/yr 24 £953,220
Paste #pksaypzcl
Show paste
>>> s=""
>>> for a in ["45","48","01","01"]:
... s+=chr(int(a,16))
...
>>> s
'EH\x01\x01'
Paste #pi8bnvnmx
Show paste
>>> i=0
>>> for a in "EH\01\01":
... i=(i<<8)+ord(a)
...
>>> i
Paste #p5i1k9yzd
Show paste
Python 3.5.2 (default, Sep 14 2016, 11:28:32)
[GCC 6.2.1 20160901 (Red Hat 6.2.1-1)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> s = "\u2717"
>>> print(ord(s))
10007
Win DPI
Show paste
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj
index 59e087e..a71f235
100644
--- a/projects/openttd_vs100.vcxproj
+++ b/projects/openttd_vs100.vcxproj
@@ -145,6 +145,9 @@
Win DPI
Show paste
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj
index 59e087e..a71f235
100644
--- a/projects/openttd_vs100.vcxproj
+++ b/projects/openttd_vs100.vcxproj
@@ -145,6 +145,9 @@
«
1
2
...
55
56
57
58
59
60
61
...
133
134
»