IRC logs for #openttd on OFTC at 2012-10-03
            
00:11:41 *** Elukka has quit IRC
00:25:20 <Kitty> you know that point where you forgot to hit pause, and went to sleep and then 8 hours later you have over 500 million in the bank, all your planes have crashed and that the towns have all merged?
00:34:42 *** Frankr has quit IRC
00:40:50 *** Devroush has quit IRC
00:47:58 *** cyph3r has quit IRC
01:25:24 *** pugi has quit IRC
01:35:42 *** cockroach has joined #openttd
01:37:13 <cockroach> hey. i'm using openttd 1.2.2 (also tried with 1.2.1) and it seems my autoreplace option is missing. was it moved somewhere else, is there something fishy with my installation or could this be a side-effect of some newgrf?
01:37:48 <Supercheese> autoreplace is from the vehicle list
01:37:53 <Supercheese> you tried there, yes?
01:38:00 <cockroach> yes
01:38:09 <cockroach> as shown on http://wiki.openttd.org/Replace_vehicles
01:38:11 <Supercheese> Manage List --> Replace Vehicles
01:38:13 <Supercheese> yeah
01:38:22 <cockroach> the other two options are there
01:38:40 <Supercheese> have you tried selecting different groups?
01:38:55 <cockroach> indeed i have, didn't help
01:40:34 <cockroach> if i start a new game without any addons that option is still missing
01:42:21 <cockroach> (which may make sense since there are no replacement vehicles at the beginning)
01:48:20 *** cockroach has quit IRC
01:54:57 *** Biolunar has quit IRC
01:59:47 *** roadt has joined #openttd
02:01:32 *** tokai|mdlx has joined #openttd
02:07:19 *** tokai|noir has quit IRC
02:11:49 *** shanne has joined #openttd
02:12:22 <shanne> hallo from whwre i can ownlod openttd for nexu 7? p,ease
02:13:16 <shanne> someone
02:14:02 <Jake> Nexus 7, you mean?
02:14:32 *** shanne has quit IRC
02:17:57 *** glx has quit IRC
02:49:40 *** BadBrett has joined #openttd
04:26:58 *** BadBrett has quit IRC
04:36:26 *** sla_ro|master has joined #openttd
04:48:30 *** Rhamphoryncus has quit IRC
04:56:02 *** Eddi|zuHause has quit IRC
04:56:18 *** Eddi|zuHause has joined #openttd
05:23:24 *** Jake has quit IRC
05:23:39 *** Prof_Frink has quit IRC
05:39:20 *** Wold has quit IRC
06:17:24 *** Wold has joined #openttd
06:36:41 *** KouDy has joined #openttd
06:57:40 *** Supercheese has quit IRC
07:06:55 <Terkhen> good morning
07:18:11 *** andythenorth has joined #openttd
07:34:10 *** cyph3r has joined #openttd
07:37:08 <planetmaker> moin
07:45:21 *** cyph3r has quit IRC
07:45:47 *** cyph3r has joined #openttd
07:49:59 <andythenorth> bonsoir
07:54:57 *** cyph3r has quit IRC
07:56:01 *** cyph3r has joined #openttd
07:57:13 *** cyph3r has quit IRC
07:57:38 *** cyph3r has joined #openttd
07:58:49 *** cyph3r has joined #openttd
07:59:45 *** cyph3r has joined #openttd
08:00:50 *** cyph3r has joined #openttd
08:01:47 *** cyph3r has joined #openttd
08:06:51 *** andythenorth has quit IRC
08:08:41 <Eddi|zuHause> happy alibi-reunification-day everyone
08:10:07 <planetmaker> alibi?
08:10:24 *** DDR has quit IRC
08:10:42 <Eddi|zuHause> well, the real day of reunification should be the 9th november. but they didn't dare to pick that as a holiday
08:11:03 *** valhallasw has joined #openttd
08:11:27 <Eddi|zuHause> because of ... conflicting historical events
08:17:15 <planetmaker> hehe, yeah. 9th November is kinda *the* German day... good and bad
08:25:35 *** cyph3r has quit IRC
08:30:17 *** frosch123 has joined #openttd
08:32:09 <frosch123> hmm...
08:32:26 <frosch123> when i compile ottd entirely from a ramdisk it still makes out at -j 4
08:32:35 <frosch123> what's the bottleneck?
08:32:46 <frosch123> ram or cpu?
08:32:57 <frosch123> i always thuoght only the disk is slow :o
08:33:50 <frosch123> hmm... oh wait... the point of more -j than cores was to do other things while waiting on the disk...
08:34:41 <frosch123> so, i should only compare it to higher -j from non-ramdisk
08:36:18 <frosch123> i guess if the -j5 speed from disk matches the -j4 from ramdisk, the disk is not that bad
08:37:49 *** kais58 has joined #openttd
08:38:04 <peter1138> Erm, CPU...
08:38:20 <peter1138> Long gone are the days when I could compile the whole of OpenTTD in 16 seconds.
08:38:45 <frosch123> we should revert to c :p
08:39:04 *** andythenorth has joined #openttd
08:39:11 <peter1138> Exactly!
08:39:21 <andythenorth> Indeed!
08:39:31 <andythenorth> what was the question?
08:39:45 *** kais58_ has quit IRC
08:39:56 <peter1138> There was no question.
08:42:08 *** andythenorth has quit IRC
08:43:41 <planetmaker> peter1138, 30 seconds is good enough for me ;-)
08:44:09 <planetmaker> my osx takes 6 minutes to compile it...
08:44:22 <frosch123> planetmaker: so your machine is 25% faster than mine :)
08:44:34 <frosch123> i did not expect there would still be such increases
08:46:19 <planetmaker> I don't have a fast disk really
08:46:59 <Eddi|zuHause> frosch123: testing -j multiple times to test the influence of the disk is tricky as after the first run, pretty much everything should be cached
08:49:31 <frosch123> well, i made /tmp a tmpfs now, and symlinked ottd/obj/debug to /tmp
08:49:40 <frosch123> basically no disk access at all when compiling
08:50:11 <Eddi|zuHause> real 0m49. user 3m15.988s sys 0m14.605s
08:50:30 <frosch123> only after compilation has finished and the write delay triggers to write the binary to disk
08:53:45 <Eddi|zuHause> that doesn't really look maxed out, or there is a longer single-core stretch inbetween
08:54:06 <Eddi|zuHause> because 3m30s/6 ~35s
08:54:23 <planetmaker> real 0m36.002s
08:54:24 <planetmaker> user 3m57.455s
08:54:24 <planetmaker> sys 0m10.397s
08:54:24 <planetmaker> here
08:54:25 <Eddi|zuHause> so where did the other ~15s come from?
08:54:32 <frosch123> Eddi|zuHause: try a ramdisk
08:54:34 <frosch123> and compare
08:54:48 <planetmaker> with -j9 after maintainer-clean
08:55:48 <frosch123> real 0m40.000s <- btw. i should calibrate my clock agains ottd compilations :p
08:56:01 <Eddi|zuHause> real 0m45.259s user 3m34.826s sys 0m15.272s
08:56:34 <Eddi|zuHause> i guess i should need a better test environment
08:59:35 *** Progman has joined #openttd
09:03:37 <peter1138> ...
09:03:40 <peter1138> still compiling o_O
09:04:05 <Eddi|zuHause> real 0m45.534s user 3m34.987s sys 0m15.163s
09:04:15 <Eddi|zuHause> no real change when putting objs on /dev/shm
09:05:44 <peter1138> 3real 3m47.825s
09:05:44 <peter1138> user 4m28.117s
09:05:44 <peter1138> sys 0m20.041s
09:05:47 <peter1138> yers
09:06:04 <Eddi|zuHause> but from watching the output, there seem to be two single-core operations, compiling the grfs and making the dep check
09:12:57 <DorpsGek> Commit by planetmaker :: r24569 /trunk (Makefile.bundle.in Makefile.in) (2012-10-03 09:12:51 UTC)
09:12:58 <DorpsGek> -Fix (r23817): Naming of bundles was somewhat broken
09:41:09 *** roadt has quit IRC
09:43:38 *** Devroush has joined #openttd
09:54:52 *** Elukka has joined #openttd
10:04:23 *** George has quit IRC
10:09:18 *** sla_ro|master has quit IRC
10:49:08 *** pugi has joined #openttd
10:54:59 *** KnogleAFK has joined #openttd
10:54:59 *** Knogle has quit IRC
10:58:52 *** KnogleAFK is now known as Knogle
10:58:57 *** George has joined #openttd
11:08:52 *** cyph3r has joined #openttd
11:24:34 *** valhallasw has quit IRC
11:25:53 *** roadt has joined #openttd
11:32:14 *** andythenorth has joined #openttd
11:45:10 *** andythenorth has left #openttd
11:46:29 *** valhallasw has joined #openttd
11:50:32 *** argoneus has joined #openttd
11:57:18 *** keoz has joined #openttd
12:17:52 *** cyph3r has quit IRC
12:56:10 <Eddi|zuHause> @calc 540^2/700
12:56:10 <DorpsGek> Eddi|zuHause: Error: Something in there wasn't a valid number.
12:56:13 <Eddi|zuHause> @calc 540**2/700
12:56:13 <DorpsGek> Eddi|zuHause: 416.571428571
12:56:53 *** Biolunar has joined #openttd
12:59:15 <frosch123> @calc 540**(2/700)
12:59:15 <DorpsGek> frosch123: 1.018138451
12:59:31 <Eddi|zuHause> not what i asked :)
12:59:45 <frosch123> @calc 540**(2/700) * 540**2/700
12:59:45 <DorpsGek> frosch123: 424.127389016
13:25:28 *** Progman has quit IRC
13:33:25 *** cyph3r has joined #openttd
13:35:53 <frosch123> yay, walling towns in using food plants
13:37:15 *** argoneus has quit IRC
14:00:43 *** cyph3r has quit IRC
14:11:05 *** dada__ has quit IRC
14:19:55 *** roadt has quit IRC
14:19:57 *** sla_ro|master has joined #openttd
14:23:18 *** SgtGeneralCase has joined #openttd
14:25:36 <SgtGeneralCase> I have a strange case here whereby despite multiple_industries_per_town=false, I get massive amounts of industry. In openttd, 1.2.2; even with a blank config.
14:26:35 <Eddi|zuHause> that is "multiple industries of the same type in the same town"
14:28:15 <SgtGeneralCase> Hm, maybe it's related to the fact that I am using a lot of towns.
14:29:29 *** flaa has joined #openttd
14:30:10 *** M1zera has joined #openttd
14:30:56 <SgtGeneralCase> map size 1024x1024, no. of towns: high, no. of industris: very low - still "high" for some taste (while "minimal" is then again too minimal). Maybe a finer tunable for #industries could be added, like "Custom" as there is for towns?
14:31:55 <Eddi|zuHause> isn't that already possible?
14:33:45 <SgtGeneralCase> Only #towns has "custom" in 1.2.2
14:34:36 *** roadt has joined #openttd
14:37:34 *** cyph3r has joined #openttd
14:37:57 <Eddi|zuHause> bad luck then
14:38:50 <Eddi|zuHause> hm... anyone notice that the climate selection buttons are one pixel smaller in the start game menu than in the main menu?
14:39:37 <peter1138> it's noticable when you start trying to improve the ui for larger/smaller sizes
14:40:31 *** argoneus has joined #openttd
14:51:32 *** cyph3r has quit IRC
15:04:34 <peter1138> hmm, useful
15:04:38 <peter1138> working wifi adapters:
15:04:45 <peter1138> edimax ew-7811un
15:04:52 <peter1138> problem wifi adapters:
15:04:58 <peter1138> edimax ew-7811un
15:05:39 <Rubidium> that reminds me...
15:06:37 <Rubidium> there used to be a wireless adapter for which the first few 'builds' worked and the later ones didn't
15:06:57 <peter1138> handy :S
15:06:57 <Rubidium> mostly because the first few were mostly in hardware and the later builds used much more firmware
15:07:17 <Rubidium> oh... worked in Linux that is
15:20:52 *** Prof_Frink has joined #openttd
15:33:43 *** FLHerne has joined #openttd
15:34:53 *** KenjiE20 has quit IRC
15:35:14 *** KenjiE20 has joined #openttd
15:38:33 *** APTX_ has joined #openttd
15:40:16 *** APTX has quit IRC
15:49:26 *** flaa has quit IRC
15:54:14 *** BadBrett has joined #openttd
16:11:03 *** tycoondemon has quit IRC
16:29:02 *** tycoondemon has joined #openttd
16:32:31 *** roadt has quit IRC
16:33:10 <BadBrett> exclusive IRC preview:
16:33:13 <BadBrett> www.badbrett.se/goldrush/Smoke.avi
16:34:45 <BadBrett> now the question is... i have several animations i want to do here... when cargo arrives, the whale should be dragged out of the water... then smoke should appear... and finally small barrels will appear
16:35:17 <BadBrett> should i use subsprites for everything? what do you think will work the best?
16:45:22 *** KopjeKoffie has joined #openttd
16:46:25 <Eddi|zuHause> i'm sorry i have no clue how animations work
16:48:14 *** cyph3r has joined #openttd
16:50:49 *** glx has joined #openttd
16:50:49 *** ChanServ sets mode: +v glx
16:52:56 *** LordAro has joined #openttd
17:07:13 <SgtGeneralCase> BadBrett: is it that what I think? a HQ version of openttd?
17:09:47 <SgtGeneralCase> BadBrett: animations, from prior observations, seem to simply repeat, without taking any sort of events, like a train starting to load cargo, into consideration
17:17:34 <FLHerne> SgtGeneralCase: There are many callbacks for that
17:17:57 <SgtGeneralCase> Interesting :)
17:18:14 <FLHerne> It can be and is done - see UKRS2 or FISH for instance ;-)
17:18:15 *** KopjeKoffie has quit IRC
17:18:19 <SgtGeneralCase> Whenever I see a farm placed next to a Factory, I wonder if the livestock can't just _walk_ over there.
17:18:36 <FLHerne> Opening doors and gradual sinking, respectively :P
17:19:09 <FLHerne> SgtGeneralCase: Make a 'cow' vehicle :P
17:19:22 <FLHerne> capacity: one livestock :-)
17:19:38 <FLHerne> And have it invisible when empty :P
17:20:43 *** KopjeKoffie has joined #openttd
17:25:55 <BadBrett> there are several ways of doing it, but the question is which method that works the best in this case
17:27:29 * FLHerne wouldn't know
17:27:38 *** Wolf01 has joined #openttd
17:27:46 <Wolf01> hello
17:34:33 *** keoz has quit IRC
17:35:32 *** Progman has joined #openttd
17:36:32 *** SgtGeneralCase has quit IRC
17:45:27 *** BadBrett has quit IRC
17:51:39 *** Kjetil has quit IRC
18:34:46 *** Zuu has joined #openttd
19:00:44 *** cyph3r has quit IRC
19:07:54 <planetmaker> in a base set no method of animation will work ;-)
19:13:44 *** Jake has joined #openttd
19:13:46 *** Pixa has quit IRC
19:13:58 *** Pixa has joined #openttd
19:28:06 *** KritiK has joined #openttd
19:38:53 *** KopjeKoffie has quit IRC
19:38:53 *** HerzogDeXtEr1 has quit IRC
19:39:01 *** KopjeKoffie has joined #openttd
19:39:38 *** HerzogDeXtEr has joined #openttd
19:52:52 *** Mek_ is now known as Mek
19:53:48 *** LordAro has quit IRC
20:09:55 *** DDR has joined #openttd
20:18:53 *** KyleXY has joined #openttd
20:22:24 *** Stimrol has quit IRC
20:24:04 *** Stimrol has joined #openttd
20:43:11 *** Beardie has joined #openttd
20:43:38 <DorpsGek> Commit by zuu :: r24570 /trunk/src/script/api (ai_changelog.hpp game_changelog.hpp) (2012-10-03 20:43:32 UTC)
20:43:39 <DorpsGek> -Fix (r24542): Some documentation was missing
20:43:51 *** Beardie has left #openttd
20:51:06 *** SpComb^ has quit IRC
20:51:07 *** SpBot has quit IRC
20:53:01 *** supermop has joined #openttd
20:53:45 <supermop> is andy around?
20:53:49 <supermop> looks like no
20:53:50 <supermop> ok
20:54:18 *** SpBot has joined #openttd
20:54:24 *** SpComb^ has joined #openttd
20:55:00 <Eddi|zuHause> you can easily find that out by typing "an[tab]"
20:57:06 *** KouDy has quit IRC
21:02:13 *** sla_ro|master has quit IRC
21:10:09 <supermop> well ive posted something for him in the lego topic, so he can find it there
21:12:38 *** Kjetil has joined #openttd
21:15:40 <Wolf01> 'night
21:15:43 *** Wolf01 has quit IRC
21:17:46 <Terkhen> good night
21:21:03 *** andythenorth has joined #openttd
21:21:03 *** andythenorth has left #openttd
21:27:18 <supermop> gah i missed him!
21:37:28 *** Stimrol has quit IRC
21:39:04 *** Stimrol has joined #openttd
21:43:14 *** argoneus has quit IRC
21:50:25 <planetmaker> http://paste.openttdcoop.org/show/1762/ <-- I seem to be unable to write a few simple lines of NFO... what do I do wrong?
21:52:30 <Yexo> mixing up nfo7 and nfo32
21:52:56 <Yexo> either stick with v7 (no "normal" at the end, ysize before xsize) or go to v32 (no compression, xsize before ysize)
21:53:22 <planetmaker> oh, hum
21:54:06 <planetmaker> sprite compression is missing, too. Thanks
21:54:10 *** Supercheese has joined #openttd
21:56:58 *** Wold has quit IRC
21:57:23 *** Wold has joined #openttd
21:59:27 <frosch123> night
21:59:30 *** frosch123 has quit IRC
22:30:38 *** Progman has quit IRC
22:32:41 *** Markavian` has joined #openttd
22:35:50 *** cyph3r has joined #openttd
22:38:33 *** Markavian has quit IRC
22:49:58 *** FLHerne has quit IRC
22:55:01 *** KnogleAFK has joined #openttd
22:55:01 *** Knogle has quit IRC
23:02:14 *** supermop has left #openttd
23:17:28 *** DDR_ has joined #openttd
23:20:41 *** DDR has quit IRC
23:20:54 *** DDR_ is now known as DDR
23:27:44 *** Sacro has quit IRC
23:37:09 *** Devroush has quit IRC
23:48:23 *** Zuu has quit IRC
23:48:32 *** dada_ has joined #openttd
23:50:36 *** Elukka has quit IRC