IRC logs for #openttd on OFTC at 2013-04-14
⏴ go to previous day
00:50:11 *** roboboy has joined #openttd
01:47:33 *** roboboy has joined #openttd
02:05:12 *** Supercheese has joined #openttd
02:16:15 *** HerzogDeXtEr has joined #openttd
02:31:57 *** roboboy has joined #openttd
02:55:37 *** Biolunar_ has joined #openttd
03:59:05 *** Djohaal_ has joined #openttd
04:56:16 *** Eddi|zuHause has joined #openttd
05:15:41 *** RavingManiac has joined #openttd
06:08:39 *** RavingManiac has joined #openttd
06:38:40 *** alandarev has joined #openttd
06:47:23 *** Alberth has joined #openttd
06:47:23 *** ChanServ sets mode: +o Alberth
06:50:46 <Alberth> just disable display of signatures :p
06:55:11 *** sla_ro|master has joined #openttd
07:20:28 *** andythenorth has joined #openttd
07:26:38 *** alandarev has joined #openttd
07:42:05 *** |Jeroen| has joined #openttd
08:11:01 *** fonsinchen has joined #openttd
08:59:44 *** Progman has joined #openttd
09:20:49 *** valhallasw has joined #openttd
09:35:07 *** frosch123 has joined #openttd
09:56:35 *** TWerkhoven has joined #openttd
10:01:02 *** ntoskrnl has joined #openttd
10:12:22 *** oskari89 has joined #openttd
10:16:33 <alandarev> why my server is full of those lines: dbg: [misc] String too long for destination buffer
10:16:50 <fonsinchen> What version are you running?
10:17:18 <fonsinchen> Normally that appears when the version string is longer than 15 characters
10:17:43 <fonsinchen> Maybe there are other possibilities to trigger that.
10:18:37 <alandarev> fonsinchen: that makes no sense. Those dbg messages appear around once a 30 seconds once I have many trains, how can it be related to the length of a "1.3.0" version string?
10:20:07 <Alberth> the version is sent across the network, so it needs to be packed in a network packet, which has a finite (and not so large) size.
10:21:16 <Alberth> how did you get that version? did you build one yourself?
10:21:49 <Alberth> if yes, where did you get the source from?
10:45:22 *** Ristovski has joined #openttd
11:07:10 <alandarev> Alberth: version? I am using standard OTTD 1.3
11:08:52 <Alberth> hmm, does that even have dbg:[misc] printing code? I thought it was only with non-release code
11:09:23 <Alberth> but perhaps I was wrong
11:10:38 <alandarev> Alberth: compiling a version myself would be too difficult for my level :)
11:11:25 <Alberth> many think that about setting up a server too :)
11:11:28 <Eddi|zuHause> Alberth: debug output is also in release builds, only asserts are removed
11:11:39 <Alberth> Eddi|zuHause: ah, thank you
11:12:32 *** Flygon_ has joined #openttd
11:12:34 <Alberth> which then would imply this happens with every standard 1.3.0 server
11:12:37 <Eddi|zuHause> but by default, only debug level 0 messages are shown (exception for servers: debug level for "net" is 2)
11:14:20 *** roboboy has joined #openttd
11:22:55 *** ZxBiohazardZx has joined #openttd
11:42:26 *** goodger has joined #openttd
12:24:51 *** Ristovski has joined #openttd
12:53:39 *** roboboy has joined #openttd
13:22:08 *** goodger has joined #openttd
13:33:23 *** TrueBrain has joined #openttd
13:39:22 *** roboboy has joined #openttd
13:47:09 *** RavingManiac has joined #openttd
13:58:54 <Ristovski> what was the newgrf that added new companies, like hotels, gas stations etc
14:00:06 <V453000> ecs might have some too, but FIRS is endlessly better
14:21:25 <Eddi|zuHause> actually, that is probably TTRS
14:26:30 *** roboboy has joined #openttd
14:32:46 <V453000> hm yeah but those dont do anything
14:39:36 <Eddi|zuHause> well, they do tourists and vehicles, if you have the matching ECS vector(s) loaded
14:53:02 *** Flygon__ has joined #openttd
15:03:36 *** oskari892 has joined #openttd
15:05:35 *** tokai|mdlx has joined #openttd
15:12:07 *** HellTiger has joined #openttd
16:03:42 *** oskari89 has joined #openttd
16:18:20 *** andythenorth has joined #openttd
16:27:43 *** RavingManiac has joined #openttd
16:49:15 *** oskari89 has joined #openttd
16:49:15 *** ntoskrnl has joined #openttd
16:49:15 *** sla_ro|master has joined #openttd
16:49:15 *** Celestar_ has joined #openttd
16:49:15 *** DarkAceZ has joined #openttd
16:49:15 *** Extrems has joined #openttd
16:49:15 *** LANJesus has joined #openttd
16:49:15 *** ToBeFree has joined #openttd
16:49:15 *** plantain has joined #openttd
16:49:15 *** shametd_ has joined #openttd
16:49:15 *** michi_cc has joined #openttd
16:49:15 *** CornishPasty has joined #openttd
16:49:15 *** Rubidium has joined #openttd
16:49:15 *** eQualizer has joined #openttd
16:49:15 *** charon.oftc.net sets mode: +vo michi_cc Rubidium
16:50:36 *** DarkAceZ has joined #openttd
16:51:29 *** ChanServ sets mode: +v Alberth
16:51:29 *** ChanServ sets mode: +v Belugas
16:51:29 *** ChanServ sets mode: +v orudge
17:00:46 <ntx> what are the guidelines on the usage of C++ standard library? ie. std::vector
17:03:50 *** oskari892 has joined #openttd
17:07:29 <frosch123> use it if needed. try to use SmallVector for POD stuff to avoid calling constructors
17:07:38 <Alberth> src/core has several smaller alternatives
17:08:26 *** RavingManiac has joined #openttd
17:14:00 *** JVassie has joined #openttd
17:33:00 *** ZxBiohazardZx has joined #openttd
17:45:13 <DorpsGek> Commit by translators :: r25187 trunk/src/lang/unfinished/gaelic.txt (2013-04-14 17:45:06 UTC)
17:45:14 <DorpsGek> -Update from WebTranslator v3.0:
17:45:15 <DorpsGek> gaelic - 77 changes by GunChleoc
18:03:58 *** oskari89 has joined #openttd
18:11:46 <Sacro> hmm, the enwgrf downloady thign isn't working
18:11:51 <Sacro> it's just saying 'Requesting files'
18:14:24 *** HerzogDeXtEr1 has joined #openttd
18:15:23 <ntx> well damn, someone has already started a patch for an industry list filter
18:19:40 <ZxBiohazardZx> Sacro ofc they are but its better to ask specific questions then just checking if they exist
18:20:05 <Sacro> Oh wait, it#'s downloading now
18:20:10 <ZxBiohazardZx> what was the issue?
18:20:16 <ZxBiohazardZx> BaNaNa's being slow?
18:20:19 <Sacro> newgrf download taking ages
18:20:45 <ZxBiohazardZx> could be either server is slow or i duno
18:20:49 <ZxBiohazardZx> stuff like that
18:20:51 <Sacro> Just hangs on 'Requesting files...' for ages
18:21:26 <Alberth> TrueBrain: Rubidium ^^
18:21:51 <Sacro> cheers Alberth, I've lost track of who is responsible for what
18:22:42 <Alberth> I haven't seen either today, so I don't have much hope they will respond :(
18:23:09 <Sacro> Meh, i'll see how it goes
18:24:42 <Sacro> actually, it seems that file copies are slow too :\
18:24:49 <Sacro> that's worryingly like a hdd crapping out
18:26:05 *** andythenorth has joined #openttd
18:40:39 *** Supercheese has joined #openttd
18:42:15 <TrueBrain> Sacro: out network checks out fine; please try download something else, see if it goes better
18:42:21 <TrueBrain> otherwise might be your ISP ..
18:42:27 <TrueBrain> lolz, or your HDD yes :P
18:47:42 <Sacro> where has the maximum zoom in option gone :\
18:47:48 <Sacro> TrueBrain: it's perked up now
18:48:14 <V453000> interface - display options?
18:48:30 *** tycoondemon has joined #openttd
18:59:42 <andythenorth> have I missed anything? o_O
19:01:02 <frosch123> cannot remember what it was though
19:04:05 *** oskari892 has joined #openttd
19:06:49 <Tulitomaatti> i have trouble getting my server finding any newgrfs
19:07:23 <Tulitomaatti> while runningthe server it whines about not finding the specified ones
19:07:52 <Tulitomaatti> i've tried putting the .tar's in to newgrf and content_download/newgrf but neither seem to work
19:08:12 <Tulitomaatti> (on the server, naturally)
19:09:27 <Tulitomaatti> is the newgrfsection of openttd.cfg case-sensitive?
19:11:13 <frosch123> that depends on your filesystem
19:11:38 <frosch123> the most common issue is that you copied the cfg from win to linux and did not replace \ with /
19:13:52 <Tulitomaatti> that might actually be the problem, i got the cfg from a user and he might be a windows user.
19:15:03 * andythenorth goes back to drawing
19:15:10 <andythenorth> easier than ships
19:15:12 <Tulitomaatti> somehow i didn't even thing someone would use windows
19:15:16 <andythenorth> and nobody cares about trucks :P
19:15:41 <Tulitomaatti> and discarded the / \ option indebugging an hour ago D.
19:22:13 <Sacro> is there a guide to autopilot anywhere?
19:29:58 <Sacro> now is there anyway to use bananas on a server? :P
19:30:02 <Sacro> save me reuploading all the files
19:33:17 *** Devroush has joined #openttd
19:38:29 <V453000> I think autopilot might have !content thingy
19:38:38 <V453000> not sure if that isnt just a script on our servers though
19:39:56 *** valhallasw has joined #openttd
19:44:01 <planetmaker> !content is an alias which use rcon content commands in the order as needed
19:53:04 <V453000> sounds quite self explanatory to me
19:53:20 <planetmaker> and most are a link to the explanation
19:53:25 <Sacro> anythting that's true/false is fine
19:53:37 <Sacro> you shouldn't have to go back/forth to find out the flags
19:53:47 <planetmaker> yup. It's a wiki :-)
19:54:34 *** RavingManiac has joined #openttd
20:04:11 *** oskari89 has joined #openttd
20:11:31 *** Eddi|zuHause has joined #openttd
20:16:26 <Zuu> Finally, Tutorial uploaded via musa appears to work. If you select "Beginner Tutorial" scenario in a fresh OpenTTD, it will select a NewGRF, an AI with 3 libs and a GS with 2 libs as dependency.
20:17:29 <Zuu> In contrast to earlier solution, there is no cyclic dependencies anymore. So if you get the GS, you will not get the scenario anymore. However both the AI and the GS is hidden in the AI/GS selection for non-AI developers.
20:18:17 <frosch123> what actually happens when you set the ottd version requirements on bananas so the deps do not show up in the list
20:18:24 <frosch123> are they still selected via deps?
20:20:27 <Zuu> If you mean setting a dependency on a new version that you upload, then the past versions of your content will not have this requirement. Usually past versions do not show up. However past versions do show up if they are selected as deps.
20:21:27 <Rubidium> frosch123: the version is only used to request the initial list of content; the dependencies are fetched separately
20:21:27 <Zuu> However, I don't know what happens if you set a more restrictive requirement on a dependency than on the content that depend on it, and use an OpenTTD version only accepted by the leaf content but not the dependency.
20:25:38 <Sacro> : spawn id exp6 not open
20:26:56 <Sacro> dbg: [net] getaddrinfo for hostname "d", port 3979, address family either IPv4 or IPv6 and socket type tcp failed: Name or service not known
20:30:51 <Eddi|zuHause> there was something with av8 i believe where it showed both an old and a new version, because some add-on-grf had a dependency on the old version
20:31:05 <Eddi|zuHause> so maybe a dependency will override the version check?
20:35:52 *** RavingManiac has joined #openttd
20:41:05 <Rubidium> Sacro: your bind address is incorrect; check openttd.cfg
21:04:24 <andythenorth> big wheels are hard to draw :P
21:06:52 <V453000> looks totally outstanding to me
21:07:15 <V453000> I think it is a lot better than anything else I saw from you so far
21:07:43 <V453000> everything you draw is great, this is just outright amazing
21:10:36 <andythenorth> it's not better than some other FIRS buildings
21:10:39 <andythenorth> about the same ;)
21:11:41 <V453000> your argument is invalid!
21:11:49 <V453000> it is amazing none the less :>
21:16:29 <andythenorth> too late to code it today :P
21:16:44 * Zuu feel excited by musa, but understands that not everyone get excited about it. :-)
21:17:23 * andythenorth feels the same about python templating for newgrfs ;)
21:28:28 * Zuu hopes not too many newbies get scared when 14 items get selected for download when they download Beginner Tutorial. :-)
21:29:23 <Zuu> One of them could however get eliminated if Meta Library is updated to not depend on the wrong version of Fibonacci Heap.
21:32:05 <Zuu> Hmm, and I forgot to update the Ship AI to use v6 of MetaLibrary and not v5.1, so the thing is still broken :-)
22:10:27 <Sacro> TAI is giving me duplicate industries, not replacement
22:22:17 <DorpsGek> Sacro: Pikka was last seen in #openttd 3 weeks, 3 days, 13 hours, 39 minutes, and 29 seconds ago: <Pikka> I do not want to watch a half-hour video for the one little piece of information I need and which probably isn't in there anyway
22:45:31 *** roboboy has joined #openttd
22:49:07 <V453000> is the bananas Visit Website button borkd?
22:49:42 <V453000> hm no, but is it supposed to work in newgrf window?
22:59:14 *** Celestar has joined #openttd
23:32:04 *** roboboy has joined #openttd
continue to next day ⏵