Config
Log for #openttdcoop on 21st September 2010:
Times are UTC Toggle Colours
00:06:35  *** kreda has joined #openttdcoop
00:06:49  <kreda> !password
00:06:50  <PublicServer> kreda: quails
00:07:15  <PublicServer> *** Player has joined spectators
00:09:28  <PublicServer> *** Player has left the game (leaving)
00:09:47  *** kreda has quit IRC
00:09:56  *** avdg has quit IRC
00:23:46  <PublicServer> *** Sylf joined the game
00:31:23  *** thgergo has quit IRC
00:47:53  *** roboboy has quit IRC
01:29:39  *** roboboy has joined #openttdcoop
01:53:21  *** davis has quit IRC
01:54:47  *** davis has joined #openttdcoop
02:37:48  <PublicServer> *** Sylf has left the game (connection lost)
02:39:10  <Niavmaii> The fuck, lol
02:39:19  <Niavmaii> This town destroyed some of my tracks
02:42:41  *** ccfreak2k has quit IRC
02:43:00  *** ccfreak2k has joined #openttdcoop
02:51:11  <Niavmaii> V453000:
02:51:13  <Niavmaii> Halp meh? :3
04:21:39  *** davis has quit IRC
04:45:00  *** Firartix has joined #openttdcoop
05:06:08  *** benom has joined #openttdcoop
05:34:48  *** Firartix has quit IRC
05:38:31  *** Progman has joined #openttdcoop
06:24:56  *** Webster has joined #openttdcoop
06:24:57  *** ChanServ sets mode: +o Webster
06:38:10  *** ^Spike^ has joined #openttdcoop
06:38:10  *** ChanServ sets mode: +o ^Spike^
06:45:59  *** Mucht has quit IRC
06:47:39  *** Firartix has quit IRC
06:55:09  *** dihedral has joined #openttdcoop
06:55:13  <dihedral> morning
06:55:18  <dihedral> any of you know where Osai is
06:55:36  <planetmaker> moin
06:55:40  <dihedral> hey :-)
06:55:45  <planetmaker> I'd presume that he's at home, busy studying
06:55:52  <dihedral> crap
06:55:58  <dihedral> i'll give him a call
06:56:06  <dihedral> in an hour or so
07:00:58  *** roboboy has quit IRC
07:11:15  *** greenlion has joined #openttdcoop
07:14:01  *** Fuco has joined #openttdcoop
07:14:05  *** ChanServ sets mode: +v Fuco
07:25:21  *** roboboy has joined #openttdcoop
07:57:31  *** roboboy has quit IRC
08:00:59  *** roboboy has joined #openttdcoop
08:04:27  *** Fuco has quit IRC
08:06:05  *** ODM has joined #openttdcoop
08:06:06  *** ChanServ sets mode: +o ODM
08:12:41  *** kamil has joined #openttdcoop
08:12:47  <kamil> hi
08:13:11  <kamil> any have script for ap+ like: !resetme ?:)
08:13:50  <dihedral> and what should !resetme do?
08:14:02  <dihedral> i assume you have that command from the Luukland servers?
08:14:14  *** Firartix has joined #openttdcoop
08:20:23  <kamil> dihedral: reset player company
08:23:58  <V453000> kamil: not for someone without rcon I think :)
08:25:18  <dihedral> it would be possible to write with ap+
08:26:42  *** roboboy has quit IRC
08:29:57  <kamil> dihedral: yes, but how to select company player in tcl?:)
08:32:29  <dihedral> http://wiki.openttdcoop.org/Autopilot/ap+
08:33:26  <dihedral> did you have a look at that already?
08:33:36  <dihedral> (while i look at the source ;-) )
08:38:42  <dihedral> oh yes - ap+.....
08:39:44  <kamil> ;)
08:39:45  <dihedral> kamil, $::mainloop::player is an array
08:40:00  <dihedral> it holds client_id as index, and company id as value
08:40:14  <kamil> yhm... i try - thx:)
08:40:55  <dihedral> variable client_id [::ap::func::getClientId $nick]
08:41:12  <dihedral> variable company_id $::mainloop::player(client_id)
08:41:44  <dihedral> then you need to move everybody out of the company into spectators, then reset company
08:42:45  <dihedral> so a loop over the player array, and check if a client is in that company id, execute a move <client_id> 255
08:45:24  *** robotboy has joined #openttdcoop
08:53:56  <dihedral> kamil, if you like, you can show me your script (i.e. with pastebin.com) and i'll look at it and comment
09:00:01  <kamil> dihedral: hoping that someone already wrote a script ;)
09:00:18  <dihedral> oh - nope :-P
09:00:29  <kamil> I start to write when I have some time...
09:09:35  <dihedral> though i'd use set instead of variable ^^
09:11:59  <Ammler> the script would be similar to http://ps.openttdcoop.org/public/scripts/game/name.tcl
09:13:48  <Ammler> I wouldn't move others to spec, rather abort the reset, else someone could join your company and reset you
09:14:12  *** robotboy has quit IRC
09:22:27  <dihedral> that is what happens on some server if you say !resetme
09:30:05  <kamil> if i set: variable company_id $::mainloop::player($clientid) then console output see: [::ap::callback] autopilot/scripts/game/resetme.tcl failed with can't read "::mainloop::player(26)": no such element in array
09:33:36  <Firartix> uh
09:33:39  <Firartix> wait
09:33:41  <Firartix> don't tell me
09:33:47  <Firartix> openttd use tcl scripting ?
09:34:21  <Firartix> what exactly are you guys talking about ?
09:34:23  <Ammler> it doesn't
09:34:27  <Ammler> ap+ does
09:34:31  <Firartix> ap+ ?
09:34:38  <Ammler> @wiki ap+
09:34:41  <Webster> Autopilot/ap+ - #openttdcoop Wiki - http://wiki.openttdcoop.org/Special:Search?go=Go&search=ap%2B
09:34:48  <Firartix> ok
09:35:09  <Ammler> the wrapper script we use on our serves
09:35:43  <Firartix> oooh cool
09:36:45  <Firartix> hm
09:36:50  <Firartix> isn't the wiki out of date?
09:36:57  <Firartix> it says 3.0 is being developped
09:37:04  <Firartix> PublicServer's realname says 4.0 beta
09:37:43  <Ammler> relatively :-)
09:38:26  <Ammler>         foreach id [array names ::mainloop::player] { if {[lindex $::mainloop::player($id) 1] == 255} { incr ::spectators }}
09:38:50  <Ammler> kamil: how to detect specs from the player loop ^
09:39:10  <V453000> Ammler: further fun with basecosts :D this time with stable ... I am not able to fill in all 22 respective couples since the "set parameter" window just doesnt accept that long number :D
09:39:24  <V453000> although works when I set it through the nightly gui, save and load in stable :D
09:40:25  <Ammler> what is the max it accepts on stable?
09:40:32  <V453000> 9 couples I had
09:40:42  <Ammler> too many?
09:41:06  <V453000> 3 numbers out of that were 7 or 8 (just 1 char numbers)
09:41:17  <V453000> yes
09:41:21  <V453000> the window is just insufficient :D
09:41:24  <Ammler> :-o
09:41:36  <V453000> needs to be set through nightly :)
09:41:57  <Ammler> well, I don't change it, just wondering, if it is worth to bugreport, guess not
09:42:07  <V453000> I guess it wouldnt :)
09:42:24  <V453000> weirdly enough, when I open the "Set parameter" box in stable, I can freely erase it :D
09:42:25  <V453000> fun
09:42:50  <V453000> as I said, I might be the only one using basecosts and I will solve it somehow ;)
09:42:58  <V453000> so not worth bothering :)
09:43:21  <Ammler> then 100% of my users have troubles with it :-(
09:43:23  <dihedral> <Ammler> @wiki ap+ <- you could have told me earlier that such an alias exists ^^
09:43:39  <Ammler> :-)
09:43:47  <Ammler> there is also
09:43:51  <V453000> :D 100% YEEY :D
09:43:57  <Ammler> @man dihedral
09:43:59  <Webster> Search results - OpenTTD - http://wiki.openttd.org/wiki/Special:Search?go=Go&search=dihedral
09:44:16  <V453000> @woman V453000
09:44:16  <dihedral> Firartix, you interested in openttd bots?
09:44:24  <V453000> hey woman no works :(
09:44:35  <V453000> discrimination! :P
09:44:45  <dihedral> @it
09:44:46  <dihedral> :-P
09:44:54  <V453000> :D
09:45:52  <dihedral> dihedral 	 Features 	 5  <- someone really counted that?
09:46:37  <dihedral> i guess they excluded translations :-P
09:47:01  <dihedral> i actually count more :-P
09:47:21  <Ammler> then I should count too :-P
09:47:50  <V453000> I cant count :(
09:48:04  *** Firartix has quit IRC
09:49:36  <Ammler> 12
09:49:46  <dihedral> V453000, grep :-P
09:49:55  <V453000> 1 or 2? :P
09:50:15  <Ammler> hmm 5
09:50:57  <Ammler> I should not count the patches fromt he MQ
09:54:39  <V453000> 1598 ? :)
10:17:44  *** robotboy has joined #openttdcoop
10:26:21  *** Giant has joined #openttdcoop
10:41:48  <Ammler> what is easiest (free) remote connection to windows xp?
10:42:53  <Ammler> else I install vnc
10:42:55  <greenlion> Ammler, rdp? :)
10:43:05  <Ammler> how do I enable that?
10:43:34  <greenlion> Ammler, check here: http://www.microsoft.com/windowsxp/using/mobility/getstarted/remoteintro.mspx
10:43:35  <Webster> Title: Windows XP: Get Started Using Remote Desktop (at www.microsoft.com)
10:46:12  *** robotboy has quit IRC
10:53:29  *** KenjiE20 has joined #openttdcoop
10:53:29  *** ChanServ sets mode: +o KenjiE20
10:53:45  <Ammler> hmm. works from another windows, now I need to know, how to connect from my linux :-)
10:56:54  *** davis has joined #openttdcoop
10:57:09  <greenlion> Ammler, use rdesktop :)
10:58:51  <Ammler> nice :-)
11:01:14  *** robotboy has joined #openttdcoop
11:01:28  <greenlion> Ammler, by the way, I've found winexe (that is psexec for linux) to be nice if you need just to call a few commands on windows box - no need to install ssh there/etc :)
11:03:10  <Ammler> oh, winexe sol.exe does run solitaire on the remove windows but the gui is on my linux?
11:03:32  <Ammler> like "ssh -X .." ?
11:03:52  <Ammler> remote*
11:04:07  <greenlion> without -X :)
11:05:14  <greenlion> i.e. no gui. I'm using it to install (unattendely) programs or such
11:07:18  <Ammler> on the remote windows box?
11:15:20  <Ammler> is rdp encrypted btw.?
11:16:02  *** perk11 has joined #openttdcoop
11:19:51  <planetmaker> better having ssh. That requires no install client-side.
11:21:11  <Ammler> well, we don't use the windows box seriously, so I don't really care :-)
11:21:49  <Ammler> I was just wondering, how easy the install were
11:22:01  <dihedral> Ammler, rdp is not encrypted, no ;-)
11:22:16  <dihedral> at least not as "safe" as you might want it
11:22:30  <Ammler> so then someone should use Teamviewer or such?
11:23:24  <Ammler> but my remote desktop session feels like I am in front of it, nice speed :-)
11:23:29  <dihedral> ssh + vnc, vpn + <whatever>
11:23:38  <Ammler> and the server has 100MBit connection :-)
11:23:51  <Ammler> ah, vpn, I remember
11:24:42  <Ammler> we used cisco vpn on my last workplace for remote connections
11:26:19  <Ammler> planetmaker: you like a debian box?
11:26:28  <Ammler> we have now suse, centos and windows
11:27:07  <Ammler> but only 3 useable public IPs :-P
11:30:24  *** avdg has joined #openttdcoop
11:32:45  <dihedral> Ammler, some things can be used for internal use only
11:32:59  <dihedral> e.g. setup a database vm, with a private ip
11:33:12  <dihedral> and both of you can use it
11:33:16  <dihedral> and it's protected
11:33:28  <dihedral> and you save resources as only one mysql instance is running
11:34:37  <dihedral> for the ip on the host system, in worst case, you can also do port forwarding to private ip's
11:40:51  <Ammler> hmm, I thought about using ipv6 for such things
11:41:55  <dihedral> also an option ;-)
11:42:02  <dihedral> internal dns might be useful too
11:42:38  <planetmaker> Ammler, I don't mind at the moment too much which distro.
11:42:44  <Ammler> :-)
11:42:52  <planetmaker> What do you plan to use for the DevZone?
11:43:00  <Ammler> openSUSE 11.3
11:43:05  <planetmaker> ok
11:43:35  <Ammler> the only distro I know better :-)
11:43:47  <planetmaker> hehe :-) Fair enough
11:43:59  <Ammler> centos would need to many hacks
11:44:06  <Ammler> too*
11:44:18  <Ammler> and debian I have no clue
11:44:28  <planetmaker> Well. I think the priority is to get the DevZone transplanted with everything.
11:44:43  <planetmaker> The idea with a separate DB vm ... dunno how practical that is.
11:44:52  <planetmaker> Might be good, if it's moderately easy to manage
11:44:54  <Ammler> yep, as first step, I will plain move the whole vm to the new vm
11:45:29  <planetmaker> true. That's probably best. And then switch successively to dedicated VMs for the single services
11:45:58  <Ammler> then we have at least no time presure :-)
11:46:04  <planetmaker> yep. Exactly.
11:46:07  <dihedral> planetmaker, it's very easy to manage, as you only have one instance to take care of
11:46:11  <planetmaker> And all the time to figure out what works best
11:46:15  <Ammler> and it is quite easy to add and remove cpus and memory from a vm
11:46:26  <planetmaker> :-)
11:47:07  <planetmaker> ok, so plan of action is: copy current devzone 1:1 and have it running there
11:47:20  <planetmaker> everything else is secondary
11:47:33  <planetmaker> well. not devzone, but whole server
11:47:39  <planetmaker> which is one VM ;-)
11:47:55  <Ammler> yes, the whole server, also www.openttdcoop.org
11:48:04  <planetmaker> yes. Everything in our current VM.
11:48:13  <planetmaker> everything at server4you
11:49:03  <planetmaker> because time pressure is always bad ;-)
11:50:37  <Ammler> of course, dih is right with splitting services to sep vms
11:50:59  <planetmaker> yep
11:51:17  <planetmaker> but better first have a full working service again :-)
11:51:32  <Ammler> hmm, maybe I setup a openSUSE 11.2 so I have no troubles with distro version changes
11:51:34  <planetmaker> other than that: it's absolutely the way to go
11:52:01  <planetmaker> yes, do that then. No need to upgrade that for a transfer when everything will be changed in separate VMs anyway
11:52:11  <planetmaker> really a 1:1 copy ;-)
11:52:36  <Ammler> I should test, if I can simply rsync  /
11:53:11  <Ammler> and then sed s/oldip/newip/
11:54:07  <planetmaker> yep. And then we should switch actually as soon as possible the DNS entry.
11:54:27  <planetmaker> That way we still have sufficient time to react, if anything should be missing.
11:54:32  <Ammler> indeed, TTL could be changed already
11:54:36  <dihedral> hint: set the TTL for the dns entry NOW to 3600
11:54:43  <Ammler> :-)
11:54:46  <dihedral> then when you come to changing the dns, it will not take as long
11:55:04  <planetmaker> :-)
11:55:08  <dihedral> as the new TTL value will take the current TTL value to propagate ;-)
11:55:24  <dihedral> which can be anything bewteen 3600 secs, or 7 days
11:55:42  <Ammler> oh
11:55:49  <Ammler> TTL was already at 10mins
11:56:02  <Ammler> we didn't switch back as osai moved his server :-)
11:56:08  <dihedral> 1 hour is official minimum
11:56:20  <dihedral> which dns record is that?
11:56:31  <Ammler> openttdcoop.org
11:56:33  <Ammler> the whole
11:57:06  <Ammler> yeah, some isps might overrule the ttl to 60mins
11:57:19  <dihedral> wow - i would have expected dns servers inbetween to change the TTL when it's set that low ^^
11:57:21  <Ammler> but most accept also the 10mins
11:57:36  <dihedral> well then :-)
11:57:55  <planetmaker> we might up it again then in late October :-)
11:57:56  <Ammler> else dyndns would have troubles to work with 2mins or so :-)
11:58:32  <planetmaker> hehe. yeah
11:58:42  <dihedral> yeah - i always wondered about them :-P
11:59:03  *** perk11 has quit IRC
11:59:19  <Ammler> as we moved last time, we had one isp not updating real time
11:59:37  <Ammler> well, one from a list of testservers
12:00:10  <Ammler> KenjiE20: provided such a url, can't remember anyore
12:07:35  <planetmaker> Ammler, did you restart the server since this morning?
12:07:38  <Ammler> planetmaker: do you already have ipv6 support at your home?
12:07:54  <planetmaker> Ammler, I fear I might not have ipv6 support...
12:07:59  <planetmaker> I will find out
12:08:14  <Ammler> I don't, I need to ask for a tunnel
12:08:51  <Ammler> or we might be able to setup such with our own ipv6 network
12:08:51  *** perk11 has joined #openttdcoop
12:08:54  <Ammler> kind of vpn
12:09:41  *** Intexon has joined #openttdcoop
12:17:27  *** leg3nd has joined #openttdcoop
12:17:35  <planetmaker> http://testmyipv6.com/ <-- hm :-)
12:17:37  <Webster> Title: IPv6 Connectivity Test (at testmyipv6.com)
12:17:49  <planetmaker> at least here I have ipv4 only
12:21:43  <Ammler> [14:07] <planetmaker> Ammler, did you restart the server since this morning? <-- which and why?
12:22:11  <planetmaker> I started ping this morning at ~10am. And stopped it when I asked. 8% loss
12:22:28  <Ammler> :-o
12:22:34  <Ammler> which ip?
12:22:39  <planetmaker> haydn
12:24:25  *** slaca has joined #openttdcoop
12:25:52  *** perk11 has quit IRC
12:31:23  *** davis has quit IRC
12:32:55  *** smoovi has joined #openttdcoop
12:33:49  <dihedral> hmm, vielleicht mach ich das doch
12:45:08  <planetmaker> ehm?
12:48:53  <dihedral> hetz*cough*ner
12:50:03  <planetmaker> ah
12:50:09  *** Giant has quit IRC
13:26:07  *** davis has joined #openttdcoop
13:41:09  *** Sylf_mobile has joined #openttdcoop
13:45:12  *** robotboy has quit IRC
13:54:30  *** robotboy has joined #openttdcoop
13:56:58  *** slaca has quit IRC
14:04:59  <PublicServer> *** Intexon joined the game
14:05:58  <PublicServer> *** Intexon has left the game (leaving)
14:09:38  *** Chris_Booth has joined #openttdcoop
14:09:56  *** Chris_Booth has left #openttdcoop
14:10:04  *** Chris_Booth has joined #openttdcoop
14:10:09  *** Chris_Booth has left #openttdcoop
14:27:28  <Ammler> maybe I work with my nxsession on the server only anymore, it is faster then my client :-)
14:28:06  <dihedral> oh - you run a gui on the server?
14:29:38  <Ammler> I run windows
14:29:44  <Ammler> :-D
14:30:06  <Ammler> the devzone won't have kde
14:30:14  <Ammler> I have setup another vm for that
14:31:14  *** Yexo has quit IRC
14:31:17  *** Yexo_ has joined #openttdcoop
14:33:59  *** ryx has joined #openttdcoop
14:35:03  <ryx> !password
14:35:03  <PublicServer> ryx: quails
14:35:15  <PublicServer> *** ryx joined the game
14:42:12  <PublicServer> *** ryx has left the game (leaving)
15:02:22  *** Yexo_ is now known as Yexo
15:02:25  *** avdg has quit IRC
15:02:49  *** avdg has joined #openttdcoop
15:22:36  *** TheRisen has joined #openttdcoop
15:22:47  <TheRisen> hi there
15:28:21  *** pugi has joined #openttdcoop
15:41:12  *** thgergo has joined #openttdcoop
15:50:56  *** robotboy has quit IRC
16:10:52  *** benom has quit IRC
16:11:10  *** orudge has left #openttdcoop
16:11:13  *** orudge has joined #openttdcoop
16:14:57  *** Benom has joined #openttdcoop
16:15:12  <TheRisen> niavmaii what are your hubs doing?
16:18:59  <TheRisen> is there a possibility in compacting joins a bit? 4+4>4 ?
16:22:57  <Niavmaii> ? O.o
16:23:10  <Niavmaii> Oh, the hubs are working fine
16:23:22  <Niavmaii> I made all my stations a little bigger, so they're handling the load now
16:23:33  <Niavmaii> I see to have fully optimized the track to the best of my abilities
16:23:45  <Niavmaii> So now I'm screwing around with some industries
16:24:01  <TheRisen> would you give me the savegame?
16:24:08  <Niavmaii> Sure
16:24:11  <TheRisen> i like to have a look at it
16:25:04  <Niavmaii> What was your email again?
16:27:06  <Niavmaii> Sent
16:27:47  <TheRisen> thanx
16:27:55  <Niavmaii> Np
16:32:16  <TheRisen> quite nice
16:32:24  <Niavmaii> Ty :p
16:32:28  <TheRisen> good work for your first time
16:33:37  <TheRisen> but still alot of errors in it
16:34:14  <TheRisen> especially the signaling, but practice is everything there
16:34:29  <Niavmaii> Where did I do the signaling wrong :x
16:34:53  <TheRisen> mostleft hub
16:34:59  <TheRisen> the double tunnel
16:35:09  <TheRisen> at the entry is a pbs
16:35:25  <Niavmaii> Yeah
16:35:35  <TheRisen> remove all block signals till the tunnels start
16:35:51  <Niavmaii> ?
16:36:07  <Niavmaii> The furthest west hub doesn't have any blocks before the start :x
16:36:17  <Niavmaii> Oh, the second futhest does
16:36:55  <TheRisen> and the third one has too
16:37:19  <Niavmaii> Erm.. kay so I removed them
16:37:31  <Niavmaii> And then the farther tunnel gets permanently red at the end of it
16:38:54  <TheRisen> hmm
16:38:59  <TheRisen> one sec
16:40:15  <TheRisen> change the track layout a bit
16:40:53  <TheRisen> at the left tunnel do a diagonal parallel to the one of the right tunnel
16:41:05  <TheRisen> so you can place a block signal at both tunnel exits
16:43:02  <Niavmaii> .. At which hub?
16:44:25  <TheRisen> in the middle
16:44:51  <TheRisen> at the rightmost you can just delete the block signals in front of the tunnel
16:46:11  <Niavmaii> Uh, I can't build on an angle uphill :l
16:46:54  <Niavmaii> Ohhh, I see what you mean
16:46:58  <TheRisen> :)
16:47:02  <Niavmaii> Why though?
16:47:05  <Niavmaii> Why not just do it the way it is?
16:48:17  <TheRisen> a pbs reserves track till the next signal
16:48:33  <TheRisen> it enables 2 or more trains to use the same block
16:48:51  <Niavmaii> They were doing that before :l
16:49:01  <TheRisen> surely not
16:49:07  <Niavmaii> >_>
16:49:17  <TheRisen> cause all trains tried to use the right tunnel
16:49:30  <TheRisen> cause the pbs couldn't "see" into the tunnel
16:49:53  <TheRisen> it only saw the track till the block signal, and that was free
16:50:14  <Niavmaii> Oh :l
16:52:02  *** bartavelle has quit IRC
16:53:16  *** bartavelle has joined #openttdcoop
16:54:05  <TheRisen> http://blog.openttdcoop.org/2010/07/27/building-101-double-bridges-and-you/
16:57:06  <TheRisen> and this one http://wiki.openttdcoop.org/Signal_Types
16:57:25  <TheRisen> read this niavmaii
16:57:35  <Niavmaii> am
17:05:40  <TheRisen> and read everything else in the wiki too
17:05:47  <TheRisen> it helps a lot
17:06:26  <TheRisen> and don't worry, I can't understand everything too
17:13:55  *** mixrin has joined #openttdcoop
17:22:14  *** Benom has quit IRC
17:23:15  *** benom has joined #openttdcoop
17:23:38  <Niavmaii> !password
17:23:39  <PublicServer> Niavmaii: quails
17:23:56  <PublicServer> *** Niavmai joined the game
17:25:26  <PublicServer> *** TheRisen joined the game
17:26:13  <PublicServer> <TheRisen> what do u think niavmai
17:26:19  <PublicServer> <Niavmai> Mrow?
17:27:39  <PublicServer> <Niavmai> Erm
17:27:57  <PublicServer> <Niavmai> There another coal mine right beside Ringarholm heights
17:28:07  <PublicServer> <Niavmai> That could easily just be station hopped too :x
17:28:34  <PublicServer> <TheRisen> then do it
17:28:44  <PublicServer> <Niavmai> x_x'
17:28:51  <PublicServer> *** Niavmai has joined company #1
17:28:53  <PublicServer> *** Game unpaused (number of players)
17:29:11  <PublicServer> *** Niavmai has left the game (connection lost)
17:29:12  <PublicServer> *** Game paused (number of players)
17:29:30  <Niavmaii> >_<
17:29:34  <Niavmaii> !password
17:29:34  <PublicServer> Niavmaii: quails
17:29:52  <PublicServer> *** Game unpaused (number of players)
17:29:52  <PublicServer> *** Niavmai joined the game
17:30:16  <PublicServer> *** Niavmai has left the game (connection lost)
17:30:16  <PublicServer> *** Game paused (number of players)
17:30:25  <Niavmaii> Lol, lags too much
17:30:29  <Niavmaii> Am running defrag >_<
17:33:42  <TheRisen> i have to go
17:33:43  <TheRisen> cya
17:33:47  *** TheRisen has quit IRC
17:33:54  <PublicServer> *** TheRisen has left the game (leaving)
17:40:36  *** Fuco has joined #openttdcoop
17:40:40  *** ChanServ sets mode: +v Fuco
17:50:53  *** gnemo has joined #openttdcoop
17:53:13  *** Niavmaii has quit IRC
18:00:53  *** perk11 has joined #openttdcoop
18:13:34  *** Firartix has joined #openttdcoop
18:15:16  *** thomashauk has joined #openttdcoop
18:16:03  <thomashauk> !password
18:16:03  <PublicServer> thomashauk: quails
18:16:26  <PublicServer> *** thomashauk joined the game
18:16:56  <Ammler> someone has a useable windows7 iso with lizenz?
18:18:22  <planetmaker> woot?
18:19:51  <PublicServer> *** thomashauk has left the game (leaving)
18:22:33  <Ammler> you have one, you don't need?
18:24:53  <PublicServer> ***  made screenshot at 000076BE: http://ps.openttdcoop.org/publicserver/webcam/000076BE.png
18:26:34  <Ammler> !players
18:26:37  <PublicServer> Ammler: There are currently no clients connected to the server
18:27:23  <Ammler> !info
18:27:23  <PublicServer> Ammler: #:1(Orange) Company Name: 'MacDonald & Co.'  Year Founded: 1950  Money: 38998338800  Loan: 0  Value: 39003888298  (T:1200, R:47, P:0, S:4) unprotected
18:27:30  <Ammler> !rcon set max_trains
18:27:30  <PublicServer> Ammler: Current value for 'max_trains' is: '1200' (min: 0, max: 5000)
18:27:40  <Ammler> thomashauk: ^ :-)
18:27:48  *** fonsinchen has joined #openttdcoop
18:30:13  *** Firartix has quit IRC
18:32:06  *** perk111 has joined #openttdcoop
18:38:42  *** perk11 has quit IRC
18:39:32  <thomashauk> I really didn't want to do much
18:40:39  <Sylf_mobile> the password hasn't changed for a few hours now
18:49:31  <Ammler> which means?
18:50:16  *** Firartix has joined #openttdcoop
18:59:01  <XeryusTC> Ammler: that this is as broken as the prozone :P
18:59:52  <Ammler> no, I have disabled pw change on inactivity, so it doesn't spam the logs
19:00:20  <Ammler> I would like to know the issue there?
19:00:32  *** Mitcian has joined #openttdcoop
19:00:43  <planetmaker> no point to change PW, if no-one is connected anyway :-)
19:02:00  <XeryusTC> oh, ok :P
19:02:12  <XeryusTC> it might be prefered to just change the password on every request :P
19:05:48  *** mixrin has quit IRC
19:08:22  <Ammler> yes, now it checks, if !players >= min_active_clients
19:09:04  <Ammler> the logfiles are much better readable now, nobody said thanks yet :'-(
19:09:09  *** Sylf_mobile has quit IRC
19:09:47  <XeryusTC> because no one reads them, or they use the filtering tool :P
19:11:22  *** Sylf_mobile has joined #openttdcoop
19:12:34  *** Giant has joined #openttdcoop
19:14:43  <Ammler> :-)
19:19:06  *** thomashauk has quit IRC
19:21:03  *** fonsinchen has quit IRC
19:25:20  *** perk111 has quit IRC
19:27:47  *** fonsinchen has joined #openttdcoop
19:29:57  *** Tray has joined #openttdcoop
19:36:31  <fonsinchen> So, regular builds of cargodist by the compile farm ...
19:36:45  <planetmaker> are they done? :-)
19:36:55  <fonsinchen> could I to push those to your webspace?
19:37:01  <planetmaker> yes
19:37:10  <planetmaker> sure
19:37:36  <planetmaker> we might keep a limited history only, but no problem
19:38:06  <fonsinchen> OK, I'm asking for it then.
19:38:16  <Ammler> the CF has already access, they should use those...
19:45:01  <fonsinchen> Thanks for the webspace and stuff, I guess it will be built daily at 6 AM CE[S]T now.
19:45:23  *** mixrin has joined #openttdcoop
19:48:31  <planetmaker> jo, no problem, I think
20:00:50  *** TheRisen has joined #openttdcoop
20:01:32  <TheRisen> !playercount
20:01:34  <PublicServer> TheRisen: Number of players: 0 (0 spectators)
20:02:23  <TheRisen> hi there
20:04:46  *** gnemonix has joined #openttdcoop
20:07:38  *** gnemo has quit IRC
20:27:42  *** fmauneko has joined #openttdcoop
20:47:19  <planetmaker> !dl
20:47:19  <PublicServer> planetmaker: !dl autostart|autottd|lin|lin64|osx|ottdau|win32|win64|win9x
20:47:21  <planetmaker> ^ fonsinchen
20:47:38  <planetmaker> autottd and ottdau
20:48:16  <fonsinchen> I've never seen those. And I don't have Windows. Or at least it's broken atm ...
20:48:38  <planetmaker> :-)
20:48:52  <planetmaker> then don't bother
20:54:04  <TheRisen> is there a possibility for compacting joins?
20:54:15  <TheRisen> i have a 4+4>4 and it is HUGE
20:54:26  *** Intexon has quit IRC
20:55:36  <V453000> opentd has like endless possibilities :p
20:56:12  <TheRisen> i like your philosphic answers
20:58:36  <V453000> well I could also tell you "go see the archives" :p
20:58:51  *** fmauneko has quit IRC
20:59:38  <TheRisen> ok, another try
20:59:52  *** Fuco has quit IRC
20:59:55  <TheRisen> you saw may hub yesterday, i rrebuilt it for CL and prios
20:59:56  <SmatZ> TheRisen: you don't need to merge all 8 lines to 4 exit lines
21:00:03  <SmatZ> so some 32 joins
21:00:49  <TheRisen> i ahve 16 joins atm
21:00:52  <TheRisen> have*
21:01:40  <SmatZ> or that... that's too much :)
21:01:59  <SmatZ> you can build simple 4x(1+1) merger
21:02:13  <SmatZ> and when some place gets crowdy, build an overflow to surrounding lanes :p
21:02:38  <TheRisen> ok thx
21:02:47  <TheRisen> this one will stay the way it is
21:02:52  <SmatZ> :)
21:03:06  <TheRisen> i don't want it to be built in vain
21:12:28  <TheRisen> god, i hate cites
21:12:32  <TheRisen> DIE
21:13:33  *** fonsinchen has quit IRC
21:15:13  <V453000> magic dozer?
21:16:11  <TheRisen> yes
21:16:19  <V453000> :)
21:16:29  <TheRisen> but i don't kill industries or radio towers
21:16:43  <V453000> hehe
21:16:53  <XeryusTC> that's why we have a prozone :P
21:17:23  <TheRisen> i could kill the cities with the normal dozer too
21:17:40  <TheRisen> but that would take ages in a single player game
21:18:22  <XeryusTC> it is even worse in mp games
21:18:35  <XeryusTC> because sometimes people interfere, or even worse, try to help :P
21:18:57  <TheRisen> hehe
21:20:23  <V453000> helping should be banned :p
21:21:06  <TheRisen> yes espacially in mp games
21:21:18  <TheRisen> all these other guys are only messing things up
21:21:35  <V453000> depends :)
21:21:48  <TheRisen> :)
21:24:54  *** als_ has quit IRC
21:36:37  <TheRisen> i am off
21:36:38  <TheRisen> gn8
21:36:44  <TheRisen> !playercount
21:36:44  <PublicServer> TheRisen: Number of players: 0 (0 spectators)
21:36:51  *** TheRisen has quit IRC
21:38:16  <PublicServer> *** SmatZ joined the game
21:39:53  <PublicServer> ***  made screenshot at 00026670: http://ps.openttdcoop.org/publicserver/webcam/00026670.png
21:40:59  <PublicServer> *** SmatZ has left the game (leaving)
21:46:26  *** fonsinchen has joined #openttdcoop
21:47:17  *** fonsinchen has quit IRC
21:54:53  <PublicServer> ***  made screenshot at 00036831: http://ps.openttdcoop.org/publicserver/webcam/00036831.png
22:09:16  *** welterde has quit IRC
22:13:07  *** elmz has quit IRC
22:16:15  *** ODM has quit IRC
22:17:44  *** Mitcian has quit IRC
22:19:46  *** Tray has quit IRC
22:22:04  *** als has joined #openttdcoop
22:25:36  *** Giant has quit IRC
22:26:33  <XeryusTC> lol
22:26:54  <XeryusTC> in the netherlands you can see the texts that the emergency services use live on the internet
22:27:29  <XeryusTC> they basicly consist of ambulances and firetrucks being sent everywhere and why (the police doesnt really use that service)
22:28:01  <XeryusTC> usually they send out something like what happens, where and what exactly was sent there
22:28:30  <XeryusTC> but somehow there was one just saying "test" from some abulance in the middle of nowhere :')
22:28:37  <XeryusTC> kind of made me snigger :')
22:33:39  *** orudge has quit IRC
22:34:14  *** Born_Acorn has quit IRC
22:34:16  *** Andel has quit IRC
22:34:34  *** thomashauk has joined #openttdcoop
22:34:52  *** ryx has quit IRC
22:38:08  *** Progman has quit IRC
22:38:44  *** orudge has joined #openttdcoop
22:39:53  *** orudge has quit IRC
22:41:12  *** Born_Acorn has joined #openttdcoop
22:44:00  *** orudge has joined #openttdcoop
22:48:36  *** orudge` has joined #openttdcoop
22:49:05  *** ryx has joined #openttdcoop
22:49:09  *** orudge` has quit IRC
22:49:29  *** orudge` has joined #openttdcoop
22:54:22  *** Firartix has quit IRC
22:58:21  <Ammler> http://img.openttdcoop.org/images/xen.png
22:59:10  *** thomas_ has joined #openttdcoop
23:00:49  *** ^Spike^ has quit IRC
23:03:32  *** avdg has quit IRC
23:03:57  *** benom has quit IRC
23:06:18  *** thomashauk has quit IRC
23:09:55  <Sylf> !players
23:09:57  <PublicServer> Sylf: There are currently no clients connected to the server
23:10:58  <PublicServer> *** Sylf joined the game
23:11:05  <PublicServer> *** Sylf has joined spectators
23:24:00  *** bierworst has joined #openttdcoop
23:30:58  *** Sylf_mobile has quit IRC
23:32:03  *** bierworst has quit IRC
23:33:53  *** smoovi has quit IRC
23:48:43  *** greenlion has quit IRC
23:48:47  *** pugi has quit IRC
23:49:41  *** findow has joined #openttdcoop
23:55:21  *** thomas_ is now known as thomashauk
23:57:15  *** KenjiE20 has quit IRC

Powered by YARRSTE version: svn-trunk