IRC logs for #opendune on OFTC at 2009-09-28
⏴ go to previous day
07:54:18 <Xaroth> it's the time of the week.. that we have to go to evo :o
08:13:00 <TrueBrain> @mode +b ~Peter@c-76-19-168-104.hsd1.ma.comcast.net
08:13:00 *** DorpsGek sets mode: +b *!~Peter@c-76-19-168-104.hsd1.ma.comcast.net
08:13:08 <TrueBrain> we can help with that 'forgetting' part
08:23:28 <TrueBrain> today I need to mail LeaseWeb .. see if they can help out :p
11:02:28 *** ChanServ sets mode: -o TrueBrain
11:57:07 <Xaroth> right, so no evo for me today :o
11:57:09 *** Xaroth sets mode: +o TrueBrain
13:12:47 <TrueBrain> @calc 0x388 - 0x34a
13:16:19 <TrueBrain> it is on the top shelve
14:13:02 *** TrueBrain is now known as Microsoft
14:14:20 *** Microsoft is now known as TrueBrain
14:14:55 <TrueBrain> once again, I lost service with T-Mobile
14:15:05 <TrueBrain> happens more often than I could care for ...
14:44:56 <Xaroth> vodafone + android phone, har har
15:16:19 <TrueBrain> you are really suprised by a bit of math, not? :P
15:35:39 <TrueBrain> k, Xaroth, remember that very big if-statement? I now rewrote it to something readable :p
15:35:46 <TrueBrain> now lets see if it still works ;)
16:02:53 <TrueBrain> whoho, it seems to work :)
16:06:48 <TrueBrain> hmm .. something is wrong :p
16:09:22 <DorpsGek> SVN: truebrain (r99) -Add: made pure C out of the scancode handler, and figured out more stuff of the 29E8 local struct
16:09:33 <TrueBrain> :o almost r100 already
16:11:15 <TrueBrain> 2153 lines to go .... (from the 29E8 segment, all input handling)
18:16:28 <TrueBrain> Input_Keyboard_HandleKeys handles a key (scancode to internal value)
18:16:37 <TrueBrain> but now I hav a small wrapper function which does basicly the same :p
18:16:53 <TrueBrain> uint16 scancode = emu_get_memory16(emu_ss, emu_bp, 0x4);
18:16:54 <TrueBrain> emu_push(0); Input_Keyboard_HandleKeys(scancode & 0xFF, scancode >> 8);
18:16:59 <TrueBrain> is what he does .. but then I run out of function-names :p
18:26:26 <TrueBrain> emu_movw(&emu_di, 0xAE);
18:26:30 <TrueBrain> optimizations? What is that?
18:29:56 *** ChanServ sets mode: +v Yexo_
18:46:36 <TrueBrain> hmm .. it seems mousemode really is always 0 .. I wonder if I should keep the code around for other mouse modes ...
18:59:31 <Xaroth> could always leave it, maybe it breaks something later on
19:02:59 <TrueBrain> I just found the most weird function of all :p
19:03:06 <TrueBrain> really no clue what it should do
19:05:03 <TrueBrain> but it only does something in mouse mode 2 ... which seems never to be the case
19:05:09 <TrueBrain> so I guess I should just ignore it for now :)
19:11:37 <TrueBrain> always nice, that somewhere in converting you can disable keyboard :p
19:13:07 <TrueBrain> and now mouse click doesn't work .... :) :)
19:20:49 <DorpsGek> SVN: truebrain (r100) -Add: more input functions to C, and more unknown variables
19:21:47 <TrueBrain> slow progress .. but progress :p
19:22:12 <TrueBrain> 1990 linese left .. so I did 163 lines in .. 1 hour or so :p
19:22:21 <TrueBrain> either way: good night :)
19:25:13 <Xaroth> 900 to go for the first party? :P
19:25:20 <Xaroth> and good night, TrueBrain :)
20:15:56 <Xaroth> I wonder if PeterT already noticed he can't get back in anymore
continue to next day ⏵