Re: wined3d: adjust glPolygonOffset size

2009-12-27 Thread Henri Verbeet
2009/12/27 Austin English austinengl...@gmail.com: See bug 18993. Original author is credited in patch (  Dorek Biglari ). This doesn't look right from my understanding of the d3d9 depth bias behaviour. Afaik D3DRS_SLOPESCALEDEPTHBIAS is a multiplication factor for the maximum depth slope (i.e.

Re: msvcrt: add some demangle features

2009-12-27 Thread Eric Pouech
André Hentschel a écrit : - +if (*sym-current == 'A') sym-current++; I don't understand how this would be necessary? Are you sure it's needed ? A+ -- Eric Pouech The problem with designing something completely foolproof is to underestimate the ingenuity of a complete idiot.

Re: Acting as advisor for wcmd-uplift project?

2009-12-27 Thread Austin English
On Sat, Dec 26, 2009 at 2:50 PM, Peter Dons Tychsen donpe...@tdcadsl.dk wrote: On Sat, 2009-12-26 at 20:53 +0100, Jacek Caban wrote: We can't really change the language as Windows doesn't provide English resources for most binaries and executables on on non-English installations. Why not

Re: msvcrt: add some demangle features

2009-12-27 Thread André Hentschel
Eric Pouech schrieb: André Hentschel a écrit : - +if (*sym-current == 'A') sym-current++; I don't understand how this would be necessary? Are you sure it's needed ? A+ There is also the possibility P for multidimensional arrays. The A actually seems to mean nothing(thats the

Defining missing DirectInput constants

2009-12-27 Thread Javier Kohen
Hi, I'm implementing DInput's SetActionFormat call. I need to add the DInput Action Mapping Constants to Wine's dinput.h so I can map between the user requested action and the DIJOFS_* Joystick Device Constants. Is it OK to copy constant definitions from Microsoft's SDK? If not, can somebody

Re: [PATCH 3/5] wined3d: Introduce context_apply_state() to setup a context for a specific usage.

2009-12-27 Thread Stefan Dösinger
Am 27.12.2009 um 19:57 schrieb Henri Verbeet: +/* Context activation is done by the caller. */ +static void context_apply_state(struct wined3d_context *context, IWineD3DDeviceImpl *device, enum ContextUsage usage) The patch looks ok to me, but out of curiosity: Do you intend to make this

Removing WPARAM/LPARAM Casts

2009-12-27 Thread James Mckenzie
I've noticed that Michael Stefuic (sp?) has removed quite a few WPARAM/LPARAM casts when calling SendMessage() and was wondering/inquiring if he was going do this to riched20/tests/editor.c since I noticed he put in a change for riched20. Michael are you going to do so, or are you going to

Re: avifile tests

2009-12-27 Thread Dmitry Timoshkov
Hi Julius, Julius Schwartzenberg julius.schwartzenb...@gmail.com wrote: +#include api_test.h If the definitions in api_test.h are used only in 1 source file there is no need to create an .h file at all, just place all the data in that source file. +void init_test_struct(COMMON_AVI_HEADERS

Re: Building and packaging Wine Gecko

2009-12-27 Thread Ove Kaaven
OK, I've almost got a wine-gecko package built 100% from source, but there's a problem: the gcc version in Debian's mingw32, namely gcc 4.2.1-sjlj, apparently miscompiles the wine-gecko 1.0.0 sources, the resulting Gecko just crashes. (The mingw32 version in oldstable, 3.4.5 something, compiles it