IRC logs for #opendune on OFTC at 2011-05-14
            
02:05:04 *** glx has quit IRC
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 *** TinoDidriksen has quit IRC
08:36:33 *** TinoDid|znc is now known as TinoDidriksen
09:11:41 <Alberth> odune/trunk% touch src/string.h
09:11:41 <Alberth> odune/trunk% make
09:11:41 <Alberth> make: Nothing to be done for `all'. <-- that seems not good :p
09:17:53 <Alberth> a patch by hackalittlebit to reduce tests while terraforming: http://devs.openttd.org/~alberth/diffs/reduce_terraform_testing.patch
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 :)
09:58:42 <Xaroth|Work> hehe
09:59:35 <Xaroth|Work> nice patch.
11:15:50 <Alberth> more patches :)
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:39:56 <Xaroth|Work> Alberth: try now
11:42:35 <Alberth> I can edit much bug information, but no delete of patch file, it seems
11:43:00 <Xaroth|Work> bah
11:43:17 <Xaroth|Work> and now?
11:44:13 <Alberth> more buttons :)
11:44:20 <Xaroth|Work> yeh
11:44:23 <Xaroth|Work> developer access :P
11:44:27 <Xaroth|Work> but can you delete them now?
11:45:03 <Alberth> yup, works
11:45:06 <Alberth> thanks
11:45:06 <Xaroth|Work> k
12:11:30 *** glx has joined #openDune
12:11:30 *** ChanServ sets mode: +o glx
12:13:39 <glx> hello
12:16:14 <Alberth> hello
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:18:44 <glx> looks like it
12:19:23 <glx> 0x34 is w->scrollbar
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:51:53 <Alberth> I wasn't :)
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:11 <Alberth> ?
12:59:20 <glx> in autoadded comments
12:59:32 <TrueBrain> then you do: Xaroth|Work ^^ :p
13:00:43 * Alberth reloads the issue
13:00:50 <Alberth> :D
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:05:05 <glx> works for me
13:10:03 <Alberth> hmm, weird
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 ?
13:16:38 <Alberth> not me :)
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:16:05 <glx> 5587
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:46 <glx> weird it worked
17:08:50 <Alberth> introduced in HEAD revision
17:08:54 <glx> and now it doesn't
17:09:06 <glx> what did I change before the commit ????
17:17:02 <glx> hmm it works if no lines are selected
17:32:17 <glx> found it
17:33:06 <DorpsGek> SVN: glx (r1559) -Fix (r1558): inverted a test
20:09:24 *** Alberth has left #openDune