IRC logs for #openttd on OFTC at 2012-01-11
            
00:03:30 *** Snail_ has joined #openttd
00:03:48 *** Xaroth has quit IRC
00:05:24 *** Xaroth has joined #openttd
00:10:36 <Snail_> hi all
00:12:48 *** Snail__ has joined #openttd
00:37:20 <Eddi|zuHause> what's needed to handle autorefit properly?
00:37:39 *** kais58 has quit IRC
00:37:55 <brendan10211> i cant help, but at least im alive
00:47:05 *** Brianetta has quit IRC
00:47:16 <brendan10211> hrmm
00:52:31 <Snail_> you need to set the refit costs to 0 for the cargoes you want to refit to
00:53:12 <brendan10211> ok
00:53:27 <planetmaker> Eddi|zuHause: usage of the refit callback
00:53:35 <planetmaker> Snail_: autorefit may well cost
00:53:39 <brendan10211> anyone know of a good savegame available for download that i can just watch?
00:53:40 <planetmaker> iirc
00:54:22 <Snail_> planetmaker: so the vehicles get refitted by themselves, but when this happens, it's a cost for you?
00:54:48 <planetmaker> Snail_: no. But it costs to go through wagons with a broom
00:55:21 <planetmaker> autorefit means refit in station to available cargo. Doesn't mean no person working on it (briefly)
00:55:35 <planetmaker> or like flushing a tanker wagon or so
00:56:19 <Snail_> yes, but in the game, I thought you had to specify 0 costs for the caroges you wanted to be able to autorefit to?
01:03:19 <planetmaker> http://newgrf-specs.tt-wiki.net/wiki/Callbacks#Refit_cost_factor_.2815E.29 and http://newgrf-specs.tt-wiki.net/wiki/Action0/Vehicles/Trains#Miscellaneous_flags_.2827.29 <-- Snail_
01:04:21 <Snail_> planetmakerL "where callback 15E allows it" --> so it can also happen at cost > 0?
01:04:54 <planetmaker> that's my understanding
01:05:20 <planetmaker> and if my memory serves me well, that's how I partially use it in ogfx+trains
01:05:30 <planetmaker> too long ago that I implemented it :-P
01:06:01 <Snail_> good to know :)
01:07:04 <planetmaker> switch (FEAT_TRAINS, SELF, refrigerate_wagon_refit_cost_switch, 1) {
01:07:04 <planetmaker> return 20 | CB_RESULT_AUTOREFIT;
01:07:04 <planetmaker> }
01:07:31 <planetmaker> thus getting out the fish stench of a refrigerator wagon costs soap ;-)
01:07:37 <planetmaker> but can be done at the station
01:07:53 <Snail_> heh, true, for instance when you want to transport fruit instead of fish
01:07:53 *** pjpe has joined #openttd
01:09:42 <Snail_> how are cargo subtypes handled when autorefitting?
01:09:42 <Snail_> s
01:09:43 <Snail_> ay
01:10:03 <Snail_> say I have some flatcars refitted to wood going to a station full of goods waiting to be picked up
01:10:19 <Snail_> my flatcars are coded so that there are 2 subtypes of goods (let's say, crates or containers)
01:10:39 <planetmaker> variable 10
01:10:45 <Snail_> if autorefit is on, the flatcars will get refitted to goods and load the cargo. But what subtype will be chosen? Always the first on the list? At random?
01:11:03 <planetmaker> first one which allows refit
01:11:11 <planetmaker> use a random switch to choose randomly
01:11:56 <Snail_> I see
01:12:22 <Snail_> I think the first one is always a safe choice. With autorefit, you can never know which particular subtype would best suit the awaiting cargo :)
01:12:48 <planetmaker> then random is just as safe ;-)
01:13:14 <Eddi|zuHause> <planetmaker> thus getting out the fish stench of a refrigerator wagon costs soap ;-) <-- at least for the DRG wagons, the fish refrigerated wagons and <other> refrigerated wagons were never mixed
01:13:29 <planetmaker> :-)
01:13:45 *** Adambean has quit IRC
01:14:19 <Eddi|zuHause> partly because <other> needs ventilation to keep the air dry, but fish doesn't care
01:14:55 <Eddi|zuHause> ventilation makes the ice melt earlier
01:16:04 <planetmaker> makes sense
01:17:02 <Snail_> planetmaker: yes, but if it's always the 1st variant, I can draw it as to be the most "universal" as possible - such as generic crates for flatcars
01:17:23 <Snail_> and have other specific graphics for goods (plywood, vehicles...) in the next subtypes
01:17:58 <planetmaker> Before you rely on 1st subtype in all vehicles, test it with one ;-)
01:19:56 <iddqd> msaccess is cock
01:20:27 <Snail_> I will :)
01:20:37 <Snail_> btw did you get my updated sprites for the tunnels?
01:21:56 <planetmaker> yes, I did. They're looking good, I think
01:25:23 <Snail_> thanks :)
01:26:20 <Snail_> I'll start and implement it on other landscapes too then
01:54:28 *** pugi has quit IRC
01:56:54 *** brendan10211 has quit IRC
01:56:54 *** brendan10211 has joined #openttd
01:56:54 *** retro|cz has quit IRC
02:00:46 *** Snail_ has quit IRC
02:00:46 *** kkb110_ has quit IRC
02:00:46 *** MagisterQuis1 has quit IRC
02:00:46 *** Eddi|zuHause has quit IRC
02:00:46 *** namad7 has quit IRC
02:00:46 *** Maarten_ has quit IRC
02:00:46 *** AD has quit IRC
02:00:46 *** Lachie has quit IRC
02:01:11 *** Snail_ has joined #openttd
02:01:11 *** kkb110_ has joined #openttd
02:01:11 *** MagisterQuis1 has joined #openttd
02:01:11 *** Eddi|zuHause has joined #openttd
02:01:11 *** namad7 has joined #openttd
02:01:11 *** Maarten_ has joined #openttd
02:01:11 *** AD has joined #openttd
02:01:11 *** Lachie has joined #openttd
02:03:34 <brendan10211> here too?
02:03:35 <brendan10211> lol
02:23:33 *** brendan10211 has quit IRC
02:30:06 *** Xaroth has quit IRC
02:30:06 *** DDR has quit IRC
02:30:06 *** Rezt has quit IRC
02:30:06 *** ccfreak2k has quit IRC
02:30:06 *** welshdragon has quit IRC
02:30:06 *** MMavipc has quit IRC
02:30:06 *** Sacro has quit IRC
02:30:06 *** tparker has quit IRC
02:30:21 *** Xaroth has joined #openttd
02:30:21 *** DDR has joined #openttd
02:30:21 *** Rezt has joined #openttd
02:30:21 *** ccfreak2k has joined #openttd
02:30:21 *** welshdragon has joined #openttd
02:30:21 *** MMavipc has joined #openttd
02:30:21 *** Sacro has joined #openttd
02:30:21 *** tparker has joined #openttd
02:52:37 *** MagisterQuis1 has quit IRC
03:23:53 *** mahmoud has quit IRC
03:45:21 *** Rezt has quit IRC
03:54:25 *** glx has quit IRC
03:58:01 *** MagisterQuis has joined #openttd
04:26:31 *** Elukka has joined #openttd
04:28:42 *** mike3 has joined #openttd
04:29:41 *** mike3 has joined #openttd
04:30:03 <Eddi|zuHause> random thought: when scheduling aircraft, it should be possible to keep the aircraft in the holding pattern, until the travel time is up. the waiting time then includes the time for landing, loading, takeoff
04:30:42 <Eddi|zuHause> that would give you more control over the order in which planes land or take off
04:32:19 <Eddi|zuHause> and "stopping" an aircraft mid-flight should keep it in the holding pattern
04:33:09 <Eddi|zuHause> (that's kind of a counter-proposal to "close airport")
04:35:02 *** mike3 has quit IRC
05:20:07 *** TomyLobo has quit IRC
05:28:23 *** fjb|tab has quit IRC
05:56:02 *** Eddi|zuHause has quit IRC
05:56:18 *** Eddi|zuHause has joined #openttd
06:32:48 *** Prof_Frink has quit IRC
06:34:03 *** KouDy has joined #openttd
06:38:54 *** JVassie has joined #openttd
06:53:49 *** MJP has joined #openttd
07:07:34 *** JVassie has quit IRC
07:17:53 *** DayDreamer has joined #openttd
07:18:08 *** DayDreamer has left #openttd
07:24:01 *** kkb110_ has quit IRC
07:30:36 <appe_> if you have time over, dont hesitate to build a train or two on my (first!) server
07:30:45 <appe_> 83.227.118.129:3979 passwd: kebab
07:39:09 *** Markavian` has quit IRC
08:00:29 *** sla_ro|master has joined #openttd
08:06:02 *** HerzogDeXtEr1 has quit IRC
08:14:54 *** MJP has quit IRC
08:18:30 *** snack2 has joined #openttd
08:32:50 *** retro|cz has joined #openttd
08:45:04 *** pjpe has quit IRC
09:08:22 *** fjb|tab has joined #openttd
09:13:20 *** Adambean has joined #openttd
09:24:11 <peter1138> "Plus I can't open GRF files as I am missing a libgcc DLL file"
09:24:12 <peter1138> YEAH
09:24:18 <peter1138> damn that libgcc DLL
09:31:13 *** Neon has joined #openttd
09:32:20 *** KouDy has quit IRC
09:35:58 *** KouDy has joined #openttd
09:46:27 *** TrueBrain_ has joined #openttd
09:49:53 *** TrueBrain has quit IRC
09:55:55 *** TrueBrain_ is now known as TrueBrain
09:58:14 *** Markavian has joined #openttd
10:02:12 *** mahmoud has joined #openttd
10:25:13 *** Devroush has joined #openttd
10:30:00 <dihedral> to have had a happy new year ;-)
10:32:15 <Eddi|zuHause> have a new job yet? :)
10:38:30 *** TomyLobo has joined #openttd
11:49:24 *** Progman has joined #openttd
11:52:36 *** DDR has quit IRC
11:53:33 *** tokai|noir has joined #openttd
11:59:48 *** tokai|mdlx has quit IRC
12:04:47 *** MagisterQuis1 has joined #openttd
12:06:06 *** welshdragon has left #openttd
12:10:52 *** MagisterQuis has quit IRC
12:12:45 *** TomyLobo has quit IRC
12:15:28 *** welshdragon has joined #openttd
12:17:09 *** mahmoud has quit IRC
12:21:13 <Eddi|zuHause> hm... i know most games in xkcd, but i have no clue about the bottom four...
12:24:01 *** George has quit IRC
12:28:14 <peter1138> snakes and ladders? :)
12:28:43 <Sacro> Eddi|zuHause: do you want to play seven minutes in heaven?
12:28:51 <Sacro> you just need a partner and a closet
12:29:24 <Sacro> and mao is like a card version of mornington crescent
12:30:31 <Eddi|zuHause> Sacro: what i mean is "i likely know the games, but i have no associations with the names"
12:33:33 <Sacro> ahhh
12:34:30 <Eddi|zuHause> "they don't teach us this stuff in shool"
12:34:37 <Eddi|zuHause> school
12:41:17 *** OsteHovel has joined #openttd
12:44:03 *** kkb110_ has joined #openttd
13:01:09 *** OsteHovel has quit IRC
13:01:24 *** OsteHovel has joined #openttd
13:09:36 *** OsteHovel has quit IRC
13:09:51 *** OsteHovel has joined #openttd
13:11:58 *** fjb|tab is now known as Guest23688
13:11:59 *** fjb|tab has joined #openttd
13:18:59 *** Guest23688 has quit IRC
13:51:49 *** Snail_ has quit IRC
14:01:16 *** OsteHovel has quit IRC
14:01:30 *** OsteHovel has joined #openttd
14:12:26 <Belugas> hello
14:15:29 <dihedral> <Eddi|zuHause> have a new job yet? :) <- nope, told my boss what annoys me and he's trying to get a grip on it :-P
14:17:59 *** OsteHovel has quit IRC
14:18:14 *** OsteHovel has joined #openttd
14:18:28 *** OsteHovel has left #openttd
14:32:16 <peter1138> um, will "lock (object) { return foo; }" do what i want?
14:32:20 <peter1138> (c#)
14:33:48 <Sacro> peter1138: depends what you want
14:34:11 <peter1138> well it needs to return with object unlocked
14:34:18 <peter1138> logically it should because it's a block-level type thing
14:34:21 <Sacro> Yes
14:34:22 <peter1138> but you never know :p
14:34:45 <Sacro> same as using (var foo = new Foo()) { ... }
14:35:05 <Sacro> makes Foo die out of scope
14:36:33 *** Adambean has quit IRC
14:53:42 <Belugas> dihedral, soubnds like you might have a very good bos, if he achieves what he's trying to do :)
14:54:11 <dihedral> we shall see :-)
14:54:19 <dihedral> but he is quite keen on keeping me :-P
14:54:40 <dihedral> so he has a good motivation :-D
14:55:03 <Belugas> "keeping the job because i like the boss"
14:55:05 <Belugas> mmh...
14:55:07 <Belugas> sounds...
14:55:17 <Belugas> strange to me
14:55:24 <Belugas> "he pays well"
14:55:37 <Belugas> worth considering ;)
15:00:36 *** George has joined #openttd
15:03:54 *** sla_ro|master has quit IRC
15:20:19 <dihedral> he does not pay well, but the atmosphere is great :-)
15:23:08 *** TomyLobo has joined #openttd
15:43:59 *** MagisterQuis has joined #openttd
15:48:41 *** snack23 has joined #openttd
15:50:48 *** MagisterQuis1 has quit IRC
15:55:16 *** snack2 has quit IRC
16:01:28 *** TWerkhoven[l] has quit IRC
16:08:59 *** TGYoshi has joined #openttd
16:14:28 *** sla_ro|master has joined #openttd
16:21:13 *** Prof_Frink has joined #openttd
16:28:37 *** andythenorth has joined #openttd
16:29:13 *** Adambean has joined #openttd
16:31:04 *** mahmoud has joined #openttd
16:32:21 *** collinp has joined #openttd
16:35:26 *** frosch123 has joined #openttd
16:40:01 *** Rezt has joined #openttd
16:57:08 *** collinp is now known as Guest23713
16:57:08 *** collinp has joined #openttd
17:00:18 *** Guest23713 has quit IRC
17:01:39 *** collinp has quit IRC
17:04:29 *** |Jeroen| has joined #openttd
17:11:01 <andythenorth> planetmaker: that pseudo sprite thing again?
17:11:16 <andythenorth> was that a patchpack last time? Or did we not resolve it?
17:13:54 <planetmaker> I don't recall.
17:14:17 <planetmaker> But I looked at his screenshot and that's clean OpenTTD and the 0.7.0M which one gets from bananas (though I didn't compare md5sum)
17:14:37 <planetmaker> (why did you upload 0.7.0M?
17:15:06 <andythenorth> I did? :o
17:15:10 <andythenorth> that was a mistake in that case
17:15:15 <planetmaker> that's what I got from bananas
17:15:17 <andythenorth> oh
17:15:24 <andythenorth> I screwed up then :P
17:15:31 <andythenorth> I thought I'd uploaded the clean tag
17:15:50 <planetmaker> I always wait for the DevZone compile farm, download that and upload that to bananas ;-)
17:15:56 <planetmaker> no thinking, no mistakes ;-)
17:16:01 <andythenorth> seems reasonable
17:16:14 <planetmaker> (unless the DevZone also screws up. But then it's the same thing on both, still)
17:16:45 <planetmaker> But thus I'm also not exactly sure what 0.7.0M constitutes ;-)
17:17:17 <planetmaker> I tested the FIRS though and it works for me
17:17:26 <planetmaker> thus I'm clueless either way
17:18:23 *** enr1x has quit IRC
17:20:02 <andythenorth> indeed
17:20:11 <andythenorth> we should upload 0.7.0
17:20:15 *** glx has joined #openttd
17:20:15 *** ChanServ sets mode: +v glx
17:20:18 <andythenorth> replacing 0.7.0M
17:20:26 <andythenorth> or we should do 0.7.1 :P
17:20:35 *** pugi has joined #openttd
17:21:05 <Yexo> I'd leave 0.7.0M until you really have bugfixes for 0.7.1
17:21:13 *** Markavian has quit IRC
17:23:15 <planetmaker> yes, I agree there. There's no big harm in the probably only renamed version, or a slight difference, if there is
17:24:12 *** |Jeroen| has quit IRC
17:24:31 *** HerzogDeXtEr has joined #openttd
17:28:22 <Eddi|zuHause> http://b.asset.soup.io/asset/2782/2123_6a0d.jpeg
17:29:49 <planetmaker> lol
17:34:11 *** Rezt has quit IRC
17:41:40 *** [1]Mark has joined #openttd
17:41:41 *** Mark is now known as Guest23723
17:41:41 *** Guest23461 is now known as Mark
17:46:15 *** enr1x has joined #openttd
17:46:54 *** Guest23723 has quit IRC
17:54:10 *** andythenorth has quit IRC
18:00:32 *** andythenorth has joined #openttd
18:03:25 *** Elukka has quit IRC
18:07:37 *** Chris_Booth has joined #openttd
18:07:49 *** andythenorth has quit IRC
18:11:37 *** MJP has joined #openttd
18:18:25 *** peteris has joined #openttd
18:19:10 *** Mark is now known as Guest23732
18:19:10 *** [1]Mark is now known as Mark
18:19:16 <peteris> hi people, is there actual command to pause dedicated game server trough console? Or I must just use min_active_clients setting?
18:21:19 <lugo> what did you try already?
18:22:29 <Terkhen> hello
18:23:56 <peteris> nothing, I just logged out with other player, left ai for day to play, and then I understood that I have to actually do something to pause server - it doesn't stop itself :)
18:25:06 <lugo> what would you think is the most intuitive answer to your question
18:25:31 <peteris> so I just set min_active_clients to zero and that's it?
18:31:02 <Terkhen> peteris: did you try list_cmds? or maybe pause?
18:34:28 *** George has quit IRC
18:34:59 *** TheMask96 has quit IRC
18:38:32 *** Markavian has joined #openttd
18:40:44 *** TheMask96 has joined #openttd
18:44:35 *** fjb|tab is now known as Guest23737
18:44:36 *** fjb|tab has joined #openttd
18:46:04 <CIA-1> OpenTTD: translators * r23786 /trunk/src/lang/ (8 files): (log message trimmed)
18:46:04 <CIA-1> OpenTTD: -Update from WebTranslator v3.0:
18:46:04 <CIA-1> OpenTTD: catalan - 14 changes by arnau
18:46:04 <CIA-1> OpenTTD: english_AU - 6 changes by tomas4g
18:46:04 <CIA-1> OpenTTD: hungarian - 32 changes by IPG
18:46:06 <CIA-1> OpenTTD: italian - 10 changes by Snail_, lorenzodv
18:46:06 <CIA-1> OpenTTD: latvian - 29 changes by Parastais
18:46:41 *** KouDy1 has joined #openttd
18:47:33 <CIA-1> OpenTTD: rubidium * r23787 /trunk/src/ (network/network_gui.cpp town_gui.cpp): -Fix: add some missing spaces
18:49:15 *** valhallasw has joined #openttd
18:50:38 *** Chris_Booth has quit IRC
18:52:29 *** KouDy has quit IRC
18:54:27 *** kais58 has joined #openttd
18:56:03 <MJP> Uuh "missing spaces"! I found something of that level of importance yesterday: there is a (at least) wrong comment in gui.h, ShowOrdersWindow() is in order_gui.cpp instead of train_gui.cpp :) Anymay, hi all!
19:06:04 *** HerzogDeXtEr1 has joined #openttd
19:06:05 *** HerzogDeXtEr has quit IRC
19:12:20 <SmatZ> hello MJP
19:12:49 *** andythenorth has joined #openttd
19:15:12 *** JVassie has joined #openttd
19:19:29 *** pjpe has joined #openttd
19:25:10 *** andythenorth has quit IRC
19:26:21 *** andythenorth has joined #openttd
19:38:20 *** Chris_Booth has joined #openttd
19:39:46 <Eddi|zuHause> now have purchase prices for most engines... \o/
19:40:07 <Eddi|zuHause> (there's still some oddities left, e.g. for ICE1 it doesn't account price for both engines)
19:40:45 <Eddi|zuHause> (ideally that would be solved by having prices for articulated parts added)
19:43:30 *** andythenorth has joined #openttd
19:50:12 *** valhallasw has quit IRC
19:56:32 *** KouDy1 has quit IRC
19:58:59 *** KouDy has joined #openttd
20:00:09 *** brendan10211 has joined #openttd
20:01:18 *** valhallasw has joined #openttd
20:03:10 *** MagisterQuis1 has joined #openttd
20:07:02 *** MagisterQuis has quit IRC
20:09:01 *** Chris_Booth has quit IRC
20:11:13 *** MagisterQuis1 has quit IRC
20:13:55 *** Chris_Booth has joined #openttd
20:19:26 *** ModumSonus has joined #openttd
20:20:09 *** ModumSonus has quit IRC
20:20:23 *** ModumSonus has joined #openttd
20:20:50 *** valhallasw has quit IRC
20:20:53 *** MagisterQuis has joined #openttd
20:21:45 *** pjpe has quit IRC
20:22:10 *** pjpe has joined #openttd
20:22:31 *** ModumSonus has quit IRC
20:22:45 *** ModumSonus has joined #openttd
20:25:36 *** brendan10211 has quit IRC
20:25:44 *** peteris has quit IRC
20:26:48 *** ModumSonus is now known as brendan10211
20:28:56 *** FLHerne has joined #openttd
20:33:51 *** KouDy has quit IRC
20:36:03 *** KouDy has joined #openttd
20:54:39 <__ln__> @seen bjarni
20:54:39 <DorpsGek> __ln__: bjarni was last seen in #openttd 13 weeks, 5 days, 20 hours, 35 minutes, and 33 seconds ago: <Bjarni> heh
20:55:41 <__ln__> to whom do i complain about the metro connection of copenhagen airport then?
20:57:55 *** KritiK has joined #openttd
20:58:00 <brendan10211> @seen brendan10211
20:58:00 <DorpsGek> brendan10211: brendan10211 was last seen in #openttd 18 hours, 54 minutes, and 25 seconds ago: <brendan10211> lol
20:58:12 <brendan10211> <Bjarni> heh
20:58:14 <brendan10211> <brendan10211> lol
20:58:16 <brendan10211> :P
21:00:49 *** Brianetta has joined #openttd
21:11:19 *** TWerkhoven[l] has joined #openttd
21:16:28 *** Devroush has quit IRC
21:19:26 *** MagisterQuis1 has joined #openttd
21:20:22 *** MagisterQuis2 has joined #openttd
21:20:33 *** Devroush has joined #openttd
21:25:30 *** MagisterQuis2 has quit IRC
21:25:56 *** MagisterQuis has quit IRC
21:26:15 *** MagisterQuis has joined #openttd
21:27:31 *** MagisterQuis1 has quit IRC
21:37:54 <brendan10211> well well well
21:40:36 *** Devroush has quit IRC
21:51:54 <appe_> hm
21:52:04 <appe_> im running my openttd server on 100Mb
21:52:28 <appe_> though, when i launch a 2048x2048 server, the server response seems to lack
21:52:47 <frosch123> the connection speed only matters when joining
21:52:51 <appe_> hm, ok.
21:53:09 <appe_> i fail to see why a bigger map (without any players on it) would affect the bandwith.
21:53:18 <appe_> or well, it really doesnt, i have no idea what so ever why it lags.
21:53:30 <frosch123> what's the cpu load?
21:53:34 <planetmaker> hello
21:53:39 <frosch123> evening planetmaker :)
21:53:41 <SpComb> good publicity for OpenTTD, CVE identifiers :p
21:53:43 <appe_> frosch123: let's see.
21:54:09 <frosch123> SpComb: we have 2 or 3 every year
21:54:28 <appe_> frosch123: -none-
21:54:50 *** DDR has joined #openttd
21:55:18 <appe_> well
21:55:21 <appe_> the thing is
21:55:22 *** valhallasw has joined #openttd
21:55:31 <appe_> im running this on my htpc, and i do not want that :)
21:55:52 <appe_> i have a dedicated computer for it, but it's bound to be on 54Mbit wlan
21:55:57 <appe_> i guess that would be enough?
21:56:09 <appe_> ill marely have 2-4 users at the time, maximum
21:58:12 <SpComb> debian just published their security update for openttd
21:58:34 <SpComb> ..from back in aug/sep
21:59:05 <frosch123> so, those from 1.1.3 :p
22:04:46 *** Neon has quit IRC
22:07:55 <Terkhen> good night
22:09:36 *** andythenorth has left #openttd
22:14:48 <appe_> http://d24w6bsrhbeh9d.cloudfront.net/photo/1707541_460s_v1.jpg
22:16:44 *** snack23 has quit IRC
22:19:26 <frosch123> fps without gun :p
22:19:37 *** Devroush has joined #openttd
22:35:44 *** KouDy has quit IRC
22:40:59 *** Adambean has quit IRC
22:44:06 *** TGYoshi has quit IRC
22:44:30 *** HerzogDeXtEr1 has quit IRC
22:46:00 *** Chris_Booth has quit IRC
22:46:08 *** FLHerne has left #openttd
22:55:02 *** TWerkhoven[l] has quit IRC
22:55:18 <Rubidium> SpComb: which CVE identifier?
22:56:25 *** pugi has quit IRC
23:03:09 *** MJP has quit IRC
23:03:33 <brendan10211> wow
23:03:39 <brendan10211> so many quitting
23:11:40 *** Progman has quit IRC
23:13:35 <appe_> oh crud
23:13:43 <appe_> i didnt know airplanes broke down so fast
23:14:49 <brendan10211> lol
23:16:14 *** JVassie has quit IRC
23:30:40 *** sla_ro|master has quit IRC
23:39:09 *** frosch123 has quit IRC
23:49:39 *** Markavian` has joined #openttd
23:51:11 *** mkv` has joined #openttd
23:55:59 *** Markavian has quit IRC
23:57:23 *** Markavian has joined #openttd
23:57:32 *** Brianetta has quit IRC
23:57:41 *** Markavian` has quit IRC