IRC logs for #openttd on OFTC at 2013-07-04
            
00:02:14 *** mindlesstux has joined #openttd
00:04:43 *** GoneWacko has joined #openttd
00:20:32 *** tokai|noir has joined #openttd
00:20:32 *** ChanServ sets mode: +v tokai|noir
00:26:36 *** tokai|mdlx has quit IRC
00:26:36 *** Djohaal has quit IRC
00:26:48 *** Djohaal has joined #openttd
00:30:18 *** KritiK has quit IRC
00:30:18 *** Djohaal has quit IRC
00:30:49 *** Djohaal has joined #openttd
00:31:55 *** oskari892 has quit IRC
00:32:39 *** HerzogDeXtEr1 has joined #openttd
00:36:07 *** Djohaal has quit IRC
00:36:22 *** Djohaal has joined #openttd
00:39:34 *** HerzogDeXtEr has quit IRC
00:39:34 *** Djohaal has quit IRC
00:39:48 *** Djohaal has joined #openttd
00:49:38 *** Djohaal has quit IRC
00:50:21 *** Djohaal has joined #openttd
01:01:00 *** pugi has quit IRC
01:10:34 *** permagreen has quit IRC
01:21:24 *** alluke has quit IRC
01:37:39 *** HerzogDeXtEr1 has quit IRC
02:05:53 *** permagreen has joined #openttd
02:29:41 *** glx has quit IRC
02:35:14 *** Midnightmyth has quit IRC
03:10:55 *** TomyLobo has quit IRC
03:30:05 *** DarkAce-Z has joined #openttd
03:34:51 *** DarkAceZ has quit IRC
04:33:37 *** roadt has joined #openttd
04:42:25 *** zeknurn has quit IRC
04:56:01 *** Eddi|zuHause has quit IRC
04:56:16 *** Eddi|zuHause has joined #openttd
05:23:37 *** Djohaal has quit IRC
05:33:12 *** Prof_Frink has quit IRC
05:42:50 *** Supercheese has quit IRC
06:07:54 *** sla_ro|master has joined #openttd
06:46:08 *** Devroush has joined #openttd
07:29:54 *** sla_ro|master has quit IRC
07:31:48 *** zooks has joined #openttd
07:36:22 *** TheMask96 has joined #openttd
08:04:27 *** Devroush has quit IRC
08:09:43 *** pugi has joined #openttd
08:27:52 *** MNIM has quit IRC
08:38:56 *** gelignite has joined #openttd
08:39:05 *** MNIM has joined #openttd
08:41:20 <roboboy> hello
08:42:07 <roboboy> where can I download the 1.3.2 RC1 installer from? I can't find a link to other mirros than the US mirror
08:43:10 *** Elukka has joined #openttd
08:49:21 <roboboy> I just found someone on the forums posted a link
08:56:06 *** Alice3 has joined #openttd
09:00:39 *** permagreen has quit IRC
09:13:02 *** xT2 has quit IRC
09:13:13 *** ST2 has joined #openttd
09:13:32 *** perk11 has quit IRC
09:19:54 <Eddi|zuHause> www.openttd.org -> "links" lists all the mirrors
09:24:04 <peter1139> for some reason my browser/url-handler redirects that link to http://http:www.openttd.org ...
09:33:38 <roboboy> whoopsie
09:33:44 *** DDR has quit IRC
09:39:10 *** Tvel has joined #openttd
09:39:22 *** Tvel has quit IRC
09:43:39 *** MNIM has quit IRC
09:45:13 *** MNIM has joined #openttd
09:45:51 *** Mucht has joined #openttd
09:52:08 *** permagreen has joined #openttd
09:52:18 *** sla_ro|master has joined #openttd
09:52:36 *** Devroush has joined #openttd
09:58:07 *** MNIM has quit IRC
10:14:23 *** Fira has quit IRC
10:15:36 *** Brumi has joined #openttd
10:21:06 *** ZxBiohazardZx has joined #openttd
10:24:34 *** ZxBiohazardZx has quit IRC
10:29:45 *** zooks has quit IRC
10:29:49 *** ntoskrnl has joined #openttd
10:31:50 *** Devroush has quit IRC
10:38:11 *** Devroush has joined #openttd
10:55:04 *** HerzogDeXtEr has joined #openttd
10:57:19 *** Fira has joined #openttd
10:57:26 *** Devroush has quit IRC
10:57:48 *** Devroush has joined #openttd
11:02:09 *** Devroush has quit IRC
11:02:23 *** Devroush has joined #openttd
11:03:21 *** alluke has joined #openttd
11:03:54 <alluke> how to make train work with metro track set
11:04:25 <alluke> to be able to run only on those tracks
11:07:42 <alluke> nutracks 3rd rail too
11:11:04 *** zooks has joined #openttd
11:16:37 <Eddi|zuHause> in nml? you define a railtype translation table with an entry "metro_track : [MTRO]" (or "[MTRO, ELRL]" if you want the train to work without nutracks), and then in the vehicle you do "powered_railtype: metro_track"
11:16:54 <Eddi|zuHause> modulo misremembering the exact names :)
11:17:28 <Eddi|zuHause> there is a wiki page about which railtype labels are used
11:19:33 <Eddi|zuHause> this is an example of a (very elaborate) railtype table https://dev.openttdcoop.org/projects/cets/repository/entry/src/railtype_definitions.pnml
11:20:13 <Eddi|zuHause> " tracktype_default3 : ["3RDR", ELRL]," this is probably the line you want
11:21:58 <Eddi|zuHause> and in the vehicle it's "track_type:"
12:11:25 <alluke> thanks
12:11:31 <alluke> gotta forward that to juzza
12:12:28 *** MNIM has joined #openttd
12:19:50 *** oskari89 has joined #openttd
12:23:37 *** Midnightmyth has joined #openttd
12:27:40 <planetmaker> alluke, how DutchTrains and OpenGFX+Trains support different railtypes: http://dev.openttdcoop.org/projects/ogfx-trains/repository/entry/src/railtype_table.pnml
12:28:04 <planetmaker> it probably could simply be copied. And vehicle track availability adjusted accordingly to that table
12:28:15 <planetmaker> makes it somewhat universably usable with many trackssets
12:28:31 <planetmaker> could be extended in the linked file to make it work with all
12:53:32 *** gelignite has quit IRC
13:05:43 <Belugas> hello
13:28:42 *** Eddi|zuHause has quit IRC
13:52:32 *** TomyLobo has joined #openttd
14:08:41 *** roboboy has quit IRC
14:10:44 *** oskari89 has quit IRC
14:14:49 *** alluke is now known as potato
14:15:18 *** Fira has quit IRC
14:17:05 *** potato has quit IRC
14:19:10 *** mindlesstux has quit IRC
14:22:18 *** mindlesstux has joined #openttd
14:23:50 *** gelignite has joined #openttd
14:37:49 *** good_night has joined #openttd
14:48:34 *** zooks has quit IRC
15:03:45 *** Fira has joined #openttd
15:04:26 *** tycoondemon has quit IRC
15:04:41 *** tycoondemon has joined #openttd
15:17:14 *** Speedy has quit IRC
15:39:07 *** Mucht has quit IRC
15:54:12 <Terkhen> hello
16:16:29 *** KouDy has quit IRC
16:24:11 *** valhallasw has joined #openttd
16:30:23 *** Supercheese has joined #openttd
16:36:53 <DorpsGek> Commit by rubidium :: r25555 /trunk/src (5 files in 3 dirs) (2013-07-04 16:36:47 UTC)
16:36:54 <DorpsGek> -Fix [FS#5632]: [Script] Texts from scripts were not validated before they were shown, causing an assertion to trigger
16:45:14 *** zooks has joined #openttd
16:49:37 *** KouDy has joined #openttd
16:52:59 *** MNIM has quit IRC
16:59:21 *** Djohaal has joined #openttd
17:03:34 *** glx has joined #openttd
17:03:34 *** ChanServ sets mode: +v glx
17:04:55 *** zooks has quit IRC
17:09:25 *** Devroush has quit IRC
17:25:58 *** Alberth has joined #openttd
17:25:58 *** ChanServ sets mode: +o Alberth
17:26:16 <Alberth> o/
17:34:28 *** alluke has joined #openttd
17:41:41 *** Vinnie_nl has joined #openttd
17:46:17 <DorpsGek> Commit by translators :: r25556 /trunk/src/lang (10 files) (2013-07-04 17:46:01 UTC)
17:46:18 <DorpsGek> -Update from WebTranslator v3.0:
17:46:19 <DorpsGek> catalan - 83 changes by smauleon
17:46:20 <DorpsGek> simplified_chinese - 44 changes by siu238X
17:46:21 <DorpsGek> traditional_chinese - 52 changes by siu238X
17:46:22 <DorpsGek> french - 2 changes by glx
17:46:23 <DorpsGek> galician - 50 changes by Michi
17:46:24 <DorpsGek> hungarian - 2 changes by Brumi
17:46:25 <DorpsGek> japanese - 936 changes by guppy
17:46:26 <DorpsGek> polish - 3 changes by p0358
17:46:27 <DorpsGek> slovak - 2 changes by Milsa
17:46:28 <DorpsGek> thai - 2 changes by nirakanz
17:49:06 *** Pol has joined #openttd
17:51:40 *** Eddi|zuHause has joined #openttd
17:52:11 <Alberth> lots of string updates
17:54:37 *** frosch123 has joined #openttd
18:04:03 <Eddi|zuHause> "finnish nuclear power station searches PHP developer with SQL knowledge" ...
18:04:32 <Eddi|zuHause> i can't even come up with a snappy comment...
18:04:43 <Alberth> lol
18:05:27 <Alberth> let's just hope it for a PR website or so :)
18:08:02 <frosch123> Eddi|zuHause: do you have pdp-11 assembler skills?
18:08:18 <Eddi|zuHause> i don't think so
18:09:34 <frosch123> so, is there a php and sql implementation for pdp-11? :)
18:10:06 <frosch123> with a bit of luck there is k&r c compiler
18:17:35 *** Brumi has quit IRC
18:19:19 <Alberth> given that c was designed for it, that would be likely :)
18:20:21 *** Devroush has joined #openttd
18:21:09 *** ntoskrnl11 has joined #openttd
18:23:30 *** DDR has joined #openttd
18:25:59 *** Devroush has quit IRC
18:27:57 *** ntoskrnl has quit IRC
18:29:54 <Eddi|zuHause> frosch123: i had assumed it's for the one that is currently under construction
18:31:03 *** Pol has quit IRC
18:32:57 <Eddi|zuHause> "Sarkozy's party UMP will not be reimbursed for the 2012 presidential election campaign, because they exceeded the budget limit of 22.5 Mio €"
18:34:54 <frosch123> you mean, if they exceed it, they get nothingß
18:34:56 <frosch123> ?
18:35:18 <Eddi|zuHause> yes, if they stayed below 22.5 Mio €, they would get 50%
18:35:46 <frosch123> that's a funny model :)
18:36:05 <frosch123> did they exceed it my a large sum, or did just someone fail with counting?
18:36:17 <Eddi|zuHause> 466k€ or something
18:36:35 <Eddi|zuHause> or 2.1%
19:22:57 *** roadt has quit IRC
19:31:58 <glx> Eddi|zuHause: they just have to find 11 Mio € to repay the loan (while their budget is still missing 50 Mio €)
19:52:28 *** Progman has joined #openttd
20:05:13 <DorpsGek> Commit by rubidium :: r25557 trunk/src/table/object_land.h (2013-07-04 20:05:07 UTC)
20:05:14 <DorpsGek> -Fix [FS#5524]: one could build bridges over owned land of another company
20:06:33 <DorpsGek> Commit by rubidium :: r25558 trunk/src/3rdparty/squirrel/squirrel/squtils.h (2013-07-04 20:06:27 UTC)
20:06:34 <DorpsGek> -Fix [FS#5568]: [Squirrel] Infinite recursion loop in freeing data via a looping set of references
20:12:45 *** ntoskrnl11 has quit IRC
20:42:35 *** alluke has quit IRC
20:51:09 *** alluke has joined #openttd
20:54:20 <frosch123> night
20:54:23 *** frosch123 has quit IRC
20:58:19 *** mindlesstux has quit IRC
20:59:48 *** mindlesstux has joined #openttd
21:03:01 *** alluke has quit IRC
21:03:13 *** Alberth has left #openttd
21:12:42 *** gelignite has quit IRC
21:16:45 <DorpsGek> TrueBrain: Commit by rubidium :: r25559 /branches/1.3 (6 files in 5 dirs) (2013-07-04 21:16:35 UTC)
21:16:46 <DorpsGek> TrueBrain: [1.3] -Backport from trunk:
21:16:47 <DorpsGek> TrueBrain: - Fix: Possible reading of uninitialised memory due to undefined execution order (r25551)
21:16:48 <DorpsGek> TrueBrain: - Fix: [Windows] Race condition between two drawing threads could crash OpenTTD [FS#5571] (r25550)
21:16:49 <DorpsGek> TrueBrain: - Fix: ICU returns the width of the visual run as if the trailing space was added (in case a newline was added). This caused the width to be more than the requested width, but it would still be drawn correctly [FS#5626] (r25547)
21:16:50 <DorpsGek> TrueBrain: (...)
21:20:15 <DorpsGek> TrueBrain: Commit by rubidium :: r25560 /branches/1.3 (12 files in 7 dirs) (2013-07-04 21:20:05 UTC)
21:20:16 <DorpsGek> TrueBrain: [1.3] -Backport from trunk:
21:20:17 <DorpsGek> TrueBrain: - Fix: [Squirrel] Infinite recursion loop in freeing data via a looping set of references [FS#5568] (r25558)
21:20:18 <DorpsGek> TrueBrain: - Fix: One could build bridges over owned land of another company [FS#5524] (r25557)
21:20:19 <DorpsGek> TrueBrain: - Fix: [Script] Texts from scripts were not validated before they were shown, causing an assertion to trigger [FS#5632] (r25555)
21:20:20 <DorpsGek> TrueBrain: (...)
21:25:54 *** KritiK has joined #openttd
21:32:20 *** Elukka has quit IRC
21:34:07 *** valhallasw has quit IRC
21:40:11 *** Progman has quit IRC
21:41:06 *** Brumi has joined #openttd
21:53:06 *** Chrill has joined #openttd
21:57:57 *** ZxBiohazardZx has joined #openttd
22:02:57 *** Devroush has joined #openttd
22:02:57 *** mindlesstux has quit IRC
22:06:18 *** mindlesstux has joined #openttd
22:17:10 *** Mucht has joined #openttd
22:17:10 *** mindlesstux has quit IRC
22:19:48 *** mindlesstux has joined #openttd
22:21:40 *** sla_ro|master has quit IRC
22:29:16 *** Devroush has quit IRC
22:34:03 <Supercheese> Hah, in the new FIRS economy, rather than HEQS trams having less capacity they have more
22:34:15 <Supercheese> or wait
22:34:22 <Supercheese> maybe I've gone from Imperial to metric tons
22:34:38 <Supercheese> yep that was it
22:34:43 <TomyLobo> i want metric fucktons
22:35:10 <Supercheese> tons vs tonnes
22:35:12 <Supercheese> O_o
22:35:53 <Supercheese> I wish we would just abandon the ridiculous system of units we use here and adopt metric
22:37:54 *** Alice3 has quit IRC
22:39:48 <Eddi|zuHause> maybe you just should start?
22:40:16 <Supercheese> Fat lot of good it will do for me when every weather forcast uses Fahrenheit, every measurement reports in feet and inches, and so on
22:40:30 <Supercheese> I'm stuck with what I'm given
22:41:23 <Eddi|zuHause> just start giving out directions in 1km, switch your navi to km, get a stack of A4 paper, and yell at everyone why they're still in the 18th century
22:41:29 <TomyLobo> watch british weather then
22:42:04 <TomyLobo> also, internet weather
22:42:11 *** HerzogDeXtEr has quit IRC
22:42:37 <TomyLobo> 5 million per steal train and year, woot
22:43:00 <Eddi|zuHause> don't steal trains
22:43:09 <TomyLobo> steel, crap
22:43:27 * TomyLobo is a train pirate yarr
22:44:13 <Supercheese> South of the border, stealing trains was not uncommon
22:44:34 <Supercheese> various Mexican conflicts and wars resulted in stolen trains in many places
22:44:49 <TomyLobo> heh
22:45:10 <Supercheese> They were fond of filling them with high explosives and kamikaze-ing them as well
22:45:20 <TomyLobo> btw, feature request: ctrl-click on buy vehicle fills up the train to the max configured size
22:45:21 <Supercheese> well, without people inside anyway
22:45:45 <Supercheese> I guess that wouldn't be kamikaze, then :\
22:46:05 <Supercheese> new disaster, stolen train filled with explosives
22:46:11 <Supercheese> the graphics are already present
22:48:22 <TomyLobo> there are graphics for a train with explosives?
22:48:36 <TomyLobo> or would you just color some logs red?
22:48:50 <Supercheese> train is irrelevant, there are graphics for explosions, s'what I meant
22:48:59 <Eddi|zuHause> because explosives are transported in big red logs?
22:58:02 <TomyLobo> exactly
22:59:19 <Supercheese> "Why are you planning on filling this train with dynamite and sending it at the enemy?" "It's for a Nobel cause."
22:59:40 <Eddi|zuHause> that is a really really bad joke :p
22:59:46 <Supercheese> Thanks ;)
23:04:20 <TomyLobo> the train will have its 72 virgin trains
23:05:32 <Supercheese> Those run InterCity West Coast franchise, right?
23:07:08 <Supercheese> http://en.wikipedia.org/wiki/InterCity_West_Coast
23:07:13 <Supercheese> "Current operator: Virgin Trains"
23:07:40 * TomyLobo slaps Supercheese
23:08:01 <Supercheese> :D
23:08:40 <Eddi|zuHause> that was about my "train of thought" as well, just i have not enough knowledge about these companies :p
23:08:55 * Supercheese cheated
23:08:58 <Supercheese> I wikipedia'd it
23:09:45 <Supercheese> New cargo: Puns. Transport to secondary industry to generate Groans.
23:10:30 <TomyLobo> tertiary*
23:10:31 <Eddi|zuHause> anyway: http://www.youtube.com/watch?v=D-8gV4DJZUw
23:10:44 <TomyLobo> primary cargo would be paper
23:10:53 <TomyLobo> you know, irc paper
23:10:54 *** Vinnie_nl has quit IRC
23:11:12 <Eddi|zuHause> TomyLobo: "secondary industry" doesn't mean "second in the chain"
23:11:47 <TomyLobo> ok
23:12:26 <Eddi|zuHause> well, the "simple" definition: primary industry only produces stuff, secondary industry consumes stuff and produces stuff, and tertiary industry only consumes stuff.
23:12:57 <Eddi|zuHause> of course that definition is "wrong" on so many aspects :p
23:14:04 <Supercheese> oh lord, the narration is so bad in that video
23:14:18 <Supercheese> I haven't heard such an emotionless monotone in a while
23:17:07 <TomyLobo> so coal goes from primary to tertiary? :)
23:24:09 <Eddi|zuHause> that's a little skewed, because "energy" isn't a product in TTD
23:24:33 <Supercheese> that can be hacked in ;)
23:24:54 <TomyLobo> battery cars, yay
23:24:59 <Eddi|zuHause> it also fails on ECS/FIRS mines, which accept vehicles/supplies
23:26:45 *** SineTheCreator has quit IRC
23:27:18 *** SineTheCreator has joined #openttd
23:30:54 *** ZxBiohazardZx has left #openttd
23:32:13 *** Brumi has quit IRC
23:51:46 *** Chrill has quit IRC