IRC logs for #opendune on OFTC at 2010-04-12
⏴ go to previous day
11:34:32 <TrueBrain> @calc 1024 * 480 * 4 / 1024
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:19:05 *** ChanServ sets mode: +v Yexo
12:50:41 * Xaroth|Work pokes planetmaker
13:34:12 *** ChanServ sets mode: +v Yexo
13:34:31 <TrueBrain> fix it fast! They wont survive otherwise! :p
14:04:59 <glx> ho a *= b is not always a = a * b
14:05:24 <glx> especially when b = x / y
14:19:56 *** ChanServ sets mode: +v Yexo
14:47:31 <glx> hmm there's a bug in r1075 I think
15:08:32 *** ChanServ sets mode: +o 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 ;)
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: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: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:09:05 <TrueBrain> you fixed the bug in r1075?
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:48:21 <TrueBrain> and I should do the DrawText function I promised :)
17:49:50 <TrueBrain> first, ..\global.h is invalid
17:49:58 <TrueBrain> it should both be /, but also ../../
17:50:19 <TrueBrain> ah, that solves all the other weird errors ...
17:50:44 <DorpsGek> SVN: truebrain (r1078) -Fix: include errors
17:52:30 <TrueBrain> it seems another font is used now ...
17:54:03 <TrueBrain> letters seems more spaced
17:54:59 <TrueBrain> was naming arg0A really that hard?
17:56:09 <TrueBrain> blegh, more unknowns then knowns
17:56:47 <TrueBrain> if I would to guess, I say 'width'
17:57:58 <TrueBrain> left, center, right, ..
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?
18:04:26 <TrueBrain> arg0A of course is also signed btw
18:04:26 <TrueBrain> but that you said so yourself already ;)
20:21:26 <planetmaker> you still have his allmighty bot ;-)
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: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:26:01 <Xaroth> not like DorpsGek is going to kick me out :P
20:56:23 *** TrueBrain has joined #openDune
continue to next day ⏵