IRC logs for #opendune on OFTC at 2011-01-04
            
01:00:51 *** glx has quit IRC
01:01:36 *** glx has joined #openDune
01:01:36 *** ChanServ sets mode: +o glx
03:27:55 <DorpsGek> SVN: glx (r1221) -Fix (r1142): wrong variable used
03:28:13 <glx> it was a stupid error (but hard to spot)
03:29:19 *** glx has quit IRC
05:14:07 *** fjb has quit IRC
11:09:37 *** fjb has joined #openDune
12:48:47 *** glx has joined #openDune
12:48:47 *** ChanServ sets mode: +o glx
12:49:16 <glx> hello
13:11:20 *** olinuxx has joined #openDune
13:13:57 <Xaroth|Work> o/
13:26:53 *** olinuxx has quit IRC
13:29:31 *** olinuxx has joined #openDune
15:03:56 *** olinuxx has quit IRC
15:24:39 <DorpsGek> SVN: glx (r1222) -Add: C-ified Unknown_07D4_18BD(), named variables and done more C-ification in Unknown_07D4_034D()
15:40:55 <DorpsGek> SVN: glx (r1223) -Add: C-ified Structure_ConnectWall()
17:10:58 *** olinuxx has joined #openDune
19:17:35 *** fjb is now known as Guest3290
19:17:36 *** fjb has joined #openDune
19:25:00 *** Guest3290 has quit IRC
21:51:26 <DorpsGek> SVN: glx (r1224) -Add: C-ified all f__07D4 functions
21:52:31 <TrueBrain> woei :D
21:52:32 <TrueBrain> nice going :D
21:56:02 <glx> some could get better names and better location but I was lazy :)
21:56:49 <glx> like Unknown_07D4_1625() draws the minimap
21:57:59 <glx> and it seems it uses sprites for mapScale 1 and 2
21:58:12 <glx> but the game uses only mapScale 0 IIRC
22:45:34 <TrueBrain> 2
22:45:44 <TrueBrain> hmm ... part of my password ended up here
22:45:46 <TrueBrain> that is rather nasty :D
23:37:17 <TrueBrain> either way, nice work glx :)
23:37:19 <TrueBrain> naming will change 1000 times, so no problem :)
23:38:04 <glx> r1221 was a nice one
23:38:10 <glx> took me some time to spot it
23:38:39 <glx> reading, re-reading,... hmm emu_bx ????
23:41:41 <TrueBrain> lol
23:41:42 <TrueBrain> nice :D
23:42:48 <glx> the kind of things you overlook
23:44:09 <TrueBrain> what helps for me, is to highlight emu_ when done
23:44:13 <TrueBrain> often shows me such mistakes :D
23:58:07 <TrueBrain> ConnectWall ... what does it do if isTypeD is true?
23:58:22 <TrueBrain> owh, the resursive stuff might do something ..