Config
Log for #openttd on 28th February 2008:
Times are UTC Toggle Colours
00:03:14  <Gonozal_VIII> there are only 11 ship ids, not much to make sets for
00:05:05  <fjb> But also less work to make a set.
00:08:18  <CIA-1> OpenTTD: truebrain * r12302 /branches/noai/src/ai/api/ai_industry.cpp: [NoAI] -Fix: GetProducing is multiplied by 8 for the GUI, so also do it for our API, to make less confusion for people (Progman)
00:08:52  *** UFO64 [~UFO64@brodeurmb2.umeres.maine.edu] has joined #openttd
00:10:20  <CIA-1> OpenTTD: glx * r12303 /trunk/src/ (landscape.cpp landscape.h tile_map.h): -Codechange: move IsValidTile() in a more suitable place and make it static inline
00:18:00  <CIA-1> OpenTTD: glx * r12304 /trunk/src/command.cpp: -Codechange: use IsValidTile() where it should be used
00:36:17  <CIA-1> OpenTTD: truebrain * r12305 /branches/noai/bin/ai/regression/regression.txt: [NoAI] -Fix r12302: forgot to update the regression (again and again)
00:43:43  <CIA-1> OpenTTD: glx * r12306 /branches/noai/ (55 files in 9 dirs): [NoAI] -Sync with trunk r12209:12304
00:52:07  *** Gonozal_VIII [~Gonozal_V@N853P021.adsl.highway.telekom.at] has quit [Ping timeout: 480 seconds]
00:52:10  *** Ammler [~Ammler@adsl-84-227-35-157.adslplus.ch] has joined #openttd
00:54:08  *** SmatZ [~smatz@a40-prg1-5-107.static.adsl.vol.cz] has quit [Quit: Konversation terminated!]
00:55:25  *** Vikthor [~Vikthor@snat1.spoje.net] has quit [Quit: Leaving.]
00:59:16  <CIA-1> OpenTTD: truebrain * r12307 /branches/noai/ (18 files in 2 dirs): [NoAI] -Codechange: as followup on r12303 (trunk), use ::IsValidTile to check if a tile is inside the map, instead of all our custom ways
01:01:17  <fjb> Much work on the ai.
01:04:12  *** Diabolic1Angel [~dia@xdsl-84-44-135-182.netcologne.de] has joined #openttd
01:04:24  *** Zahl [~Zahl@p549F22ED.dip0.t-ipconnect.de] has quit [Quit: (~_~]"]
01:04:31  *** UFO64 [~UFO64@brodeurmb2.umeres.maine.edu] has quit [Quit: Leaving]
01:05:02  <CIA-1> OpenTTD: truebrain * r12308 /branches/noai/src/ai/api/ai_abstractlist.cpp: [NoAI] -Fix: don't allow AddList on lists of different types
01:06:18  <Eddi|zuHause3> pssst... don't interrupt him
01:06:34  <Sacro> tis like a race
01:08:32  *** zand [~xand@raptor.ukc.ac.uk] has joined #openttd
01:10:18  *** xand [~xand@raptor.ukc.ac.uk] has quit [Ping timeout: 480 seconds]
01:10:55  *** Diabolic-Angel [~dia@xdsl-84-44-158-204.netcologne.de] has quit [Ping timeout: 480 seconds]
01:11:35  <CIA-1> OpenTTD: truebrain * r12309 /branches/noai/src/ai/api/ (ai_bridge.cpp ai_road.cpp): [NoAI] -Codechange: optimize a little bit (a very small little bit, but every bit counts :) ) (glx)
01:12:35  *** Brianetta [~brian@77-103-231-158.cable.ubr05.benw.blueyonder.co.uk] has quit [Quit: TschÌß]
01:12:35  <fjb> Ok, I will be quiet, hoping that we will have a new ai in 0.7.
01:12:57  <glx> :)
01:13:59  <fjb> Hm, how much is missing to get the new canadian set working?
01:14:40  <glx> some things
01:15:18  <fjb> Difficult things? Or just things that nobody saw a need to implement yet?
01:15:19  *** ThePizzaKing [~jeff@c211-28-155-232.eburwd2.vic.optusnet.com.au] has joined #openttd
01:15:24  <Sacro> using(StreamWriter sw = new StreamWriter("file.txt"))
01:15:25  <Sacro> {
01:15:25  <Sacro>     sw.WriteLine("Data");
01:15:25  <Sacro> }
01:15:28  <Sacro> now that's fancy
01:16:01  <fjb> Why fancy?
01:16:35  *** Wezz6400 [~Wezz6400@145-118-108-75.fttx.bbned.nl] has quit [Quit: Caught sigterm, terminating...]
01:19:09  <Tefad> using?
01:19:12  <Tefad> is that java or c++?
01:19:19  <glx> c#
01:19:24  <Tefad> foiled
01:21:02  * Sacro gives glx a cookie
01:21:22  <Sacro> fjb: because even it automatically disposes of the object at the end of the block
01:22:15  <fjb> That is usual in object oriented languages.
01:22:56  <Sacro> immah n00b :(
01:24:24  <fjb> What do you think is object orientation for?
01:24:45  <Sacro> abuse :D
01:25:22  <Eddi|zuHause3> fjb: only ones with a garbage collection
01:25:31  <fjb> You are always thinking just about one thing...
01:26:41  <fjb> Eddi|zuHause3: At least the libraries should clean up after themselfs in every object oriented language.
01:28:57  <Eddi|zuHause3> they should do that in any language
01:29:28  <Eddi|zuHause3> it has nothing to do with object orientation
01:31:20  <fjb> You usally have to explicitly close a file in a not object oriented language.
01:32:13  <glx> you can forget to close the file in C (it will be closed anyway on exit)
01:32:47  <glx> same happen for most languages
01:32:59  <glx> of course it's not safe :)
01:33:02  <Eddi|zuHause3> there are more ways to encapsule opening and closing than objects
01:34:10  <fjb> Ok, you may even rely on the os to do that for you.
01:34:44  <fjb> Ofcourse there are more ways. But objects are one of the most elegant ways to do it.
01:35:15  *** Eddi|zuHause2 [~johekr@p54B77CCC.dip.t-dialin.net] has joined #openttd
01:35:15  <glx> you can use an ugly way even with objects ;)
01:35:48  <Eddi|zuHause2> or you can simulate objects in a non-object language ;)
01:36:10  <fjb> You can always write bad code if you try hard enough. But some languages make it hard to write good code, others make it hard to write bad code.
01:36:42  <glx> writing bad code is easy in any language
01:37:13  <fjb> Eddi|zuHause2: Ofcourse you can also do that. May object oriented languages are using C as a step in the copiling chain.
01:37:15  <Eddi|zuHause2> i want to see bad code in HQ9+ ;)
01:37:55  <glx> bad code in prolog usually fails :)
01:38:12  <Eddi|zuHause2> prolog is funny ;)
01:38:44  <Eddi|zuHause2> and people start to get mad at me when i say that ;)
01:39:00  <glx> yeah you spend hours to set the rules for a few seconds run
01:39:27  <fjb> Few seconds run on modern cpus. :-)
01:39:38  <Eddi|zuHause2> you can simulate objects in prolog ;)
01:39:48  <glx> there's only one real object language: smalltalk
01:40:59  <fjb> Why is that the only real one?
01:41:15  <Eddi|zuHause2> it is THE object oriented language
01:41:30  <glx> everything is object in smalltalk
01:41:32  <Eddi|zuHause2> it invented the objects
01:41:55  <glx> even a simple number is an object
01:42:00  <fjb> Everything is object in Eiffel, too.
01:42:02  *** Eddi|zuHause3 [~johekr@p54B77749.dip.t-dialin.net] has quit [Ping timeout: 480 seconds]
01:42:09  <glx> eiffel is recent
01:42:10  <fjb> Even in Eiffel.
01:43:06  <fjb> Eiffel is older than some people in this chanel...
01:45:46  <Sacro> but not as old as orudge
01:45:55  <Sacro> he's ancient
01:46:59  <fjb> How old is orudge?
01:47:12  *** Ridayah [~ridayah@137.81.113.87] has joined #openttd
01:47:18  <Sacro> fjb: very old
01:47:39  <fjb> How old are you?
01:47:48  <Sacro> 23
01:48:20  <fjb> Oh, you are the same age as Eiffel.
01:50:41  * orudge is seventy nine thousand
01:50:44  <orudge> or, in other words, 20
01:50:55  <Sacro> OVER 9 THOUSAND
01:53:53  <fjb> :-) Eiffel is older than orudge.
01:54:10  *** Ammler [~Ammler@adsl-84-227-35-157.adslplus.ch] has quit [Remote host closed the connection]
01:54:14  <glx> but not than me :)
01:54:16  *** KritiK [~Maxim@89-178-229-203.broadband.corbina.ru] has quit [Quit: Leaving]
01:55:07  <fjb> glx: Everything younger than you is recent? :-)
01:55:36  <glx> no
01:56:38  <fjb> But sacro is recent?
01:56:44  <Sacro> he is
01:57:08  <glx> Sacro is Sacro
01:57:14  * Sacro is /me!
01:57:25  <fjb> That is the sad thing about Sacro.
01:58:51  * Sacro goes to bed
01:58:54  <Sacro> g'night lades
02:06:15  *** Diabolic1Angel [~dia@xdsl-84-44-135-182.netcologne.de] has quit [Quit: leaving]
02:10:21  *** toet [~Oblivious@3E339CE5.dslaccess.aol.com] has quit [Ping timeout: 480 seconds]
02:43:31  *** fjb [~frank@p5485FD85.dip.t-dialin.net] has quit [Remote host closed the connection]
03:20:03  *** llugo [~lugo@p4FD5EC98.dip.t-dialin.net] has joined #openttd
03:24:05  *** Progman [~progman@p57A1DF0B.dip.t-dialin.net] has quit [Remote host closed the connection]
03:26:33  *** lugo [~lugo@p4FD5F6AA.dip.t-dialin.net] has quit [Ping timeout: 480 seconds]
03:38:31  *** glx [glx@bny93-6-82-245-156-124.fbx.proxad.net] has quit [Quit: bye]
03:49:58  *** Wolfensteijn [~Wolfenste@dhcp-077-250-018-248.chello.nl] has quit [Ping timeout: 480 seconds]
04:31:12  *** ThePizzaKing [~jeff@c211-28-155-232.eburwd2.vic.optusnet.com.au] has quit [Quit: ThePizzaKing]
04:34:39  *** Netsplit cation.oftc.net <-> venus.oftc.net quits: murray
04:39:10  *** Netsplit over, joins: murray
04:39:20  *** Osai^zZz [~Osai@pD9EB7D64.dip.t-dialin.net] has quit [Quit: Osai^zZz]
04:40:56  *** UnderBuilder [~chatzilla@168.226.105.60] has joined #openttd
05:07:12  *** Gekz [~brendan@CPE-58-167-79-173.nsw.bigpond.net.au] has quit [Read error: Connection reset by peer]
05:08:53  <UnderBuilder> hmmm... I'm asking if Dale Stan and the AVGN have got an ancestral in common
05:11:50  *** UnderBuilder [~chatzilla@168.226.105.60] has quit [Read error: Connection reset by peer]
05:20:38  *** gfldex_ [~dex@dslb-088-074-167-119.pools.arcor-ip.net] has joined #openttd
05:22:28  *** gfldex [~dex@dslb-088-074-130-199.pools.arcor-ip.net] has quit [Ping timeout: 480 seconds]
05:38:06  *** roboboy [~Leo@c211-30-60-34.carlnfd4.nsw.optusnet.com.au] has joined #openttd
05:38:58  *** Jortuny [~octernion@r253186120.resnet.cornell.edu] has quit [Read error: Operation timed out]
05:42:53  *** Gekz [~brendan@CPE-58-167-79-173.nsw.bigpond.net.au] has joined #openttd
06:06:39  *** Ridayah [~ridayah@137.81.113.87] has quit [Ping timeout: 480 seconds]
07:09:57  <DaleStan> Well, I'm not a VGN, A or otherwise. I'm just a TTDN.
07:19:25  <DaleStan> Belugas: How vile does this method of providing extra textref bytes sound to you? <http://www.tt-forums.net/viewtopic.php?p=666578#p666578> It's easy, it works well with TTDPatch's internals, and it's coded, but the more I think about it, the less I like it.
07:19:25  <DaleStan> Belugas: On the other hand, I'm not at all certain I can manage to cram the usual "copy registers 100..105" system into all the appropriate places.
07:20:37  *** Frostregen_ [SADDAM@dslb-084-058-135-034.pools.arcor-ip.net] has joined #openttd
07:26:19  *** Frostregen [~sucks@dslb-084-058-154-176.pools.arcor-ip.net] has quit [Ping timeout: 480 seconds]
07:26:46  *** Frostregen_ is now known as Frostregen
07:32:28  *** Poopsmith [~poop@202-89-157-63.dyn-dsl.ubs.qsi.net.nz] has joined #openttd
07:52:06  *** ThePizzaKing [~jeff@c211-28-155-232.eburwd2.vic.optusnet.com.au] has joined #openttd
08:11:05  *** Jacy [~opera@sd5110a09.adsl.wanadoo.nl] has joined #openttd
08:16:41  *** |Bastiaan| [~Bastiaan@77.60.199.139] has joined #openttd
08:24:33  *** Brianetta [~brian@77-103-231-158.cable.ubr05.benw.blueyonder.co.uk] has joined #openttd
08:28:26  *** peter1138 [~petern@petern.bnsnet.co.uk] has joined #openttd
08:28:29  *** mode/#openttd [+o peter1138] by ChanServ
08:32:18  *** GoneWacko [~gonewacko@adsl-58.36.Static.ssp.fi] has joined #openttd
08:35:43  *** mikl [~mikl@0x5733cec6.boanxx22.adsl-dhcp.tele.dk] has joined #openttd
08:36:05  *** TinoM [~Tino@i59F57295.versanet.de] has joined #openttd
08:43:11  *** Vikthor [~Vikthor@snat1.spoje.net] has joined #openttd
08:44:24  *** Hendikins [~wolfox@CPE-124-189-3-149.nsw.bigpond.net.au] has quit [Quit: Any technology, no matter how primitive, is magic to those who don't understand it]
08:55:57  *** Gekz [~brendan@CPE-58-167-79-173.nsw.bigpond.net.au] has quit [Quit: leaving]
08:57:01  *** Vikthor [~Vikthor@snat1.spoje.net] has quit [Quit: Leaving.]
08:58:22  *** Gekz [~brendan@58.167.79.173] has joined #openttd
08:59:09  *** Hendikins [~wolfox@CPE-124-189-3-149.nsw.bigpond.net.au] has joined #openttd
09:08:01  *** Poopsmith [~poop@202-89-157-63.dyn-dsl.ubs.qsi.net.nz] has quit [Quit: Poopsmith]
09:11:51  *** Brianetta [~brian@77-103-231-158.cable.ubr05.benw.blueyonder.co.uk] has quit [Quit: TschÌß]
09:14:32  *** divo [~asd@x1-6-00-18-39-d3-e9-f6.k899.webspeed.dk] has joined #openttd
09:20:47  *** TPK [~jeff@c211-28-160-251.eburwd2.vic.optusnet.com.au] has joined #openttd
09:23:24  *** Ammler [~Ammler@adsl-84-227-35-157.adslplus.ch] has joined #openttd
09:27:43  *** TPK [~jeff@c211-28-160-251.eburwd2.vic.optusnet.com.au] has quit [Quit: TPK]
09:27:50  *** ThePizzaKing [~jeff@c211-28-155-232.eburwd2.vic.optusnet.com.au] has quit [Ping timeout: 480 seconds]
09:46:09  *** roboman [~Leo@c211-30-60-34.carlnfd4.nsw.optusnet.com.au] has joined #openttd
09:46:09  *** roboboy [~Leo@c211-30-60-34.carlnfd4.nsw.optusnet.com.au] has quit [Read error: Connection reset by peer]
10:05:00  *** Vikthor [~Vikthor@snat1.spoje.net] has joined #openttd
10:06:13  *** shodan [user@xerxes.foocode.net] has joined #openttd
10:18:45  *** roboman [~Leo@c211-30-60-34.carlnfd4.nsw.optusnet.com.au] has quit [Ping timeout: 480 seconds]
10:20:51  *** Ammller [~Ammler@adsl-89-217-183-52.adslplus.ch] has joined #openttd
10:24:48  *** Ammler [~Ammler@adsl-84-227-35-157.adslplus.ch] has quit [Ping timeout: 480 seconds]
10:26:40  *** roboman [~Leo@c211-30-60-34.carlnfd4.nsw.optusnet.com.au] has joined #openttd
10:31:37  *** Gonozal_VIII [~Gonozal_V@N940P014.adsl.highway.telekom.at] has joined #openttd
10:31:55  <Gonozal_VIII> i'm here
10:32:34  <Gonozal_VIII> you are all happy now
10:34:15  * keyweed rejoices
10:37:45  * Gekz knifes keyweed
10:37:51  <Gekz> Yes, happy.
10:38:20  * keyweed dies in a rather messy way.
10:39:03  * Gonozal_VIII puts some plastic on the channel floor under keyweed
10:39:26  *** Brianetta [~brian@77-103-231-158.cable.ubr05.benw.blueyonder.co.uk] has joined #openttd
10:40:48  <Gekz> Plastic?
10:40:49  <Gekz> wtf.
10:40:52  * Gekz knifes Gonozal_VIII
10:41:10  * Gekz wraps you both in plastic, places you in the oven and cooks at 400C.
10:41:11  <Gonozal_VIII> :O
10:41:33  <peter1138> Your oven goes up to 400°C?
10:41:37  * Gekz then proceeds to cut you into the shape of muffins and serves you to all his friends as the Granny's Cake Festival
10:41:38  <keyweed> that's not cooking, that's incinerating
10:44:25  <Gekz> fucking
10:44:30  * Gekz knifes keyweed again
10:44:38  * Gekz doesnt knife peter1138 because peter1138 is an op :)
10:47:17  *** Rexxars [~rexxars@062249182162.customer.alfanett.no] has quit [Ping timeout: 480 seconds]
10:48:43  *** robotboy [~Leo@c211-30-60-34.carlnfd4.nsw.optusnet.com.au] has joined #openttd
10:48:50  *** roboman [~Leo@c211-30-60-34.carlnfd4.nsw.optusnet.com.au] has quit [Read error: Connection reset by peer]
10:54:49  *** Rexxars [~rexxars@062249182162.customer.alfanett.no] has joined #openttd
11:03:02  *** LeviathNL [~thomas@z037133.its-s.tudelft.nl] has joined #openttd
11:03:22  *** LeviathNL [~thomas@z037133.its-s.tudelft.nl] has quit []
11:04:26  *** yorick [~yorick@s55924da0.adsl.wanadoo.nl] has joined #openttd
11:08:26  *** yorick was kicked from #openttd by DorpsGek [bye]
11:08:37  *** yorick [~yorick@s55924da0.adsl.wanadoo.nl] has joined #openttd
11:15:51  *** Wezz6400 [~Wezz6400@145-118-108-75.fttx.bbned.nl] has joined #openttd
11:17:37  *** ben_goodger [~ben@host81-153-71-73.range81-153.btcentralplus.com] has quit [Ping timeout: 480 seconds]
11:22:18  *** robotboy [~Leo@c211-30-60-34.carlnfd4.nsw.optusnet.com.au] has quit [Ping timeout: 480 seconds]
11:25:06  *** Zavior [~zavior@d195-237-7-167.elisa-laajakaista.fi] has joined #openttd
11:30:01  *** roboboy [~Leo@c211-30-60-34.carlnfd4.nsw.optusnet.com.au] has joined #openttd
11:30:29  *** Zahl [~Zahl@p549F1F04.dip0.t-ipconnect.de] has joined #openttd
11:32:36  *** Roujin [~Roujin@mnch-4d0431d4.pool.mediaWays.net] has joined #openttd
11:32:42  <yorick> what is the ideal distance for pax transport using the cheapest aircraft in 1950?
11:32:44  <Roujin> cheers
11:33:54  <yorick> at towns of around 500 pop?
11:36:04  <Roujin> yorick: (plane speed factor * e^(1/4 * pi) + 100 tiles)/ size of your thumb
11:36:20  *** keyweed_ [~Dennis@home.keyweed.com] has joined #openttd
11:36:27  <yorick> ...
11:36:27  <Gonozal_VIII> +1
11:36:34  <Gonozal_VIII> don't forget the +1
11:36:37  *** Leviath [~thomas@z037133.its-s.tudelft.nl] has quit [Ping timeout: 480 seconds]
11:36:44  <Roujin> dang, i forgot the +1.
11:37:14  *** a1270 [~Cheese@24-117-88-79.cpe.cableone.net] has quit [Quit: The ending changes tone & is actually quite sad - but it involves a scene of necrophilia, so that's just another plus in my book.....]
11:38:04  *** roboboy [~Leo@c211-30-60-34.carlnfd4.nsw.optusnet.com.au] has quit [Ping timeout: 480 seconds]
11:38:53  <yorick> ok, I'll assume as far away as possible, as AI's don't have a thumb
11:41:12  <Roujin> oo... that's true. so my formula actually works ^^
11:43:42  *** keyweed [~Dennis@home.keyweed.com] has quit [Ping timeout: 480 seconds]
11:50:49  *** a1270 [~Cheese@24-117-88-79.cpe.cableone.net] has joined #openttd
11:59:07  *** tokai [~tokai@p54B83B06.dip0.t-ipconnect.de] has quit [Ping timeout: 480 seconds]
11:59:59  *** a1271 [~Cheese@24-117-88-79.cpe.cableone.net] has joined #openttd
12:00:04  *** a1271 [~Cheese@24-117-88-79.cpe.cableone.net] has quit [Remote host closed the connection]
12:00:43  *** tokai [~tokai@p54B810F5.dip0.t-ipconnect.de] has joined #openttd
12:00:46  *** mode/#openttd [+v tokai] by ChanServ
12:09:16  *** Eddi|zuHause2 [~johekr@p54B77CCC.dip.t-dialin.net] has quit [Remote host closed the connection]
12:09:23  *** Eddi|zuHause2 [~johekr@p54B77CCC.dip.t-dialin.net] has joined #openttd
12:14:23  *** Purno [~Purno@5357D37C.cable.casema.nl] has joined #openttd
12:22:38  *** stillunknown [~stillunkn@82-136-225-75.dsl.ip.tiscali.nl] has joined #openttd
12:32:11  <CIA-1> OpenTTD: truebrain * r12310 /branches/noai/ (3 files in 2 dirs): [NoAI] -Fix: make MaxSpeed for Aircrafts return the value divided by plane_speed (which in regression is now set to 1/2th)
12:34:01  <Roujin> what? in regression planespeed is halved? oO
12:34:30  <yorick> regression is the regression.txt testing
12:34:41  <yorick> [13:34] <@TrueBrain> I liked it more than the 1/4th :p
12:34:50  <yorick> *bridging*
12:41:02  <SpComb> Logs: http://zapotek.paivola.fi/~terom/logs/openttd
12:41:02  <Roujin> !logs
12:43:58  *** egladil [~egladil@81-236-0-99-no61.tbcn.telia.com] has quit [Ping timeout: 480 seconds]
12:45:19  *** egladil [~egladil@81-236-0-99-no61.tbcn.telia.com] has joined #openttd
12:48:43  *** Progman [~progman@p57A1C9BB.dip.t-dialin.net] has joined #openttd
12:55:42  *** Diabolic-Angel [~dia@xdsl-84-44-203-243.netcologne.de] has joined #openttd
13:01:50  <yorick> I know what km means ingame now (1 tile = 429 km), but what is the km/h timefactor?
13:03:10  <Gonozal_VIII> forget about that
13:03:18  <yorick> no I wont
13:03:20  <yorick> I need it
13:03:23  <Gonozal_VIII> you will!
13:04:33  <Gonozal_VIII> how often do you see busses that are >200km long?
13:08:05  <peter1138> "Aircrafts" :o
13:09:02  <yorick> & aircrafts 15 0: air crafts, air-crafts, aircraft's, aircraft, crafts, Craft's, craft's, crofts, crufts, grafts, Arafat's, Ashcroft's, Kraft's, croft's, graft's
13:09:22  <Gonozal_VIII> wtf?
13:10:43  <yorick> or just do !spell aircrafts
13:11:30  *** Frostregen_ [SADDAM@dslb-084-058-135-034.pools.arcor-ip.net] has joined #openttd
13:11:30  *** Frostregen [SADDAM@dslb-084-058-135-034.pools.arcor-ip.net] has quit [Read error: Connection reset by peer]
13:11:40  *** Frostregen_ is now known as Frostregen
13:14:51  *** TinoM [~Tino@i59F57295.versanet.de] has quit [Quit: Verlassend]
13:18:04  *** TinoM [~Tino@i59F57295.versanet.de] has joined #openttd
13:20:01  *** helb [~helb@62.240.176.23] has quit [Read error: Connection timed out]
13:24:03  *** Leviath [~thomas@z037133.its-s.tudelft.nl] has joined #openttd
13:27:22  *** xerxes [user@xerxes.foocode.net] has joined #openttd
13:27:44  *** xerxes [user@xerxes.foocode.net] has quit []
13:30:22  <divo> I need some help with trigonometry.. I know the circumference of a right-angled triangle is 10. The sides are x, y and 1. x>y. Find x. Any thoughts?
13:31:05  <Gonozal_VIII> pythagoras...
13:31:30  <keyweed_> A^2+B^2=C^2, A+B+C=10
13:31:44  <Gonozal_VIII> yep
13:32:32  <keyweed_> when i learned it at school i'd never thought i'd either remember it or needed it. i was wrong.
13:33:09  <Gonozal_VIII> triangles are important...
13:34:34  *** shodan [user@xerxes.foocode.net] has quit [Ping timeout: 480 seconds]
13:36:59  *** glx [glx@bny93-6-82-245-156-124.fbx.proxad.net] has joined #openttd
13:37:02  *** mode/#openttd [+v glx] by ChanServ
13:37:50  *** frosch123 [~mtce@pascal.math.tu-clausthal.de] has joined #openttd
13:38:17  *** stillunk1own [~stillunkn@vpn006049.vpn.utwente.nl] has joined #openttd
13:38:21  <divo> Wow thanks
13:40:07  *** stillunknown [~stillunkn@82-136-225-75.dsl.ip.tiscali.nl] has quit [Ping timeout: 480 seconds]
13:42:02  <Roujin> see you guys..
13:42:16  <Gonozal_VIII> i see me too
13:42:28  *** Roujin [~Roujin@mnch-4d0431d4.pool.mediaWays.net] has quit [Quit:  HydraIRC -> http://www.hydrairc.com <- Chicks dig it]
13:47:34  *** Osai [~Osai@pD9EB6860.dip.t-dialin.net] has joined #openttd
13:50:03  <CIA-1> OpenTTD: truebrain * r12311 /branches/noai/bin/ai/wrightai/main.nut: [NoAI] -Fix: wrightai didn't work anymore
13:55:50  *** nzvip [~svip@cpe.atm2-0-78233.0x535a2072.boanxx18.customer.tele.dk] has quit [Ping timeout: 480 seconds]
14:01:27  *** Brianetta [~brian@77-103-231-158.cable.ubr05.benw.blueyonder.co.uk] has quit [Ping timeout: 480 seconds]
14:06:53  *** nzvip [~svip@cpe.atm2-0-78233.0x535a2072.boanxx18.customer.tele.dk] has joined #openttd
14:13:26  *** helb [~helb@62.240.176.23] has joined #openttd
14:19:07  *** Phoenix_the_II [rdeboom@home.deboom.biz] has quit [Ping timeout: 480 seconds]
14:21:41  *** Phoenix_the_II [rdeboom@a82-95-127-26.adsl.xs4all.nl] has joined #openttd
14:28:56  <CIA-1> OpenTTD: truebrain * r12312 /branches/noai/ (7 files in 3 dirs): [NoAI] -Fix: AIVehicle_vRunningCost didn't exist
14:30:13  *** GoneWacko [~gonewacko@adsl-58.36.Static.ssp.fi] has quit [Quit: You just lost the game]
14:30:19  *** Osai [~Osai@pD9EB6860.dip.t-dialin.net] has quit [Quit: bye bye]
14:30:23  <Phantasm> With the setting that shares of companies can't be bought, AIs can still buy them.
14:30:42  *** Jacy [~opera@sd5110a09.adsl.wanadoo.nl] has quit [Ping timeout: 480 seconds]
14:37:58  *** Osai [~Osai@pD9EB6860.dip.t-dialin.net] has joined #openttd
14:38:10  *** Diabolic-Angel [~dia@xdsl-84-44-203-243.netcologne.de] has quit [Read error: No route to host]
14:40:55  *** Diabolic-Angel [~dia@xdsl-84-44-203-243.netcologne.de] has joined #openttd
14:41:48  *** Jacy [~opera@sd5110a09.adsl.wanadoo.nl] has joined #openttd
14:49:19  *** Jortuny [~octernion@r253186120.resnet.cornell.edu] has joined #openttd
15:04:04  *** LA[lord] [~chatzilla@pc207.host22.starman.ee] has joined #openttd
15:04:09  <LA[lord]> hello
15:04:25  *** Jacy [~opera@sd5110a09.adsl.wanadoo.nl] has left #openttd []
15:05:23  *** toet [~Oblivious@3E339CE5.dslaccess.aol.com] has joined #openttd
15:05:27  *** Singaporekid [~notme@cm206.epsilon122.maxonline.com.sg] has joined #openttd
15:06:38  *** LA[lord]_ [~chatzilla@pc136.host20.starman.ee] has joined #openttd
15:07:11  <Belugas> DaleStan, i've read your post, i will read the thread and i will try to understand it.
15:07:32  <Belugas> but if memory serves me well, i thnk it is Rubidium who implemented it
15:07:49  <Belugas> I will anyway take a look
15:07:55  <DaleStan> CB37 is what is being discussed there.
15:08:09  * Belugas checks
15:13:18  <Belugas> arghhh
15:13:58  *** LA[lord] [~chatzilla@pc207.host22.starman.ee] has quit [Ping timeout: 480 seconds]
15:16:22  <Belugas> CBID_INDUSTRY_CARGO_SUFFIX           = 0x37, // not implemented
15:16:24  <Belugas> boooo
15:18:16  <Belugas> so... i guess it means a todo
15:20:07  *** Gonozal_VIII [~Gonozal_V@N940P014.adsl.highway.telekom.at] has quit [Ping timeout: 480 seconds]
15:21:42  *** UnderBuilder [~chatzilla@168.226.106.141] has joined #openttd
15:22:49  *** Gonozal_VIII [~Gonozal_V@N940P014.adsl.highway.telekom.at] has joined #openttd
15:24:02  *** Jacy [~opera@sd5110a09.adsl.wanadoo.nl] has joined #openttd
15:28:07  *** LA[lord]_ is now known as LA[lord]
15:28:46  *** helb [~helb@62.240.176.23] has quit [Read error: Connection timed out]
15:30:55  *** foxten [~e@189.58.228.9.adsl.gvt.net.br] has joined #openttd
15:32:02  *** foxten [~e@189.58.228.9.adsl.gvt.net.br] has left #openttd []
15:32:19  *** thgergo [~Administr@dsl51B788FA.pool.t-online.hu] has joined #openttd
15:32:21  *** foxten [~e@189.58.228.9.adsl.gvt.net.br] has joined #openttd
15:32:26  *** foxten [~e@189.58.228.9.adsl.gvt.net.br] has left #openttd []
15:39:47  <LA[lord]> does anybody have something to say about Samsung SGH-M610
15:40:08  <LA[lord]> I'm buying a new phone, but I'd like some comments first :D
15:40:15  <yorick> anyone that does should do it in #?
15:40:27  <LA[lord]> correct :)
15:40:48  <Gonozal_VIII> so that channel is for offtopic stuff now?
15:41:02  <yorick> correct :)
15:41:26  <yorick> actually-it's for everythinhg
15:41:30  <yorick> thing*
15:45:32  <Belugas> DaleStan, cb37 is going to be implemented first.
15:45:41  <Belugas> just to mention you're not been forgotten ;)
15:46:20  <Belugas> byt he way, doyou have a diff to show?  that would help
15:48:59  *** Leviath [~thomas@z037133.its-s.tudelft.nl] has quit [Remote host closed the connection]
15:51:55  *** raimar3 [~hawk@p5489E934.dip.t-dialin.net] has joined #openttd
15:52:49  <peter1138> LA[lord], well, it’s a Samsung, so it’s going to suck.
15:53:13  *** valhallasw [~valhallas@a62-251-30-68.adsl.xs4all.nl] has joined #openttd
15:53:35  <peter1138> LA[lord], also, what are you on about with ‘grf-slots’?
15:54:01  <LA[lord]> nothing..
15:54:21  <LA[lord]> didn't I state that IIRC
15:59:17  *** raimar2 [~hawk@p5489E8DA.dip.t-dialin.net] has quit [Ping timeout: 480 seconds]
16:00:24  *** TinoM [~Tino@i59F57295.versanet.de] has quit [Quit: Verlassend]
16:00:26  *** valhalla2w [~valhallas@a62-251-30-68.adsl.xs4all.nl] has quit [Ping timeout: 480 seconds]
16:01:45  <peter1138> Hmm?
16:02:03  *** Brianetta [~brian@77-103-231-158.cable.ubr05.benw.blueyonder.co.uk] has joined #openttd
16:02:10  *** Brianett1 [~brian@77-103-231-158.cable.ubr05.benw.blueyonder.co.uk] has joined #openttd
16:02:32  *** Brianett1 [~brian@77-103-231-158.cable.ubr05.benw.blueyonder.co.uk] has quit []
16:03:47  *** TinoM [~Tino@i59F56143.versanet.de] has joined #openttd
16:03:50  *** Singaporekid [~notme@cm206.epsilon122.maxonline.com.sg] has quit []
16:05:42  *** |Bastiaan| [~Bastiaan@77.60.199.139] has quit [Quit: KVIrc 3.2.6 Anomalies http://www.kvirc.net/]
16:08:52  *** Jacy [~opera@sd5110a09.adsl.wanadoo.nl] has quit [Ping timeout: 480 seconds]
16:09:50  <DaleStan> Belugas: http://users.tt-forums.net/dalestan/patches/cb37_textargs.patch Some of the changes for the produced cargos are in procs, though. newdrawinduproducelist is applied twice, at cs:153234 and cs:15325D; newfinish... is applied 27 (dec) bytes later.
16:10:23  *** Digitalfox [~chatzilla@81.193.209.42] has joined #openttd
16:11:45  <Belugas> noted DaleStan
16:11:46  <Belugas> thnaks
16:12:36  <DaleStan> And the code that made all 32 bytes of the textrefstack useful is at rev 1829, but I doubt that's interesting.
16:16:00  <peter1138> Heh, ours is 160 bytes...
16:16:09  *** Leviath [~thomas@z037133.its-s.tudelft.nl] has joined #openttd
16:17:56  <DaleStan> I thought you had a separate one for the TTD string codes?
16:19:29  <DaleStan> Not that you need one, I just thought that newgrf string-processing was basically completely separate from lang-file string processing.
16:20:26  <peter1138> Ah, probably... I’ve never looked nor touched any of that.
16:22:25  <peter1138> Seems to be 48 bytes.
16:24:02  <frosch123> More important: OTTD draws the stockpile amounts with one string per cargo instead of one string for all three cargos.
16:24:35  <DaleStan> But how does it draw non-stockpiled cargoes.
16:26:42  <frosch123> DaleStan: http://paste.openttd.org/701
16:26:44  <DaleStan> Patch uses one string for accepted cargos, always; one string for produced cargos in the fund-industry window; and one string for each produced cargo in the industry details window.
16:26:44  <DaleStan> Spitting stockpiled cargos is not a problem. It's splitting the industry details window and non-stockpiled accepted cargos into one string per cargo that worries me.
16:28:10  *** XeryusTC [~irc@cc480157-b.sneek1.fr.home.nl] has joined #openttd
16:30:28  * Belugas confirms. newgrf string processing is apart of standard string file
16:33:43  <Belugas> and sorry, i'm horribly buzy at work
16:35:47  *** SmatZ [~smatz@a40-prg1-5-107.static.adsl.vol.cz] has joined #openttd
16:37:36  <DaleStan> Not a problem; I'm going on vacation for a week and a half; nothing development-related will happen on my part in that time.
16:46:48  <Belugas> lucky you.  enjoy it :)
16:48:55  *** nzvip [~svip@cpe.atm2-0-78233.0x535a2072.boanxx18.customer.tele.dk] has quit [Ping timeout: 480 seconds]
16:49:17  *** llugo [~lugo@p4FD5EC98.dip.t-dialin.net] has quit [Read error: Connection reset by peer]
16:49:25  *** lugo [~lugo@p4FD5EC98.dip.t-dialin.net] has joined #openttd
16:59:22  *** HerzogDeXtE1 [~Flex@i577B415D.versanet.de] has joined #openttd
16:59:54  *** nzvip [~svip@cpe.atm2-0-78233.0x535a2072.boanxx18.customer.tele.dk] has joined #openttd
17:04:21  *** peter1138 [~petern@petern.bnsnet.co.uk] has quit [Quit: Reboot]
17:06:02  *** HerzogDeXtEr [~Flex@i577B4771.versanet.de] has quit [Ping timeout: 480 seconds]
17:08:07  *** peter1138 [~petern@petern.bnsnet.co.uk] has joined #openttd
17:08:10  *** mode/#openttd [+o peter1138] by ChanServ
17:10:06  *** Brianetta [~brian@77-103-231-158.cable.ubr05.benw.blueyonder.co.uk] has quit [Remote host closed the connection]
17:20:06  *** Digitalfox [~chatzilla@81.193.209.42] has quit [Quit: Bye]
17:21:58  *** HerzogDeXtE1 [~Flex@i577B415D.versanet.de] has quit [Read error: Connection reset by peer]
17:22:44  *** pm|away is now known as planetmaker
17:24:48  *** HerzogDeXtEr [~Flex@i577B415D.versanet.de] has joined #openttd
17:29:05  *** yorick is now known as Yorick|AFK
17:31:06  *** peter1138 [~petern@petern.bnsnet.co.uk] has quit [Quit: Ex-Chat]
17:33:29  *** mikl [~mikl@0x5733cec6.boanxx22.adsl-dhcp.tele.dk] has quit [Quit: Ex-Chat]
17:34:57  <CIA-1> OpenTTD: frosch * r12313 /trunk/ (8 files in 4 dirs): -Fix: YAPF and NTP did not apply penalty for uphill tracks on steep slopes.
17:37:50  <Forked> soon 12345 :)
17:46:20  *** Yorick|AFK is now known as Yorick
17:48:05  *** Yorick is now known as questionmark
17:48:09  *** questionmark is now known as Yorick
17:52:43  *** peter1138 [~petern@217.151.109.242] has joined #openttd
17:52:46  *** mode/#openttd [+o peter1138] by ChanServ
17:56:40  <Eddi|zuHause2> this is weird... they closed an industry even though i was servicing it...
17:57:21  <Gonozal_VIII> then you didn't service it good enough
17:57:45  <Eddi|zuHause2> wtf is that supposed to mean?
17:57:58  <Gonozal_VIII> <75% transported
17:58:02  <peter1138> I think he meant ‘well enough’.
17:58:10  <Gonozal_VIII> pfff
17:58:22  <Eddi|zuHause2> i only delivered stuff
17:58:56  <Eddi|zuHause2> this is silly, with stable industry, serviced industries should not close
17:59:29  <Gonozal_VIII> they close if you don't pick up at least 75% all the time
17:59:38  *** |Jeroen| [~jeroen@d51A473D5.access.telenet.be] has joined #openttd
18:00:06  <UnderBuilder> would be too hard to rewrite a (minimal) ottd version in the mobile version of java?
18:00:07  <Eddi|zuHause2> again, this is totally silly
18:00:24  <peter1138> Using NewGRFs or plain industries?
18:00:28  <peter1138> UnderBuilder, have fun doing so.
18:00:32  <Eddi|zuHause2> newgrf
18:00:57  <Gonozal_VIII> mobile version of java?
18:01:07  <Gonozal_VIII> javascript or what?
18:01:12  <Eddi|zuHause2> yes, java has a mobile edition
18:02:12  <Eddi|zuHause2> you can't put a standard JRE on a mobile, you have neither the memory nor the calculation power to run anything
18:02:47  <peter1138> JavaScript has nothing to do with Java, of course.
18:04:14  <Gonozal_VIII> you can copy a lot of code from java stuff to javascript without changing it (or much of it) so it has something to do with it...
18:04:36  <Eddi|zuHause2> they are totally unrelated
18:05:49  *** Yorick is now known as questionmark
18:06:36  *** questionmark is now known as Yorick
18:06:37  *** LA[lord] is now known as questionmark-2
18:07:19  *** questionmark-2 is now known as LA[lord]
18:07:34  *** tne1 [~tneo@ip124-67-58-81.adsl.versatel.nl] has joined #openttd
18:07:44  *** tne1 is now known as tneo
18:07:47  *** tneo [~tneo@ip124-67-58-81.adsl.versatel.nl] has left #openttd []
18:11:31  <LA[lord]> brb
18:12:33  * Sacro fiddles with OpenTTD and XNA
18:12:38  <peter1138> XNA?
18:12:41  <Patrick`> mmm, xna
18:13:00  <Sacro> ooh
18:13:03  <Patrick`> it's one of the ways that 3d desktops promptly splintered when introduced to the OSS model
18:13:06  <Sacro> Virtual PC 2007 for free :D
18:13:06  <Patrick`> iirc
18:13:13  <Sacro> Patrick`: no
18:13:14  <glx> Sacro: it is vista only I think
18:13:18  <Sacro> glx: what?
18:13:21  <glx> xna
18:13:30  <Patrick`> oh, sorry, my bad
18:13:36  <Patrick`> game ramewkor
18:13:49  <Sacro> glx: nope, XP/Vista/360
18:16:43  <Sacro> fib = n => n > 1 ? fib(n - 1) + fib(n - 2) : n;
18:16:46  <Sacro> i like it
18:18:45  *** LA[lord] is now known as LordAzamath
18:20:15  <Patrick`> microsoft Haskell Pro (r) (c)
18:22:05  <Sacro> ooh
18:22:24  <Sacro> i could try and get openttd onto xbox live
18:24:11  *** Wolf01 [~wolf01@host95-175-dynamic.60-82-r.retail.telecomitalia.it] has joined #openttd
18:26:21  <Wolf01> hello
18:27:06  <Gonozal_VIII> hi
18:34:26  <De_Ghost> u so need a mouse for openttd
18:35:10  *** Gonozal_VIII [~Gonozal_V@N940P014.adsl.highway.telekom.at] has quit [Ping timeout: 480 seconds]
18:35:15  *** Gonozal_VIII [~Gonozal_V@N829P016.adsl.highway.telekom.at] has joined #openttd
18:35:32  *** frosch123 [~mtce@pascal.math.tu-clausthal.de] has quit [Remote host closed the connection]
18:43:01  *** LordAzamath [~chatzilla@pc136.host20.starman.ee] has left #openttd []
18:53:28  *** Brianetta [~brian@77-103-231-158.cable.ubr05.benw.blueyonder.co.uk] has joined #openttd
18:56:19  *** ben_goodger [~ben@host81-153-71-73.range81-153.btcentralplus.com] has joined #openttd
19:02:44  *** UnderBuilder [~chatzilla@168.226.106.141] has quit [Quit: ChatZilla 0.9.81 [Firefox 2.0.0.12/2008020121]]
19:05:29  *** Roujin [~Roujin@p5497064A.dip0.t-ipconnect.de] has joined #openttd
19:09:57  *** Luukland [~Luukland@s559031d6.adsl.wanadoo.nl] has joined #openttd
19:11:02  *** Brianetta [~brian@77-103-231-158.cable.ubr05.benw.blueyonder.co.uk] has quit [Quit: TschÌß]
19:11:44  <Luukland> Heya, I want to set up an dedicated server, but I can't find it in the openttd.org server list, so no one can join... What i've done for now: opened port 3797 at the router, server_port = 3797, server_bind_ip = 0.0.0.0, connect_to_ip = 192.168.1.33 (Which is the router, but not the modem!) Anyone who does now what i am doing wrong? :)
19:12:23  <Yorick> set bind ip
19:12:36  <Yorick> try to set server_advertise to on
19:12:38  <Luukland> what should i fill in for it? :S
19:12:40  <Yorick> set the modem IP
19:12:44  <Luukland> server_advertise = true
19:12:52  <Yorick> forward ports from modem to router and router to pc
19:13:06  <Luukland> yeah checked that one, but the ports are forwarded
19:13:21  <Yorick> connect_to_ip to the modem ip
19:13:35  <Luukland> hmmmz, ok
19:13:43  *** a1270 [~Cheese@24-117-88-79.cpe.cableone.net] has quit [Quit: The ending changes tone & is actually quite sad - but it involves a scene of necrophilia, so that's just another plus in my book.....]
19:13:46  <Luukland> and server bind ip?
19:13:54  <Luukland> leave it at 0.0.0.0?
19:14:24  <Yorick> server bind ip set to the pc's ip from the router
19:14:34  <Luukland> hmm ok
19:15:19  <Luukland> bind failed on 192.168.1.5 it says
19:15:26  <Luukland> (that my pc)
19:15:51  *** a1270 [~Cheese@24-117-88-79.cpe.cableone.net] has joined #openttd
19:16:16  <planetmaker> Luukland: that's a local IP. You need your router's IP.
19:16:24  <Yorick> not for bind_ip
19:16:29  <peter1138> Not for binding.
19:16:39  <Yorick> it probably means you already have a server running
19:16:45  <planetmaker> hm, well ok, I'll shut up on things I don't understand :D
19:17:00  *** questionmark [~supybot@s55924da0.adsl.wanadoo.nl] has joined #openttd
19:17:08  <Luukland> I do not have anything running at my port
19:17:29  <questionmark> the #? bot is saying hello: hello :)
19:18:04  *** questionmark [~supybot@s55924da0.adsl.wanadoo.nl] has left #openttd [Yorick]
19:18:25  <Luukland> ok again, what do I need to fill in: PC_ip 192.168.1.5   Router ip: 192.168.1.33   Modem ip: 192.168.1.1  (Out 85.144.49.XXX)
19:19:16  <peter1138> You need to do some port forwarding, tcp and udp.
19:19:32  <Luukland> I hope i am being clear now :P server_bind_ip = ???? and connect_to_ip = 85.144.49.XXX
19:19:41  <Luukland> peter1138 port 3797 is open
19:19:42  <Yorick> why XXX?
19:19:49  <Luukland> thats secret you know ^^ :P
19:19:59  <Yorick> you can't make it secret if you run a server
19:20:14  <peter1138> Open is not the same as forwarded.
19:20:20  <Yorick> 3979?
19:21:14  <Luukland> K! Port 3797 is open and accepting connections
19:21:22  <Sacro> $this->hasFlavr() ? $nom->nom('nom') : $want->doNot()
19:21:25  <Yorick> you need 3979?
19:21:49  <Luukland> that one is also open :p
19:21:56  <Luukland> or forwarded :p
19:21:57  <Yorick> and your ip?
19:22:20  <Luukland> my pc_ip, modem_ip or rouer_ip?...
19:22:50  <Yorick> modem
19:22:56  <Yorick> the 85... thing
19:23:00  <Luukland> 85.144.49.214 / 192.168.1.1
19:25:06  <peter1138> Are you forwarding UDP as well?
19:26:12  <Ammller> ottd can read compressed saves, it also can read tar achives with GRFs, wouldn't it make sense also have the possibitly to read compressed tar archived grfs?
19:26:19  <Luukland>  OpenTTD 	 Yes 	 TCP 	 3797 	 3797 	 192.168.1.5 	 mer0
19:26:24  <Yorick> UDP
19:26:32  <Luukland>  OpenTTD 	 Yes 	 UDP 	 3797 	 3797 	 192.168.1.5 	 mer0
19:26:51  <Yorick> Ammller: those are compressed using zlib, and
19:26:59  <De_Ghost> 214?
19:27:01  <De_Ghost> u know
19:27:06  <De_Ghost> we can jsut /whois u
19:27:17  <Ammller> Yorick: and?
19:27:32  <peter1138> Ammller, it's not that simple. With tars you can just read directly from the file...
19:28:17  <Ammller> ah, I understand, it doesn't need to unpack it first
19:28:43  <Ammller> but that would be needed, if its a tar.gz
19:29:01  <peter1138> Yeah
19:30:12  *** KritiK [~Maxim@78-106-183-121.broadband.corbina.ru] has joined #openttd
19:33:51  <Luukland> Router setting is: Accespoint, i believe that an accespoint just forwards the port automatically?
19:34:20  <peter1138> No, an access point is just an access point. Nothing to do with port forwarding.
19:34:40  *** planetmaker is now known as pm|away
19:34:54  *** Axamentia [~SlayerRag@78-105-140-209.zone3.bethere.co.uk] has joined #openttd
19:35:05  <Luukland> Hmmm, than i should add some portforwarding rules to my router... And since it says: NAT disabled, I am getting nowhere :p
19:35:34  *** peter1138 [~petern@217.151.109.242] has quit [Quit: bwaaahahaha, te eeeh eeehee boingk!]
19:39:50  *** Bjarni [~Bjarni@0x50a46c2b.virnxx14.adsl-dhcp.tele.dk] has joined #openttd
19:39:53  *** mode/#openttd [+o Bjarni] by ChanServ
19:39:58  *** divo [~asd@x1-6-00-18-39-d3-e9-f6.k899.webspeed.dk] has quit [Ping timeout: 480 seconds]
19:40:38  <Rexxars> it's the one they call Bjarni!
19:40:45  <Yorick> Bjarni!
19:40:48  <Prof_Frink> No
19:40:53  <Prof_Frink> It's an impostor
19:41:07  <Sacro> Bjarni!
19:41:11  <Bjarni> to be or not to be
19:41:14  <Bjarni> that's the question
19:41:20  <Bjarni> I might be and I might not be
19:41:31  <Bjarni> it's up to you to figure it out
19:41:49  <Yorick> you are identified...
19:41:49  <Prof_Frink> user has identified to services
19:42:06  <Bjarni> it could be faked
19:42:23  <Yorick> [20:42] -NickServ- 3 (online, identified by access list)
19:42:37  <Yorick> you must be at bjarni's home...
19:42:44  <Bjarni> I could have hacked the nickserver
19:43:17  *** helb [~helb@62.240.176.23] has joined #openttd
19:43:42  <Prof_Frink> Or tortured the real Bjarni for his nickserv pass
19:43:58  <Yorick> no
19:44:07  <Yorick> he's idenified by access list
19:44:27  <Yorick> I only believe someone is real when he's identified using SSL cert
19:44:38  *** Yorick is now known as yorick_
19:44:39  *** yorick_ is now known as yorick
19:44:50  <yorick> [20:44] -NickServ- You are connected using SSL and have provided a matching client certificate
19:44:50  <yorick> [20:44] -NickServ- for nickname yorick. You have been automatically identified.
19:44:50  <yorick> [20:44] -NickServ- 4 (online, identified by SSL certificate)
19:48:20  <yorick> hmm...I need something that lets me create #? file under windws
19:58:52  <Luukland> :( I have placed a switch between me and my modem now, but still nothing :( * /me cries out loud *
20:06:09  <glx> Luukland: bind_ip can stay 0.0.0.0
20:06:22  <glx> you don't have to set connect_to_ip
20:06:48  <Luukland> hmmmz ok let me try
20:06:58  <glx> you just need to open UDP and TCP port on your machine (firewall) and forward them on the router
20:07:10  *** yorick is now known as Yorick|AFK
20:07:42  *** Phoenix_the_II [rdeboom@a82-95-127-26.adsl.xs4all.nl] has quit [Read error: Connection reset by peer]
20:08:20  <Luukland> i have no more router :P Just a switch :p
20:08:55  *** helb [~helb@62.240.176.23] has quit [Ping timeout: 480 seconds]
20:09:53  *** Gekz [~brendan@58.167.79.173] has quit [Ping timeout: 480 seconds]
20:12:18  *** a1270 [~Cheese@24-117-88-79.cpe.cableone.net] has quit [Quit: The ending changes tone & is actually quite sad - but it involves a scene of necrophilia, so that's just another plus in my book.....]
20:15:30  *** helb [~helb@62.240.176.23] has joined #openttd
20:16:03  *** a1270 [~Cheese@24-117-88-79.cpe.cableone.net] has joined #openttd
20:18:01  *** planetmaker [~chatzilla@Fd1eb.f.ppp-pool.de] has joined #openttd
20:18:56  *** |Jeroen| [~jeroen@d51A473D5.access.telenet.be] has quit [Quit: oO]
20:19:09  <Luukland> argh, still nothin'
20:19:16  <Luukland> I am getting crazy
20:20:00  *** Yorick|AFK is now known as titanic
20:20:09  <Bjarni> wow
20:20:15  <Gonozal_VIII> bjarni!
20:20:18  *** titanic [~yorick@s55924da0.adsl.wanadoo.nl] has quit [Quit:  Eccess flood]
20:20:20  <Bjarni> yet another person going crazy on IRC
20:20:22  <Luukland> The dedicated server starts and loads, even some IP's of people are getting shown with frame numbers, and sometimes a recv error arrives
20:20:31  * HMage is crazy already
20:20:35  <Luukland> Grrrrr
20:20:35  <Bjarni> see
20:20:45  <Prof_Frink> Crazy? I passed there ages ago.
20:20:58  <Bjarni> we noticed
20:21:31  <Gonozal_VIII> people that aren't crazy are missing out all the fun
20:22:03  <Prof_Frink> Sanity is overrated.
20:22:13  <Bjarni> really?
20:22:20  <Bjarni> but you never tried it?
20:22:21  <Prof_Frink> spatula.
20:22:23  <Bjarni> so how do you know?
20:22:33  <Prof_Frink> dodecahedron.
20:24:51  <Sacro> I'M SPARTA
20:25:06  <Sacro> [20:20] * titanic has quit (Quit:  Eccess flood) <- pmsl XD
20:26:09  <Bjarni> do you guys know ARToolKit?
20:26:58  <Prof_Frink> Sacro: I'm afraid that's classed as [FAIL]
20:27:04  *** Leviath [~thomas@z037133.its-s.tudelft.nl] has quit [Read error: Connection reset by peer]
20:27:09  <Roujin> Bjarni: AR as in...?
20:27:10  * Sacro gets on the failboat
20:27:24  <Bjarni> I guess not
20:27:47  * SpComb sinks Sacro's battleship
20:27:47  <Bjarni> it's a tool to put 3D objects into video streams
20:27:55  <Sacro> :(
20:28:00  <SpComb> sunk'd
20:28:01  <Bjarni> http://www.youtube.com/watch?v=RMaggc5tZNk <--- it actually looks pretty nice
20:28:14  <Prof_Frink> i can has iceburg?
20:28:19  <Bjarni> real time rendered o_O
20:28:46  <Sacro> :o
20:28:47  <Sacro> zomg
20:28:52  <Sacro> OpenTTDreamCast :D
20:29:16  <Prof_Frink> pfft
20:29:24  <Prof_Frink> OpenTTDMegaDrive
20:29:25  <Bjarni> Sacro: in your dreams :P
20:29:42  <Sacro> Bjarni: you don't know my dreams
20:29:49  <Bjarni> no
20:29:52  *** Luukland [~Luukland@s559031d6.adsl.wanadoo.nl] has quit [Quit: Bye for now!]
20:29:55  <Bjarni> and I'm thankful for that
20:33:37  <Bjarni> no comments about 3D graphics?
20:34:09  <Bjarni> damn you even give geeks a weird idea about this channel :s
20:35:15  <planetmaker> ^^ people are watching the movie :P
20:35:25  <Roujin> aahh, so AR in ARToolKit does stand for augmented reality like i suspected, cool
20:35:48  <planetmaker> pretty amazing, if done in real time.
20:36:08  <Roujin> I've held a proseminar at university about augmented reality
20:36:22  <Roujin> AR rocks ^^
20:37:26  <Bjarni> http://www.hitl.washington.edu/artoolkit/
20:37:32  <Bjarni> I think it's done in real time
20:37:42  <Bjarni> but I didn't really try it
20:37:54  <Bjarni> haven't had the time to do so (yet?)
20:37:58  <Bjarni> but it's freeware :D
20:39:38  <Roujin> the universities of graz and wien in austria have done a lot of AR stuff aswell, i've noticed during research for my proseminar - http://studierstube.icg.tu-graz.ac.at/
20:46:50  *** Roujin is now known as Roujin[afk]
20:49:26  *** thgerg1 [~Administr@dsl51B7888C.pool.t-online.hu] has joined #openttd
20:51:53  *** thgergo [~Administr@dsl51B788FA.pool.t-online.hu] has quit [Ping timeout: 480 seconds]
21:06:37  *** dragonhorseboy [~dragonhor@modemcable147.26-58-74.mc.videotron.ca] has joined #openttd
21:06:39  <dragonhorseboy> hey
21:08:24  <Sacro> oh noes
21:08:28  <Sacro> what are you doing here
21:09:55  <Bjarni> dragonhorseboy: are you here to bully Sacro?
21:10:04  <Sacro> D:
21:10:20  <Bjarni> it's a question, not a statement
21:10:49  <Sacro> so is this
21:10:57  <Prof_Frink> orly?
21:11:03  <Sacro> yarly
21:11:04  <dragonhorseboy> very funny :p
21:11:09  <Prof_Frink> nowai
21:11:13  <dragonhorseboy> I was just curious about one thing...
21:11:53  <dragonhorseboy> anyone ever talked about putting cooperation gameplay back into openttd or its probably just going to be stuck to the old mini-in and no further?
21:12:33  <Sacro> dragonhorseboy: different companies but same tracks?
21:12:37  <dragonhorseboy> yeah
21:16:20  *** Osai [~Osai@pD9EB6860.dip.t-dialin.net] has quit [Quit: bye bye]
21:16:33  <dragonhorseboy> sacro no idea I presume? :p
21:16:36  *** Osai [~Osai@pD9EB6860.dip.t-dialin.net] has joined #openttd
21:16:45  *** Zr40 [~zr40@2001:960:786:0:21b:63ff:fe9e:ab24] has quit [Quit: Zr40]
21:17:34  <Sacro> dragonhorseboy: not heard owt from LOTP for ages
21:20:00  <dragonhorseboy> thanks anyhow
21:21:02  <dragonhorseboy> I used to like that thought some time ago....
21:21:21  <dragonhorseboy> you wouldn't believe how much of my trains were not ever on my own rails at all even for a few express trains too *rolls eyes*
21:33:00  *** Bjarni [~Bjarni@0x50a46c2b.virnxx14.adsl-dhcp.tele.dk] has quit [Quit: Leaving]
21:34:57  *** Purno [~Purno@5357D37C.cable.casema.nl] has quit [Quit: Always remember you're unique, just like everyone else.]
21:35:30  * Vikthor will do some shameless advertising
21:35:40  <Sacro> OPS
21:35:42  <Sacro> KICK HIM XD
21:35:43  <Vikthor> dragonhorseboy: Check out this thread http://www.tt-forums.net/viewtopic.php?p=630331#p630331
21:36:22  <Vikthor> Sacro: It's on-topic advertising as you can see :D
21:37:55  <dragonhorseboy> vikthor :p
21:38:12  *** peter1138 [~petern@217.151.109.242] has joined #openttd
21:38:15  *** mode/#openttd [+o peter1138] by ChanServ
21:44:36  <CIA-1> OpenTTD: peter1138 * r12314 /trunk/src/newgrf_engine.cpp: -Fix (r4896): Include prop 25 data for all train parts, not just those that carry cargo.
21:54:54  *** Zr40 [~zr40@zr40.xs4all.nl] has joined #openttd
21:55:57  <Prof_Frink> Will there be a party in 31 commits time?
21:56:48  <Prof_Frink> Or even better, make 0.6.0 == r12345
21:57:37  <Gonozal_VIII> somehow i doubt that
21:57:46  <Wolf01> 'night
21:58:06  *** Wolf01 [~wolf01@host95-175-dynamic.60-82-r.retail.telecomitalia.it] has quit [Quit: Once again the world is quick to bury me.]
22:02:56  <peter1138> Hmm, I can’t even be bothered to reply to OzTransLtd...
22:07:40  *** lolman [~john@cpc3-leds2-0-0-cust55.leed.cable.ntl.com] has joined #openttd
22:07:41  <Sacro> 1231415926?
22:13:12  *** Dexter [~pIRCuser6@hard-soft--121.colo2.kv.wnet.ua] has joined #openttd
22:14:58  *** thgergo [~Administr@dsl51B60ED2.pool.t-online.hu] has joined #openttd
22:16:57  *** thgerg1 [~Administr@dsl51B7888C.pool.t-online.hu] has quit [Ping timeout: 480 seconds]
22:18:57  *** thgergo [~Administr@dsl51B60ED2.pool.t-online.hu] has quit [Read error: Connection reset by peer]
22:22:09  *** dragonhorseboy [~dragonhor@modemcable147.26-58-74.mc.videotron.ca] has left #openttd []
22:30:12  *** Gonozal_VIII [~Gonozal_V@N829P016.adsl.highway.telekom.at] has quit [Ping timeout: 480 seconds]
22:31:09  *** TinoM [~Tino@i59F56143.versanet.de] has quit [Quit: Verlassend]
22:31:39  *** Gonozal_VIII [~Gonozal_V@N829P016.adsl.highway.telekom.at] has joined #openttd
22:39:10  *** planetmaker [~chatzilla@Fd1eb.f.ppp-pool.de] has quit [Quit: ChatZilla 0.9.81 [Firefox 2.0.0.12/2008020121]]
22:48:41  *** peter1138 [~petern@217.151.109.242] has quit [Quit: bwaaahahaha, te eeeh eeehee boingk!]
22:50:28  *** Leviath [~thomas@z037133.its-s.tudelft.nl] has joined #openttd
22:50:30  *** Vikthor [~Vikthor@snat1.spoje.net] has quit [Quit: Leaving.]
22:53:47  *** stillunk1own [~stillunkn@vpn006049.vpn.utwente.nl] has quit [Ping timeout: 480 seconds]
22:55:05  *** Zavior [~zavior@d195-237-7-167.elisa-laajakaista.fi] has quit [Read error: Connection reset by peer]
23:22:12  *** KUDr_wrk [~KUDr@dev.xythos.cz] has quit [Ping timeout: 480 seconds]
23:22:48  *** KUDr_wrk [~KUDr@dev.xythos.cz] has joined #openttd
23:44:37  <Progman> checking out the openttd svn via fisheye takes about 3 days o_O
23:46:18  <Sacro> inConnection = new MySqlConnection(conStrBuilder.GetConnectionString(false));
23:46:20  <Sacro> stupid
23:47:27  *** pv2b [~pvz@c213-89-144-30.bredband.comhem.se] has quit [Ping timeout: 480 seconds]
23:58:41  *** fjb [~frank@p5485F913.dip.t-dialin.net] has joined #openttd
23:58:47  <fjb> Hello
23:59:09  <SpComb> Logs: http://zapotek.paivola.fi/~terom/logs/openttd
23:59:09  <fjb> !logs

Powered by YARRSTE version: svn-trunk