IRC logs for #opendune on OFTC at 2011-11-06
            
04:40:48 *** glx has quit IRC
09:25:18 *** Xaroth|Work has quit IRC
09:26:03 *** Alberth has joined #openDune
09:26:03 *** ChanServ sets mode: +o Alberth
11:04:14 <Xaroth> ugh
11:19:20 <Alberth> o/
11:23:24 *** Xaroth|Work has joined #openDune
11:23:24 *** ChanServ sets mode: +o Xaroth|Work
14:05:16 *** glx has joined #openDune
14:05:17 *** ChanServ sets mode: +o glx
14:05:45 <glx> hello
14:11:33 <Xaroth|Work> o/
20:59:41 <glx> http://svn.opendune.org/~glx/temp.patch
21:14:06 <svuorela> oh nice. a mix of english and german texsts
21:14:39 <Alberth> nice patch :)
21:32:44 *** Alberth has left #openDune
21:59:56 <TrueBrain> if it works; ship it :P
22:31:21 <DorpsGek> SVN: glx (r2547) -Codechange: parse font data when loading, not when drawing
22:32:26 <TrueBrain> solves your weird chars issue?
22:33:21 <glx> the 2 unsigned char c solve it ;)
22:33:55 <glx> but drawing is easier that way
22:34:06 <TrueBrain> :D
22:34:32 <glx> increasing memory usage is a minor cost nowadays
22:34:56 <TrueBrain> that is for sure,y es
22:35:31 <glx> and that removed to globals ;)
22:44:17 <glx> oh just noticed a "problem" with r2359 for non english
23:03:06 <svuorela> hmm... nice. fewer global's. and fewer datatypes being voidpointers
23:03:12 <svuorela> as a c++ guy, I like :)