Re: winecfg: Add tab for most Direct3D registry settings.

2012-01-16 Thread Austin English
On Sun, Jan 15, 2012 at 14:42, Stephen Chao wrote: > On Mon, 16 Jan 2012 01:52:08 +0800 Dmitry Timoshkov wrote: >> Stephen Chao wrote: >> >> > Looking for feedback on a patch for winecfg I sent yesterday.  Should I >> > instead be sending it to the patches list? >> > I made this patch to take o

Re: winecfg: Add tab for most Direct3D registry settings.

2012-01-16 Thread Stephen Chao
On Mon, 16 Jan 2012 01:52:08 +0800 Dmitry Timoshkov wrote: > Stephen Chao wrote: > > > Looking for feedback on a patch for winecfg I sent yesterday. Should I > > instead be sending it to the patches list? > > I made this patch to take out the frustration of re-adding all the Direct3D > > regi

Re: winecfg: Add tab for most Direct3D registry settings.

2012-01-15 Thread Austin English
On Sun, Jan 15, 2012 at 16:14, Vitaliy Margolen wrote: > On 01/15/2012 01:46 PM, Stephen Chao wrote: >> >> From my own experiences browsing most games' appdb page, everyone and >> their >> brother (including myself) tinkers with d3d registry options. > > > That's exactly why those options where re

Re: winecfg: Add tab for most Direct3D registry settings.

2012-01-15 Thread Vitaliy Margolen
On 01/15/2012 01:46 PM, Stephen Chao wrote: From my own experiences browsing most games' appdb page, everyone and their brother (including myself) tinkers with d3d registry options. That's exactly why those options where removed in the first place. To stop everyone from breaking their configur

Re: winecfg: Add tab for most Direct3D registry settings.

2012-01-15 Thread Stephen Chao
On Mon, 16 Jan 2012 01:52:08 +0800 Dmitry Timoshkov wrote: > Stephen Chao wrote: > > > Looking for feedback on a patch for winecfg I sent yesterday. Should I > > instead be sending it to the patches list? > > I made this patch to take out the frustration of re-adding all the Direct3D > > regi

Re: winecfg: Add tab for most Direct3D registry settings.

2012-01-15 Thread Dmitry Timoshkov
Stephen Chao wrote: > Looking for feedback on a patch for winecfg I sent yesterday. Should I > instead be sending it to the patches list? > I made this patch to take out the frustration of re-adding all the Direct3D > registry entries every time I wiped my .wine dir. Also to know the tinkerin

Re: winecfg: Add tab for most Direct3D registry settings.

2012-01-15 Thread Stephen Chao
Looking for feedback on a patch for winecfg I sent yesterday. Should I instead be sending it to the patches list? I made this patch to take out the frustration of re-adding all the Direct3D registry entries every time I wiped my .wine dir. Also to know the tinkering I'm doing is actually havin

winecfg: Add tab for most Direct3D registry settings.

2012-01-14 Thread Stephen Chao
--- programs/winecfg/Makefile.in |3 +- programs/winecfg/direct3d.c | 256 ++ programs/winecfg/main.c | 16 +++- programs/winecfg/resource.h |8 ++ programs/winecfg/winecfg.h |1 + programs/winecfg/winecfg.rc | 12 ++ 6 files chang