IRC logs for #opendune on OFTC at 2011-05-26
            
00:37:04 <DorpsGek> SVN: glx (r1663) -Add: C-ified GUI_Mentat_Draw(). B4E0 is gone.
00:45:14 <glx> next one will be f__B520_0000_0019_6B99()
02:17:23 *** glx has quit IRC
07:00:20 *** fjb has quit IRC
07:38:41 *** Xaroth has joined #openDune
07:38:41 *** ChanServ sets mode: +o Xaroth
07:39:52 *** TB has joined #openDune
07:39:56 *** Xaroth_ has quit IRC
07:39:56 *** TrueBrain has quit IRC
08:13:29 *** TB is now known as TrueBrain
09:21:04 *** fjb has joined #openDune
09:30:04 <fjb> Moin
11:06:38 <Xaroth|Work> o/
13:14:12 *** glx has joined #openDune
13:14:12 *** ChanServ sets mode: +o glx
13:15:25 <glx> hello
13:39:30 *** glx is now known as Guest2312
13:39:30 *** glx has joined #openDune
13:39:30 *** ChanServ sets mode: +o glx
13:41:15 *** Guest2312 has quit IRC
13:46:22 *** glx is now known as Guest2313
13:46:22 *** glx has joined #openDune
13:46:23 *** ChanServ sets mode: +o glx
13:50:00 *** Guest2313 has quit IRC
13:51:37 *** glx is now known as Guest2314
13:51:38 *** glx has joined #openDune
13:51:38 *** ChanServ sets mode: +o glx
13:55:57 *** Guest2314 has quit IRC
14:07:22 <glx> GUI_Widget_ScrollBar_Draw(w);
14:07:22 <glx>
14:07:22 <glx> if (scrollbar->drawProc.csip != 0x0) {
14:07:22 <glx> assert(scrollbar->drawProc.csip == 0x34E0003E);
14:07:22 <glx> GUI_Mentat_ScrollBar_Draw(w);
14:07:24 <glx> }
14:07:24 <glx> ok they want to be sure the scrollbar is drawn :)
14:11:01 <glx> (because GUI_Widget_ScrollBar_Draw() calls GUI_Mentat_ScrollBar_Draw())
14:30:58 <DorpsGek> SVN: glx (r1664) -Add: C-ified GUI_Widget_ScrollBar_Init()
14:34:09 <glx> includes some wrapper removal too
16:49:43 *** glx has quit IRC
16:50:27 *** glx has joined #openDune
16:50:27 *** ChanServ sets mode: +o glx
19:54:14 <DorpsGek> SVN: glx (r1665) -Add: C-ified GUI_Widget_Scrollbar_Calculate[Size|Position|ScrollPosition]() and GUI_Widget_Free_WithScrollbar(). Replace emu_Tools_Free_Wrapper() calls with emu_Tools_Free(). This close the B520 case.
19:57:49 <glx> the end is near
21:19:19 <glx> let's work on B4DA now
21:26:39 <TrueBrain> :D:D:D:
22:17:35 *** fjb has quit IRC
22:32:31 *** fjb has joined #openDune
23:05:26 *** fjb has quit IRC
23:20:39 <glx> GUI_Mentat_Loop2() is huge