IRC logs for #opendune on OFTC at 2009-09-28
            
02:36:39 *** glx has quit IRC
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:13:10 <TrueBrain> enjoy Evo
08:21:00 <Xaroth> heh
08:21:02 <Xaroth> not -yet-
08:21:05 <Xaroth> going after lunch.
08:23:28 <TrueBrain> today I need to mail LeaseWeb .. see if they can help out :p
08:23:35 <Xaroth> help out with? :o
08:23:42 <TrueBrain> OpenTTD
08:23:47 <TrueBrain> OSX
08:23:49 <TrueBrain> you know
08:23:50 <Xaroth> ah
08:23:51 <Xaroth> yeh
11:02:28 *** ChanServ sets mode: -o TrueBrain
11:53:27 *** glx has joined #openDune
11:53:27 *** ChanServ sets mode: +v glx
11:57:07 <Xaroth> right, so no evo for me today :o
11:57:09 *** Xaroth sets mode: +o TrueBrain
11:57:19 <Xaroth> o/ glx
13:12:47 <TrueBrain> @calc 0x388 - 0x34a
13:12:47 <DorpsGek> TrueBrain: 62
13:14:13 <Xaroth> :o
13:14:47 <TrueBrain> @calc 0x388 + 62
13:14:47 <DorpsGek> TrueBrain: 966
13:14:51 <TrueBrain> @base 10 16 966
13:14:51 <DorpsGek> TrueBrain: 3C6
13:15:45 <TrueBrain> @calc 0x3c6 + 62
13:15:45 <DorpsGek> TrueBrain: 1028
13:15:48 <TrueBrain> @base 10 16 1028
13:15:48 <DorpsGek> TrueBrain: 404
13:15:55 <Xaroth> o_O
13:15:59 <Xaroth> error, not found
13:16:14 <TrueBrain> your mind?
13:16:17 <Xaroth> yep
13:16:19 <TrueBrain> it is on the top shelve
13:16:44 <Xaroth> ah, cheers
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:02:29 <TrueBrain> @calc 0x6d - 0x4b
15:02:29 <DorpsGek> TrueBrain: 34
15:15:41 <Xaroth> :o
15:16:19 <TrueBrain> you are really suprised by a bit of math, not? :P
15:17:27 <TrueBrain> @calc 35 - 0xf
15:17:27 <DorpsGek> TrueBrain: 20
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:06:50 <TrueBrain> haha
16:07:36 <TrueBrain> there :)
16:07:38 <TrueBrain> silly me :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)
16:57:21 <Xaroth> TrueBrain: NICE
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:47 <TrueBrain> well ...
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:28 <TrueBrain> emu_decw(&emu_di);
18:26:30 <TrueBrain> optimizations? What is that?
18:29:56 *** Yexo_ has joined #openDune
18:29:56 *** ChanServ sets mode: +v Yexo_
18:31:52 <Xaroth> o_O
18:37:02 *** Yexo has quit IRC
18:38:33 <TrueBrain> @calc 0x36 + 0x58
18:38:33 <DorpsGek> TrueBrain: 142
18:38:35 <TrueBrain> @base 10 16 142
18:38:35 <DorpsGek> TrueBrain: 8E
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:00 <TrueBrain> haha :)
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:11:49 <Xaroth> o_O
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:20:53 <TrueBrain> r100 .. TADA! :)
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:08 <Xaroth> :o
19:25:13 <Xaroth> 900 to go for the first party? :P
19:25:20 <Xaroth> and good night, TrueBrain :)
19:54:55 *** Yexo_ is now known as Yexo
20:15:56 <Xaroth> I wonder if PeterT already noticed he can't get back in anymore