IRC logs for #opendune on OFTC at 2011-02-16
            
03:43:33 *** glx has quit IRC
12:40:34 *** fjb is now known as Guest1574
12:40:35 *** fjb has joined #openDune
12:47:28 *** Guest1574 has quit IRC
13:10:21 *** glx has joined #openDune
13:10:21 *** ChanServ sets mode: +o glx
13:10:38 <glx> hello
13:16:15 <TrueBrain> :D
13:16:24 <TrueBrain> (to break the pattern of this channel :p)
13:16:58 <glx> chain breaker ;)
13:18:52 <SmatZ> o/
13:19:03 <SmatZ> (because Xaroth didn't say that)
14:16:23 <Xaroth|Work> \o/
14:18:16 <SmatZ> :)
15:56:14 <DorpsGek> SVN: truebrain (r1294) -Add: C-ified a bit more of this endless function
16:10:48 <glx> oh
16:11:24 <TrueBrain> ?
16:11:36 <glx> just noticed the commit
16:11:45 <TrueBrain> it also was recent :p
16:13:09 <glx> http://paste.openttdcoop.org/show/116/
16:13:33 <glx> it's C++ not C ;)
16:14:08 <glx> variable declaration in case needs {}
16:14:31 <TrueBrain> ugh, why didn't GCC complain about it :(
16:15:02 <DorpsGek> SVN: truebrain (r1295) -Fix: stupid gcc didn't complain
16:15:11 <TrueBrain> doesn't fix the conversion errors
16:15:17 <TrueBrain> dunno which param, I leave that for you :D
16:15:32 <TrueBrain> I love how MSVC doesn't tell which parameters it is ...
16:18:57 <glx> indeed :)
16:20:55 <DorpsGek> SVN: glx (r1296) -Fix (r1294): MSVC uint16 to uint8 warnings
16:21:01 <glx> it was the colors
16:22:51 <TrueBrain> lol
16:23:52 <TrueBrain> just realised I never compiled before comitting
16:23:55 <TrueBrain> just assumed my code was good :p
16:23:56 <TrueBrain> haha
16:24:00 <Xaroth|Work> smart :P
16:25:51 <glx> indeed gcc errored too
16:26:35 <glx> decompiled/cs__10E4.c:1732:6: error: a label can only be part of a statement and a declaration is not a statement
16:26:42 <SmatZ> :D
16:26:48 <glx> just rechecked r1294
20:03:39 *** tneo has quit IRC
20:04:21 *** tneo has joined #openDune
23:09:30 *** Xaroth has joined #openDune
23:09:30 *** ChanServ sets mode: +o Xaroth
23:14:05 *** Xaroth_ has quit IRC
23:24:41 <DorpsGek> SVN: glx (r1297) -Add: C-ified Unit_LaunchHouseMissile()