IRC logs for #openttd on OFTC at 2009-11-02
            
00:07:22 <Fast2> _ln: system() ;)
00:11:35 *** glx_ has joined #openttd
00:11:35 *** glx has quit IRC
00:11:36 *** ChanServ sets mode: +v glx_
00:12:03 *** glx_ is now known as glx
00:28:59 *** Chris_Booth has quit IRC
00:32:47 *** Lakie has quit IRC
00:33:02 *** Eddi|zuHause has quit IRC
00:33:22 *** Eddi|zuHause has joined #openttd
00:34:28 *** valhallasw has quit IRC
00:52:52 *** tokai|mdlx has quit IRC
00:55:07 *** tokai|mdlx has joined #openttd
01:25:31 *** nfc has quit IRC
01:28:28 *** Fast2 has quit IRC
01:41:14 *** KenjiE20|LT has joined #openttd
01:44:28 *** HerzogDeXtEr1 has quit IRC
01:48:56 *** Rubix`` has joined #openttd
02:30:16 *** Progman_ has joined #openttd
02:37:48 *** Progman has quit IRC
02:38:00 *** Progman_ is now known as Progman
03:03:02 *** glx has quit IRC
03:14:18 *** Fuco has quit IRC
03:19:18 *** KenjiE20|LT has quit IRC
04:06:47 *** Rubix`` has quit IRC
04:19:06 *** Pikka has joined #openttd
05:13:21 <CIA-4> OpenTTD: alberth * r17945 /trunk/src/misc_gui.cpp: -Fix (r17940): Absence of main toolbar and/or status bar should not be fatal.
05:43:55 *** nfc has joined #openttd
06:01:00 *** welterde has quit IRC
06:05:16 *** welterde has joined #openttd
06:17:18 *** welterde has quit IRC
06:19:17 *** Rhamphoryncus has joined #openttd
06:20:11 *** welterde has joined #openttd
06:30:31 *** De_Ghosty has joined #openttd
06:52:51 *** nicfer2 has joined #openttd
06:52:54 *** nicfer1 has quit IRC
07:03:05 *** nicfer2 is now known as nicfer1
07:09:13 *** welterde has quit IRC
07:09:22 *** welterde has joined #openttd
07:14:10 *** Cybertinus has joined #openttd
07:52:00 *** nicfer1 has quit IRC
08:22:42 *** kingpin has joined #openttd
08:31:25 *** Fuco has joined #openttd
08:35:55 *** Progman has quit IRC
08:36:47 <kingpin> hey guys
08:37:41 <kingpin> has anybody compiled openttd on mac os x?
08:37:49 <kingpin> as a static binary?
08:39:02 <dihedral> not me
08:39:07 <dihedral> why would you do that?
08:39:25 <dihedral> and what problems are you havingt
08:40:00 <dihedral> note to self: dont type while sneezing.... i of course meant 'having'
08:40:43 <kingpin> lol
08:41:00 <kingpin> i want to do it for 32bpp extra zoom
08:41:12 <kingpin> i managed to compile it for myself
08:41:22 <kingpin> (with some errors, but nontheless)
08:41:40 <kingpin> now i want to compile a redistributable version
08:41:51 <kingpin> so other could have extra zoom on mac too
08:42:55 <dihedral> it would be redistributable, just they need the required libs
08:43:39 <dihedral> and you are not being very specific on the issues you are having!
08:43:45 <kingpin> 1s
08:44:19 <kingpin> http://www.tt-forums.net/viewtopic.php?p=828569#p828569
08:44:29 <kingpin> (i'm ikarus)
08:45:00 *** lugo has joined #openttd
08:45:45 <dihedral> kingpin, what do you think the issue could be?
08:45:54 <dihedral> have a look at your error message and have another wild guess
08:46:21 <kingpin> well, it seems i dont have freetype properly installed
08:46:36 <dihedral> or not installed at all
08:46:42 <kingpin> when i compile without "--enable-static", freetype is found
08:46:47 <kingpin> i have it
08:46:54 <dihedral> and where is it?
08:46:59 <kingpin> did a "sudo port install freetype"
08:47:03 <kingpin> uuuuuh
08:47:09 <kingpin> let me check
08:47:39 <dihedral> perhaps it's not in the path it's looking for
08:48:00 <dihedral> and note, it's looking for freetype.a not freetype.so
08:48:27 <dihedral> however, you might be able to configure with --without-freetype or --disable-freetype, not sure which one it is
08:48:37 <kingpin> hmmmm
08:48:51 <kingpin> i thought freetype.a was part of freetype.so ...
08:51:55 <kingpin> well, as far as i can tell
08:52:00 <kingpin> freetype.a is for windows
08:52:23 <kingpin> http://www.miscdebris.net/plplot_wiki/index.php?title=Freetype#MinGW_compiler
08:52:37 <Rubidium> .a is for GCC
08:52:47 <Rubidium> (at least, that would be closer to the truth)
08:52:56 <kingpin> argh. can't i just download it from somewhere?
08:52:57 <Rubidium> e.g. MSVC uses .lib
08:53:27 <kingpin> Rubidium, you lost me at GCC (i know its the gnu compiler. thats it)
08:54:13 <dihedral> there are many compilers
08:54:20 <Rubidium> mingw's compiler is GCC, OS X's compiler is GCC, MSVC (Microsoft's compiler) is not GCC
08:55:09 <kingpin> aha
08:59:43 *** Rhamphoryncus has quit IRC
08:59:54 <Rubidium> compiling your own freetype isn't that hard anyway
09:17:39 *** Grelouk has joined #openttd
09:18:07 <kingpin> so, what have i got to do to get a freetype.a ?
09:18:32 <Rubidium> something with --enable-static in freetype's configure I reckon
09:18:53 <kingpin> this is gonna be fun
09:18:58 <kingpin> thanks
09:24:53 *** kingpin has quit IRC
09:43:55 *** bartavelle has joined #openttd
09:45:15 *** FR^2 has joined #openttd
09:51:35 *** valhallasw has joined #openttd
09:58:21 <CIA-4> OpenTTD: rubidium * r17946 /trunk/src/network/network_gui.cpp: -Codechange: move the widget definition of the client list closer to the window
10:00:08 *** snorre has quit IRC
10:01:14 *** snorre has joined #openttd
10:13:05 *** ecke has joined #openttd
10:16:00 <CIA-4> OpenTTD: rubidium * r17947 /trunk/src/ (4 files in 2 dirs): -Codechange: make the statusbar, chat input and news window know of eachothers size so they don't get overlapped and don't get invisible (bottoms) of windows when a larger font is used
10:18:17 *** Pikka has quit IRC
10:39:13 *** fonsinchen has joined #openttd
10:41:51 *** thepalm has quit IRC
10:50:51 *** thepalm has joined #openttd
10:51:18 *** Biolunar has joined #openttd
10:53:09 <CIA-4> OpenTTD: rubidium * r17948 /trunk/src/network/network_gui.cpp: -Codechange: remove some magic numbers from the network client list GUIs / use ResizeWindow instead of custom resize code.
10:55:47 *** FR^2 has quit IRC
10:57:49 *** FR^2 has joined #openttd
11:12:05 *** FR^2 has quit IRC
11:16:48 *** |Jeroen| has joined #openttd
11:18:30 *** Grelouk_ has joined #openttd
11:23:28 *** Fast2 has joined #openttd
11:24:08 *** Grelouk has quit IRC
11:39:33 *** valhallasw has quit IRC
11:41:10 *** FR^2 has joined #openttd
11:50:39 *** |Jeroen| has quit IRC
12:01:54 *** glx has joined #openttd
12:01:54 *** ChanServ sets mode: +v glx
12:08:10 *** phalax has joined #openttd
12:12:26 <CIA-4> OpenTTD: smatz * r17949 /trunk/src/video/sdl_v.cpp: -Fix (r17776): unlock mutex before deleting it when creating drawing thread failed
12:16:36 *** Chris_Booth has joined #openttd
12:23:56 *** valhallasw has joined #openttd
12:25:07 *** Grelouk has joined #openttd
12:27:26 *** Chris_Booth has quit IRC
12:31:06 *** Grelouk_ has quit IRC
12:33:08 *** Coco-Banana-Man has joined #openttd
12:42:08 *** thepalm has quit IRC
12:42:18 *** valhalla1w has joined #openttd
12:45:50 *** Chris_Booth has joined #openttd
12:48:33 *** valhallasw has quit IRC
12:48:53 *** Muxy has quit IRC
12:54:38 *** KenjiE20 has joined #openttd
12:58:08 *** Polygon has joined #openttd
12:58:37 *** Chris_Booth has quit IRC
12:59:46 *** Muxy has joined #openttd
13:02:13 *** FR^2 has quit IRC
13:02:15 *** HerzogDeXtEr has joined #openttd
13:05:28 *** phalax has quit IRC
13:05:55 *** Pikka has joined #openttd
13:08:50 *** phalax has joined #openttd
13:10:03 *** nowotny_ has joined #openttd
13:10:41 <Forked> so P1.. what does that have to do with OpenTTD development?
13:11:15 <nowotny_> are there any problems with http://www.openttd.org/en/ site at the moment...?
13:11:30 <dihedral> nope
13:12:45 <nowotny_> hmm... Opera has a very hard time loading it... :/
13:12:57 <nowotny_> works fine in IE though... :/
13:16:13 *** Chris_Booth has joined #openttd
13:17:31 *** SpComb has quit IRC
13:18:59 *** nowotny_ has left #openttd
13:23:18 *** Zahl has joined #openttd
13:32:30 *** SpComb^ has joined #openttd
13:36:31 <CIA-4> OpenTTD: smatz * r17950 /trunk/src/video/sdl_v.cpp: -Fix (r17776): _draw_mutex was never destroyed, _draw_thread was never joined
13:40:33 *** valhalla1w has quit IRC
13:50:40 <Belugas> hello
13:51:56 <Noldo> hello
13:54:22 <Rubidium> Forked: question is, where to move it to?
13:55:31 <Noldo> General | Off-Topic
13:55:52 *** oskari89 has joined #openttd
14:04:24 *** yorick has joined #openttd
14:07:27 *** lugo has quit IRC
14:11:18 *** asilv has joined #openttd
14:19:48 *** valhallasw has joined #openttd
14:22:00 *** Pikka has quit IRC
14:26:27 *** welshdragon has joined #openttd
14:31:40 *** Fenris has joined #openttd
14:37:17 *** valhallasw has quit IRC
14:41:05 *** Chruker has joined #openttd
14:54:33 *** Zahl has quit IRC
14:57:07 *** lugo has joined #openttd
15:10:50 *** TinoDidriksen has quit IRC
15:11:57 *** Progman has joined #openttd
15:12:05 *** TinoDidriksen has joined #openttd
15:16:04 *** Grelouk_ has joined #openttd
15:22:27 *** Grelouk has quit IRC
15:24:30 *** worldemar has quit IRC
15:27:21 <CIA-4> OpenTTD: rubidium * r17951 /trunk/src/ (45 files in 2 dirs): -Codechange: simplify making the popup list, remove arbirary limitations and unused code/strings.
15:32:24 * yorick suggests openid for wiki/fs/bananas login
15:34:35 <dihedral> yorick, for bananas?
15:35:00 <Eddi|zuHause> dihedral: bananas login is for uploading
15:35:10 <yorick> does it not use same logins?
15:35:50 <dihedral> Eddi|zuHause, i know!
15:38:06 <CIA-4> OpenTTD: rubidium * r17952 /trunk/src/network/network_gui.cpp: -Codechange: make the network client list popup nested
15:39:15 <CIA-4> OpenTTD: rubidium * r17953 /trunk/src/main_gui.cpp: -Fix: when you start giving money (input window for amount), then get moved to spectators and you click 'Ok' a crash would occur
15:42:40 *** worldemar has joined #openttd
15:44:00 *** Biolunar has quit IRC
15:55:56 <dihedral> better a crash than being able to cheat funds :-P
15:56:18 * yorick disagrees
15:56:41 <yorick> still no nice command to make money out of nowhere as a server?
15:59:03 <yorick> how about removing misc_cmd.cpp:389?
16:00:20 *** worldemar has quit IRC
16:03:17 *** worldemar has joined #openttd
16:03:30 <CIA-4> OpenTTD: rubidium * r17954 /trunk/src/network/network_gui.cpp: -Codechange: make the network client list nested
16:06:56 <Eddi|zuHause> there must be a nest somewhere
16:07:18 <Belugas> hooo hooo
16:07:20 <CIA-4> OpenTTD: rubidium * r17955 /trunk/src/ (5 files in 3 dirs): -Codechange: s/SPR_PLAYER_ICON/SPR_COMPANY_ICON/
16:14:17 *** worldemar has quit IRC
16:15:11 <Rubidium> oh shoot... missed Belugas' train :(
16:16:23 *** Dred_furst has joined #openttd
16:20:23 <Belugas> Crazy Train!
16:22:36 <bartavelle> i have to create an account to submit bugs ?
16:23:11 <yorick> yes
16:23:40 <bartavelle> this is not really user friendly
16:23:58 <yorick> why not
16:24:18 <bartavelle> i don't want to go through the hassle of creating an account to submit a bug, that's why
16:25:11 <Rubidium> yes, because most bug reports are missing vital information and without a way to contact the submitter there's nothing we can do. Also disabling the requirement for an account caused a severe increase in spam to the tracker
16:25:32 <Rubidium> anyhow, what's the bug? Maybe it's already known/fixed
16:25:59 *** George3 has quit IRC
16:26:12 <Rubidium> and do you have a wiki/translator/bananas account; in that case you're already having the bug tracker account
16:26:17 <bartavelle> the sound thread takes 100% cpu
16:26:22 <bartavelle> (but sounds seem to work well)
16:26:31 <Eddi|zuHause> sound or music?
16:26:33 <bartavelle> i searched briefly and couldn't find a reference to this
16:26:38 <Rubidium> let me guess, you're using Ubuntu?
16:26:47 <Rubidium> and a 'recent' trunk version?
16:27:00 <bartavelle> the thread that backtrace in libasound / libpulse
16:27:02 <bartavelle> ubuntu yes
16:27:08 <bartavelle> and HEAD
16:27:33 <Rubidium> that's not really an OpenTTD bug
16:27:51 <Rubidium> or rather, it's not OpenTTD's code that's the slow thing
16:28:13 <bartavelle> ok
16:28:14 <Rubidium> -v sdl:hz=11025 probably solves it
16:28:48 <Eddi|zuHause> -v??
16:28:51 <bartavelle> it reduces CPU consumption
16:28:57 <bartavelle> stable version does not have this problem
16:29:05 <Rubidium> Eddi|zuHause: oh yeah, -s :)
16:29:11 <Rubidium> so -s sdl:hz=11025 probably solves it
16:29:18 <bartavelle> but cpu consumption is still high with sdl:hz=11025
16:29:26 <Rubidium> bartavelle: that's because that defaults to 11025
16:29:49 <Rubidium> the newer versions allow better sound samples
16:30:26 <bartavelle> it behaves the same with and without -v sdl:hz=11025
16:30:35 *** George has joined #openttd
16:30:37 <Rubidium> yeah, the v should've been a s
16:30:41 <bartavelle> oh
16:30:59 <bartavelle> it is much better
16:31:19 <bartavelle> thanks
16:31:49 <bartavelle> I suppose I should not report this then ?
16:32:21 <Rubidium> report it to Ubuntu
16:32:36 <bartavelle> heh :)
16:32:44 <Sacro> I just bought a film with 3.141 stars out of 5.
16:32:45 <Sacro> It was a pi rated DVD.
16:32:56 *** Fast2 has quit IRC
16:33:08 <Eddi|zuHause> no, that is not funny...
16:33:19 <Rubidium> SDL 1.2.14 might solve the problems (it mentions improved pulseaudio support in the release notes), yet they package 1.2.13-something
16:34:10 <Sacro> oooh, pulseaudio <3
16:34:31 *** worldemar has joined #openttd
16:37:11 <Rubidium> bartavelle: does "SDL_AUDIODRIVER='pulse' openttd" as command help? (Without "s ofcourse)
16:38:11 <bartavelle> yes it does
16:38:21 <bartavelle> except i have no sound :)
16:39:07 <Rubidium> https://bugs.launchpad.net/ubuntu/+source/tuxpaint/+bug/269082 <- seems to be the same issue
16:39:27 *** |Jeroen| has joined #openttd
16:39:51 <Rubidium> does installing libsdl1.2debian-pulseaudio help?
16:41:06 <bartavelle> yes, problem solved
16:41:31 <bartavelle> thanks a lot
16:41:36 <Rubidium> you're welcome
16:41:49 <Rubidium> now... document this issue and fix in known-bugs.txt :)
16:41:58 <bartavelle> is this on the wiki ?
16:42:01 <bartavelle> oh
16:42:15 <Eddi|zuHause> and post the patch on your bug report :p
16:43:00 <Rubidium> nah, was more like /me is going to d....
16:44:58 <bartavelle> I can report the bug and document it ?
16:45:08 <bartavelle> or are you already doing this ?
16:45:35 <Rubidium> I'm documenting it; IIRC it was already reported a while ago
16:46:03 <bartavelle> ok
16:46:04 <Rubidium> nevertheless, documenting it doesn't really fix it. And only Ubuntu can really fix it, at least for you
16:48:56 <Rubidium> http://rbijker.net/openttd/sdl-pulseaudio.diff <- is that clear enough?
16:51:14 <bartavelle> it is actually not slower to me as i have 2 cores
16:52:11 <blathijs> Rubidium: Looks OK
16:52:26 <blathijs> Rubidium: That might just have been the cause of a recent Ubuntu bug report, perhaps
16:52:44 <blathijs> Rubidium: Any clue as to what is the cause exactly?
16:53:07 <Rubidium> blathijs: no clue
16:53:12 <Rubidium> updated the diff by the way
16:54:04 <Rubidium> blathijs: the sdl-pulseaudio issue only becomes apparant when using hz=44100, not when using hz=11025; at least all complaints where from trunk users
16:55:15 *** worldemar has quit IRC
16:55:41 <bartavelle> hz=11025 did not improve the situation in any way to me
16:56:33 <Rubidium> using ubuntu 9.10?
16:56:47 <bartavelle> 9.04
16:57:08 <Xaroth> did you try 22000?
16:57:16 <Rubidium> and you don't have trouble with the stable releases?
16:57:25 <bartavelle> i didn't have trouble with the stable release indeed
16:57:30 <Rubidium> oh, did you compile yourself?
16:57:32 <bartavelle> but this fixed my problem
16:57:34 <bartavelle> yes
16:58:11 <Rubidium> odd, very odd
16:58:38 <Rubidium> oh... no, trunk has 16 bits sound, 0.7 8 bits
16:58:44 *** KenjiE20 has quit IRC
16:59:02 <bartavelle> hum i didn't realise there were nightly .debs
17:02:35 *** KenjiE20 has joined #openttd
17:04:36 <CIA-4> OpenTTD: rubidium * r17956 /trunk/known-bugs.txt: -Document: CPU usage issues with SDL-ALSA-PulseAudo
17:05:44 *** KenjiE20 has joined #openttd
17:10:43 *** worldemar has joined #openttd
17:11:55 *** frosch123 has joined #openttd
17:19:00 *** Rhamphoryncus has joined #openttd
17:28:02 *** TrainzStoffe has joined #openttd
17:34:53 *** Stoffe has quit IRC
17:34:53 *** TrainzStoffe is now known as Stoffe
17:37:16 *** worldemar has quit IRC
17:44:35 *** bb10 has joined #openttd
17:44:39 *** N35 has quit IRC
17:45:28 <CIA-4> OpenTTD: translators * r17957 /trunk/src/lang/ (greek.txt norwegian_nynorsk.txt spanish.txt):
17:45:28 <CIA-4> OpenTTD: -Update from WebTranslator v3.0:
17:45:28 <CIA-4> OpenTTD: greek - 5 changes by fumantsu
17:45:28 <CIA-4> OpenTTD: norwegian_nynorsk - 21 changes by Utvik
17:45:28 <CIA-4> OpenTTD: spanish - 2 changes by Terkhen
17:49:23 *** N35 has joined #openttd
17:52:22 *** worldemar has joined #openttd
17:58:09 *** bartavelle has quit IRC
18:05:52 * Rhamphoryncus browses eyecandy on the 32bpp thread :O
18:06:04 <Rhamphoryncus> (well, *a* 32bpp thread)
18:07:56 * Belugas grabs all candies on the table
18:09:36 *** bb10 has quit IRC
18:10:15 *** worldemar has quit IRC
18:10:17 * Rhamphoryncus gives Belugas some sugar?
18:13:40 *** |Jeroen| has quit IRC
18:16:01 <Belugas> why?
18:16:05 <Belugas> got enough alright
18:18:49 *** Chruker has quit IRC
18:25:08 *** blathijs_ has joined #openttd
18:25:56 *** rikketik has joined #openttd
18:26:07 <rikketik> llo..
18:26:36 *** worldemar has joined #openttd
18:27:42 *** blathijs has quit IRC
18:28:05 <rikketik> Hello, im new to coding and patching.. i dll tortoiseSVN to do the patcing. but i dont know really how to patch =p
18:30:25 <Rubidium> check the thread about patching in the development subforum
18:33:13 <glx> first step is to compile without patching
18:33:59 <rikketik> oh uhm compiling everything from svn://svn.openttd.org
18:34:24 <glx> only svn://svn.openttd.org/trunk
18:34:37 <rikketik> oh shit im doing it all :p
18:45:55 *** TheMask96- has quit IRC
18:50:23 *** blathijs has joined #openttd
18:51:59 *** blathijs_ has quit IRC
19:00:28 *** fonsinchen has quit IRC
19:02:57 *** rikketik has quit IRC
19:10:28 *** Lakie has joined #openttd
19:12:29 *** Brianetta has joined #openttd
19:16:11 *** yorick has quit IRC
19:18:31 *** Chillosophy has joined #openttd
19:19:23 *** Stoffe has quit IRC
19:33:08 *** HerzogDeXtEr1 has joined #openttd
19:37:15 <welshdragon> I may have broken openttd
19:37:29 <welshdragon> 500+ Rv's is not a good idea
19:38:31 <welshdragon> it's lagging like a sheep on ecstasy
19:39:37 *** HerzogDeXtEr has quit IRC
19:40:31 <Sacro> lolfail
19:40:41 <Sacro> i'd also like to see a sheep on ecstasty
19:42:24 <CIA-4> OpenTTD: rubidium * r17958 /trunk/src/network/network_gui.cpp: -Codechange: make the join progress window nested
19:48:52 *** Stoffe has joined #openttd
19:52:16 *** llugo has joined #openttd
19:53:19 *** Biolunar has joined #openttd
19:55:30 *** Stoffe has quit IRC
19:56:02 *** Stoffe has joined #openttd
19:56:29 *** worldemar has quit IRC
19:59:27 *** lugo has quit IRC
20:00:12 *** skidd13 has joined #openttd
20:01:16 *** worldemar has joined #openttd
20:09:24 *** HerzogDeXtEr has joined #openttd
20:10:42 *** TrainzStoffe has joined #openttd
20:12:59 <CIA-4> OpenTTD: rubidium * r17959 /trunk/src/window_gui.h: -Cleanup: remove unused function
20:15:30 *** Fuco has quit IRC
20:15:46 *** Fuco has joined #openttd
20:16:26 *** HerzogDeXtEr1 has quit IRC
20:18:08 *** Stoffe has quit IRC
20:18:08 *** TrainzStoffe is now known as Stoffe
20:24:56 <_ln> hello members of species
20:30:15 <FauxFaux> Hello unix command!
20:31:00 *** Fenris has quit IRC
20:32:17 *** worldemar has quit IRC
20:32:43 *** KritiK has joined #openttd
20:33:36 *** worldemar has joined #openttd
20:42:22 *** fonsinchen has joined #openttd
20:52:29 *** Brianetta is now known as Brian_switching_PCs
20:53:00 *** oskari89 has quit IRC
20:56:20 *** Progman has quit IRC
20:56:51 *** Brianetta has joined #openttd
20:57:20 *** Brian_switching_PCs has quit IRC
21:11:22 *** MyCatVerbs has quit IRC
21:15:02 *** Fast2 has joined #openttd
21:15:45 *** skidd13 has left #openttd
21:18:58 *** ltsampro1 has joined #openttd
21:23:22 *** thepalm has joined #openttd
21:24:06 <CIA-4> OpenTTD: rubidium * r17960 /trunk/src/lang/greek.txt: -Change: plural type of greek
21:25:57 *** ltsampros has quit IRC
21:29:22 <Belugas> [15:30] <FauxFaux> Hello unix command! <--- whohahahahah!!!!1
21:29:23 <Belugas> lovely
21:29:51 <FauxFaux> Fear my awesome sense of humour!
21:30:16 <FauxFaux> I was going to mention stdcall name mangling, but couldn't really make it fit.
21:35:25 *** yorick has joined #openttd
21:36:00 *** andythenorth has joined #openttd
21:43:17 *** mark has quit IRC
21:46:52 <Xaroth> FauxFaux: if you'd have said that against somebody with the nick sl you'd have me laughing...
21:48:11 <Belugas> i wold have said that "sl stinks" ...
21:48:39 <Belugas> but that is a play with words and translation in french
21:48:56 <FauxFaux> If only /exec -o sl worked.
21:49:06 <Sacro> hehe
21:49:06 <Belugas> sl -> ESSE ELLE -> "AISSELLES puent"
21:49:09 * Sacro considers it
21:49:25 <Sacro> Error opening terminal: tty.
21:49:28 <Sacro> :(
21:49:44 <FauxFaux> There's no concievable way it's going to work. :)
21:50:47 <Sacro> damn
21:52:32 *** Fast2 has quit IRC
21:54:07 *** MyCatVerbs has joined #openttd
21:54:43 *** frosch123 has quit IRC
21:58:35 <Xaroth> Belugas: use axe?:P
21:59:16 *** Fast2 has joined #openttd
21:59:22 <Belugas> my axe is too rusted for any real use
21:59:25 <Xaroth> heh
21:59:27 <andythenorth> go north
21:59:29 <Belugas> apart scaring little kids :)
21:59:36 * Belugas goes home
21:59:38 <Belugas> bye
21:59:40 <Xaroth> o/
22:00:45 *** TrainzStoffe has joined #openttd
22:02:35 <andythenorth> I come...they go :|
22:03:31 <asilv> true
22:03:33 *** asilv has quit IRC
22:05:19 <Xaroth> o_O
22:07:52 <andythenorth> I go
22:07:58 <andythenorth> :o
22:08:02 *** andythenorth has quit IRC
22:08:03 *** Stoffe has quit IRC
22:08:03 <Xaroth> bye :o
22:08:16 *** Stoffe has joined #openttd
22:10:48 *** TrainzStoffe has quit IRC
22:10:56 *** TrainzStoffe has joined #openttd
22:12:06 *** Cybertinus has quit IRC
22:14:08 *** Cybertinus has joined #openttd
22:17:18 *** Stoffe has quit IRC
22:17:18 *** TrainzStoffe is now known as Stoffe
22:19:22 *** TrainzStoffe has joined #openttd
22:26:28 *** Stoffe has quit IRC
22:26:28 *** TrainzStoffe is now known as Stoffe
22:28:51 *** Biolunar has quit IRC
22:37:02 *** Polygon has quit IRC
22:41:16 *** Rubix`` has joined #openttd
22:42:10 *** Cybertinus has quit IRC
22:49:51 *** Progman has joined #openttd
22:52:46 *** yorick has quit IRC
22:53:52 *** Rubix`` has quit IRC
23:04:45 *** Coco-Banana-Man has quit IRC
23:20:24 *** Grelouk_ has quit IRC
23:25:45 *** Rubix`` has joined #openttd
23:30:28 *** Dred_furst has quit IRC
23:34:49 *** nicfer1 has joined #openttd
23:36:26 *** Zahl has joined #openttd
23:39:59 *** fonsinchen has quit IRC
23:40:57 *** Brianetta has quit IRC
23:43:01 *** nicfer1 has quit IRC
23:47:46 *** welshdragon has quit IRC
23:49:41 *** HerzogDeXtEr has quit IRC
23:50:26 *** welshdragon has joined #openttd
23:56:39 *** Splex_ has joined #openttd
23:56:39 *** Splex has quit IRC