IRC logs for #openttd.dev on OFTC at 2012-11-14
            
01:23:36 *** orudge` has joined #openttd.dev
01:23:37 *** orudge has quit IRC
01:27:47 *** Zuu has quit IRC
02:12:40 *** Knogle has quit IRC
02:13:56 *** Knogle has joined #openttd.dev
03:25:57 *** Knogle has quit IRC
03:27:18 *** Knogle has joined #openttd.dev
07:16:27 *** Knogle has quit IRC
07:40:58 *** FLHerne has joined #openttd.dev
07:46:50 *** FLHerne has quit IRC
07:59:37 *** frosch123 has joined #openttd.dev
07:59:38 *** ChanServ sets mode: +v frosch123
08:43:41 *** Zuu has joined #openttd.dev
08:43:41 *** ChanServ sets mode: +v Zuu
09:12:27 *** welshdragon has quit IRC
09:12:43 *** welshdragon has joined #openttd.dev
09:20:26 *** Zuu has quit IRC
12:32:01 *** Supercheese has quit IRC
12:32:32 *** Supercheese has joined #openttd.dev
13:44:18 *** FLHerne has joined #openttd.dev
14:21:46 <Belugas> hello
14:53:36 *** FLHerne has quit IRC
15:12:07 <Belugas> Yexo, i've not forgotten about Android. i tried a few times, but I do not yet master that environment. But I keep on trying. Just that, when I do, it's late at night, and of course, brain is not always in working shape
15:12:25 <Yexo> hi Belugas :)
15:13:01 <Yexo> I haven't forgotten about it either, but currently I prefer to spend time on cargodist
15:13:22 <Yexo> I'll most likely have another go at making a proper android port somewhere in the new year
15:18:31 <Belugas> i hope i'll have the luxury to catch up :)
16:11:06 *** FLHerne has joined #openttd.dev
17:01:42 *** FLHerne has quit IRC
17:12:52 *** Knogle has joined #openttd.dev
17:15:46 <frosch123> http://devs.openttd.org/~frosch/diffs/stuff4/ <- add support for multiple editboxes per window, and add a general clear button to all editboxes
17:16:10 <frosch123> http://devs.openttd.org/~frosch/diffs/stuff4/clearedit.png <- in the worldgen window it looks a bit weird, in other windows and with non-default-fontsize it looks better
17:41:07 <Yexo> you've been busy again :)
17:44:56 <planetmaker> wow... big patch series you present us so frequently :-)
17:47:50 <frosch123> don't worry, i'll be gone from tomorrow till sunday evening :p
17:50:04 <planetmaker> :-( moaar patch queues ;-)
17:50:18 <planetmaker> frosch123, I miss the place where the sprite is added to the nfo
17:50:31 <planetmaker> shouldn't that be in D0... ?
17:51:12 <planetmaker> oh, in E0...
17:51:53 <frosch123> i always test how the questionmark works :p
17:51:59 <frosch123> so the sprite is one patch later
17:52:03 <planetmaker> I guess it's better to reverse order of E0 and D0. But that's more ... a matter of taste
17:54:59 <planetmaker> do you have a cumulative patch for testing? (I'm lazy) :-P
17:58:52 <frosch123> http://devs.openttd.org/~frosch/diffs/stuff4/all.diff
17:59:44 <frosch123> hmm, that's not all
18:00:02 <planetmaker> some hunks fail
18:00:17 <frosch123> oh, it was still copying when i opened
18:00:31 <frosch123> planetmaker: update?
18:01:09 <frosch123> ah, the buttons fails in the osk
18:01:20 <frosch123> the osk is still a bit messy :p
18:02:20 <planetmaker> hm, still failed hunks in network_content_gui.cpp, network_gui.cpp and ai_gui.cpp
18:03:06 <planetmaker> hg diff -rX:Y doesn't include changeset X
18:03:10 <frosch123> oh, apparently qbase:qtip misses the first one
18:03:14 <planetmaker> that looks like the first patch missing
18:03:20 <frosch123> yeah, 10 is missing
18:03:32 <planetmaker> hg export -rX:Y might be better
18:04:05 <frosch123> ah, qparent
18:04:37 <frosch123> try again :)
18:05:47 <planetmaker> much better. ty
18:08:22 <planetmaker> hmm.... hg import is better for binary patches
18:11:54 <planetmaker> works smoothly and compiled w/o issues
18:12:51 <frosch123> ogfx causes error on startup :p
18:13:28 <planetmaker> so does zbase ;-)
18:23:31 <frosch123> added a 75, and updaed 90 and D0 to reflect that
18:25:12 <frosch123> hmm, asserted
18:30:03 <frosch123> updated 75
18:31:28 <frosch123> hmm, still fails :/
18:37:48 *** Alberth has joined #openttd.dev
18:37:48 *** ChanServ sets mode: +v Alberth
18:56:29 <frosch123> the osk is annoying :/
18:56:57 <Alberth> I wonder how often it is used
18:58:01 <frosch123> considering the number of bugs, not so often .p
18:58:18 <frosch123> http://devs.openttd.org/~frosch/diffs/stuff4/ <- anyway, no newgrf stuff :p
18:58:23 <frosch123> 75 doesn't quite work yet
18:59:35 <Alberth> lol, hexadecimal numbering :)
18:59:53 <frosch123> :p
18:59:55 <Alberth> I have a Python auto-renumber script, if you like :)
19:00:07 <frosch123> nah, i'll just continue with g
19:00:34 <frosch123> there is also a png in the folder
19:00:42 <Alberth> obviously 75 should be 78 :p
19:00:58 <frosch123> basically it's two things: multiple editboxes per window, and a general clear button
19:03:06 <Yexo> up until 60_ it looks very nice :)
19:03:23 <Yexo> didn't have time to read the rest yet, will continue in an hour or so
19:04:45 <frosch123> maybe i find a solution for 75 till then :p
19:10:01 <Alberth> + : buf(MallocT<char>(max_bytes)) 30, src/textbuf.cpp, around line 360 in the TextBuf constructor, add more indenting?
19:12:09 <Alberth> The .Print method is very nice
19:21:28 <Alberth> I like C0 (fixcolours) :) Why did nobody see that, you wonder :)
19:25:04 <michi_cc> Indeed. Just like why nobody ever complained about the bug fixed in r24694.
19:25:39 <Alberth> + assert((wi->type & WWT_MASK) == WWT_EDITBOX); why the &? seems not needed D0, src/misc_gui.cpp, around line 830
19:25:46 <frosch123> well, when osk did not even have an effect :p
19:26:03 <frosch123> yesterday i fixed some where you could press buttons, but it had no effect on the result :p
19:26:49 <frosch123> Alberth: i just copied that :p
19:27:03 <frosch123> it's the same as for DrawEditBox
19:28:11 <Alberth> well, it's not needed until we get pushable edit boxes :p
19:30:28 <planetmaker> hm, something I woundered about slightly is the "Assign" method: would "Set" be the better name?
19:30:40 <Alberth> misc_gui.cpp line 780 is the only use of WWT_MASK outside the window auto-raise and the widget code :)
19:31:49 <frosch123> Alberth: i add pushable editboxes, but there i do not use the flag :p
19:32:24 <frosch123> planetmaker: Set alone looks weird to me, SetText might work
19:32:47 <frosch123> but that sounded to me as if the pointer would be copied
19:32:50 <frosch123> instead of the content
19:33:03 *** Eagle_Rainbow has joined #openttd.dev
19:33:03 *** ChanServ sets mode: +v Eagle_Rainbow
19:33:18 <frosch123> assign is more common in string context
19:33:23 <planetmaker> Assign is better than SetText
19:33:25 <frosch123> like std::string or whatever
19:33:52 <Eagle_Rainbow> good evening, lively discussion here :)
19:34:16 <frosch123> Eagle_Rainbow: if you are worried about the network filter diff, don't worry with syncing :) i'll do when i am finished
19:34:28 <planetmaker> frosch123, yeah. I only mentioned it now that we come down to "critizising" method naming ;-)
19:34:36 <planetmaker> it's an absolute none-issue
19:35:10 <Eagle_Rainbow> frosch123: ok, great. I'd even take the effort to sync it, but I first want your "pile of patches" being trunkified. Otherwise, this would get a mess...
19:35:35 * planetmaker senses a trunkification ahead ;-)
19:35:53 *** ChanServ sets mode: +o orudge`
19:35:55 *** orudge` is now known as orudge
19:43:24 <Alberth> + if (((type & ~WWB_PUSHBUTTON) D0, window.cpp, around line 370: That looks like & WWT_MASK :p
19:45:51 <Alberth> looking quite nice; lots of cleanup
20:03:46 *** Zuu has joined #openttd.dev
20:03:46 *** ChanServ sets mode: +v Zuu
20:14:00 <Yexo> frosch123: didn't spot any obvious errors, looks very nice again :)
21:14:27 <Eagle_Rainbow> BTW: With whom may I talk if I want to get my Wiki login fixed?
21:14:41 * Eagle_Rainbow is having the underscore issue...
21:15:14 <Yexo> wait until the weekend for TrueBrain to fix it
21:15:40 <Eagle_Rainbow> ok, or get rid of the underscore? I don't insist on it :)
21:21:12 *** Alberth has left #openttd.dev
21:44:20 *** Eagle_Rainbow has quit IRC
22:00:52 *** FLHerne has joined #openttd.dev
22:46:49 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r24736 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"
22:50:12 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r24737 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"
22:50:18 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r24738 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"
22:50:22 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r24739 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"
22:50:28 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r24740 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"
22:50:31 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r24741 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"
22:50:35 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r24742 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"
22:50:40 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r24743 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"
22:50:43 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r24744 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"
22:50:47 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r24745 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"
22:50:50 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r24746 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"
22:50:53 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r24747 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"
22:50:57 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r24748 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"
22:51:02 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r24749 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"
22:51:05 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r24750 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"
23:09:43 *** frosch123 has quit IRC