IRC logs for #opendune on OFTC at 2010-09-11
            
03:18:05 *** glx has quit IRC
12:30:28 *** glx has joined #openDune
12:30:28 *** ChanServ sets mode: +o glx
12:30:46 <glx> hello
12:31:13 <TrueBrain> :)
12:31:49 <glx> I'm trying something with an object struct, but I think it will be ugly
12:34:50 <TrueBrain> how come?
12:36:04 <glx> still doesn't compile (many little changes to do)
13:38:45 <glx> http://svn.opendune.org/~glx/object.diff
14:16:50 <TrueBrain> are we sure all flags are shared as such?
14:17:43 <glx> they seem shared
14:18:34 <TrueBrain> I guess this does solve a few ugly places where we had to do some nasty casts/
14:18:55 <glx> possible, I didn't check everything
14:19:13 <TrueBrain> if I am not mistaken, linkedID had something to do with it
14:19:23 <TrueBrain> that we sometimes read position from an entry, we are not sure is an unit or structure
14:19:26 <TrueBrain> with scripts?
14:19:32 <TrueBrain> yeah, somewhere in scripts ..
14:19:43 <TrueBrain> we will find it sooner or later :)
14:19:45 <TrueBrain> looks good, go for it
14:41:31 <DorpsGek> SVN: glx (r1132) -Change: put data common to Unit and Structure in an Object struct
17:32:07 <glx> http://svn.opendune.org/~glx/temp.patch <-- now some functions are easy to convert
17:34:16 <TrueBrain> nice :)
17:44:39 <DorpsGek> SVN: glx (r1133) -Add: C-ified Tools_Index_GetObject()