IRC logs for #opendune on OFTC at 2011-05-14
⏴ go to previous day
07:21:24 *** Alberth has joined #openDune
07:49:16 <Alberth> partial success, I fixed one bug, and now the mentat text is not messed up in my 31 patches, and I get no memory problems any more, but the palette is still messed up :(
08:33:01 *** TinoDid|znc has joined #openDune
08:36:33 *** TinoDid|znc is now known as TinoDidriksen
09:11:41 <Alberth> odune/trunk% touch src/string.h
09:11:41 <Alberth> make: Nothing to be done for `all'. <-- that seems not good :p
09:18:24 <Alberth> seems like a good idea, as pass == 1 does cost-counting
09:19:45 <Alberth> oops, wrong window :)
09:20:35 * Alberth needs a new place for this window :)
11:26:23 <Alberth> Xaroth|Work: can I have delete-file rights at the bug tracker?
11:26:46 <Alberth> sometimes I am too optimistic when uploading patch files :)
11:42:35 <Alberth> I can edit much bug information, but no delete of patch file, it seems
11:44:23 <Xaroth|Work> developer access :P
11:44:27 <Xaroth|Work> but can you delete them now?
12:17:21 * Alberth wonders whether f__B520_039B_001B_4BEB() is free_widget(w)
12:18:42 <Alberth> don't know the segment address, but it may free a widget scrollbar and then the widget itself
12:22:55 * glx is looking at allocate2 and 3 :)
12:24:23 <Alberth> f__B4E0_0B86_001E_9967() allocates widgets as well, 13, to be precise, probably the help gui
12:26:02 <Alberth> not being able to use a pointer in global data is quite annoying with this widget code :)
12:31:50 <DorpsGek> SVN: glx (r1553) -Add (#73): C-ified GUI_Widget_Allocate2() (patch by Alberth)
12:32:07 <glx> applied with little changes
12:33:53 <Alberth> oh, a 'true' and some constants
12:39:11 <DorpsGek> SVN: glx (r1554) -Add (#73): C-ified GUI_Widget_Allocate3() (patch by Alberth)
12:48:19 <DorpsGek> SVN: glx (r1555) -Add (#73): C-ified String_NextString() and String_PrevString() (patch by Alberth)
12:48:37 <Alberth> g_global->variable_802A = GUI_Widget_Link(g_global->variable_802A, w); <-- for such assignments, should I use emu_Global_GetCSIP ?
12:49:08 <Alberth> is variable_802A is a csip32
12:49:20 <Alberth> while the function returns a Widget *
12:49:38 <Alberth> or should I leave the emu function in place?
12:50:15 <glx> I'd use emu_Global_GetCSIP
12:51:01 <Alberth> That indeed seems the best solution
12:51:09 <glx> without forgetting emu_get_memorycsip ;)
12:57:16 <DorpsGek> SVN: glx (r1556) -Add (#73): C-ified GUI_Mentat_SelectHelpSubject() (patch by Alberth)
12:57:51 <Alberth> a bit long, but it seemed a good description :)
12:58:24 <glx> Message: CGUI_Widget_Allocate3() (patch by Alberth) <-- nice bug :)
12:59:32 <TrueBrain> then you do: Xaroth|Work ^^ :p
13:01:47 <Alberth> who does build system bugs? make ; touch src/string.h ; make <- does not rebuild
13:03:05 <Alberth> maybe it gets confused with <string.h> ?
13:04:29 <glx> we use depend from openttd
13:11:54 <glx> this line does "nothing to be done" then recompile files including string.h
13:15:36 <glx> someone working on f__B4E0_0000_000F_14AD ?
14:16:37 <DorpsGek> SVN: glx (r1557) -Add: C-ified GUI_Mentat_ShowHelpList()
14:41:50 <Alberth> f__B4E0_0B86_001E_9967() done
14:42:49 <Alberth> do you have a segment of B520 ?
14:50:13 * Alberth is afk to make diner.
15:30:19 <DorpsGek> SVN: glx (r1558) -Add: C-ified GUI_Mentat_Loop()
17:05:50 <Alberth> I cannot leave the help screen any more :p
17:08:50 <Alberth> introduced in HEAD revision
17:09:06 <glx> what did I change before the commit ????
17:17:02 <glx> hmm it works if no lines are selected
17:33:06 <DorpsGek> SVN: glx (r1559) -Fix (r1558): inverted a test
continue to next day ⏵