Times are UTC Toggle Colours
00:03:30 *** Snail_ [~jacopocol@CPE78cd8e5ccf20-CM78cd8e5ccf1d.cpe.net.cable.rogers.com] has joined #openttd 00:03:47 *** Xaroth [~Xaroth@059-057-128-083.dynamic.caiway.nl] has quit [Ping timeout: 480 seconds] 00:05:24 *** Xaroth [~Xaroth@059-057-128-083.dynamic.caiway.nl] has joined #openttd 00:10:36 <Snail_> hi all 00:12:48 *** Snail__ [~snail@CPE78cd8e5ccf20-CM78cd8e5ccf1d.cpe.net.cable.rogers.com] has joined #openttd 00:12:59 *** Snail__ [~snail@CPE78cd8e5ccf20-CM78cd8e5ccf1d.cpe.net.cable.rogers.com] has quit [] 00:37:19 <Eddi|zuHause> what's needed to handle autorefit properly? 00:37:38 *** kais58 [~kais58@baud.org.uk] has quit [Ping timeout: 480 seconds] 00:37:55 <brendan10211> i cant help, but at least im alive 00:47:04 *** Brianetta [~brian@188-220-91-30.zone11.bethere.co.uk] has quit [Quit: TschÃŒÃ] 00:47:15 <brendan10211> hrmm 00:52:30 <Snail_> you need to set the refit costs to 0 for the cargoes you want to refit to 00:53:12 <brendan10211> ok 00:53:26 <planetmaker> Eddi|zuHause: usage of the refit callback 00:53:34 <planetmaker> Snail_: autorefit may well cost 00:53:38 <brendan10211> anyone know of a good savegame available for download that i can just watch? 00:53:40 <planetmaker> iirc 00:54:21 <Snail_> planetmaker: so the vehicles get refitted by themselves, but when this happens, it's a cost for you? 00:54:48 <planetmaker> Snail_: no. But it costs to go through wagons with a broom 00:55:20 <planetmaker> autorefit means refit in station to available cargo. Doesn't mean no person working on it (briefly) 00:55:35 <planetmaker> or like flushing a tanker wagon or so 00:56:19 <Snail_> yes, but in the game, I thought you had to specify 0 costs for the caroges you wanted to be able to autorefit to? 01:03:18 <planetmaker> http://newgrf-specs.tt-wiki.net/wiki/Callbacks#Refit_cost_factor_.2815E.29 and http://newgrf-specs.tt-wiki.net/wiki/Action0/Vehicles/Trains#Miscellaneous_flags_.2827.29 <-- Snail_ 01:04:21 <Snail_> planetmakerL "where callback 15E allows it" --> so it can also happen at cost > 0? 01:04:54 <planetmaker> that's my understanding 01:05:19 <planetmaker> and if my memory serves me well, that's how I partially use it in ogfx+trains 01:05:29 <planetmaker> too long ago that I implemented it :-P 01:06:01 <Snail_> good to know :) 01:07:03 <planetmaker> switch (FEAT_TRAINS, SELF, refrigerate_wagon_refit_cost_switch, 1) { 01:07:03 <planetmaker> return 20 | CB_RESULT_AUTOREFIT; 01:07:03 <planetmaker> } 01:07:30 <planetmaker> thus getting out the fish stench of a refrigerator wagon costs soap ;-) 01:07:37 <planetmaker> but can be done at the station 01:07:52 <Snail_> heh, true, for instance when you want to transport fruit instead of fish 01:07:53 *** pjpe [ade6a119@ircip4.mibbit.com] has joined #openttd 01:09:41 <Snail_> how are cargo subtypes handled when autorefitting? 01:09:42 <Snail_> s 01:09:42 <Snail_> ay 01:10:03 <Snail_> say I have some flatcars refitted to wood going to a station full of goods waiting to be picked up 01:10:19 <Snail_> my flatcars are coded so that there are 2 subtypes of goods (let's say, crates or containers) 01:10:39 <planetmaker> variable 10 01:10:44 <Snail_> if autorefit is on, the flatcars will get refitted to goods and load the cargo. But what subtype will be chosen? Always the first on the list? At random? 01:11:02 <planetmaker> first one which allows refit 01:11:10 <planetmaker> use a random switch to choose randomly 01:11:56 <Snail_> I see 01:12:22 <Snail_> I think the first one is always a safe choice. With autorefit, you can never know which particular subtype would best suit the awaiting cargo :) 01:12:48 <planetmaker> then random is just as safe ;-) 01:13:14 <Eddi|zuHause> <planetmaker> thus getting out the fish stench of a refrigerator wagon costs soap ;-) <-- at least for the DRG wagons, the fish refrigerated wagons and <other> refrigerated wagons were never mixed 01:13:29 <planetmaker> :-) 01:13:44 *** Adambean [~AdamR@82.hosts.reece-eu.net] has quit [Quit: Gone fishing] 01:14:19 <Eddi|zuHause> partly because <other> needs ventilation to keep the air dry, but fish doesn't care 01:14:54 <Eddi|zuHause> ventilation makes the ice melt earlier 01:16:03 <planetmaker> makes sense 01:17:01 <Snail_> planetmaker: yes, but if it's always the 1st variant, I can draw it as to be the most "universal" as possible - such as generic crates for flatcars 01:17:23 <Snail_> and have other specific graphics for goods (plywood, vehicles...) in the next subtypes 01:17:57 <planetmaker> Before you rely on 1st subtype in all vehicles, test it with one ;-) 01:19:55 <iddqd> msaccess is cock 01:20:27 <Snail_> I will :) 01:20:36 <Snail_> btw did you get my updated sprites for the tunnels? 01:21:55 <planetmaker> yes, I did. They're looking good, I think 01:25:22 <Snail_> thanks :) 01:26:19 <Snail_> I'll start and implement it on other landscapes too then 01:54:27 *** pugi [~pugi@host-091-097-080-054.ewe-ip-backbone.de] has quit [Ping timeout: 480 seconds] 01:56:53 *** brendan10211 [~brendan10@cpe-069-134-169-113.nc.res.rr.com] has quit [Quit: So long and thanks for all the fish...] 01:56:53 *** brendan10211 [~brendan10@cpe-069-134-169-113.nc.res.rr.com] has joined #openttd 01:56:53 *** retro|cz [~retro@106.142.broadband6.iol.cz] has quit [Ping timeout: 480 seconds] 02:00:50 *** Netsplit synthon.oftc.net <-> larich.oftc.net quits: kkb110_, Maarten_, Snail_, namad7, MagisterQuis1, AD, Lachie, Eddi|zuHause 02:01:12 *** Netsplit over, joins: Maarten_, Lachie, Snail_, kkb110_, MagisterQuis1, Eddi|zuHause, namad7, AD 02:03:33 <brendan10211> here too? 02:03:34 <brendan10211> lol 02:23:32 *** brendan10211 [~brendan10@cpe-069-134-169-113.nc.res.rr.com] has quit [Quit: So long and thanks for all the fish...] 02:30:10 *** Netsplit synthon.oftc.net <-> charm.oftc.net quits: welshdragon, DDR, MMavipc, Rezt, tparker, ccfreak2k, Sacro, Xaroth 02:30:27 *** Netsplit over, joins: welshdragon, Sacro, Xaroth, DDR, Rezt, ccfreak2k, MMavipc, tparker 02:52:37 *** MagisterQuis1 [~Adium@c-71-206-9-241.hsd1.md.comcast.net] has quit [Quit: Leaving.] 03:23:52 *** mahmoud [~KEM@ALyon-158-1-63-162.w90-29.abo.wanadoo.fr] has quit [Ping timeout: 480 seconds] 03:45:21 *** Rezt [~Rezt@81-178-198-172.dsl.pipex.com] has quit [Quit: Textual IRC Client: http://www.textualapp.com/] 03:54:24 *** glx [glx@2a01:e35:2f59:c7c0:4104:4bfa:ebea:fd79] has quit [Quit: bye] 03:58:00 *** MagisterQuis [~Adium@c-71-206-9-241.hsd1.md.comcast.net] has joined #openttd 04:26:31 *** Elukka [~Elukka@78-27-90-104.bb.dnainternet.fi] has joined #openttd 04:28:41 *** mike3 [~mike@S01060023bee96928.vs.shawcable.net] has joined #openttd 04:29:25 *** mike3 [~mike@S01060023bee96928.vs.shawcable.net] has quit [Excess Flood] 04:29:41 *** mike3 [~mike@S01060023bee96928.vs.shawcable.net] has joined #openttd 04:30:03 <Eddi|zuHause> random thought: when scheduling aircraft, it should be possible to keep the aircraft in the holding pattern, until the travel time is up. the waiting time then includes the time for landing, loading, takeoff 04:30:41 <Eddi|zuHause> that would give you more control over the order in which planes land or take off 04:32:18 <Eddi|zuHause> and "stopping" an aircraft mid-flight should keep it in the holding pattern 04:33:08 <Eddi|zuHause> (that's kind of a counter-proposal to "close airport") 04:35:01 *** mike3 [~mike@S01060023bee96928.vs.shawcable.net] has quit [autokilled: Do not spam. Mail support@oftc.net with questions (2012-01-11 04:35:02)] 05:20:07 *** TomyLobo [~foo@p549463C7.dip.t-dialin.net] has quit [Quit: Standby mode...] 05:28:22 *** fjb|tab [~frank@p5DDFDF42.dip.t-dialin.net] has quit [Ping timeout: 480 seconds] 05:56:02 *** Eddi|zuHause [~johekr@p54B73B2C.dip.t-dialin.net] has quit [Remote host closed the connection] 05:56:17 *** Eddi|zuHause [~johekr@p54B73CAF.dip.t-dialin.net] has joined #openttd 06:32:47 *** Prof_Frink [~proffrink@5e06d2be.bb.sky.com] has quit [Ping timeout: 480 seconds] 06:34:03 *** KouDy [~KouDy@188.75.190.58] has joined #openttd 06:38:53 *** JVassie [~James@2.25.209.230] has joined #openttd 06:53:49 *** MJP [~TdlQ@hq.z77.fr] has joined #openttd 07:07:33 *** JVassie [~James@2.25.209.230] has quit [Ping timeout: 480 seconds] 07:17:52 *** DayDreamer [~DayDreame@ip-86-49-59-25.net.upcbroadband.cz] has joined #openttd 07:18:08 *** DayDreamer [~DayDreame@ip-86-49-59-25.net.upcbroadband.cz] has left #openttd [] 07:24:00 *** kkb110_ [~kkb110@cpe-69-203-124-125.nyc.res.rr.com] has quit [Ping timeout: 480 seconds] 07:30:35 <appe_> if you have time over, dont hesitate to build a train or two on my (first!) server 07:30:45 <appe_> 83.227.118.129:3979 passwd: kebab 07:39:08 *** Markavian` [~Markavian@j616s.co.uk] has quit [Quit: Leaving] 08:00:29 *** sla_ro|master [~slaco@95.76.26.172] has joined #openttd 08:06:01 *** HerzogDeXtEr1 [~Flex@i59F6C428.versanet.de] has quit [Read error: Connection reset by peer] 08:14:53 *** MJP [~TdlQ@hq.z77.fr] has quit [Ping timeout: 480 seconds] 08:18:29 *** snack2 [~nn@dsl-prvbrasgw1-fe05dc00-37.dhcp.inet.fi] has joined #openttd 08:32:50 *** retro|cz [~retro@106.142.broadband6.iol.cz] has joined #openttd 08:45:04 *** pjpe [ade6a119@ircip4.mibbit.com] has quit [Quit: http://www.mibbit.com ajax IRC Client] 09:08:21 *** fjb|tab [~frank@p5DDFDF42.dip.t-dialin.net] has joined #openttd 09:13:19 *** Adambean [~AdamR@82.hosts.reece-eu.net] has joined #openttd 09:24:10 <peter1138> "Plus I can't open GRF files as I am missing a libgcc DLL file" 09:24:11 <peter1138> YEAH 09:24:17 <peter1138> damn that libgcc DLL 09:31:12 *** Neon [~Neon@dslb-178-004-184-112.pools.arcor-ip.net] has joined #openttd 09:32:20 *** KouDy [~KouDy@188.75.190.58] has quit [Quit: Leaving.] 09:35:57 *** KouDy [~KouDy@188.75.190.58] has joined #openttd 09:46:27 *** TrueBrain_ [~patric@145.118.72.132] has joined #openttd 09:49:52 *** TrueBrain [~patric@145.118.72.132] has quit [Ping timeout: 480 seconds] 09:55:55 *** TrueBrain_ is now known as TrueBrain 09:58:14 *** Markavian [~Markavian@host81-149-38-109.in-addr.btopenworld.com] has joined #openttd 10:02:11 *** mahmoud [~KEM@ALyon-158-1-63-162.w90-29.abo.wanadoo.fr] has joined #openttd 10:25:12 *** Devroush [~dennis@178-119-153-135.access.telenet.be] has joined #openttd 10:29:59 <dihedral> to have had a happy new year ;-) 10:32:15 <Eddi|zuHause> have a new job yet? :) 10:38:30 *** TomyLobo [~foo@p54946B90.dip.t-dialin.net] has joined #openttd 11:49:23 *** Progman [~progman@p57A1B6B8.dip.t-dialin.net] has joined #openttd 11:52:36 *** DDR [~chatzilla@142.179.78.88] has quit [Quit: ChatZilla 0.9.88 [Firefox 9.0.1/20111221202647]] 11:53:33 *** tokai|noir [~tokai@port-92-195-127-19.dynamic.qsc.de] has joined #openttd 11:59:47 *** tokai|mdlx [~tokai@port-92-195-66-224.dynamic.qsc.de] has quit [Ping timeout: 480 seconds] 12:04:47 *** MagisterQuis1 [~Adium@c-71-206-9-241.hsd1.md.comcast.net] has joined #openttd 12:06:05 *** welshdragon [~mark-oftc@static.209.236.9.176.clients.your-server.de] has left #openttd [] 12:10:51 *** MagisterQuis [~Adium@c-71-206-9-241.hsd1.md.comcast.net] has quit [Read error: Operation timed out] 12:12:45 *** TomyLobo [~foo@p54946B90.dip.t-dialin.net] has quit [Quit: Standby mode...] 12:15:28 *** welshdragon [~mark-oftc@static.209.236.9.176.clients.your-server.de] has joined #openttd 12:17:08 *** mahmoud [~KEM@ALyon-158-1-63-162.w90-29.abo.wanadoo.fr] has quit [Ping timeout: 480 seconds] 12:21:12 <Eddi|zuHause> hm... i know most games in xkcd, but i have no clue about the bottom four... 12:24:00 *** George [~George@212.113.107.39] has quit [Ping timeout: 480 seconds] 12:28:14 <peter1138> snakes and ladders? :) 12:28:43 <Sacro> Eddi|zuHause: do you want to play seven minutes in heaven? 12:28:51 <Sacro> you just need a partner and a closet 12:29:23 <Sacro> and mao is like a card version of mornington crescent 12:30:31 <Eddi|zuHause> Sacro: what i mean is "i likely know the games, but i have no associations with the names" 12:33:33 <Sacro> ahhh 12:34:29 <Eddi|zuHause> "they don't teach us this stuff in shool" 12:34:37 <Eddi|zuHause> school 12:41:17 *** OsteHovel [~Oste@220-22-11.connect.netcom.no] has joined #openttd 12:44:02 *** kkb110_ [~kkb110@cpe-69-203-124-125.nyc.res.rr.com] has joined #openttd 13:01:08 *** OsteHovel [~Oste@220-22-11.connect.netcom.no] has quit [Quit: Bye] 13:01:24 *** OsteHovel [~Oste@220-22-11.connect.netcom.no] has joined #openttd 13:09:36 *** OsteHovel [~Oste@220-22-11.connect.netcom.no] has quit [Quit: Bye] 13:09:51 *** OsteHovel [~Oste@220-22-11.connect.netcom.no] has joined #openttd 13:11:58 *** fjb|tab is now known as Guest23688 13:11:58 *** fjb|tab [~frank@p5DDFF959.dip.t-dialin.net] has joined #openttd 13:18:58 *** Guest23688 [~frank@p5DDFDF42.dip.t-dialin.net] has quit [Ping timeout: 480 seconds] 13:51:48 *** Snail_ [~jacopocol@CPE78cd8e5ccf20-CM78cd8e5ccf1d.cpe.net.cable.rogers.com] has quit [Quit: Snail_] 14:01:15 *** OsteHovel [~Oste@220-22-11.connect.netcom.no] has quit [Quit: Bye] 14:01:30 *** OsteHovel [~Oste@220-22-11.connect.netcom.no] has joined #openttd 14:12:26 <Belugas> hello 14:15:28 <dihedral> <Eddi|zuHause> have a new job yet? :) <- nope, told my boss what annoys me and he's trying to get a grip on it :-P 14:17:59 *** OsteHovel [~Oste@220-22-11.connect.netcom.no] has quit [Quit: Bye] 14:18:13 *** OsteHovel [~Oste@220-22-11.connect.netcom.no] has joined #openttd 14:18:27 *** OsteHovel [~Oste@220-22-11.connect.netcom.no] has left #openttd [] 14:32:15 <peter1138> um, will "lock (object) { return foo; }" do what i want? 14:32:19 <peter1138> (c#) 14:33:47 <Sacro> peter1138: depends what you want 14:34:10 <peter1138> well it needs to return with object unlocked 14:34:17 <peter1138> logically it should because it's a block-level type thing 14:34:20 <Sacro> Yes 14:34:21 <peter1138> but you never know :p 14:34:44 <Sacro> same as using (var foo = new Foo()) { ... } 14:35:04 <Sacro> makes Foo die out of scope 14:36:32 *** Adambean [~AdamR@82.hosts.reece-eu.net] has quit [Ping timeout: 480 seconds] 14:53:41 <Belugas> dihedral, soubnds like you might have a very good bos, if he achieves what he's trying to do :) 14:54:11 <dihedral> we shall see :-) 14:54:18 <dihedral> but he is quite keen on keeping me :-P 14:54:40 <dihedral> so he has a good motivation :-D 14:55:03 <Belugas> "keeping the job because i like the boss" 14:55:04 <Belugas> mmh... 14:55:07 <Belugas> sounds... 14:55:17 <Belugas> strange to me 14:55:23 <Belugas> "he pays well" 14:55:37 <Belugas> worth considering ;) 15:00:35 *** George [~George@212.113.107.39] has joined #openttd 15:03:53 *** sla_ro|master [~slaco@95.76.26.172] has quit [Quit: Sla Mutant Co-Op for Renegade - coming back soon] 15:20:18 <dihedral> he does not pay well, but the atmosphere is great :-) 15:23:07 *** TomyLobo [~foo@p549476EF.dip.t-dialin.net] has joined #openttd 15:43:59 *** MagisterQuis [~Adium@c-71-206-9-241.hsd1.md.comcast.net] has joined #openttd 15:48:40 *** snack23 [~nn@dsl-prvbrasgw1-fe05dc00-37.dhcp.inet.fi] has joined #openttd 15:50:47 *** MagisterQuis1 [~Adium@c-71-206-9-241.hsd1.md.comcast.net] has quit [Ping timeout: 480 seconds] 15:55:15 *** snack2 [~nn@dsl-prvbrasgw1-fe05dc00-37.dhcp.inet.fi] has quit [Ping timeout: 480 seconds] 16:01:27 *** TWerkhoven[l] [~twerkhove@cpc3-linl7-2-0-cust522.sgyl.cable.virginmedia.com] has quit [Quit: He who can look into the future, has a brighter future to look into] 16:08:58 *** TGYoshi [~TGYoshi@86.81.146.146] has joined #openttd 16:14:27 *** sla_ro|master [slaco@95.76.26.172] has joined #openttd 16:21:12 *** Prof_Frink [~proffrink@5e06d2be.bb.sky.com] has joined #openttd 16:28:37 *** andythenorth [~Andy@78-86-194-127.zone2.bethere.co.uk] has joined #openttd 16:29:12 *** Adambean [~AdamR@82.hosts.reece-eu.net] has joined #openttd 16:31:03 *** mahmoud [~KEM@ALyon-158-1-22-206.w90-29.abo.wanadoo.fr] has joined #openttd 16:32:21 *** collinp [~collin@50-73-84-61-atlanta.hfc.comcastbusiness.net] has joined #openttd 16:35:25 *** frosch123 [~frosch@frnk-590ff308.pool.mediaWays.net] has joined #openttd 16:40:00 *** Rezt [~Rezt@81-178-198-172.dsl.pipex.com] has joined #openttd 16:57:07 *** collinp is now known as Guest23713 16:57:08 *** collinp [~collin@50-73-84-61-atlanta.hfc.comcastbusiness.net] has joined #openttd 17:00:17 *** Guest23713 [~collin@50-73-84-61-atlanta.hfc.comcastbusiness.net] has quit [Ping timeout: 480 seconds] 17:01:38 *** collinp [~collin@50-73-84-61-atlanta.hfc.comcastbusiness.net] has quit [] 17:04:29 *** |Jeroen| [~jeroen@d5152B25B.access.telenet.be] has joined #openttd 17:11:01 <andythenorth> planetmaker: that pseudo sprite thing again? 17:11:16 <andythenorth> was that a patchpack last time? Or did we not resolve it? 17:13:53 <planetmaker> I don't recall. 17:14:16 <planetmaker> But I looked at his screenshot and that's clean OpenTTD and the 0.7.0M which one gets from bananas (though I didn't compare md5sum) 17:14:37 <planetmaker> (why did you upload 0.7.0M? 17:15:06 <andythenorth> I did? :o 17:15:10 <andythenorth> that was a mistake in that case 17:15:14 <planetmaker> that's what I got from bananas 17:15:17 <andythenorth> oh 17:15:24 <andythenorth> I screwed up then :P 17:15:30 <andythenorth> I thought I'd uploaded the clean tag 17:15:49 <planetmaker> I always wait for the DevZone compile farm, download that and upload that to bananas ;-) 17:15:55 <planetmaker> no thinking, no mistakes ;-) 17:16:01 <andythenorth> seems reasonable 17:16:13 <planetmaker> (unless the DevZone also screws up. But then it's the same thing on both, still) 17:16:44 <planetmaker> But thus I'm also not exactly sure what 0.7.0M constitutes ;-) 17:17:17 <planetmaker> I tested the FIRS though and it works for me 17:17:26 <planetmaker> thus I'm clueless either way 17:18:23 *** enr1x [~kiike@62.57.4.46.dyn.user.ono.com] has quit [Quit: brb] 17:20:01 <andythenorth> indeed 17:20:11 <andythenorth> we should upload 0.7.0 17:20:15 *** glx [glx@2a01:e35:2f59:c7c0:58e3:a47d:afb5:a8b1] has joined #openttd 17:20:17 *** mode/#openttd [+v glx] by ChanServ 17:20:17 <andythenorth> replacing 0.7.0M 17:20:26 <andythenorth> or we should do 0.7.1 :P 17:20:35 *** pugi [~pugi@host-091-097-086-113.ewe-ip-backbone.de] has joined #openttd 17:21:05 <Yexo> I'd leave 0.7.0M until you really have bugfixes for 0.7.1 17:21:12 *** Markavian [~Markavian@host81-149-38-109.in-addr.btopenworld.com] has quit [Quit: Leaving] 17:23:15 <planetmaker> yes, I agree there. There's no big harm in the probably only renamed version, or a slight difference, if there is 17:24:11 *** |Jeroen| [~jeroen@d5152B25B.access.telenet.be] has quit [Quit: oO] 17:24:31 *** HerzogDeXtEr [~Flex@i59F6C428.versanet.de] has joined #openttd 17:28:22 <Eddi|zuHause> http://b.asset.soup.io/asset/2782/2123_6a0d.jpeg 17:29:49 <planetmaker> lol 17:34:10 *** Rezt [~Rezt@81-178-198-172.dsl.pipex.com] has quit [Quit: Textual IRC Client: http://www.textualapp.com/] 17:41:40 *** [1]Mark [~Mark@5ED06D58.cm-7-1b.dynamic.ziggo.nl] has joined #openttd 17:41:41 *** Mark is now known as Guest23723 17:41:41 *** Guest23461 is now known as Mark 17:46:15 *** enr1x [~kiike@62.57.4.46.dyn.user.ono.com] has joined #openttd 17:46:53 *** Guest23723 [~Mark@5ED06D58.cm-7-1b.dynamic.ziggo.nl] has quit [Ping timeout: 480 seconds] 17:54:10 *** andythenorth [~Andy@78-86-194-127.zone2.bethere.co.uk] has quit [Quit: andythenorth] 18:00:32 *** andythenorth [~Andy@78-86-194-127.zone2.bethere.co.uk] has joined #openttd 18:03:24 *** Elukka [~Elukka@78-27-90-104.bb.dnainternet.fi] has quit [] 18:07:36 *** Chris_Booth [~chatzilla@client-81-107-138-246.midd.adsl.virginmedia.com] has joined #openttd 18:07:49 *** andythenorth [~Andy@78-86-194-127.zone2.bethere.co.uk] has quit [Read error: Operation timed out] 18:11:36 *** MJP [~TdlQ@hq.z77.fr] has joined #openttd 18:18:24 *** peteris [~peteris@78.84.97.170] has joined #openttd 18:19:10 *** Mark is now known as Guest23732 18:19:10 *** [1]Mark is now known as Mark 18:19:16 <peteris> hi people, is there actual command to pause dedicated game server trough console? Or I must just use min_active_clients setting? 18:21:19 <lugo> what did you try already? 18:22:28 <Terkhen> hello 18:23:56 <peteris> nothing, I just logged out with other player, left ai for day to play, and then I understood that I have to actually do something to pause server - it doesn't stop itself :) 18:25:05 <lugo> what would you think is the most intuitive answer to your question 18:25:30 <peteris> so I just set min_active_clients to zero and that's it? 18:31:01 <Terkhen> peteris: did you try list_cmds? or maybe pause? 18:34:27 *** George [~George@212.113.107.39] has quit [Read error: Connection reset by peer] 18:34:58 *** TheMask96 [~martijn@lust.vhost.ne2000.nl] has quit [Ping timeout: 480 seconds] 18:38:31 *** Markavian [~Markavian@j616s.co.uk] has joined #openttd 18:40:44 *** TheMask96 [~martijn@sirius.ne2000.nl] has joined #openttd 18:44:35 *** fjb|tab is now known as Guest23737 18:44:35 *** Guest23737 [~frank@p5DDFF959.dip.t-dialin.net] has quit [Read error: Connection reset by peer] 18:44:36 *** fjb|tab [~frank@p5DDFF959.dip.t-dialin.net] has joined #openttd 18:46:03 <CIA-1> OpenTTD: translators * r23786 /trunk/src/lang/ (8 files): (log message trimmed) 18:46:03 <CIA-1> OpenTTD: -Update from WebTranslator v3.0: 18:46:03 <CIA-1> OpenTTD: catalan - 14 changes by arnau 18:46:03 <CIA-1> OpenTTD: english_AU - 6 changes by tomas4g 18:46:03 <CIA-1> OpenTTD: hungarian - 32 changes by IPG 18:46:05 <CIA-1> OpenTTD: italian - 10 changes by Snail_, lorenzodv 18:46:05 <CIA-1> OpenTTD: latvian - 29 changes by Parastais 18:46:40 *** KouDy1 [~KouDy@188.75.190.58] has joined #openttd 18:47:33 <CIA-1> OpenTTD: rubidium * r23787 /trunk/src/ (network/network_gui.cpp town_gui.cpp): -Fix: add some missing spaces 18:49:14 *** valhallasw [~valhallas@193.52.24.37] has joined #openttd 18:50:37 *** Chris_Booth [~chatzilla@client-81-107-138-246.midd.adsl.virginmedia.com] has quit [Ping timeout: 480 seconds] 18:52:28 *** KouDy [~KouDy@188.75.190.58] has quit [Ping timeout: 480 seconds] 18:54:26 *** kais58 [~kais58@cpc2-cwma8-2-0-cust293.7-3.cable.virginmedia.com] has joined #openttd 18:56:03 <MJP> Uuh "missing spaces"! I found something of that level of importance yesterday: there is a (at least) wrong comment in gui.h, ShowOrdersWindow() is in order_gui.cpp instead of train_gui.cpp :) Anymay, hi all! 19:06:04 *** HerzogDeXtEr1 [~Flex@i59F6A0B1.versanet.de] has joined #openttd 19:06:04 *** HerzogDeXtEr [~Flex@i59F6C428.versanet.de] has quit [Read error: Connection reset by peer] 19:12:20 <SmatZ> hello MJP 19:12:49 *** andythenorth [~Andy@cpc23-aztw25-2-0-cust33.aztw.cable.virginmedia.com] has joined #openttd 19:15:11 *** JVassie [~James@2.25.209.230] has joined #openttd 19:19:29 *** pjpe [ade6a119@ircip2.mibbit.com] has joined #openttd 19:25:09 *** andythenorth [~Andy@cpc23-aztw25-2-0-cust33.aztw.cable.virginmedia.com] has quit [Quit: andythenorth] 19:26:21 *** andythenorth [~Andy@cpc23-aztw25-2-0-cust33.aztw.cable.virginmedia.com] has joined #openttd 19:26:28 *** andythenorth [~Andy@cpc23-aztw25-2-0-cust33.aztw.cable.virginmedia.com] has quit [] 19:38:20 *** Chris_Booth [~chatzilla@client-81-107-138-246.midd.adsl.virginmedia.com] has joined #openttd 19:39:45 <Eddi|zuHause> now have purchase prices for most engines... \o/ 19:40:06 <Eddi|zuHause> (there's still some oddities left, e.g. for ICE1 it doesn't account price for both engines) 19:40:45 <Eddi|zuHause> (ideally that would be solved by having prices for articulated parts added) 19:43:30 *** andythenorth [~Andy@cpc23-aztw25-2-0-cust33.aztw.cable.virginmedia.com] has joined #openttd 19:50:11 *** valhallasw [~valhallas@193.52.24.37] has quit [Read error: Operation timed out] 19:56:31 *** KouDy1 [~KouDy@188.75.190.58] has quit [Read error: No route to host] 19:58:58 *** KouDy [~KouDy@188.75.190.58] has joined #openttd 20:00:09 *** brendan10211 [~brendan10@cpe-069-134-169-113.nc.res.rr.com] has joined #openttd 20:01:17 *** valhallasw [~valhallas@193.52.24.37] has joined #openttd 20:03:09 *** MagisterQuis1 [~Adium@c-71-206-9-241.hsd1.md.comcast.net] has joined #openttd 20:07:01 *** MagisterQuis [~Adium@c-71-206-9-241.hsd1.md.comcast.net] has quit [Ping timeout: 480 seconds] 20:09:00 *** Chris_Booth [~chatzilla@client-81-107-138-246.midd.adsl.virginmedia.com] has quit [Ping timeout: 480 seconds] 20:11:12 *** MagisterQuis1 [~Adium@c-71-206-9-241.hsd1.md.comcast.net] has quit [Ping timeout: 480 seconds] 20:13:55 *** Chris_Booth [~chatzilla@client-81-107-138-246.midd.adsl.virginmedia.com] has joined #openttd 20:19:25 *** ModumSonus [~brendan10@cpe-069-134-169-113.nc.res.rr.com] has joined #openttd 20:20:08 *** ModumSonus [~brendan10@cpe-069-134-169-113.nc.res.rr.com] has quit [] 20:20:23 *** ModumSonus [~brendan10@cpe-069-134-169-113.nc.res.rr.com] has joined #openttd 20:20:49 *** valhallasw [~valhallas@193.52.24.37] has quit [Read error: Operation timed out] 20:20:52 *** MagisterQuis [~Adium@c-71-206-9-241.hsd1.md.comcast.net] has joined #openttd 20:21:44 *** pjpe [ade6a119@ircip2.mibbit.com] has quit [Quit: http://www.mibbit.com ajax IRC Client] 20:22:10 *** pjpe [ade6a119@ircip3.mibbit.com] has joined #openttd 20:22:30 *** ModumSonus [~brendan10@cpe-069-134-169-113.nc.res.rr.com] has quit [] 20:22:44 *** ModumSonus [~brendan10@cpe-069-134-169-113.nc.res.rr.com] has joined #openttd 20:25:35 *** brendan10211 [~brendan10@cpe-069-134-169-113.nc.res.rr.com] has quit [Ping timeout: 480 seconds] 20:25:44 *** peteris [~peteris@78.84.97.170] has quit [Quit: Ex-Chat] 20:26:48 *** ModumSonus is now known as brendan10211 20:28:55 *** FLHerne [~francis_h@dsl-217-155-24-22.zen.co.uk] has joined #openttd 20:33:50 *** KouDy [~KouDy@188.75.190.58] has quit [Read error: Connection reset by peer] 20:36:03 *** KouDy [~KouDy@188.75.190.58] has joined #openttd 20:54:39 <__ln__> @seen bjarni 20:54:39 <DorpsGek> __ln__: bjarni was last seen in #openttd 13 weeks, 5 days, 20 hours, 35 minutes, and 33 seconds ago: <Bjarni> heh 20:55:40 <__ln__> to whom do i complain about the metro connection of copenhagen airport then? 20:57:54 *** KritiK [~Maxim@89-178-77-126.broadband.corbina.ru] has joined #openttd 20:57:59 <brendan10211> @seen brendan10211 20:58:00 <DorpsGek> brendan10211: brendan10211 was last seen in #openttd 18 hours, 54 minutes, and 25 seconds ago: <brendan10211> lol 20:58:11 <brendan10211> <Bjarni> heh 20:58:14 <brendan10211> <brendan10211> lol 20:58:16 <brendan10211> :P 21:00:48 *** Brianetta [~brian@188-220-91-30.zone11.bethere.co.uk] has joined #openttd 21:11:18 *** TWerkhoven[l] [~twerkhove@cpc3-linl7-2-0-cust522.sgyl.cable.virginmedia.com] has joined #openttd 21:16:27 *** Devroush [~dennis@178-119-153-135.access.telenet.be] has quit [] 21:19:25 *** MagisterQuis1 [~Adium@c-71-206-9-241.hsd1.md.comcast.net] has joined #openttd 21:20:22 *** MagisterQuis2 [~Adium@c-71-206-9-241.hsd1.md.comcast.net] has joined #openttd 21:20:33 *** Devroush [~dennis@178-119-153-135.access.telenet.be] has joined #openttd 21:25:29 *** MagisterQuis2 [~Adium@c-71-206-9-241.hsd1.md.comcast.net] has quit [Quit: Leaving.] 21:25:55 *** MagisterQuis [~Adium@c-71-206-9-241.hsd1.md.comcast.net] has quit [Ping timeout: 480 seconds] 21:26:14 *** MagisterQuis [~Adium@c-71-206-9-241.hsd1.md.comcast.net] has joined #openttd 21:27:30 *** MagisterQuis1 [~Adium@c-71-206-9-241.hsd1.md.comcast.net] has quit [Ping timeout: 480 seconds] 21:37:53 <brendan10211> well well well 21:40:36 *** Devroush [~dennis@178-119-153-135.access.telenet.be] has quit [] 21:51:54 <appe_> hm 21:52:04 <appe_> im running my openttd server on 100Mb 21:52:27 <appe_> though, when i launch a 2048x2048 server, the server response seems to lack 21:52:47 <frosch123> the connection speed only matters when joining 21:52:50 <appe_> hm, ok. 21:53:09 <appe_> i fail to see why a bigger map (without any players on it) would affect the bandwith. 21:53:18 <appe_> or well, it really doesnt, i have no idea what so ever why it lags. 21:53:30 <frosch123> what's the cpu load? 21:53:33 <planetmaker> hello 21:53:39 <frosch123> evening planetmaker :) 21:53:40 <SpComb> good publicity for OpenTTD, CVE identifiers :p 21:53:43 <appe_> frosch123: let's see. 21:54:08 <frosch123> SpComb: we have 2 or 3 every year 21:54:27 <appe_> frosch123: -none- 21:54:50 *** DDR [~chatzilla@142.179.78.88] has joined #openttd 21:55:18 <appe_> well 21:55:20 <appe_> the thing is 21:55:21 *** valhallasw [~valhallas@193.52.24.37] has joined #openttd 21:55:31 <appe_> im running this on my htpc, and i do not want that :) 21:55:51 <appe_> i have a dedicated computer for it, but it's bound to be on 54Mbit wlan 21:55:57 <appe_> i guess that would be enough? 21:56:09 <appe_> ill marely have 2-4 users at the time, maximum 21:58:11 <SpComb> debian just published their security update for openttd 21:58:33 <SpComb> ..from back in aug/sep 21:59:04 <frosch123> so, those from 1.1.3 :p 22:04:46 *** Neon [~Neon@dslb-178-004-184-112.pools.arcor-ip.net] has quit [Quit: Python is way too complicated... I prefer doing it quickly in C.] 22:07:54 <Terkhen> good night 22:09:35 *** andythenorth [~Andy@cpc23-aztw25-2-0-cust33.aztw.cable.virginmedia.com] has left #openttd [] 22:14:47 <appe_> http://d24w6bsrhbeh9d.cloudfront.net/photo/1707541_460s_v1.jpg 22:16:44 *** snack23 [~nn@dsl-prvbrasgw1-fe05dc00-37.dhcp.inet.fi] has quit [] 22:19:26 <frosch123> fps without gun :p 22:19:37 *** Devroush [~dennis@178-119-153-135.access.telenet.be] has joined #openttd 22:35:43 *** KouDy [~KouDy@188.75.190.58] has quit [Quit: Leaving.] 22:40:58 *** Adambean [~AdamR@82.hosts.reece-eu.net] has quit [Quit: Gone fishing] 22:44:06 *** TGYoshi [~TGYoshi@86.81.146.146] has quit [Quit: Popidopidopido] 22:44:30 *** HerzogDeXtEr1 [~Flex@i59F6A0B1.versanet.de] has quit [Read error: Connection reset by peer] 22:46:00 *** Chris_Booth [~chatzilla@client-81-107-138-246.midd.adsl.virginmedia.com] has quit [Quit: ChatZilla 0.9.88 [Firefox 10.0/20120104111456]] 22:46:08 *** FLHerne [~francis_h@dsl-217-155-24-22.zen.co.uk] has left #openttd [] 22:55:01 *** TWerkhoven[l] [~twerkhove@cpc3-linl7-2-0-cust522.sgyl.cable.virginmedia.com] has quit [Quit: He who can look into the future, has a brighter future to look into] 22:55:18 <Rubidium> SpComb: which CVE identifier? 22:56:24 *** pugi [~pugi@host-091-097-086-113.ewe-ip-backbone.de] has quit [] 23:03:08 *** MJP [~TdlQ@hq.z77.fr] has quit [Ping timeout: 480 seconds] 23:03:32 <brendan10211> wow 23:03:39 <brendan10211> so many quitting 23:11:39 *** Progman [~progman@p57A1B6B8.dip.t-dialin.net] has quit [Remote host closed the connection] 23:13:59 <appe_> oh crud 23:13:59 <appe_> i didnt know airplanes broke down so fast 23:14:48 <brendan10211> lol 23:16:13 *** JVassie [~James@2.25.209.230] has quit [Ping timeout: 480 seconds] 23:30:40 *** sla_ro|master [slaco@95.76.26.172] has quit [Quit: Sla Mutant Co-Op for Renegade - coming back soon] 23:39:09 *** frosch123 [~frosch@frnk-590ff308.pool.mediaWays.net] has quit [Remote host closed the connection] 23:49:38 *** Markavian` [~Markavian@j616s.co.uk] has joined #openttd 23:51:10 *** mkv` [~Markavian@j616s.co.uk] has joined #openttd 23:55:58 *** Markavian [~Markavian@j616s.co.uk] has quit [Ping timeout: 480 seconds] 23:57:23 *** Markavian [~Markavian@j616s.co.uk] has joined #openttd 23:57:32 *** Brianetta [~brian@188-220-91-30.zone11.bethere.co.uk] has quit [Quit: TschÃŒÃ] 23:57:40 *** Markavian` [~Markavian@j616s.co.uk] has quit [Ping timeout: 480 seconds]