Loading
#openttdcoop - Paste
Archives
Trending
Docs
Login
Paste #patuuafpd
Show paste
diff -r 721cafc
243c6
company.nut
--- a/company.nut Sun Jul 12 15:12:28 2015 +0100
+++ b/company.nut Sat Sep 26 16:14:11 2015 +0100
@@ -128,9 +128,18 @@
}
Paste #pzqwtcd08
Show paste
if
(
this
.
accept
.
ind
in CompanyData
(
comp_id
)
.
won_goals
)
{
GSLog.
Info
(
"found key"
)
;
}
else
{
GSLog.
Info
(
"missing key"
)
;
CompanyData
(
comp_id
)
.
won_goals
[
this
.
accept
.
ind
]
<
-
10
;
Paste #pwcfkcz8o
Show paste
local won_goals
=
CompanyData
(
comp_id
)
.
won_goals
;
if
(
this
.
accept
.
ind
in won_goals
)
{
GSLog.
Info
(
"found key"
)
;
}
else
{
GSLog.
Info
(
"missing key"
)
;
Paste #p64x0gzr0
Show paste
local won_goals
=
CompanyData
(
comp_id
)
.
won_goals
;
if
(
this.
accept
.
ind
in
won_goals
)
{
GSLog.
Info
(
"found key"
)
;
}
else
{
GSLog.
Info
(
"missing key"
)
;
Paste #peeqsdsqj
Show paste
local won_goals
=
CompanyData
(
comp_id
)
.
won_goals
;
if
(
this.
accept
.
ind
in
won_goals
)
{
GSLog.
Info
(
"found key"
)
;
}
else
{
GSLog.
Info
(
"missing key"
)
;
Paste #pwrebu48w
Show paste
diff -r 2f
44412c520
b .hgignore
--- a/.hgignore Sat Jun 20 23:42:23 2015 +0200
+++ b/.hgignore Sun Sep 20 14:33:47 2015 +0200
@@ -26,6 +26,7 @@
users.dat
Paste #p2smlxnu4
Show paste
# hg-test default-r37 (tip) ~/hg-test $ hg branches
default 37:3a1e58edd9d6
# hg-test default-r37 (tip) ~/hg-test $ hg branch1
hg: unbekannter Befehl 'branch1'
(did you mean one of branch, branches?)
Paste #p8pschbrw
Show paste
[21:07] --> DorpsGek has joined this channel (~dorpsgek@000128f9.user.oftc.net).
[21:07] *** ChanServ gives DorpsGek permission to talk.
[21:07] <frosch123> @services op
[21:07] *** ChanServ gives channel operator privileges to DorpsGek.
[21:07] --> TrueBrain has joined this channel (~truebrain@000125f6.user.oftc.net).
Paste #palmfhsyi
Show paste
jenkins@jenkins:~/jobs/firs/workspace$ hg --version
Mercurial Distributed SCM (version 3.1.2)
(see http://mercurial.selenic.com for more information)
Copyright (C) 2005-2014 Matt Mackall and others
Paste #pjjrukdrk
Show paste
diff --git a/src/terraform_gui.cpp b/src/terraform_gui.cpp
--- a/src/terraform_gui.cpp
+++ b/src/terraform_gui.cpp
@@ -462,7 +462,7 @@ static const NWidgetPart _nested_scen_ed
NWidget
(
WWT_IMGBTN, COLOUR_GREY, WID_ETT_PLACE_DESERT
)
, SetMinimalSize
(
22
,
22
)
,
Paste #psdpv78vx
Show paste
jenkins@jenkins:~/jobs/firs/workspace$ hg --version
Mercurial Distributed SCM (version 2.2.2)
(see http://mercurial.selenic.com for more information)
Copyright (C) 2005-2012 Matt Mackall and others
Paste #pirrq7lhc
Show paste
ingo@aeolus:~$ fdisk -l
Disk /dev/sda: 2,7 TiB, 3000592982016 bytes, 5860533168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
WIRES.grf
Show paste
grf
{
grfid
:
"WIRE"
;
name
:
string
(
STR_GRF_NAME
)
;
desc
:
string
(
STR_GRF_DESCRIPTION
)
;
url
:
string
(
STR_GRF_WEBSITE
)
;
Paste #pba9c21ya
Show paste
# http://stackoverflow.com/questions/
12795790
/how-to-colorize-git-status-output
# http://stackoverflow.com/questions/
10998792
/how-to-color-the-git-console-in-ubuntu
[
color
]
status
=
auto
diff
=
auto
FACTORY_PLAN
Show paste
ideas for next game:
- all oil to barrels
- distribution of oil by splitters
- smart detection if more barrels need to be produced
«
1
2
...
88
89
90
91
92
93
94
...
133
134
»