IRC logs for #opendune on OFTC at 2010-03-14
⏴ go to previous day
13:24:39 <DorpsGek> SVN: glx (r983) -Add: C-ified emu_Unknown_B483_0363() and emu_Unknown_B483_0470()
15:17:36 <TrueBrain> glx: those functions so hard to name?
15:20:19 <TrueBrain> 0470 looks like a dequeuer
15:39:18 <DorpsGek> SVN: truebrain (r984) -Codechange: put functions in a logic order
15:45:58 <TrueBrain> why is the wrapper emu_Object_GetScriptVariable4 there I have to wonder ...
16:06:17 <TrueBrain> sound sometimes still causes crashes
16:06:29 <TrueBrain> simple example: get a unit destroyed :)
16:07:28 <DorpsGek> SVN: truebrain (r985) -Add: C-ified Script_Structure_Unknown0A81()
17:27:26 <glx> I didn't try to name them :)
21:13:34 <TrueBrain> I started the boring process of just converting script functions, without knowing what they do
21:13:38 <TrueBrain> maybe .... it gives clues :)
21:18:32 <TrueBrain> how are voices going glx?
21:28:43 <TrueBrain> emu_negw(&emu_ax, emu_ax);
21:28:44 <TrueBrain> emu_sbbw(&emu_ax, emu_ax);
21:28:48 <TrueBrain> this was emu_ax = !emu_ax for bools
21:28:53 <TrueBrain> but .. what if the value is not a bool :s
21:41:02 <TrueBrain> ah, false if it had a value, true if it hadn;t
21:42:16 <TrueBrain> found the function which returns a unit :)
21:58:11 <TrueBrain> the code was totally written to pickup stuff from repair stuff
21:58:17 <TrueBrain> so I wonder why it isn't active by default
21:58:27 <TrueBrain> (and why you have to block in your repair thingy
22:00:02 <DorpsGek> SVN: truebrain (r986) -Add: C-ified Script_Structure_Unknown0AFC()
22:00:12 <TrueBrain> I have a strong idea what it does, but I can't name it really :)
22:01:44 <Xaroth|Work> what -does- it do then? :P
22:34:54 <glx> I think I can try something with SDL audio
22:35:26 <glx> after all SB is just 8bit PCM mono :)
22:37:25 <glx> I'll mix DMA and SB into one entity
22:37:49 <glx> well DMA1 (the one used by SB)
continue to next day ⏵