Remove Macintosh platform

2009-12-20 Thread Austin English
I just moved the last macintosh platforms to ppc32/x86, so can someone with the appropriate permissions remove that option. Thanks! -Austin

Re: Isn't it a bug?

2009-12-20 Thread James McKenzie
Luis Busquets wrote: > Adding the following code solves the myriad of wine errors. > > if > ((format_desc->format==WINED3DFMT_R16_FLOAT)||(format_desc->format==WINED3DFMT_R16G16_FLOAT) > > ||(format_desc->format==WINED3DFMT_R16G16B16A16_FLOAT) > ||(format_desc->forma

Re: Limit Bugzilla fields access

2009-12-20 Thread James McKenzie
Nikolay Sivov wrote: > Hi. > > I think it's not bad to remove some not useful in Wine's bugzilla > fields from bug page: > - whiteboard: what is it for? Don't know. Maybe for collabration while working on a bug? > - difficulty - this really means nothing, usually set by reporter and > not used by

Limit Bugzilla fields access

2009-12-20 Thread Nikolay Sivov
Hi. I think it's not bad to remove some not useful in Wine's bugzilla fields from bug page: - whiteboard: what is it for? - difficulty - this really means nothing, usually set by reporter and not used by developers at all; - alias - used by reporters some times, but often reset by bugzilla buy

WineTestBot changes

2009-12-20 Thread Greg Geldorp
Updates to the test bot: - Improve log parsing and error reporting - Send notification email on job completion - Run winetest64-latest.exe on 64-bit machines - Show warning message if job is submitted without command line arg - Attempt to display times in users own timezone - Add possibility to se

Re: Broken-down time (struct tm)

2009-12-20 Thread Erich Hoover
On Sat, Dec 19, 2009 at 11:23 PM, Dmitry Timoshkov wrote: > ... > What's wrong with using SystemTimeToTzSpecificLocalTime() instead of > inventing the wheel?? > Because that would be the smart thing to do? I've never had to do any time zone conversion, so I was not aware of this function - thank

Re: Isn't it a bug?

2009-12-20 Thread Luis Busquets
Adding the following code solves the myriad of wine errors. if ((format_desc->format==WINED3DFMT_R16_FLOAT)||(format_desc->format==WINED3DFMT_R16G16_FLOAT) ||(format_desc->format==WINED3DFMT_R16G16B16A16_FLOAT) ||(format_desc->format==WINED3DFMT_R32_FLOAT)

Re: wine autodetec 32/64 application

2009-12-20 Thread Giuseppe Della Bianca
Hi. ]zac[ > 1.2. A simple script to forward execution to 32-bit or 64-bit wine is > not enough. Work is going on to integrate 32-bit and 64-bit Wine. ]zac[ I agree, wine script is designed for temporary use, waiting for other better solutions. Regards Gdb

Recent User32 <=> windowClass assembly findings

2009-12-20 Thread Nikolay Sivov
Hopefully my first attempt to implement class redirection wasn't committed --- http://source.winehq.org/patches/data/56761 --- cause it's definitely incomplete. After some testing I've got new info here (to be added to patch comments above): 1) not statically linked sxs module is loaded not only

Isn't it a bug?

2009-12-20 Thread Luis Busquets
From some time when I run Civilization4 I get a myriad of these messages and others with other formats: err:d3d:getColorBits Unsupported format: WINED3DFMT_R16G16_FLOAT err:d3d:IWineD3DImpl_IsPixelFormatCompatibleWithRenderFmt Unable to check compatibility for Format=WINED3DFMT_R16G16_FLOAT