IRC logs for #opendune on OFTC at 2010-04-12
            
03:12:07 *** glx has quit IRC
11:34:32 <TrueBrain> @calc 1024 * 480 * 4 / 1024
11:34:32 <DorpsGek> TrueBrain: 1920
11:34:34 <TrueBrain> lol
11:34:39 <Xaroth|Work> o_O
11:34:50 <Xaroth|Work> @calc 480 * 4
11:34:50 <DorpsGek> Xaroth|Work: 1920
11:48:19 <TrueBrain> @calc 1024 * 1024
11:48:19 <DorpsGek> TrueBrain: 1048576
11:50:09 *** glx has joined #openDune
11:50:09 *** ChanServ sets mode: +o glx
11:50:26 <glx> hello
11:52:01 <Xaroth|Work> o/ glx
12:11:00 <TrueBrain> @calc 1024 * 1024 / 5 / 60
12:11:00 <DorpsGek> TrueBrain: 3495.25333333
12:11:15 <TrueBrain> hmmm .. somehow, I cant get a file to a FPGA
12:11:23 <TrueBrain> runs at 5 bytes per second .. while at 9600 baud
12:11:28 <TrueBrain> so I don't get it
12:18:58 *** Yexo has quit IRC
12:19:05 *** Yexo has joined #openDune
12:19:05 *** ChanServ sets mode: +v Yexo
12:50:41 * Xaroth|Work pokes planetmaker
13:33:02 <glx> hmm I broke flying units
13:33:42 <TrueBrain> fix them
13:33:48 *** Yexo has quit IRC
13:34:04 <glx> they just don't move :)
13:34:12 *** Yexo has joined #openDune
13:34:12 *** ChanServ sets mode: +v Yexo
13:34:31 <TrueBrain> fix it fast! They wont survive otherwise! :p
13:34:45 <glx> hmm strange, some moves
14:04:59 <glx> ho a *= b is not always a = a * b
14:05:24 <glx> especially when b = x / y
14:06:01 <TrueBrain> haha
14:19:34 *** Yexo has quit IRC
14:19:56 *** Yexo has joined #openDune
14:19:56 *** ChanServ sets mode: +v Yexo
14:47:31 <glx> hmm there's a bug in r1075 I think
15:08:32 *** glx_ has joined #openDune
15:08:32 *** ChanServ sets mode: +o glx_
15:15:06 *** glx has quit IRC
15:25:11 *** glx_ is now known as glx
15:56:07 <glx> .,...,.../* XXX -- Lovely hackish */
15:56:07 <glx> ,...,...*(((uint16 *)script) - 1) = delay;
15:56:07 <glx> ,...,...script->script.s.ip -= 2;
15:56:25 <glx> even more hackish than the previous hack ;)
15:59:59 <TrueBrain> lol
16:00:02 <TrueBrain> if it helps ...
16:00:23 <TrueBrain> it replaces the script itself .. a bit odd :p
16:00:31 <TrueBrain> sounds like a hack on Dune2 side
16:01:53 <glx> yes I know, it sets the delay before a recursive call
16:02:45 <TrueBrain> what if 2 units execute the same script?
16:03:08 <glx> isn't script local to a unit ?
16:03:19 <TrueBrain> nope
16:03:31 <TrueBrain> well, depends on what 'script' is
16:03:38 <TrueBrain> script->script isn't
16:03:41 <TrueBrain> but you set 'script - 1'
16:03:43 <TrueBrain> lol
16:03:58 <TrueBrain> ah, scriptDelay, like that, yes
16:04:00 <TrueBrain> was already a hack indeed :p
16:05:33 <TrueBrain> @calc 991 / (991 + 457)
16:05:33 <DorpsGek> TrueBrain: 0.684392265193
16:06:59 <TrueBrain> I realized one very nice tihng to add when I redo ToC:
16:07:04 <TrueBrain> track read before write in memory
16:07:12 <TrueBrain> as that is the only data we need from our memory.bin
16:07:18 <TrueBrain> and mostly can be put in local blocks
16:08:24 <DorpsGek> SVN: glx (r1077) -Add: C-ified Script_Unit_RandomSoldier(), Script_Unit_FindBestTarget(), Script_Unit_Unknown0BC3(), Script_Unit_Unknown0FA2(), Script_Unit_Unknown0FD2(), Script_Unit_Unknown105E() and Script_Unit_Unknown1098()
16:08:50 <TrueBrain> nice going ;)
16:09:05 <TrueBrain> you fixed the bug in r1075?
16:09:13 <glx> no
16:09:26 <glx> I fail to see where it is
16:09:52 <glx> it's quite visible in the GUI but not in the code
17:29:18 <TrueBrain> 27% done ... we are getting there :p
17:29:21 <TrueBrain> 2 more weeks for 0.3 ;)
17:40:02 <glx> oh last night it was 26%
17:48:21 <TrueBrain> and I should do the DrawText function I promised :)
17:48:33 <glx> hehe
17:49:20 <TrueBrain> compiling fails
17:49:39 <glx> clean trunk?
17:49:41 <TrueBrain> emu_gui.c ...
17:49:50 <TrueBrain> first, ..\global.h is invalid
17:49:58 <TrueBrain> it should both be /, but also ../../
17:50:04 <TrueBrain> euh, no
17:50:06 <TrueBrain> just ../ :p
17:50:19 <TrueBrain> ah, that solves all the other weird errors ...
17:50:35 <glx> the joys of windows
17:50:43 <glx> it works well there ;)
17:50:44 <DorpsGek> SVN: truebrain (r1078) -Fix: include errors
17:52:30 <TrueBrain> it seems another font is used now ...
17:53:35 <glx> or an obiwan somewhere
17:53:42 <glx> but I can't find it
17:54:03 <TrueBrain> letters seems more spaced
17:54:06 <glx> yes
17:54:15 <glx> and a little bigger
17:54:59 <TrueBrain> was naming arg0A really that hard?
17:55:34 <glx> I don't see what it does
17:56:09 <TrueBrain> blegh, more unknowns then knowns
17:56:13 <TrueBrain> than
17:56:47 <TrueBrain> if I would to guess, I say 'width'
17:57:35 <glx> -2, -1, 0, 1 , 2 ?
17:57:58 <TrueBrain> left, center, right, ..
17:57:58 <TrueBrain> I would suspect
17:58:06 <glx> oh 3 too
17:58:20 <TrueBrain> but why is the font weird ... that is more a question
17:59:04 <TrueBrain> btw, vars like 3738, aren't they always signed?
17:59:42 <glx> maybe
18:04:26 <TrueBrain> arg0A of course is also signed btw
18:04:26 <TrueBrain> but that you said so yourself already ;)
18:34:41 <TrueBrain> @calc 0x140
18:34:41 <DorpsGek> TrueBrain: 320
18:36:24 <TrueBrain> @calc 0xC8
18:36:24 <DorpsGek> TrueBrain: 200
20:11:07 *** TrueBrain has quit IRC
20:19:05 <Xaroth> TB vanished o_O
20:21:26 <planetmaker> you still have his allmighty bot ;-)
20:21:39 <Xaroth> yeh
20:21:39 <planetmaker> his true eyes and ears ;-)
20:21:44 <Xaroth> it's not the same though
20:21:54 <planetmaker> and hello :-) How's going?
20:22:06 <Xaroth> fine fine
20:22:12 <Xaroth> tried to get IS2 to run on debian lenny
20:22:18 <Xaroth> got 100% failboated :/
20:22:34 <Xaroth> segfault as soon as it starts
20:25:30 <glx> wrong chan :)
20:25:56 * Xaroth shrugs
20:26:01 <Xaroth> not like DorpsGek is going to kick me out :P
20:26:26 <planetmaker> :-P
20:56:23 *** TrueBrain has joined #openDune
21:07:24 *** Osai has quit IRC
21:07:24 *** SmatZ has quit IRC
21:07:24 *** planetmaker has quit IRC
21:07:25 *** tneo has quit IRC