IRC logs for #openttd on OFTC at 2013-11-07
            
00:07:35 *** George has quit IRC
00:10:40 *** roadt_ has joined #openttd
00:17:31 *** adf88 has quit IRC
00:30:14 *** treaki has quit IRC
00:30:55 *** treaki has joined #openttd
00:43:30 *** yorick has quit IRC
00:47:20 *** George has joined #openttd
01:02:18 *** frosch123 has quit IRC
01:06:56 *** DDR has quit IRC
01:10:19 *** roboboy has joined #openttd
01:18:44 *** KritiK has quit IRC
01:39:48 *** retro|cz has quit IRC
02:02:55 *** glx has quit IRC
02:06:01 *** nex2590 has joined #openttd
02:12:15 *** nex259 has quit IRC
02:15:54 *** Supercheese has quit IRC
02:25:56 *** Japa has quit IRC
02:26:21 *** Japa has joined #openttd
02:28:53 *** Haube has quit IRC
02:37:20 *** LuHa has joined #openttd
02:45:48 *** HerzogDeXtEr1 has quit IRC
02:54:08 *** DDR has joined #openttd
03:05:15 *** roadt_ has quit IRC
03:14:06 *** nex259 has joined #openttd
03:21:01 *** nex2590 has quit IRC
03:26:51 *** Supercheese has joined #openttd
04:28:29 <Supercheese> Good Lord, the New Map Features patch is enormous
04:29:06 <Supercheese> over half of the source files seem to be modified
05:04:52 *** LuHa has quit IRC
05:40:47 *** Jomann has joined #openttd
05:47:55 *** abchirk_ has quit IRC
05:56:01 *** Eddi|zuHause has quit IRC
05:56:15 *** Eddi|zuHause has joined #openttd
06:20:57 *** Japa_ has joined #openttd
06:25:41 *** Pecio has joined #openttd
06:27:46 *** Japa has quit IRC
06:45:33 *** LuHa has joined #openttd
06:45:53 *** LordAro has joined #openttd
06:55:34 *** nickshanks has quit IRC
07:13:26 *** Devroush has joined #openttd
07:15:15 *** TomyLobo has joined #openttd
07:15:39 *** LuHa has quit IRC
07:16:37 *** retro|cz has joined #openttd
07:33:21 *** retro|cz has quit IRC
07:43:20 *** DDR has quit IRC
07:45:00 <DJGummikuh> Hello!
07:45:19 <DJGummikuh> thanks to your support I managed to do the first useful thing with joan
07:46:35 <DJGummikuh> is it somehow possible via rcon commands to give or take money to/from a company?
07:50:59 <NGC3982> DJGummikuh: I does not seem like OpenTTD can do that via console.
07:51:12 <NGC3982> I can not find any reference to it on the console commands page, at least.
07:51:15 <NGC3982> http://wiki.openttd.org/Console_Commands
07:52:36 <NGC3982> Also, rcon implies sending a message to the server, and the server does not give or take money from connected players.
07:53:23 <DJGummikuh> mmh... that would be so cool...
07:54:15 <Xaroth|Work> there is a way
07:54:17 <Xaroth|Work> iirc
07:54:21 <Xaroth|Work> but it's complex
07:54:27 <Xaroth|Work> and involves building a gamescript
07:54:43 <Xaroth|Work> the admin port can communicate with the active gamescript
07:59:14 *** TomyLobo has quit IRC
08:08:00 *** Japa_ has quit IRC
08:08:26 *** Japa_ has joined #openttd
08:08:46 *** nickshanks has joined #openttd
08:10:04 *** Japa_ has quit IRC
08:10:13 *** adf88 has joined #openttd
08:10:36 *** Japa_ has joined #openttd
08:23:11 <DJGummikuh> Xaroth|Work: mmh ok. how would that work?
08:23:39 <DJGummikuh> Xaroth|Work: the whole thing I'm doing here serves the purpose of linking several games together. Combined chat, combined economy and such
08:32:08 <Xaroth|Work> not sure, I've not seen any working concepts
08:32:50 <Xaroth|Work> besides, any example I would have would be based off of libottdadmin2 :)
08:37:50 <planetmaker> DJGummikuh, admin port and game script can exchange info via json objects. Thus the GS would actually give the money. But get the command from the admin port. And the admin port script is connected to several servers
08:43:24 <DJGummikuh> planetmaker: any elaborate documentation on that?
08:43:29 <DJGummikuh> I have not yet worked with JSON to be honest
08:43:46 <DJGummikuh> I like the power you get with that admin port
08:44:00 <DJGummikuh> it's a feature I longed so long for ever since I started playing openttd since 0.5 or so
08:59:27 *** Supercheese has quit IRC
09:02:16 <DJGummikuh> http://666kb.com/i/cj1mtq7u2xmfi058y.jpg <-- current result of me applying joan :)
09:03:35 *** GriffinOneTwo has joined #openttd
09:06:28 <Xaroth|Work> so you made a MC mod to talk to ottd?
09:06:35 <Xaroth|Work> or just forgeirc + joan irc ?
09:06:35 <NGC3982> wait wat!
09:06:44 <NGC3982> That looks kinda cool.
09:06:50 <Xaroth|Work> the latter is kinda easy
09:10:37 <DJGummikuh> no. Bukkit mod that talks via joan
09:10:45 * Xaroth|Work shudders
09:10:50 <DJGummikuh> please don't steal my idea, we're working hard to build a community that has yet to be seen :)
09:11:11 <Xaroth|Work> I have no interest what-so-ever to ever touch bukkit
09:11:38 <DJGummikuh> though I'm planning on doing a detour via irc to add more games
09:11:42 <Xaroth|Work> but alas, you're not the first to have a similar idea.
09:12:23 <DJGummikuh> I know but so far I have not seen other implementations :)
09:12:58 <Xaroth|Work> there have been implementations, heck it was one of my test concepts for libottdadmin2, but there's a difference between implementating and having a viable setup :)
09:13:17 <Xaroth|Work> openttd and mc have target audiences that are miles apart
09:13:24 <Xaroth|Work> average age between the two differs about... 30 years
09:13:25 <DJGummikuh> Xaroth|Work: that's kind of the point :)
09:13:55 <planetmaker> DJGummikuh, it will be interesting to see the implementation. Or how xaroth calls it, setup. I think there's more to implement to get it going than the library alone :-)
09:14:07 <blathijs> Forgive my ignorance, but what is MC?
09:14:11 <Xaroth|Work> minecraft
09:14:12 <DJGummikuh> minecraft
09:14:13 <planetmaker> would be cool if people with a similar idea could go and obtain a working setup somewhere
09:14:35 <DJGummikuh> planetmaker: any recommendations which game I should bridge in next? :D
09:14:43 <blathijs> Ah, right.
09:14:55 <Xaroth|Work> take the easy way
09:14:57 <Xaroth|Work> bridge with IRC
09:15:03 <planetmaker> and no, I don't have exactly documentation on that stuff. I guess all documentation there is, is in the libraries (joan, libottdadmin2), the projects which interface it, and openttd's source
09:15:04 <DJGummikuh> yeah that's planned
09:15:04 <Xaroth|Work> and you have a modular sollution
09:16:04 <DJGummikuh> yup that's my idea
09:16:12 <DJGummikuh> however the straight approach was easier to show something to my team colleagues :)
09:19:51 *** adf88 has quit IRC
09:27:14 *** Japa__ has joined #openttd
09:32:36 *** nickshanks has quit IRC
09:33:33 *** Japa has joined #openttd
09:33:39 *** nickshanks has joined #openttd
09:33:50 *** Japa_ has quit IRC
09:39:19 *** Japa__ has quit IRC
09:47:13 *** Japa_ has joined #openttd
09:53:51 *** Japa has quit IRC
09:59:49 *** Japa__ has joined #openttd
10:03:29 *** Japa has joined #openttd
10:05:57 *** Japa_ has quit IRC
10:06:09 *** TheMask96 has quit IRC
10:06:46 *** Japa_ has joined #openttd
10:08:21 *** Japa__ has quit IRC
10:11:31 *** Japa has quit IRC
10:11:32 *** TheMask96 has joined #openttd
10:46:29 *** Japa__ has joined #openttd
10:52:49 *** Japa_ has quit IRC
10:53:24 <DJGummikuh> mmh.. Japa would suck at idle RPG
10:54:13 *** Japa_ has joined #openttd
10:59:57 *** Japa__ has quit IRC
11:03:26 *** sla_ro|master has joined #openttd
11:04:52 *** Japa has joined #openttd
11:07:42 *** Japa__ has joined #openttd
11:09:49 *** Japa_ has quit IRC
11:11:38 <MNIM> huh. fancy
11:11:48 <MNIM> openttd doesn't see broken symlinks
11:11:54 <MNIM> see/show
11:14:40 *** Japa has quit IRC
11:19:34 *** Japa_ has joined #openttd
11:25:49 *** frosch123 has joined #openttd
11:26:21 *** Japa__ has quit IRC
11:38:17 <frosch123> oh, new spam on bananas
11:38:28 <frosch123> someone uploaded a gamescript called "real growth" :p
11:40:42 *** montalvo has joined #openttd
11:40:49 <MNIM> frosch123: how spammy?
11:57:21 *** Japa__ has joined #openttd
11:58:18 *** tigeroo has joined #openttd
11:58:54 <DJGummikuh> ok which data structure of Gamescript would be repsonsible for giving or taking money from a player/company?
12:00:59 <frosch123> http://nogo.openttd.org/api/trunk/classGSCompany.html#f02cbded82826fced17138ca47e6a42d
12:01:26 <MNIM> DJGummikuh: if you're going to code anyway: http://www.tt-forums.net/viewtopic.php?p=1071916#p1071916
12:01:29 <DJGummikuh> http://nogo.openttd.org/api/1.3.2/classGSCompany.html
12:01:33 <MNIM> http://wiki.openttd.org/Todo_list#Easy
12:01:44 <frosch123> DJGummikuh: it's a new function, not in 1.3.2
12:01:45 <DJGummikuh> frosch123: why is it not in this document?
12:01:47 *** HerzogDeXtEr has joined #openttd
12:01:51 <DJGummikuh> ah.. seriously?
12:01:58 <DJGummikuh> ok when will this function make it to stable?
12:02:05 <frosch123> http://nogo.openttd.org/api/trunk/game__changelog_8hpp.html
12:02:23 <frosch123> if there will be a new stable, it will most likely make it :p
12:02:38 <DJGummikuh> so will it go to 1.3.3 or 1.4.0?
12:02:44 <frosch123> 1.4.0
12:02:49 <MNIM> frosch123: 'if'
12:02:56 <DJGummikuh> 'if'?
12:02:57 <MNIM> that part of the sentence reeks suspect to me
12:03:48 <frosch123> :p
12:03:50 *** Japa_ has quit IRC
12:05:05 <DJGummikuh> is there any roadmap regarding release date of 1.4?
12:07:06 <frosch123> no, but you can try extrapolating from the past
12:07:50 *** Japa__ has quit IRC
12:33:11 *** Japa has joined #openttd
12:34:01 *** yorick has joined #openttd
12:45:55 *** adf88 has joined #openttd
12:56:10 *** Japa_ has joined #openttd
13:01:15 *** GriffinOneTwo has quit IRC
13:02:34 *** Japa has quit IRC
13:18:01 *** retro|cz has joined #openttd
13:20:41 *** sla_ro|master has quit IRC
13:21:07 *** sla_ro|master has joined #openttd
13:27:15 *** LuHa has joined #openttd
13:31:44 *** Japa__ has joined #openttd
13:38:00 *** Ristovski has joined #openttd
13:38:10 *** Japa_ has quit IRC
13:40:25 *** robotboy has joined #openttd
13:45:31 <DJGummikuh> hey from work :)
13:47:09 *** roboboy has quit IRC
13:52:49 *** robotboy has quit IRC
13:57:34 *** Pecio has left #openttd
14:00:38 *** cyph3r has joined #openttd
14:16:11 *** Midnightmyth has joined #openttd
15:02:26 *** treaki_ has joined #openttd
15:09:01 *** treaki has quit IRC
15:28:48 *** MNIM has quit IRC
15:58:14 *** tigeroo has left #openttd
16:00:38 *** LuHa has quit IRC
16:16:43 *** Alice3 has joined #openttd
16:22:02 *** KouDy_ has joined #openttd
16:27:54 *** KouDy has quit IRC
16:37:05 *** Progman has joined #openttd
16:57:59 *** nickshanks has quit IRC
16:59:42 *** Alberth has joined #openttd
16:59:42 *** ChanServ sets mode: +o Alberth
17:42:20 *** Progman has quit IRC
17:43:05 *** TheMask96 has quit IRC
17:48:46 *** TheMask96 has joined #openttd
17:54:38 *** glx has joined #openttd
17:54:38 *** ChanServ sets mode: +v glx
18:05:10 *** DDR has joined #openttd
18:14:30 *** tokai|noir has joined #openttd
18:14:30 *** ChanServ sets mode: +v tokai|noir
18:15:38 <DorpsGek> Commit by frosch :: r25945 trunk/src/newgrf_debug_gui.cpp (2013-11-07 18:15:32 UTC)
18:15:39 <DorpsGek> -Codechange: Use member function of NewGRFInspectWindow to resolve FeatureIndex.
18:17:26 <DorpsGek> Commit by frosch :: r25946 /trunk/src (6 files in 4 dirs) (2013-11-07 18:17:21 UTC)
18:17:27 <DorpsGek> -Add: [NewGRF Debuggnig] Inspecting other vehicles in a chain.
18:17:47 <Alberth> pony for andy? :)
18:17:58 <frosch123> kind of :)
18:20:20 *** tokai|mdlx has quit IRC
18:21:42 <Eddi|zuHause> oooh
18:22:00 <Eddi|zuHause> who cares about andy :)
18:22:22 <Alberth> at least a wife and a few kids do :)
18:22:28 <frosch123> various animals
18:22:34 <Alberth> andy himself
18:23:00 <Alberth> various employees, I guess
18:23:14 <frosch123> you need to keep him busy
18:23:37 <frosch123> else he starts asking about liveries, roadtypes are worse stuff
18:23:47 <frosch123> s/are/or/
18:23:54 <Alberth> :)
18:27:41 <Eddi|zuHause> :p
18:29:03 <Eddi|zuHause> why doesn't it allow clicking to select a vehicle?
18:30:08 <Eddi|zuHause> and now what's needed is selecting 80+ variables to display, debugging callback results, ...
18:30:30 <Eddi|zuHause> not only results, also single-step
18:31:18 <frosch123> i didn't bother about clicking, you can code it if you want, and post it to fs
18:32:30 <frosch123> and 80+ variables are named like that because 80+% of them are abuse
18:33:06 <frosch123> there is nothing worse than newgrf authors who code with trial and error
18:33:13 <frosch123> and experiment with the meaning of variables
18:35:55 *** Eddi|zuHause2 has joined #openttd
18:36:10 <frosch123> oh no, two of them
18:36:11 <Eddi|zuHause2> mäh..
18:36:20 <Eddi|zuHause2> someone hit the fuse :p
18:36:24 <frosch123> now your colour is wrong
18:36:31 <Eddi|zuHause2> :)
18:36:41 <frosch123> and you probably missed my rambling
18:37:29 <Eddi|zuHause2> i have one line after mine
18:37:39 <frosch123> yeah, then you missed 3
18:37:48 <Eddi|zuHause2> @logs
18:37:48 <DorpsGek> Eddi|zuHause2: http://irclogs.qmsk.net/channels/openttd
18:40:11 *** Eddi|zuHause has quit IRC
18:40:12 *** gelignite has joined #openttd
18:41:09 *** Eddi|zuHause2 is now known as Eddi|zuHause
18:45:26 <DorpsGek> Commit by translators :: r25947 /trunk/src/lang (3 files) (2013-11-07 18:45:17 UTC)
18:45:27 <DorpsGek> -Update from WebTranslator v3.0:
18:45:28 <DorpsGek> japanese - 2 changes by nex259
18:45:29 <DorpsGek> latvian - 26 changes by Parastais
18:45:30 <DorpsGek> swedish - 2 changes by Joel_A
18:47:10 *** montalvo has quit IRC
19:10:47 *** TomyLobo has joined #openttd
19:15:39 *** montalvo has joined #openttd
19:23:12 *** andythenorth has joined #openttd
19:31:45 <andythenorth> o/
19:33:31 <Alberth> o/
19:36:30 *** Haube has joined #openttd
19:38:17 *** Wolf01 has joined #openttd
19:38:47 <Wolf01> hi hi o/
19:44:29 *** Progman has joined #openttd
19:53:14 *** Haube has quit IRC
19:53:18 *** Haube has joined #openttd
19:53:32 *** LuHa has joined #openttd
19:58:18 <frosch123> night
19:58:22 *** frosch123 has quit IRC
19:59:56 *** LuHa has quit IRC
20:11:01 <LeandroL> hello all
20:11:24 <LeandroL> i'm playing a city builder game in sub-tropical climate
20:11:43 <LeandroL> my town has grown to the point it requires water to grow any further
20:11:48 <LeandroL> how do i supply water to my town?
20:11:56 <LeandroL> it doesn't have a water tower
20:12:20 <Alberth> build one?
20:14:28 <Alberth> don't know the precise conditions that allow you to build one though
20:14:51 <LeandroL> is that the only way?
20:15:09 <LeandroL> water towers are industries, and funding a new industry is crazy expensive
20:15:16 <Alberth> if you want to deliver water to the town, yeah
20:15:25 <LeandroL> so i'm pretty much fucked up then
20:15:36 <LeandroL> i gotta save up around 400k to build my new tower
20:15:58 *** Elukka has joined #openttd
20:16:25 <Alberth> could be that the city builder was never tested for sub-tropical, most people only play temperate, for some reason
20:17:37 <Alberth> not that it would help you much with your game, I am afraid
20:17:54 <LeandroL> no, it's okay
20:18:01 <LeandroL> it's my first game on sub-tropical climate anyway
20:18:19 <LeandroL> i was bound to make at least a few mistakes, right?
20:18:51 <Alberth> otherwise there would not be much fun :p
20:18:58 <LeandroL> :
20:19:01 <LeandroL> :)
20:22:28 <Alberth> alternatively, you could be lucky and have the game create a tower for you
20:22:47 <LeandroL> i wouldn't count on that but it would be nice if that happened
20:23:07 <LeandroL> at least my company is the most profitable of all right now
20:23:24 <LeandroL> i'm at 432k and i need 449k to build my tower
20:23:59 *** KritiK has joined #openttd
20:24:14 <LeandroL> question: if i put the tower in a remote corner of my town, will the train stations servicing the town be able to accept water?
20:24:27 <LeandroL> i.e. the stations would be far from the tower but still in the same town
20:27:07 <Taede> the water tower would have to be within the catchment area of the station
20:27:22 <Taede> however, you could have the trains transfer water to the trainstation, and deliver the final mile with rv's
20:27:42 <Alberth> open the station build window, and select the same platform as you already have. Enable catchment area display. Hoover above the current station, and you'll see whether it fits
20:28:07 <Alberth> http://wiki.openttd.org/Water_Tower says it should be build at a desert tile
20:31:25 *** Morgoth has joined #openttd
20:31:58 *** Morgoth has quit IRC
20:33:54 <Eddi|zuHause> the tower must be near the station, just in the same town doesn't suffice (likewise with houses and other industries)
20:34:38 <Eddi|zuHause> but you're probably better off building a separate station for the water transport
20:36:14 <LeandroL> thank you all for your suggestions
20:36:28 <LeandroL> i ended up connecting the water tower to three different watter supplies using road vehicles
20:36:41 <LeandroL> i was lucky enough to have three water supplies relatively close to each other
20:37:17 <LeandroL> i sent three water vehicles to each supply and now my town has four times the ammount of water needed to grow :)
20:38:13 <Eddi|zuHause> RV are probably better for that job, as you can more easily make a steady supply instead of trains which have a large spike in supply and then nothing for a while
20:40:27 <LeandroL> true
20:40:36 <LeandroL> ok my next challenge: bringing goods to my town
20:41:03 <LeandroL> what's the best way to get goods in a sub-tropical climate?
20:41:46 <LeandroL> in a temperate climate i usually transport oil from oil rigs to refineries and feed the goods to my town
20:41:48 <Eddi|zuHause> i have never really used tropic
20:42:04 <Eddi|zuHause> but wood or oil, i suppose
20:42:27 <Alberth> open the industry chain window for goods
20:42:40 <Eddi|zuHause> but the wood choppers don't grow automatically, they have to be funded
20:44:38 <LeandroL> thanks
20:44:48 <LeandroL> i hate that the oil wells dry so fast
20:45:00 <LeandroL> i'd love to just set them and forget them
20:46:35 <andythenorth> use a better set of industries
20:48:20 <Alberth> ignore oil wells :p
20:48:21 *** Supercheese has joined #openttd
20:48:35 <Kjetil> use whaleoil instead
20:49:41 <Eddi|zuHause> yeah, the famous tropical whale hunting grounds
20:50:09 <DorpsGek> Commit by fonsinchen :: r25948 /trunk/src (3 files in 2 dirs) (2013-11-07 20:50:03 UTC)
20:50:10 <DorpsGek> -Fix [FS#5796]: Make sure LinkRefresher doesn't delete the LinkGraph DeleteStaleLinks() is examining.
20:50:16 <LordAro> can anyone else access [vcs|hg].openttd.org ? or is my internet being dodgy?
20:50:47 <Eddi|zuHause> yes
20:50:47 <Taede> hg works fine for me
20:50:53 <LordAro> hmm
20:50:59 <andythenorth> Eddi|zuHause: http://www.trekearth.com/gallery/photo145838.htm
20:52:07 <Eddi|zuHause> andythenorth: i said "tropical" :p
20:52:23 <andythenorth> I know :) I just had that picture in my bookmarks
20:52:29 <andythenorth> FIRS nearly got whaling :P
20:54:23 <Alberth> LordAro: hg.openttd.org works for me
20:57:00 <LordAro> figured
20:58:14 <Alberth> sorry, didn't see you already had an answer
20:59:27 *** Alberth has left #openttd
21:11:04 *** nickshanks has joined #openttd
21:15:38 <__ln__> http://intl.parovoz.com/newgallery/pg_view.php?ID=181919
21:16:12 *** LordAro has quit IRC
21:16:22 *** basicsquirrel has quit IRC
21:17:18 *** LordAro has joined #openttd
21:18:49 *** LordAro has quit IRC
21:19:09 *** LordAro has joined #openttd
21:21:51 <planetmaker> hello
21:21:59 <LordAro> fuck. accidentally deleted my cookie clicker save D:
21:22:02 <LordAro> /o planetmaker
21:22:35 <blathijs> LordAro: Oh noes! All those hours you invested! Wasted!
21:23:28 <LordAro> D:
21:23:43 <LordAro> that save was about a month old :(
21:24:44 *** HerzogDeXtEr1 has joined #openttd
21:30:04 *** HerzogDeXtEr has quit IRC
21:30:51 *** Belugas has quit IRC
21:41:21 <andythenorth> la la la
21:45:30 <Eddi|zuHause> __ln__: a lot of the early railcars were made out of truck parts
21:45:58 <andythenorth> wtf, this mac compiles _really_ slowly
21:45:59 <andythenorth> :(
21:47:27 <Eddi|zuHause> use the cloud!
21:47:33 <andythenorth> not a bad idea
21:47:42 <andythenorth> EC2 nml service?
21:47:58 <Eddi|zuHause> devzone->build on push
21:48:10 *** basicsquirrel has joined #openttd
21:48:19 *** montalvo has quit IRC
21:48:20 <andythenorth> my mac died, so I have some other one that was lying around the office. This one is a core 2 duo 2Ghz :(
21:48:45 <Eddi|zuHause> nmlc is not dualcore capable
21:49:50 <Eddi|zuHause> and unless someone makes it handle headers and linkers, i don't see how it could even work
21:50:18 *** lofejndif has joined #openttd
21:50:39 *** Progman_ has joined #openttd
21:50:55 <andythenorth> even allowing for single-threaded python, this mac is about 40% slower than mine :P
21:51:10 *** zeknurn has quit IRC
21:51:20 <andythenorth> actually single-threaded python has nothing to do with it
21:51:38 <andythenorth> just acknowleding your point about "# of cores doesn't matter"
21:51:51 *** zeknurn has joined #openttd
21:52:23 <Eddi|zuHause> anyone archived that luukland "we hate Rubidium" page?
21:53:18 <__ln__> did luukland refer to himself in the plural?
21:53:45 <Eddi|zuHause> pluralis majestis
21:53:50 <__ln__> not that it's wrong, we think using the plural is a-ok.
21:54:24 <Eddi|zuHause> oh, it's majestatis
21:54:34 *** Alice3 has quit IRC
21:54:35 *** Progman has quit IRC
21:54:44 *** Progman_ is now known as Progman
21:56:35 <Kjetil> prostatis ?
21:56:43 *** nickshanks has quit IRC
21:57:10 <Eddi|zuHause> there is apparently also a pluralis modestiae
22:01:16 *** sla_ro|master has quit IRC
22:02:29 *** Haube has quit IRC
22:02:34 *** Haube has joined #openttd
22:03:21 <andythenorth> night
22:03:22 *** andythenorth has left #openttd
22:06:55 *** Midnightmyth has quit IRC
22:07:58 <Rubidium> if only Midnightmyth were living in UTC+2
22:08:08 <Rubidium> (or we still had DST)
22:10:32 <Eddi|zuHause> i'd assume "dk" stands for denmark
22:13:52 <__ln__> part of dk is UTC-3
22:15:25 *** gelignite has quit IRC
22:33:04 <TinoDidriksen> Not part of country code dk, but part of the Kingdom of Denmark.
22:39:43 <Eddi|zuHause> didn't greenland declare independence?
22:40:40 <planetmaker> greenland is an autonomous area
22:52:03 *** Progman has quit IRC
22:52:51 <Eddi|zuHause> i'm not entirely sure anymore, but i have this fairly recent headline in my head that the status of greenland changed
23:00:27 <Kjetil> iirc they only want it to change
23:07:30 *** Ristovski has quit IRC
23:11:39 *** HerzogDeXtEr1 has quit IRC
23:18:23 *** TomyLobo has quit IRC
23:21:56 *** Elukka has quit IRC
23:30:19 <Wolf01> 'night
23:30:23 *** Wolf01 has quit IRC
23:40:36 *** LordAro has quit IRC