IRC logs for #openttd on OFTC at 2016-12-04
⏴ go to previous day
00:04:01 <fonsinchen> TownCDrop to TownCGetYeti
00:04:42 <V453000> that's where they drop things and go obtain yetis
00:04:50 <V453000> would "unload and leave empty" order help?
00:04:53 <fonsinchen> Nuke preventer #2 does that
00:05:05 <fonsinchen> through implicit orders
00:05:19 <V453000> I don't get it at all :D
00:06:04 <fonsinchen> V453000: all other trains also have those two stations in their list, but not as subsequent stops
00:06:36 <fonsinchen> V453000: It evaluates all those conditions to see if it needs to keep the link alive that the nuke preventer created
00:06:41 <V453000> so removing the nuke preventer trains with implicit orders will help?
00:07:08 <V453000> but it won't solve it entirely right?
00:08:12 <fonsinchen> One obvious optimization would be to sort the order lists by the number of vehicles that follow them.
00:08:34 <fonsinchen> So, we check the few vehicles first and if they hit the link, we're done.
00:09:18 <fonsinchen> The more general solution would be to figure out that all those trains are actually the same and we need to only check one of them
00:12:01 <fonsinchen> We first check the first vehicle of each order list, then the second of each order list, etc.
00:12:29 <fonsinchen> If one vehicle of some order list hits the link we're very likely to check it early
00:13:01 <fonsinchen> ... unless it's the one vehicle that carries a different cargo than all others and sits at position 1432 :(
00:13:21 <V453000> jesus fuck I removed some nuke preventers and there is 73 more of them XD
00:17:14 <Wolf01> Lol, the only grf I'm missing is yeti extended :E
00:17:41 *** HerzogDeXtEr1 has joined #openttd
00:23:04 <Wolf01> I'm already getting it
00:29:16 <V453000> that's the easiest thing on this game :P
00:29:24 <V453000> just build road, let it grow
00:30:35 <V453000> fonsinchen: ok want a save without the nuke protection trains?
00:31:15 <V453000> I think it's a bit better
00:32:25 <V453000> hm idk now it happened quite similarly
00:32:34 <V453000> I have to go sleep, it's late
00:32:55 <V453000> will be around tomorrow :) and thank you very much for looking into it, it's amazing
00:47:16 <fonsinchen> After you remove the nuke protectors you still have to wait until all their links time out
01:00:06 *** Ethereal_Whisper has joined #openttd
01:07:13 <fonsinchen> Of course if one of those links actually times out, that is also the nuke protector doesn't visit it anymore, it still has to check the long list of trains.
01:20:38 <Wolf01> That game is cancer :D
01:33:01 *** chomwitt has joined #openttd
01:41:43 *** FLHerne_ has joined #openttd
02:08:36 *** Fatmice has joined #openttd
03:28:38 *** maciozo_ has joined #openttd
03:30:37 *** maciozo_ is now known as maciozo
05:12:58 *** tokai|noir has joined #openttd
05:12:58 *** ChanServ sets mode: +v tokai|noir
05:15:59 *** Speedy` has joined #openttd
05:16:10 *** Speedy` is now known as Speedy
05:30:44 *** Speedy` has joined #openttd
05:30:46 *** Speedy` is now known as Speedy
06:19:35 *** Smedles has joined #openttd
08:17:46 *** Smedles_ has joined #openttd
08:26:38 *** sla_ro|master has joined #openttd
08:48:59 *** andythenorth has joined #openttd
08:54:23 *** Progman has joined #openttd
10:56:42 <fonsinchen> V453000: I don't think it's possible to identify trains that are the same. Consider the following counter example:
10:57:16 <fonsinchen> You have an order list shared between two trains, same engine, same wagons, no refit, just different age (necessarily, as you have to buy them in some order)
10:57:51 <fonsinchen> The order list consists of two separate cycles, which is done by having order 3 jump back to order 1, and order 6 jump back to order 3.
10:58:17 <fonsinchen> There is a conditional link between the cycles, based on vehicle reliability.
10:58:48 <fonsinchen> One of the trains is travelling along the first loop, the other one along the second.
10:59:25 <fonsinchen> At some point the reliability of the older train will decrease, allowing it to cross over to the other loop.
11:00:12 <fonsinchen> Now, at the point when DeleteStaleLinks is called, you have two trains, exactly the same engine and wagons, heading on the same order to the same station, but doing radically different things.
11:00:31 <fonsinchen> I think there is no way to find out about this without emulating the orders.
11:05:10 <fonsinchen> The order language might actually be turing complete. You have conditional branches and the ability to read (conditions) and write (refit) data. You probably need some strange contraptions to make sure you read the same data you've written before, but it might be possible.
11:05:37 <fonsinchen> Well, the data tape is not very long
11:07:42 <fonsinchen> So, maybe we just need a setting to turn off the link graph.
11:11:48 <fonsinchen> Unfortunately I don't have the time to figure out how the settings system works right now, but once you know it should be trivial to hide all link graph related activity behind some if (...)
11:17:47 <fonsinchen> Actually, the only thing you have to do is make sure that GoodsEntry::link_graph always remains INVALID_LINK_GRAPH, by changing IncreaseStats and UpdateStationWaiting accordingly. OK, let me try ...
11:19:32 <Eddi|zuHause> settings are "easy", just need an entry in settings.ini and one in settings_gui.cpp (i think)
11:19:49 <Eddi|zuHause> and bump the savegame version by 1
11:31:35 <fonsinchen> Or we recycle the link graph interval setting for this. If you set the link graph interval to "never", we can skip updating the flows altogether. So far there is no value for "never", but 0 should do.
11:44:18 *** welshdragon has joined #openttd
11:48:00 <Eddi|zuHause> i'd prefer a separate "disable linkgraph if cargodist is disabled" setting
11:48:31 <V453000> makes a lot of sense to me
11:48:42 <V453000> also hello gentlemen :)
11:54:43 <fonsinchen> Let's not clutter the settings GUI even further. There is no central place to disable cargodist. You can do that individually for different types of cargo.
11:55:19 <V453000> that's just 1 place with 2 buttons, no?
11:55:23 <Eddi|zuHause> yes, but if you enable any one of them, you shouldn't have to tinker with the linkgraph interval to make it work again
11:55:52 <Eddi|zuHause> could also be a hidden setting
11:55:58 <fonsinchen> The cleanest way would be to just skip the updates for the cargos that are set to "manual"
11:56:05 <fonsinchen> no further settings needed then.
11:56:35 <fonsinchen> Drops the feature of seeing the link graph in the smallmap in that case, though.
11:58:30 <V453000> I mean, can I test it somehow?
11:59:38 <V453000> I don't really understand openttd code ;P
12:00:43 <fonsinchen> Argh, the vehicles can refit. So we don't know in advance if we need to emulate their orders in order to cover the automatically routed cargoes.
12:01:26 <Eddi|zuHause> then you can only disable the linkgraph if ALL cargodist settings are off
12:04:08 <fonsinchen> Well ... DeleteStaleLinks knows which cargoes it wants to check. So we can drop the "is alive" check on manually routed cargoes and just delete the link when it seems dead. That is indeed very simple.
12:04:59 <fonsinchen> You'll get some fluctuation on rarely visited links for manually routed cargo then, but that would be the only downside.
12:05:54 *** Biolunar has joined #openttd
12:10:17 *** Wormnest has joined #openttd
12:40:08 <fonsinchen> So, who is going to review those?
12:42:07 <Eddi|zuHause> i think frosch is the most active dev these days
12:42:38 <fonsinchen> Should I wait for him or just commit the stuff? I have to leave in about half an hour ...
12:43:22 <Eddi|zuHause> i can't tell you either way
12:59:17 <andythenorth> probably better to wait
12:59:32 * andythenorth prefers to see stuff just committed, personally
12:59:55 <andythenorth> but when it goes wrong, it demotivates whoever has to unpick the result
13:00:11 <andythenorth> and we don’t have many active contributors left :)
13:25:12 *** frosch123 has joined #openttd
13:35:52 <andythenorth> can I check the class of a cargo during cargo_subtype_text cb?
13:36:02 * andythenorth thought it was possible, but getting odd results
13:39:28 <frosch123> is there an option in github to show a diff without whitespace/indentation changes?
13:41:18 <frosch123> there is only the split view, but that also does not align the lines as i hope
13:42:18 <andythenorth> wow that’s a much smaller diff :)
13:43:51 <frosch123> well, posted my review in .dev
13:48:58 <andythenorth> it’s default, 25% under-load, 25% over-load
13:49:10 <andythenorth> there are no bonuses or penalties
13:56:20 *** HerzogDeXtEr has joined #openttd
14:19:58 *** chomwitt has joined #openttd
14:24:33 *** Myhorta has joined #openttd
15:11:13 <V453000> andythenorth: do the graphics change?
15:14:24 <andythenorth> that would be different model
15:18:31 <andythenorth> I am play-testing whether it’s worth it
15:21:41 *** Alberth has joined #openttd
15:21:41 *** ChanServ sets mode: +o Alberth
15:47:14 *** maciozo has joined #openttd
15:53:51 *** BluesInTheNet has joined #openttd
16:03:33 *** FLHerne has joined #openttd
16:17:56 *** umgeher_ has joined #openttd
16:43:12 <andythenorth> steeltown is nuts
16:57:04 <Alberth> so I should play it with NUTS too?
16:58:02 <Alberth> I guess I should try that :)
17:08:01 <andythenorth> Iron Horse has the metal wagons
17:08:08 <andythenorth> but nuts is…nuts
17:08:58 <frosch123> maybe heavy metal should be transported on motor bikes
17:09:16 <andythenorth> what about coke and slag?
17:09:34 * andythenorth keeps making grfs with unfortunate double references
17:09:53 <frosch123> coke is a santa thing
17:14:57 * andythenorth is providing explanations for some of the more unusal FIRS cargos
17:15:05 <andythenorth> I will probably regret this, due to the foamers :P
17:15:17 <Alberth> you just live in the wrong country :)
17:15:22 <andythenorth> do I need to provide one for Alcohol? :P
17:17:03 <Alberth> "The FIRS author could not bear having an economy without the stuff" ?
17:21:35 <Lejving> hows it going with 27681 any news yet?
18:07:41 <DorpsGek> Alberth: Commit r27681 doesn't exists
18:24:23 *** FLHerne has joined #openttd
18:30:15 *** FLHerne has joined #openttd
18:52:18 <andythenorth> Do I need explanatory text for Explosives cargo? o_O
18:54:58 <goodger> andythenorth: do a patch to cause a 0.00001/s chance that an explosives train will explode
18:59:52 <frosch123> hmm, the engsup description does not fit :p
19:02:11 <Wolf01> Expandable as a treeview?
19:02:15 <Alberth> build tool is also combined?
19:02:41 <Alberth> if so, I'd just merge it in the infrastructure window too
19:02:45 <frosch123> Alberth: build tools: yes, vehicle list: currently no
19:03:02 <frosch123> Wolf01: i just did it the same as for railtypes
19:03:04 <Alberth> ah, nicely consistent :p
19:03:19 <frosch123> there are separate costs involved
19:03:26 *** arayawa has joined #openttd
19:03:27 *** Llewellynn has joined #openttd
19:03:27 *** Marcuslus has joined #openttd
19:03:56 *** Gwyneiraarn94 has joined #openttd
19:03:57 *** suLLaTNoS has joined #openttd
19:03:57 *** shatskrin has joined #openttd
19:03:57 *** Morwerthira has joined #openttd
19:03:58 <Alberth> but it make sense to split the vehicle list imho
19:04:10 <Wolf01> Time to restrict channel joins?
19:04:27 *** _MYRGJLJ_330 has joined #openttd
19:04:27 *** Temerum has joined #openttd
19:04:29 *** freyjardr has joined #openttd
19:04:43 <frosch123> is there trouble ahead?
19:04:57 *** llIAnniD has joined #openttd
19:04:57 *** ICOVELLAUES has joined #openttd
19:05:01 <Wolf01> Btw, what about if we add more infrastructure for each type?
19:05:27 *** blodeuwelis has joined #openttd
19:05:27 *** Pavlicov has joined #openttd
19:05:57 *** hectores has joined #openttd
19:05:57 *** ArCiNtHnIa has joined #openttd
19:06:57 *** SZKUSKI has joined #openttd
19:08:00 <Alberth> if road types have different infra structure than trams, it makes sense to split it in the infra structure window
19:12:46 <Wolf01> Btw, I would have loved the catenary as an addon (on rails too), so you don't need 2 types of the very same track/road to add a catenary to it, maybe the road/rail type only defines how the catenary built over it should look and how much it costs to build/maintain
19:12:47 *** _xXOosawadaobaXx_ has joined #openttd
19:12:47 *** _Galaharnt97_ has joined #openttd
19:12:47 *** WEohsTAnulF has joined #openttd
19:12:47 *** xXArellanoXx has joined #openttd
19:12:47 *** barnett has joined #openttd
19:12:47 *** xXHestoclelesXx has joined #openttd
19:12:47 *** DENTATUSNUS has joined #openttd
19:12:47 *** xXBaSzAsKiXx has joined #openttd
19:12:47 *** sveigarr has joined #openttd
19:12:47 *** frumblul has joined #openttd
19:12:47 *** xXElinorsXx has joined #openttd
19:12:47 *** _hjalmr_ has joined #openttd
19:12:47 *** rrangann763 has joined #openttd
19:12:47 *** Dreasis has joined #openttd
19:12:47 *** MENELAId has joined #openttd
19:12:47 *** _WHEAT_ has joined #openttd
19:12:47 *** Ennilldr has joined #openttd
19:12:47 *** Andraia has joined #openttd
19:12:47 *** Antonky has joined #openttd
19:12:47 *** helgiBIl has joined #openttd
19:12:47 *** luculleous has joined #openttd
19:12:47 *** enNiLtt has joined #openttd
19:12:47 *** YaMaMoToKa has joined #openttd
19:12:47 *** Atepomia has joined #openttd
19:12:47 *** Cynebda has joined #openttd
19:12:47 *** JeDiDiM has joined #openttd
19:12:47 *** Gwenlliaen has joined #openttd
19:12:47 *** OOSHRA5 has joined #openttd
19:12:48 *** Barskets has joined #openttd
19:12:48 *** Oforfer has joined #openttd
19:12:48 *** weohstanif has joined #openttd
19:12:48 *** Icollnos has joined #openttd
19:12:48 *** OsBeOfWiLd has joined #openttd
19:12:48 *** meirionaor has joined #openttd
19:12:48 *** RELASDO has joined #openttd
19:12:48 *** CERIDWALINT has joined #openttd
19:12:48 *** AFANASNOV43 has joined #openttd
19:12:48 *** _Filochki_04 has joined #openttd
19:12:48 *** xXGwenfreynXx863 has joined #openttd
19:12:48 *** Eilwean has joined #openttd
19:12:48 *** Osmunar has joined #openttd
19:12:48 *** Elwinfriund has joined #openttd
19:12:48 *** HALLVARNG has joined #openttd
19:12:48 *** _xXRvalrrXx_ has joined #openttd
19:12:48 *** OoHiRaMa has joined #openttd
19:12:48 *** Hjalmne has joined #openttd
19:12:48 *** RSGRANNNI has joined #openttd
19:12:48 *** Hrethorka has joined #openttd
19:12:48 *** LlEwElYnDyN has joined #openttd
19:12:48 *** dunning has joined #openttd
19:12:48 *** MALAKOVSIN has joined #openttd
19:12:48 *** Destles has joined #openttd
19:12:48 *** Soberor has joined #openttd
19:12:48 *** Deinifin has joined #openttd
19:12:48 *** cidiuwch has joined #openttd
19:12:48 *** Isgleed4 has joined #openttd
19:12:48 *** _Aldikr_ has joined #openttd
19:12:48 *** Artemisdas has joined #openttd
19:12:48 *** Flossie has joined #openttd
19:12:48 *** Cinniusius has joined #openttd
19:12:48 *** toyotsuta has joined #openttd
19:12:48 *** _MEGOWN_ has joined #openttd
19:12:48 *** HRUNTILD has joined #openttd
19:12:48 *** Simmering has joined #openttd
19:12:48 *** Ynhildrun has joined #openttd
19:12:48 *** Suitato has joined #openttd
19:12:48 *** FeRrIeR has joined #openttd
19:12:48 *** rifullor has joined #openttd
19:12:48 *** xXfoldardrrdrXx has joined #openttd
19:12:48 *** xXDeWyDdYnNXx9 has joined #openttd
19:12:48 *** _Savitch_ has joined #openttd
19:12:48 *** eimdallpul has joined #openttd
19:12:48 *** xX_veram_Xx has joined #openttd
19:12:48 *** Godwiae has joined #openttd
19:12:48 *** xX_SUNNGIAE_Xx has joined #openttd
19:12:48 *** CZEWSKRKO has joined #openttd
19:12:48 *** SIEROKI has joined #openttd
19:12:48 *** struCLa has joined #openttd
19:12:48 *** glaedrht has joined #openttd
19:12:48 *** _IDoSoEST_ has joined #openttd
19:12:48 *** TAGIRAIARA has joined #openttd
19:12:48 *** _jehdeph_ has joined #openttd
19:12:48 *** CoLlUrA has joined #openttd
19:12:48 *** xX_Biryukovsky_Xx has joined #openttd
19:12:48 *** xXSaHaKuGiKiXx has joined #openttd
19:12:48 *** TUCCCUS has joined #openttd
19:12:48 *** Zechaelael has joined #openttd
19:12:48 *** _orloVKy_0 has joined #openttd
19:12:48 *** xXPiesiolaXx has joined #openttd
19:12:48 *** Cassimoppe has joined #openttd
19:12:48 *** GUINEVERWYN has joined #openttd
19:12:48 *** _elreweae_33 has joined #openttd
19:12:48 *** sOcrAEUs has joined #openttd
19:12:48 *** _Hranger_127 has joined #openttd
19:12:48 *** Meretem has joined #openttd
19:12:48 *** rONwArt has joined #openttd
19:12:48 *** xXElNAtHELXx has joined #openttd
19:12:48 *** BEYLAKA443 has joined #openttd
19:12:48 *** xX_DeTrImUa_Xx has joined #openttd
19:12:48 *** Ooyamda has joined #openttd
19:12:48 *** Rotutlos has joined #openttd
19:12:48 *** HoUdOuSaI has joined #openttd
19:12:48 *** DaGfInR has joined #openttd
19:12:48 *** Nehemiaah has joined #openttd
19:12:48 *** xXCICOLLSUSXx has joined #openttd
19:12:48 *** HoWaRtH has joined #openttd
19:12:48 *** VISHNEOV has joined #openttd
19:12:48 *** HUGASNG has joined #openttd
19:12:48 *** THUNDHUD has joined #openttd
19:12:48 *** besziak has joined #openttd
19:12:48 *** VALGNDR has joined #openttd
19:12:48 *** Nerthoreti has joined #openttd
19:12:48 *** sTaFldr has joined #openttd
19:12:48 *** TRAZENDOAVA has joined #openttd
19:12:48 *** JeHoRaIm has joined #openttd
19:12:48 *** xXREPHATIAHXx has joined #openttd
19:12:48 *** VaUgHnDd has joined #openttd
19:12:48 *** xXKradelXx has joined #openttd
19:12:48 *** _cerrfan_5 has joined #openttd
19:12:48 *** Andinusos has joined #openttd
19:12:48 *** GEFJOUND has joined #openttd
19:12:48 *** Godwiro has joined #openttd
19:12:48 *** Ostoore has joined #openttd
19:12:48 *** Condaan has joined #openttd
19:12:48 *** xXdELLInTRA62Xx has joined #openttd
19:12:48 *** gwenfrrin has joined #openttd
19:12:48 *** Beowuald has joined #openttd
19:12:48 *** HoRiGuTa has joined #openttd
19:12:48 *** Philones has joined #openttd
19:12:48 *** xXYOSHIIDAXx has joined #openttd
19:12:48 *** ShArKeY has joined #openttd
19:12:48 *** xXICAUNUWYNXx has joined #openttd
19:12:48 *** Olwinsi has joined #openttd
19:12:48 *** AgEnOeR has joined #openttd
19:12:48 *** Sextiusllo has joined #openttd
19:12:48 *** Rrangigu has joined #openttd
19:12:48 *** Schepker has joined #openttd
19:12:48 *** Horatiaus has joined #openttd
19:12:48 *** AlIeSiNtA has joined #openttd
19:12:48 *** gWENtan has joined #openttd
19:12:48 *** eadwrht has joined #openttd
19:12:48 *** Gedalim has joined #openttd
19:12:48 *** _Wiglaro03_ has joined #openttd
19:12:48 *** MEREWIWEN has joined #openttd
19:12:48 *** Aelfrrg has joined #openttd
19:12:48 *** hrethrr has joined #openttd
19:12:48 *** xXFItElaIOXx901 has joined #openttd
19:12:48 *** RUdiAna has joined #openttd
19:12:48 *** Dagfinnfr has joined #openttd
19:12:48 *** eormenles has joined #openttd
19:12:48 *** OOTAKAWNO has joined #openttd
19:12:48 *** Mektaski has joined #openttd
19:12:48 *** GwEnNeOs has joined #openttd
19:12:48 *** Beksaara has joined #openttd
19:12:48 *** Drystel has joined #openttd
19:12:48 *** _xXCadfaenidXx_ has joined #openttd
19:12:48 *** bRoNDElAF has joined #openttd
19:12:48 *** _xXEADWINFRARDXx_ has joined #openttd
19:12:48 *** theanaxra has joined #openttd
19:12:48 *** Eleazadad has joined #openttd
19:12:48 *** Equitus has joined #openttd
19:12:48 *** xXSvanhilrrXx227 has joined #openttd
19:12:48 *** ElBeOfOfU has joined #openttd
19:12:48 *** MORIMOUDA has joined #openttd
19:12:48 *** Mateski has joined #openttd
19:12:48 *** NEWBOld has joined #openttd
19:12:48 *** Maggard77 has joined #openttd
19:12:48 *** Laodone has joined #openttd
19:12:48 *** Sveiri457 has joined #openttd
19:12:48 *** SeAxNeAtRe has joined #openttd
19:12:48 *** _Helicmas_ has joined #openttd
19:12:48 *** PILAKHA has joined #openttd
19:12:48 *** _Corvinius_ has joined #openttd
19:12:48 *** Eadwinae has joined #openttd
19:12:48 *** Wodallnj has joined #openttd
19:12:48 *** _VASTARDIS_ has joined #openttd
19:12:48 *** itaharase360 has joined #openttd
19:12:48 *** xXWarchuki407Xx has joined #openttd
19:12:48 *** _xXHaMaIcXx_ has joined #openttd
19:12:48 *** BEOWULFIEOM21 has joined #openttd
19:12:48 *** Gruffen has joined #openttd
19:12:48 *** Ingsbaerv has joined #openttd
19:12:48 *** ALISAMALIS has joined #openttd
19:12:48 *** GwYnFlA64 has joined #openttd
19:12:48 *** Aquiliusnas has joined #openttd
19:12:48 *** xXGEDALEELAZXx has joined #openttd
19:12:48 *** Polskiina has joined #openttd
19:12:48 *** DWYFALIO has joined #openttd
19:12:48 *** Jocasice has joined #openttd
19:12:48 *** _xXSigtryggrekkXx_ has joined #openttd
19:12:48 *** Fukunagaota has joined #openttd
19:12:48 *** _loptasrt132_ has joined #openttd
19:12:48 *** Petrogiov has joined #openttd
19:12:48 *** Eucliyta has joined #openttd
19:12:48 *** xXAeronnedXx03 has joined #openttd
19:12:48 *** xXoloseXx has joined #openttd
19:12:48 *** LUBASKI has joined #openttd
19:12:48 *** RhIaNuAn has joined #openttd
19:12:48 *** Eldaram has joined #openttd
19:12:48 *** DzIcElA has joined #openttd
19:12:48 *** Sullatucos has joined #openttd
19:12:48 *** CaErWeNdD has joined #openttd
19:12:48 *** xXAlAtNyEvXx has joined #openttd
19:12:48 *** NeMeIoS has joined #openttd
19:12:48 *** Telemces has joined #openttd
19:12:48 *** Osbeofrld has joined #openttd
19:12:48 *** GWILLYWELDA has joined #openttd
19:12:48 *** Laodamaseus has joined #openttd
19:12:48 *** PLUMBER has joined #openttd
19:12:48 *** ArAkIgI has joined #openttd
19:12:48 *** Hallbdr has joined #openttd
19:12:48 *** LAZYNASZ has joined #openttd
19:12:48 *** Brezhev has joined #openttd
19:12:48 *** akumovov has joined #openttd
19:12:48 *** xXjOThAeLeLXx184 has joined #openttd
19:12:48 *** Manuelito has joined #openttd
19:12:48 *** Hefinor has joined #openttd
19:12:48 *** frankyn has joined #openttd
19:12:48 *** Heliceus3 has joined #openttd
19:12:48 *** xXBeowulfngaXx has joined #openttd
19:12:48 *** Moritanou has joined #openttd
19:12:48 *** BEaliAHAz has joined #openttd
19:12:48 *** _xXHERTEITHRJXx_ has joined #openttd
19:12:48 *** xXCaDfArYnXx616 has joined #openttd
19:12:48 *** xX_Gethel_Xx has joined #openttd
19:12:48 *** xXMalickiewkiXx has joined #openttd
19:12:48 *** KADAOto has joined #openttd
19:12:48 *** shatskyman has joined #openttd
19:12:48 *** xXrifugerXx has joined #openttd
19:12:48 *** GAGARISTOKOV has joined #openttd
19:12:48 *** Rudinunos has joined #openttd
19:12:48 *** Ojimaidaga has joined #openttd
19:12:48 *** xXHelgaldXx543 has joined #openttd
19:12:48 *** MiStGgJ has joined #openttd
19:12:48 *** xXEyvinllXx has joined #openttd
19:12:48 *** PORCIIUS has joined #openttd
19:12:48 *** Demoleoea has joined #openttd
19:12:48 *** keithley has joined #openttd
19:12:48 *** BLODwOS has joined #openttd
19:12:48 *** MaIrWeRaEl has joined #openttd
19:12:48 *** Cullana has joined #openttd
19:12:48 *** Gawairwein786 has joined #openttd
19:12:48 *** grebskak has joined #openttd
19:12:48 *** GaReThUr has joined #openttd
19:12:48 *** Khrusupogov has joined #openttd
19:12:48 *** cometta has joined #openttd
19:12:48 *** ceriddylos has joined #openttd
19:12:48 *** Sabatelli has joined #openttd
19:12:48 *** Eastwood19 has joined #openttd
19:12:48 *** Calviuius has joined #openttd
19:12:48 *** xXzhukovrovXx4 has joined #openttd
19:12:48 *** Ergljarr has joined #openttd
19:12:48 *** xXCassegomawnXx has joined #openttd
19:12:48 *** Ingvaldrfr has joined #openttd
19:12:48 *** VEDIULIUS has joined #openttd
19:12:48 *** owelldd has joined #openttd
19:12:48 *** HyPaTrEuDeS has joined #openttd
19:12:48 *** _Sigmudri_ has joined #openttd
19:12:48 *** Trahefor has joined #openttd
19:12:48 *** SNORRIAND has joined #openttd
19:12:48 *** Ysbadta has joined #openttd
19:12:48 *** kasparovnov has joined #openttd
19:12:48 *** Garmuld has joined #openttd
19:12:48 *** xX_Niitakhi_Xx has joined #openttd
19:12:48 *** TAMESMMA has joined #openttd
19:12:48 *** xXENNILDUL11Xx has joined #openttd
19:12:48 *** AISHIHI has joined #openttd
19:12:48 *** Aliesidd has joined #openttd
19:12:48 *** _xXNehemiahakXx_ has joined #openttd
19:12:48 *** Consoado95 has joined #openttd
19:12:48 *** hanGhli has joined #openttd
19:12:48 *** AMBUSTOS has joined #openttd
19:12:48 *** lEOniDesSTa has joined #openttd
19:12:48 *** Lluisis has joined #openttd
19:12:48 *** _Curiatus_ has joined #openttd
19:12:48 *** Malakovrov has joined #openttd
19:12:48 *** _MuNtEr_735 has joined #openttd
19:12:48 *** Hrafnatr has joined #openttd
19:12:48 *** Svanhilrir has joined #openttd
19:12:48 *** _Rimnirvi86_ has joined #openttd
19:12:48 *** MOSTRAOS has joined #openttd
19:12:48 *** Southerly has joined #openttd
19:12:48 *** xX_HELEDTH_Xx has joined #openttd
19:12:48 *** Geirskun has joined #openttd
19:12:48 *** _Lebedkov_ has joined #openttd
19:12:48 *** Godwinaed has joined #openttd
19:12:48 *** Pacilto has joined #openttd
19:12:48 *** Adachano has joined #openttd
19:12:48 *** xXAnrhonenXx16 has joined #openttd
19:12:48 *** xXLlywelelXx has joined #openttd
19:12:48 *** CURSOSA has joined #openttd
19:12:48 *** Artenkmov has joined #openttd
19:12:48 *** Valgaldragu has joined #openttd
19:12:48 *** Dobrikohov has joined #openttd
19:12:48 *** xX_Zobel_Xx has joined #openttd
19:12:48 *** TEnNIWyn has joined #openttd
19:12:48 *** xXRendzikiXx has joined #openttd
19:12:48 *** EoFoRhIrIc has joined #openttd
19:12:48 *** xXBealieliahXx has joined #openttd
19:12:48 *** xXCaSsEgUsBoNXx14 has joined #openttd
19:12:48 *** Merewinre has joined #openttd
19:12:48 *** _NcIpE_ has joined #openttd
19:12:48 *** proninusfus has joined #openttd
19:12:48 *** Yusuposky has joined #openttd
19:12:48 *** xXHERTESFA552Xx has joined #openttd
19:12:48 *** osbeourh has joined #openttd
19:12:48 *** _CEFIGAN_ has joined #openttd
19:12:48 *** xXOssasunoXx has joined #openttd
19:12:48 *** OuTrOsNhA has joined #openttd
19:12:48 *** Androceus has joined #openttd
19:12:48 *** xXhjalgulXx has joined #openttd
19:12:48 *** _Mangano_5 has joined #openttd
19:12:48 *** Hyledcyn has joined #openttd
19:12:48 *** Osbeoic has joined #openttd
19:12:48 *** Heremolh has joined #openttd
19:12:48 *** Mariusnus77 has joined #openttd
19:12:48 *** Stasiak has joined #openttd
19:12:48 *** INGVILDAGN has joined #openttd
19:12:48 *** Gulbdan has joined #openttd
19:12:48 *** Oohashchi has joined #openttd
19:12:48 *** PAPIRIUMUS has joined #openttd
19:12:48 *** abnobagus has joined #openttd
19:12:48 *** Ingwiglhro has joined #openttd
19:12:48 *** philomena has joined #openttd
19:12:48 *** griffior has joined #openttd
19:12:48 *** Caswnon has joined #openttd
19:12:48 *** Bricula has joined #openttd
19:12:48 *** GaSaHtA has joined #openttd
19:12:48 *** aNNEIuSgUs has joined #openttd
19:12:48 *** NAPILINEK16 has joined #openttd
19:12:48 *** eoforwinund has joined #openttd
19:12:48 *** cerysian346 has joined #openttd
19:12:48 *** AUNURTA has joined #openttd
19:12:48 *** Mhildgr has joined #openttd
19:12:48 *** _TAKANAWA_ has joined #openttd
19:12:48 *** CaTilUSus has joined #openttd
19:12:48 *** Medesmas has joined #openttd
19:12:48 *** _xXquilhXx_ has joined #openttd
19:12:48 *** OoTsUkDa has joined #openttd
19:12:48 *** _elosa_ has joined #openttd
19:12:48 *** HAYASHIWANO has joined #openttd
19:12:48 *** _Gwiliesen_ has joined #openttd
19:12:48 *** FrAnKsLa2 has joined #openttd
19:12:48 *** sinfger has joined #openttd
19:12:48 *** KINJOEKI has joined #openttd
19:12:48 *** _GeiRAeR2_ has joined #openttd
19:12:48 *** Aksakky has joined #openttd
19:12:48 *** ventoer has joined #openttd
19:12:48 *** REGULRES has joined #openttd
19:12:48 *** AELFFRI has joined #openttd
19:12:48 *** Wilheardae has joined #openttd
19:12:48 *** Perceyn has joined #openttd
19:12:48 *** cidinusina has joined #openttd
19:12:48 *** ArIsTaEs has joined #openttd
19:12:48 *** UCHIiHI741 has joined #openttd
19:12:48 *** bealiakiel has joined #openttd
19:12:48 *** Kurniak98 has joined #openttd
19:12:48 *** xXEadgyaeXx has joined #openttd
19:12:48 *** Broadnax445 has joined #openttd
19:12:48 *** koroleur has joined #openttd
19:12:48 *** skilfinn has joined #openttd
19:12:48 *** vIbIUNiuUS has joined #openttd
19:12:48 *** Baraclet has joined #openttd
19:12:48 *** Pecatoste has joined #openttd
19:12:48 *** Dagfinnrldr has joined #openttd
19:12:48 *** SCRIBIUUS has joined #openttd
19:12:48 *** nuciusrva has joined #openttd
19:12:48 *** Wodowskki has joined #openttd
19:12:48 *** QUISTASA has joined #openttd
19:12:48 *** STUMBIGT has joined #openttd
19:12:48 *** _ChereNKa_ has joined #openttd
19:12:48 *** Winchenbach has joined #openttd
19:12:48 *** wuLFiALd has joined #openttd
19:12:48 *** poLANdcz has joined #openttd
19:12:48 *** Ouvinas has joined #openttd
19:12:48 *** Lograde has joined #openttd
19:12:48 *** PLICOSIS has joined #openttd
19:12:48 *** _xXMitchemXx_ has joined #openttd
19:12:48 *** Jehiema has joined #openttd
19:12:48 *** gefjmul has joined #openttd
19:12:48 *** Vagnbja has joined #openttd
19:12:48 *** Anaximsus has joined #openttd
19:12:48 *** xXCedrickXx84 has joined #openttd
19:12:48 *** ARNBJSTA has joined #openttd
19:12:48 *** xXHeliantorXx has joined #openttd
19:12:48 *** anTEnIaebE310 has joined #openttd
19:12:48 *** FrontvA has joined #openttd
19:12:48 *** THEStorMaS has joined #openttd
19:12:48 *** xXtOutATIsTaXx6 has joined #openttd
19:12:48 *** Adsullataio has joined #openttd
19:12:48 *** mARUdien has joined #openttd
19:12:48 *** Beckizny has joined #openttd
19:12:48 *** TRAHERNWEN has joined #openttd
19:12:48 *** Wertiing has joined #openttd
19:12:48 *** SHEAZAHAZ has joined #openttd
19:12:48 *** Mairwenyn has joined #openttd
19:12:48 *** GELDOKI has joined #openttd
19:12:48 *** hoRiArA has joined #openttd
19:12:48 *** _Elfriri454_ has joined #openttd
19:12:48 *** Contrevis has joined #openttd
19:12:48 *** Ohtherebeer has joined #openttd
19:12:48 *** _BuDrEwIiOr_ has joined #openttd
19:12:48 *** Shiyara has joined #openttd
19:12:48 *** _xXNantonniaXx_ has joined #openttd
19:12:48 *** _Faires_ has joined #openttd
19:12:48 *** xX_Arintawn_Xx has joined #openttd
19:12:48 *** Hiratouima has joined #openttd
19:12:48 *** Herebealow has joined #openttd
19:12:48 *** xXNnillrXx has joined #openttd
19:12:48 *** _Ootsono_ has joined #openttd
19:12:48 *** xX_segashni_Xx has joined #openttd
19:12:48 *** Hallvarir has joined #openttd
19:12:48 *** xXsvipallngrXx7 has joined #openttd
19:12:48 *** Llewelynym has joined #openttd
19:12:48 *** Xenopth has joined #openttd
19:12:48 *** Eowulfgang has joined #openttd
19:12:48 *** Annaevoina has joined #openttd
19:12:48 *** bragrgr has joined #openttd
19:12:48 *** xXSooXx has joined #openttd
19:12:48 *** sigtryggdr has joined #openttd
19:12:48 *** pedraza has joined #openttd
19:12:48 *** Elzapael has joined #openttd
19:12:48 *** Hirakhii has joined #openttd
19:12:48 *** Gwennees has joined #openttd
19:12:48 *** Raamiiah has joined #openttd
19:12:48 *** NJORDLR has joined #openttd
19:12:48 *** Xenopes has joined #openttd
19:12:48 *** xXEardelfXx has joined #openttd
19:12:48 *** AzaziIah has joined #openttd
19:12:48 *** Heancus has joined #openttd
19:12:48 *** HIBBITTS has joined #openttd
19:12:48 *** Volaius has joined #openttd
19:12:48 *** _LEUcELus_ has joined #openttd
19:12:48 *** SHEALIAIAH has joined #openttd
19:12:48 *** cirrincione has joined #openttd
19:12:48 *** Ganteuro has joined #openttd
19:12:48 *** KaNaUhIi has joined #openttd
19:12:48 *** euRobuTIs has joined #openttd
19:12:48 *** Talfrynyn has joined #openttd
19:12:48 *** xXEFFIEXx has joined #openttd
19:12:48 *** Carwyena has joined #openttd
19:12:48 *** Indonta has joined #openttd
19:12:48 *** Gwendona has joined #openttd
19:12:48 *** Ideguoto has joined #openttd
19:12:48 *** _ARTEGUM_ has joined #openttd
19:12:48 *** _SeNtIuNuS_ has joined #openttd
19:12:48 *** Arinrov has joined #openttd
19:12:48 *** Adackiski has joined #openttd
19:12:48 *** ARrIagA has joined #openttd
19:12:48 *** Gwenythdd has joined #openttd
19:12:48 *** gOLLoGU has joined #openttd
19:12:48 *** eleazma has joined #openttd
19:12:48 *** Eanmundies has joined #openttd
19:12:48 *** Heoroeca has joined #openttd
19:12:48 *** Sveifrsl has joined #openttd
19:12:48 *** mitanikaama has joined #openttd
19:12:48 *** _FrAnKfOr_ has joined #openttd
19:12:48 *** MEREREDYN has joined #openttd
19:12:48 *** IOLYWeLYN has joined #openttd
19:12:48 *** Nantoeli has joined #openttd
19:12:48 *** xXPANDOLUSXx has joined #openttd
19:12:48 *** KuCiJaN has joined #openttd
19:12:48 *** Cantwell has joined #openttd
19:12:48 *** Theseuster has joined #openttd
19:12:48 *** Saxnana has joined #openttd
19:12:48 *** Ingvarrkr has joined #openttd
19:12:48 *** Eadbeorar has joined #openttd
19:12:48 *** xXPovishnovXx has joined #openttd
19:12:48 *** DEPOISTA has joined #openttd
19:12:48 *** demoson has joined #openttd
19:12:48 *** SuLlAwNnA has joined #openttd
19:12:48 *** MEINIRLYN has joined #openttd
19:12:48 *** geirlfr has joined #openttd
19:12:48 *** Glynned has joined #openttd
19:12:48 *** Brosingngs has joined #openttd
19:12:48 *** Vosegomnua8 has joined #openttd
19:12:48 *** Ceriolo has joined #openttd
19:12:48 *** xXceTiurAXx has joined #openttd
19:12:48 *** _tetheus_9 has joined #openttd
19:12:48 *** Cassiniero has joined #openttd
19:12:48 *** Angharalys has joined #openttd
19:12:48 *** xXHARMESEBEXx has joined #openttd
19:12:48 *** Ecgweric has joined #openttd
19:12:48 *** SaNjUaNiTa has joined #openttd
19:12:48 *** Mikol00 has joined #openttd
19:12:48 *** Demolybne has joined #openttd
19:12:48 *** xXAdesdesXx2 has joined #openttd
19:12:48 *** Gullvevi03 has joined #openttd
19:12:48 *** Adworak has joined #openttd
19:12:48 *** Brondingst has joined #openttd
19:12:48 *** ILHOSSOS has joined #openttd
19:12:48 *** _Lynicsus15_ has joined #openttd
19:12:48 *** ragnbri has joined #openttd
19:12:48 *** paStOrE has joined #openttd
19:12:48 *** fornisi has joined #openttd
19:12:48 *** _xXHennttXx_ has joined #openttd
19:12:48 *** glyniin has joined #openttd
19:12:48 *** Hangadnir has joined #openttd
19:12:48 *** xX_Llionus_Xx has joined #openttd
19:12:48 *** _SNOTGG_ has joined #openttd
19:12:48 *** BrAuTmR has joined #openttd
19:12:48 *** Tarafan has joined #openttd
19:12:48 *** Elmaine has joined #openttd
19:12:48 *** ThEnAeUs has joined #openttd
19:12:48 *** RaGnVaLnGa has joined #openttd
19:12:48 *** _EPOMARUSIS_ has joined #openttd
19:12:48 *** Cribius has joined #openttd
19:12:48 *** Falsilhe has joined #openttd
19:12:48 *** NEmeRtrUS has joined #openttd
19:12:48 *** DaNeLf4 has joined #openttd
19:12:48 *** Brynhildrgfr has joined #openttd
19:12:48 *** LlInOsRtH53 has joined #openttd
19:12:48 *** VILISNH has joined #openttd
19:12:48 *** Sveinrr has joined #openttd
19:12:48 *** ScEaDaS has joined #openttd
19:12:48 *** Enriguez has joined #openttd
19:12:48 *** EURYDINI has joined #openttd
19:12:48 *** POisSEu has joined #openttd
19:12:48 *** HEIMDUL has joined #openttd
19:12:48 *** Gautsing has joined #openttd
19:12:48 *** _oyagami_ has joined #openttd
19:12:48 *** GWYTHYRNA has joined #openttd
19:12:48 *** _hereus_ has joined #openttd
19:12:48 *** rhamaried has joined #openttd
19:12:48 *** KLINGEL has joined #openttd
19:12:48 *** Priceen has joined #openttd
19:12:48 *** Jehoahazda has joined #openttd
19:12:48 *** TeRNorE has joined #openttd
19:12:48 *** SZkIewiCrkA has joined #openttd
19:12:48 *** Aksyoely has joined #openttd
19:12:48 *** _sUNNGifaLd_9 has joined #openttd
19:12:48 *** xXBaimaXx has joined #openttd
19:12:48 *** HOCKINS46 has joined #openttd
19:12:48 *** Ushchov has joined #openttd
19:12:48 *** JEHOZADAKIEL has joined #openttd
19:12:48 *** GOOSLIN has joined #openttd
19:12:48 *** eliatkim has joined #openttd
19:12:48 *** Theanno has joined #openttd
19:12:48 *** Hruntinhre has joined #openttd
19:12:48 *** Gladylisir has joined #openttd
19:12:48 *** Gladkoski has joined #openttd
19:12:48 *** ragngim has joined #openttd
19:12:48 *** Ikawahahi has joined #openttd
19:12:48 *** xXZenohusXx701 has joined #openttd
19:12:48 *** xXDeboseXx5 has joined #openttd
19:12:48 *** Heledyn has joined #openttd
19:12:48 *** Iefanrhoyr has joined #openttd
19:12:48 *** Osmunngrht has joined #openttd
19:12:48 *** elbeolf has joined #openttd
19:12:48 *** Alwynyth has joined #openttd
19:12:48 *** Waguespack has joined #openttd
19:12:48 *** Bekauta has joined #openttd
19:12:48 *** WASNIEASZ has joined #openttd
19:12:48 *** Vaidadst has joined #openttd
19:12:48 *** Iolynira has joined #openttd
19:12:48 *** AgAfInOaN has joined #openttd
19:12:48 *** ouvIoS0 has joined #openttd
19:12:48 *** Eorotbel has joined #openttd
19:12:48 *** Ecgbered has joined #openttd
19:12:48 *** Mulhara has joined #openttd
19:12:48 *** AVERYMOV14 has joined #openttd
19:12:48 *** ANAXILON has joined #openttd
19:12:48 *** tRaheRlyn has joined #openttd
19:12:48 *** Ecgwelalf has joined #openttd
19:12:48 *** GrIgTyN has joined #openttd
19:12:48 *** xXReciXx has joined #openttd
19:12:48 *** NASICINILVA has joined #openttd
19:12:48 *** xXAericuraiaXx has joined #openttd
19:12:48 *** UNFERDA has joined #openttd
19:12:48 *** RauGApTS has joined #openttd
19:12:48 *** _Artesina_964 has joined #openttd
19:12:48 *** Yamotekubo has joined #openttd
19:12:48 *** Imposto has joined #openttd
19:12:48 *** nerysrio has joined #openttd
19:12:48 *** talfrnid has joined #openttd
19:12:48 *** Jehoshnan has joined #openttd
19:12:48 *** Andromne has joined #openttd
19:12:48 *** Sipowskuk has joined #openttd
19:12:48 *** SwErTiMa has joined #openttd
19:12:48 *** Elpaliaheel has joined #openttd
19:12:48 *** ritanus has joined #openttd
19:12:48 *** _Jurczel_ has joined #openttd
19:12:48 *** Elzariaiah has joined #openttd
19:12:48 *** experra has joined #openttd
19:12:48 *** fullArId has joined #openttd
19:12:48 *** Scherlas has joined #openttd
19:12:48 *** SIWAINRYS has joined #openttd
19:12:48 *** xX_CiDaS_Xx has joined #openttd
19:12:48 *** hermann has joined #openttd
19:12:48 *** _AlFrLiS_ has joined #openttd
19:12:48 *** Miklaki has joined #openttd
19:12:48 *** RUNGLEGAT has joined #openttd
19:12:48 *** _PIAZZA_ has joined #openttd
19:12:48 *** Lungridi has joined #openttd
19:12:48 *** xX_fitelaar_Xx has joined #openttd
19:12:48 *** Kamitsu has joined #openttd
19:12:48 *** shitawa has joined #openttd
19:12:48 *** xXynhildrllXx has joined #openttd
19:12:49 *** Canemais has joined #openttd
19:12:49 *** ADZINSZNY has joined #openttd
19:12:49 *** Godrigar has joined #openttd
19:12:49 *** Geirdlm has joined #openttd
19:12:49 *** xXathoveiXx has joined #openttd
19:12:49 *** xXKozlovlov07Xx has joined #openttd
19:12:49 *** TOMBLIN has joined #openttd
19:12:49 *** calumag has joined #openttd
19:12:49 *** Dylianael832 has joined #openttd
19:12:49 *** CoMprres has joined #openttd
19:12:49 *** Grufffin has joined #openttd
19:12:49 *** GULLVEALM has joined #openttd
19:12:49 *** helmingund has joined #openttd
19:12:49 *** Bollinger has joined #openttd
19:12:49 *** Undilaf has joined #openttd
19:12:49 *** _ishiya_9 has joined #openttd
19:12:49 *** CamPeIs has joined #openttd
19:12:49 *** _Loptsdi_ has joined #openttd
19:12:49 *** _Aksiky05_ has joined #openttd
19:12:49 *** Kennard has joined #openttd
19:12:49 *** JERECHAM has joined #openttd
19:12:49 *** Antonreo has joined #openttd
19:12:49 *** Regulbusius has joined #openttd
19:12:49 *** Nichelson has joined #openttd
19:12:49 *** oediomes has joined #openttd
19:12:49 *** _epomia_ has joined #openttd
19:12:49 *** Condarnus has joined #openttd
19:12:49 *** Winifff has joined #openttd
19:12:49 *** Setarto has joined #openttd
19:12:49 *** Jahaziak has joined #openttd
19:12:49 *** eysteindr has joined #openttd
19:12:49 *** Gorowskiski has joined #openttd
19:12:49 *** brosinns has joined #openttd
19:12:49 *** _Wiglafaf_ has joined #openttd
19:12:49 *** gwenhwyfon has joined #openttd
19:12:49 *** Hagvisi has joined #openttd
19:12:49 *** Berecharlet has joined #openttd
19:12:49 *** Vespifus has joined #openttd
19:12:49 *** Jehoszar has joined #openttd
19:12:49 *** _DiOgEnIaOpA8_ has joined #openttd
19:12:49 *** RhILdrDr has joined #openttd
19:12:49 *** xXLupaichXx has joined #openttd
19:12:49 *** TAEMNHE has joined #openttd
19:12:49 *** KUmonovskY has joined #openttd
19:12:49 *** Bronena has joined #openttd
19:12:49 *** xXIonelynXx74 has joined #openttd
19:12:49 *** vandermeer has joined #openttd
19:12:49 *** Shindenden has joined #openttd
19:12:49 *** Kitamueda has joined #openttd
19:12:49 *** uemurosada has joined #openttd
19:12:49 *** Rasimovsky has joined #openttd
19:12:49 *** xXTANABEUJIXx has joined #openttd
19:12:49 *** Dicepus has joined #openttd
19:12:49 *** Pickicki has joined #openttd
19:12:49 *** Royster has joined #openttd
19:12:49 *** BERENKOOV has joined #openttd
19:12:49 *** Metedra has joined #openttd
19:12:49 *** Sonoderta has joined #openttd
19:12:49 *** Elechda has joined #openttd
19:12:49 *** kluczkik has joined #openttd
19:12:49 *** NJORDULD has joined #openttd
19:12:49 *** ECGLARO has joined #openttd
19:12:49 *** _xXOsBeOrNaEXx_ has joined #openttd
19:12:49 *** sCiLlNtH17 has joined #openttd
19:12:49 *** xXMalchieleel024Xx has joined #openttd
19:12:49 *** Deiroem has joined #openttd
19:12:49 *** OlCwArO has joined #openttd
19:12:49 *** Conseos has joined #openttd
19:12:49 *** Godwineric has joined #openttd
19:12:49 *** bedeyerin has joined #openttd
19:12:49 *** xXLuSaRXx has joined #openttd
19:12:49 *** _allstlfr_ has joined #openttd
19:12:49 *** EguRaes has joined #openttd
19:12:49 *** WeOhStAnLa has joined #openttd
19:12:49 *** xXPAULSETHXx334 has joined #openttd
19:12:49 *** Solochth has joined #openttd
19:12:49 *** xXgwenfrewinXx has joined #openttd
19:12:49 *** Nehemilet has joined #openttd
19:12:49 *** Winered has joined #openttd
19:12:49 *** xXIovantucusXx has joined #openttd
19:12:49 *** xX_DELEITVI_Xx has joined #openttd
19:12:49 *** Apraksakoev has joined #openttd
19:12:49 *** SEGAWWA has joined #openttd
19:12:49 *** Grzebita has joined #openttd
19:12:49 *** RimuLISt has joined #openttd
19:12:49 *** CEFINRA has joined #openttd
19:12:49 *** ScIlLiOpEuS has joined #openttd
19:12:49 *** Vossarsse has joined #openttd
19:12:49 *** Rabassz has joined #openttd
19:12:49 *** Lapointe has joined #openttd
19:12:49 *** anAnEan has joined #openttd
19:12:49 *** Mereddybon has joined #openttd
19:12:49 *** Bratton has joined #openttd
19:12:49 *** Frumveni has joined #openttd
19:12:49 *** TUGUMOS has joined #openttd
19:12:49 *** CATULLUUS has joined #openttd
19:12:49 *** Dagfirri has joined #openttd
19:12:49 *** _GiLdElD_56 has joined #openttd
19:12:49 *** Raamiahlet has joined #openttd
19:12:49 *** ALEGVER has joined #openttd
19:12:49 *** xXAristoraXx6 has joined #openttd
19:12:49 *** xX_Sceadeca_Xx has joined #openttd
19:12:49 *** _TRAHAEXEN_ has joined #openttd
19:12:49 *** arkHIKOV has joined #openttd
19:12:49 *** Eliasaphaph has joined #openttd
19:12:49 *** INGVILDFN has joined #openttd
19:12:49 *** jehananada has joined #openttd
19:12:49 *** _erICsOn_51 has joined #openttd
19:12:49 *** Ideguchiata has joined #openttd
19:12:49 *** Penarduius has joined #openttd
19:12:49 *** Swonger has joined #openttd
19:12:49 *** MeRlIrCh has joined #openttd
19:12:49 *** tTInNiNn has joined #openttd
19:12:49 *** Roburis has joined #openttd
19:12:49 *** Scruggs has joined #openttd
19:12:49 *** Hazamata has joined #openttd
19:12:49 *** Cevaughwen has joined #openttd
19:12:49 *** SIgMuDUL has joined #openttd
19:12:49 *** ToDoSiS has joined #openttd
19:12:49 *** JoThZaR has joined #openttd
19:12:49 *** MeRfYeN has joined #openttd
19:12:49 *** gLADYsgED has joined #openttd
19:12:49 *** HEMINGSRE has joined #openttd
19:12:49 *** Llewena has joined #openttd
19:12:49 *** betharadod817 has joined #openttd
19:12:49 *** eardgar has joined #openttd
19:12:49 *** Malleiupio has joined #openttd
19:12:49 *** _SKEGGJYJA_ has joined #openttd
19:12:49 *** Einirlyn has joined #openttd
19:12:49 *** Nicanor has joined #openttd
19:12:49 *** _xXKondrorzXx_ has joined #openttd
19:12:49 *** inGThoGg has joined #openttd
19:12:49 *** ZUBOTININ has joined #openttd
19:12:49 *** Klewiej has joined #openttd
19:12:49 *** Rsteinn has joined #openttd
19:12:49 *** Myrtle4 has joined #openttd
19:12:49 *** xXMikiNaiKXx has joined #openttd
19:12:49 *** CURViLIUS has joined #openttd
19:12:49 *** _CINIUUS_37 has joined #openttd
19:12:49 *** JERAHMEEECH has joined #openttd
19:12:49 *** Archelicne has joined #openttd
19:12:49 *** xX_FOLCARD_Xx has joined #openttd
19:12:49 *** _Gricolaus7_ has joined #openttd
19:12:49 *** Smundldr has joined #openttd
19:12:49 *** xXstaniiszXx has joined #openttd
19:12:49 *** ealfdenng has joined #openttd
19:12:49 *** OFydDyd has joined #openttd
19:12:49 *** xX_Cuffie_Xx has joined #openttd
19:12:49 *** Icollutia has joined #openttd
19:12:49 *** ookawahni01 has joined #openttd
19:12:49 *** Damskiicz has joined #openttd
19:12:49 *** DaMmEyEr has joined #openttd
19:12:49 *** Broslaecg has joined #openttd
19:12:49 *** xXADACHIXx7 has joined #openttd
19:12:49 *** JEHALEEAT has joined #openttd
19:12:49 *** Vipulrsk has joined #openttd
19:12:49 *** Canetoama has joined #openttd
19:12:49 *** curinus has joined #openttd
19:12:49 *** parKIaK has joined #openttd
19:12:49 *** Krzywancz has joined #openttd
19:12:49 *** Brezhabkov has joined #openttd
19:12:49 *** xXmaciockiXx has joined #openttd
19:12:49 *** Mihanlt has joined #openttd
19:12:49 *** _xXambusilaXx_ has joined #openttd
19:12:49 *** Neriutia has joined #openttd
19:12:49 *** PALAMoV has joined #openttd
19:12:49 *** anthipeas has joined #openttd
19:12:49 *** Kogaino has joined #openttd
19:12:49 *** xXtanabegiXx has joined #openttd
19:12:49 *** ThEtIaS has joined #openttd
19:12:49 *** dilwyus has joined #openttd
19:12:49 *** RAcHaRILEt has joined #openttd
19:12:49 *** Indorisue has joined #openttd
19:12:49 *** Orestes has joined #openttd
19:12:49 *** Golusas has joined #openttd
19:12:49 *** Fnfretr has joined #openttd
19:12:49 *** Regilliuus has joined #openttd
19:12:49 *** Heddwira has joined #openttd
19:12:49 *** Autroeo has joined #openttd
19:12:49 *** POPIOSikEK has joined #openttd
19:12:49 *** Phigeta has joined #openttd
19:12:49 *** HaRiDWtan has joined #openttd
19:12:49 *** Berwylla has joined #openttd
19:12:49 *** xXOlwywenXx has joined #openttd
19:12:49 *** FrEaLlR has joined #openttd
19:12:49 *** Sigmuamr has joined #openttd
19:12:49 *** _Jorge_ has joined #openttd
19:12:49 *** Hengnigr has joined #openttd
19:12:49 *** AlStEiNaFr has joined #openttd
19:12:49 *** _xXAelfhewigXx_ has joined #openttd
19:12:49 *** helginnr has joined #openttd
19:12:49 *** UlMaNsKy59 has joined #openttd
19:12:49 *** Jungrrdr has joined #openttd
19:12:49 *** koyanno has joined #openttd
19:12:49 *** IPPOLYNMAS has joined #openttd
19:12:49 *** eOfoRAE has joined #openttd
19:12:49 *** campestrlyr has joined #openttd
19:12:49 *** Freylul has joined #openttd
19:12:49 *** Patrica has joined #openttd
19:12:49 *** GULYVIC has joined #openttd
19:12:49 *** CeRiDwEyN has joined #openttd
19:12:49 *** GWYNFOETH has joined #openttd
19:12:49 *** Niiyaizu has joined #openttd
19:12:49 *** iefanwan has joined #openttd
19:12:49 *** cAssanDRIA has joined #openttd
19:12:49 *** halgaro has joined #openttd
19:12:49 *** meinwyr has joined #openttd
19:12:49 *** MACNEIL has joined #openttd
19:12:49 *** Anneiusen has joined #openttd
19:12:49 *** AESCTAN has joined #openttd
19:12:49 *** Hefined9 has joined #openttd
19:12:49 *** _Damaches_ has joined #openttd
19:12:49 *** xX_ELNANERAM_Xx has joined #openttd
19:12:49 *** xXGRENDASXx has joined #openttd
19:12:49 *** Hobalaf has joined #openttd
19:12:49 *** Dakaawa has joined #openttd
19:12:49 *** bragrka has joined #openttd
19:12:49 *** Aurelgus has joined #openttd
19:12:49 *** ANTOSIOS has joined #openttd
19:12:49 *** jastrebski has joined #openttd
19:12:49 *** lucicerus has joined #openttd
19:12:49 *** Inosawani has joined #openttd
19:12:49 *** DEMOLEONDER has joined #openttd
19:12:49 *** sceadugeng has joined #openttd
19:12:49 *** Aeroniol has joined #openttd
19:12:49 *** Mirabal has joined #openttd
19:12:49 *** Nehealel has joined #openttd
19:12:49 *** presocia has joined #openttd
19:12:49 *** xXHachtingXx has joined #openttd
19:12:49 *** _FREAWAAF_ has joined #openttd
19:12:49 *** Seneposula has joined #openttd
19:12:49 *** brynhinn has joined #openttd
19:12:49 *** _xXHyleriXx_ has joined #openttd
19:12:49 *** Hristfj has joined #openttd
19:12:49 *** siggand has joined #openttd
19:12:49 *** Rethaalm605 has joined #openttd
19:12:49 *** hafgANTtiA has joined #openttd
19:12:49 *** cainGwer has joined #openttd
19:12:49 *** _hugaing_ has joined #openttd
19:12:49 *** Skilfrr has joined #openttd
19:12:49 *** Asawamuama has joined #openttd
19:12:49 *** EADBURGFRI has joined #openttd
19:12:49 *** TRELNILOV has joined #openttd
19:12:49 *** Jernigan has joined #openttd
19:12:49 *** fullnul has joined #openttd
19:12:49 *** _EURYMACHUES_ has joined #openttd
19:12:49 *** Agimokov has joined #openttd
19:12:49 *** _Eiriayn78_ has joined #openttd
19:12:49 *** Frodanesng has joined #openttd
19:12:49 *** xX_AbilD_Xx has joined #openttd
19:12:49 *** xXLlewenfran118Xx has joined #openttd
19:12:49 *** BrAdIsH has joined #openttd
19:12:49 *** GUARDADAR has joined #openttd
19:12:49 *** MundINGINg has joined #openttd
19:12:49 *** TaRaNhUs has joined #openttd
19:12:49 *** niSIeEtH has joined #openttd
19:12:49 *** _platoas_855 has joined #openttd
19:12:49 *** Zubotiky has joined #openttd
19:12:49 *** forsega has joined #openttd
19:12:49 *** bertowcki has joined #openttd
19:12:49 *** Fitelaow has joined #openttd
19:12:49 *** xXARVeRNsusXx has joined #openttd
19:12:49 *** Kroon151 has joined #openttd
19:12:49 *** kANaUCHISu has joined #openttd
19:12:49 *** cicuriusus has joined #openttd
19:12:49 *** annETte has joined #openttd
19:12:49 *** xXRbarjaXx has joined #openttd
19:12:49 *** jehdielet has joined #openttd
19:12:49 *** _Heremodel_2 has joined #openttd
19:12:49 *** Randgriir has joined #openttd
19:12:49 *** Pellegrini has joined #openttd
19:12:49 *** Conhe274 has joined #openttd
19:12:49 *** Erleifrrfr has joined #openttd
19:12:49 *** xXTeas2Xx has joined #openttd
19:12:50 *** Tanimoeki has joined #openttd
19:12:51 *** xXHARMOIAXx has joined #openttd
19:12:51 *** AlExAeTo has joined #openttd
19:12:51 *** callithe has joined #openttd
19:12:51 *** caeliusito has joined #openttd
19:12:52 *** Osberlda has joined #openttd
19:12:52 *** kulewicz has joined #openttd
19:12:52 *** gAretys has joined #openttd
19:12:52 *** Europpa has joined #openttd
19:12:52 *** AERONRON has joined #openttd
19:12:53 *** _xXAphRotRaXx_ has joined #openttd
19:12:54 *** Ghrefnng has joined #openttd
19:12:54 *** _xXUntingheaXx_ has joined #openttd
19:12:56 *** Aksakosky has joined #openttd
19:12:57 *** LaNeTaIcA has joined #openttd
19:12:57 *** WeYmOuTh has joined #openttd
19:12:57 *** Sullasin has joined #openttd
19:12:58 *** LHASTRA has joined #openttd
19:12:59 *** BRYNJARLDR has joined #openttd
19:13:00 *** Ndingat has joined #openttd
19:13:05 *** _Fraered29_ has joined #openttd
19:13:05 *** Iestynen has joined #openttd
19:13:06 *** Wealhred has joined #openttd
19:13:16 *** GuTTMaN has joined #openttd
19:13:17 *** AELFGIFRHT has joined #openttd
19:13:20 *** Aelredry has joined #openttd
19:13:21 *** LYTARCHUS has joined #openttd
19:13:21 *** nakashata has joined #openttd
19:13:25 *** GUNNAGIR has joined #openttd
19:13:27 *** osMundGY2 has joined #openttd
19:13:36 *** xXFrIgGsKjXx65 has joined #openttd
19:13:36 *** HiPpOlYbDeS has joined #openttd
19:13:39 *** Rhianwi has joined #openttd
19:13:43 *** xXHiRaisRAXx has joined #openttd
19:13:48 *** Callicaoano has joined #openttd
19:13:48 *** EIRIAEN has joined #openttd
19:13:49 *** Nakashnya has joined #openttd
19:13:52 *** Riganeta has joined #openttd
19:13:55 *** _Janiki108_ has joined #openttd
19:13:56 *** ESTESDE has joined #openttd
19:13:56 *** AFANDROV has joined #openttd
19:13:56 *** RANDGLD has joined #openttd
19:13:56 *** xXKishitakaXx4 has joined #openttd
19:13:56 *** Llewelynvyn has joined #openttd
19:13:56 *** Amariahel has joined #openttd
19:13:56 *** Ingvaldr has joined #openttd
19:13:56 *** _Vergiius6_ has joined #openttd
19:13:56 *** xXGEIRTLI81Xx has joined #openttd
19:13:56 *** Svaragu has joined #openttd
19:13:56 *** ampestrta has joined #openttd
19:13:56 *** Aranrhyn has joined #openttd
19:13:56 *** MALDWYNDD has joined #openttd
19:13:56 *** Zkarska has joined #openttd
19:13:56 *** Healgang has joined #openttd
19:13:56 *** Sigmuirr has joined #openttd
19:13:56 *** xXsonoXx has joined #openttd
19:13:56 *** _Sempmas35_ has joined #openttd
19:13:56 *** Rhamaxensin has joined #openttd
19:13:56 *** _Abatsuata_ has joined #openttd
19:13:56 *** Llisolo has joined #openttd
19:13:56 *** GUNNNGR has joined #openttd
19:13:56 *** xXHallskiXx21 has joined #openttd
19:13:56 *** CORTAQUE has joined #openttd
19:13:56 *** xXRutiniusXx has joined #openttd
19:13:56 *** xX_Barahmed_Xx has joined #openttd
19:13:56 *** Jeremiama has joined #openttd
19:13:56 *** hatfield has joined #openttd
19:13:56 *** AFANASOV has joined #openttd
19:13:56 *** xXKoUyAnIi7Xx has joined #openttd
19:13:56 *** HeNgGgR641 has joined #openttd
19:13:57 *** _BELeNOba_ has joined #openttd
19:13:57 *** EOROGNG has joined #openttd
19:13:57 *** _Diomeddes_ has joined #openttd
19:13:57 *** _eRiUsus87_ has joined #openttd
19:13:57 *** kruzelcki has joined #openttd
19:13:57 *** Oediomeam has joined #openttd
19:13:57 *** NeMeToNsIn has joined #openttd
19:13:57 *** Aradogan has joined #openttd
19:13:57 *** Archenus has joined #openttd
19:13:57 *** quANDAvaELE has joined #openttd
19:13:57 *** Nehealiah has joined #openttd
19:13:57 *** CyNeBfRi has joined #openttd
19:13:57 *** Danesefn has joined #openttd
19:13:57 *** xXEadweredXx has joined #openttd
19:13:57 *** Nasiciusius has joined #openttd
19:13:57 *** Hariasaerv177 has joined #openttd
19:13:57 *** Scyldiela has joined #openttd
19:13:57 *** Siwaned has joined #openttd
19:13:57 *** pulvillusso has joined #openttd
19:13:57 *** HaMaInN has joined #openttd
19:13:57 *** SUnNunuL has joined #openttd
19:13:58 *** SIGRIRR has joined #openttd
19:13:58 *** Kotowsra has joined #openttd
19:13:58 *** Cadwenwyn has joined #openttd
19:13:58 *** xX_FFITHERYS_Xx has joined #openttd
19:13:58 *** _Garmunen_559 has joined #openttd
19:13:58 *** xX_Khrusupin_Xx has joined #openttd
19:13:58 *** mIsiaNik939 has joined #openttd
19:13:58 *** xXSOKoLoviNXx279 has joined #openttd
19:13:58 *** Aelfrird77 has joined #openttd
19:13:58 *** crinthle has joined #openttd
19:13:58 *** Kumonovyev has joined #openttd
19:13:58 *** StRiNgHaM has joined #openttd
19:13:58 *** xXBrynjarndrXx740 has joined #openttd
19:13:58 *** GaNdRlL has joined #openttd
19:13:58 *** OSWALNE has joined #openttd
19:13:58 *** IULIVIIA has joined #openttd
19:13:58 *** xXCelot5Xx has joined #openttd
19:13:58 *** SIORONA has joined #openttd
19:13:58 *** Sanoura has joined #openttd
19:13:58 *** Elecech has joined #openttd
19:13:58 *** Shimotoni has joined #openttd
19:13:58 *** _awailed_ has joined #openttd
19:13:58 *** Pedaedalus has joined #openttd
19:13:58 *** xXAranisibonXx has joined #openttd
19:13:58 *** xXCzypiecczXx has joined #openttd
19:13:58 *** jacklyn has joined #openttd
19:13:58 *** CiCOLlUISANA has joined #openttd
19:13:58 *** Vediusllo has joined #openttd
19:13:58 *** MEiLIdR has joined #openttd
19:13:58 *** Galeona has joined #openttd
19:13:58 *** _Pitul_525 has joined #openttd
19:13:58 *** Fortdas has joined #openttd
19:13:58 *** mEDeahe has joined #openttd
19:13:58 *** _mainoue16_ has joined #openttd
19:13:58 *** _ANrhoDWYn_ has joined #openttd
19:13:58 *** OSBEORRI has joined #openttd
19:13:58 *** pAlinSkICKi has joined #openttd
19:13:58 *** SaWyLeDdEd has joined #openttd
19:13:58 *** xXbubuteiusXx has joined #openttd
19:13:58 *** xXVishevXx has joined #openttd
19:13:58 *** _GlInGlAn_ has joined #openttd
19:13:58 *** BLODHEL has joined #openttd
19:13:58 *** MINIUSNDA has joined #openttd
19:13:58 *** BeDevyev has joined #openttd
19:13:58 *** _xXOiDeIoXx_ has joined #openttd
19:13:58 *** MeReWiOiUnD has joined #openttd
19:13:58 *** Jouonhi has joined #openttd
19:13:58 *** Aelfgaan has joined #openttd
19:13:58 *** Anosoano has joined #openttd
19:13:58 *** Braitheona has joined #openttd
19:13:58 *** apolliod has joined #openttd
19:13:59 *** Lovyovets has joined #openttd
19:13:59 *** valdnnr has joined #openttd
19:13:59 *** Aguchita has joined #openttd
19:13:59 *** merediverrin has joined #openttd
19:13:59 *** Coffell has joined #openttd
19:13:59 *** _cORNeCauS581_ has joined #openttd
19:13:59 *** Anwenwan has joined #openttd
19:13:59 *** Nasiclo has joined #openttd
19:13:59 *** xXLuCiLuSXx has joined #openttd
19:13:59 *** sextiuspio has joined #openttd
19:13:59 *** Renniuslo has joined #openttd
19:13:59 *** Eyvinifr has joined #openttd
19:13:59 *** Heoroulf has joined #openttd
19:14:00 *** xX_AUTIUVEIUS_Xx has joined #openttd
19:14:00 *** Sigfndr has joined #openttd
19:14:01 *** xXSigynnfjXx has joined #openttd
19:14:02 *** Beowulgif has joined #openttd
19:14:02 *** WULFDEUND has joined #openttd
19:14:03 *** kITajhi has joined #openttd
19:14:44 *** frosch123 has left #openttd
19:19:49 *** xXAericuraiaXx has quit IRC
19:20:30 *** tokai|noir is now known as tokai|flx
19:20:55 *** _xXambusilaXx_ has quit IRC
19:22:02 *** xX_AUTIUVEIUS_Xx has quit IRC
19:22:14 *** theholyduck has left #openttd
19:22:32 *** _xXUntingheaXx_ has quit IRC
19:22:38 *** planetmaker sets mode: +cne +g!*@*
19:23:32 *** xX_DELEITVI_Xx has quit IRC
19:24:05 *** _xXAelfhewigXx_ has quit IRC
19:24:38 *** xXFrIgGsKjXx65 has quit IRC
19:24:58 *** _xXAphRotRaXx_ has quit IRC
19:28:03 *** frosch123 has joined #openttd
19:40:08 *** xXHelgaldXx543 has quit IRC
19:40:35 *** _xXKondrorzXx_ has quit IRC
19:42:17 *** xX_ELNANERAM_Xx has quit IRC
19:42:25 *** xXFItElaIOXx901 has quit IRC
19:43:19 *** _xXSigtryggrekkXx_ has quit IRC
19:43:36 *** xXWarchuki407Xx has quit IRC
19:45:24 *** xX_Biryukovsky_Xx has quit IRC
19:45:29 *** _xXOsBeOrNaEXx_ has quit IRC
19:45:41 *** xX_SUNNGIAE_Xx has quit IRC
19:45:58 *** xXzhukovrovXx4 has quit IRC
19:48:25 *** xXAranisibonXx has quit IRC
19:48:41 *** xXsvipallngrXx7 has quit IRC
19:50:25 *** xXBealieliahXx has quit IRC
19:51:13 *** _xXEADWINFRARDXx_ has quit IRC
19:52:23 *** xXjOThAeLeLXx184 has quit IRC
19:52:32 *** xXdELLInTRA62Xx has quit IRC
19:53:08 *** xXZenohusXx701 has quit IRC
19:53:34 *** _DiOgEnIaOpA8_ has quit IRC
19:55:23 *** xXSvanhilrrXx227 has quit IRC
19:56:49 *** xXfoldardrrdrXx has quit IRC
19:57:39 *** xXCaDfArYnXx616 has quit IRC
19:58:18 *** xXIovantucusXx has quit IRC
19:58:24 *** xX_segashni_Xx has quit IRC
19:58:42 *** xXtOutATIsTaXx6 has quit IRC
20:02:25 *** xXPAULSETHXx334 has quit IRC
20:03:09 *** xXHestoclelesXx has quit IRC
20:05:20 *** xXMalickiewkiXx has quit IRC
20:05:26 *** xXMalchieleel024Xx has quit IRC
20:05:47 *** xX_fitelaar_Xx has quit IRC
20:12:47 *** xX_Niitakhi_Xx has quit IRC
20:13:59 *** xXKozlovlov07Xx has quit IRC
20:14:05 *** xX_DeTrImUa_Xx has quit IRC
20:14:11 *** xX_Arintawn_Xx has quit IRC
20:16:39 *** _xXNehemiahakXx_ has quit IRC
20:16:54 *** xXHERTESFA552Xx has quit IRC
20:18:29 *** _xXHERTEITHRJXx_ has quit IRC
20:20:12 *** xX_Barahmed_Xx has quit IRC
20:20:43 *** xXKishitakaXx4 has quit IRC
20:21:09 *** xXENNILDUL11Xx has quit IRC
20:24:29 *** _xXNantonniaXx_ has quit IRC
20:27:35 *** xXCaSsEgUsBoNXx14 has quit IRC
20:28:50 *** xXSaHaKuGiKiXx has quit IRC
20:29:11 *** xXBeowulfngaXx has quit IRC
20:30:00 *** xXAnrhonenXx16 has quit IRC
20:31:54 *** xX_FFITHERYS_Xx has quit IRC
20:39:13 *** _cORNeCauS581_ has quit IRC
20:40:58 *** xXLlewenfran118Xx has quit IRC
20:44:04 *** _xXOosawadaobaXx_ has quit IRC
20:44:10 *** xXCassegomawnXx has quit IRC
20:45:30 *** xXGEDALEELAZXx has quit IRC
20:45:32 *** xXGwenfreynXx863 has quit IRC
20:45:41 *** xXAeronnedXx03 has quit IRC
20:45:47 *** xX_Sceadeca_Xx has quit IRC
20:45:58 *** _xXCadfaenidXx_ has quit IRC
20:46:20 *** xX_Khrusupin_Xx has quit IRC
20:46:28 *** xXBrynjarndrXx740 has quit IRC
20:46:29 *** xXDeWyDdYnNXx9 has quit IRC
20:46:32 *** xXSOKoLoviNXx279 has quit IRC
20:46:45 *** xXgwenfrewinXx has quit IRC
20:53:45 <DorpsGek> Commit by fonsinchen :: r27681 trunk/src/station_cmd.cpp (2016-12-04 20:53:38 +0100 )
20:53:46 <DorpsGek> -Fix: When deleting stale links, iterate through order lists before iterating through vehicles
20:56:48 *** frosch123 has joined #openttd
20:59:23 <DorpsGek> Commit by fonsinchen :: r27682 trunk/src/station_cmd.cpp (2016-12-04 20:59:17 +0100 )
20:59:24 <DorpsGek> -Fix: Don't check if links are alive for manually routed cargo
21:02:46 <__ln__> tip of the day: in irssi you can close a range of windows with one command
21:02:57 <Lejving> lol why would ANYONE need that!
21:03:15 <Sylf> why wouldn't anyone use irssi :P
21:18:10 <frosch123> you can do /mode __ln__ +g
21:19:33 <__ln__> now i did, wonder what it does
21:19:48 <frosch123> noone can open a query with you
21:35:28 *** umgeher_ is now known as umgeher
21:47:50 <frosch123> wow, we are bad at moderating
21:48:55 <frosch123> i gues that user limit was overdue :)
21:53:06 <glx> as the previous wave was mitigated they can't invite themselves
22:27:12 *** Ethereal_Whisper has quit IRC
23:31:52 *** michi_cc has joined #openttd
23:31:52 *** ChanServ sets mode: +v michi_cc
23:45:36 <LordAro> why does the website only offer 14.04 binaries for 1.6.1, when 16.04 was out by then?
continue to next day ⏵