[01:03:50] <Malignant_Manor> That xBR scaler is looking better than HQ in a lot of ways. The blue carpet has something weird done to the pattern but doesn't look bad.
[07:13:02] <Dominus> yeah, 5 hours...
[07:14:04] <Dominus> Marzo: can you post the fix so I can try some things? Depending on how you fix it one place to check is the bell at the end of the mountains of freedom. We had this blocked once in the past...
[07:14:18] <Dominus> now off to clean the sidewalk from snow...
[10:23:22] <Marzo> Dominus: in paths.cc line 386, change the "1" to "2" or "3" (without the double-quotes)
[10:23:40] <Marzo> As I said, I have no idea what other side-effects this will have
[11:25:55] <Dominus> mountains of freedom bell works with 2
[11:27:59] <Dominus> with 3, too
[15:57:27] <sh4rm4> hey wjp, got a chance to look at the configure stuff ?
[16:00:23] <wjp> nothing beyond some brief thinking about it
[16:00:43] <wjp> but basically I think the CXXFLAGS at the end of configure should end up in AM_CXXFLAGS in Makefile.am
[16:01:11] <wjp> maybe
[16:05:43] <wjp> for future reference: http://www.gnu.org/software/automake/manual/html_node/Flag-Variables-Ordering.html
[17:10:10] <wjp> one thing that's already nice is that there's a separate DEBUG_FLAGS
[17:10:34] <wjp> so for the hq scalers we could use the regular flags, and just override the DEBUG_FLAGS
[17:10:59] <sh4rm4> hmm but the regular flags are always set to "-g -O2" by default
[17:11:35] <wjp> well, can still add a -g0 to override that
[17:12:02] <wjp> but I meant we don't have to lose the platform specific (and other strictly required) options
[17:12:15] <sh4rm4> yeah
[17:12:31] <sh4rm4> that would work when DEBUG_FLAGS comes after CXXFLAGS
[17:12:55] <wjp> after AM_CXXFLAGS
[17:13:03] <sh4rm4> no
[17:13:14] <wjp> oh, hm, configure sets a default for CXXFLAGS too
[17:13:15] <wjp> right
[17:14:54] <wjp> not sure if we can add things after there
[17:15:11] <wjp> ah well
[17:15:40] <wjp> "someone" just needs to implement and test it; I think we've talked about it enough :-)
[17:16:00] <sh4rm4> we could check at the beginning of configure.ac if CXXFLAGS was empty
[17:16:19] <sh4rm4> and if so, set the -g -O2 default in AM_CXXFLAGS
[17:16:42] <sh4rm4> and put something explicit into CXXFLAGS to prevent it getting overridden later
[17:18:53] <sh4rm4> maybe -Wall oslt that doesnt hurt
[17:19:31] <sh4rm4> when we have the -g -O2 in aM_CXXFLAGS, we can easily override it with mumble_CXXFLAGS
[22:57:37] --- Dominus1 is now known as Dominus