Wine and endianness

2011-07-31 Thread GOUJON Alexandre
On 07/31/2011 08:12 PM, Stefan Dösinger wrote: With the bitfields I'm not sure about stuff like endianess. My gut feeling would be to use bitmasks and shifts to separate a DWORD instead, but bitfields certainly look nicer. Beyond that endianess is a somewhat academic consideration with an API th

Re: Re: riched20/tests: fix test_EM_FINDWORDBREAK comments

2011-07-31 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=13103 Your paranoid android

Re: riched20/tests: fix test_EM_FINDWORDBREAK comments

2011-07-31 Thread Austin English
Forgot patch. On Jul 31, 2011 10:20 PM, "Dan Kegel" wrote: > In test_EM_FINDWORDBREAK_[WA], the descriptions of u+f020 and u+ff20 > were mixed up. > Fix that, and clean up a couple others slightly. > >

Re: GSoC: dinput8 Action Mapping

2011-07-31 Thread Lucas Zawacki
Hello! Here's a lot of patches with a ConfigureDevices implementation. These patches can be tested with this app I built that uses ConfigureDevices to set up a joystick action mapping (https://github.com/downloads/lfzawacki/dinput-samples/dolphin-plugin.exe) . I also tested it with the Rally Troph

Re: ddraw: Do not increase wined3d texture refcount in IDirect3DDevice7_GetTexture.

2011-07-31 Thread Stefan Dösinger
On Friday 29 July 2011 17:17:45 Ričardas Barkauskas wrote: > This makes it behave like similar place in d3d8. The subject is confusing, otherwise it looks OK. signature.asc Description: This is a digitally signed message part.

Re: GSoC-2011: Implement Missing Mesh Functions in Wine’s D3DX9

2011-07-31 Thread Stefan Dösinger
On Sunday 31 July 2011 12:02:35 Michael Mc Donnell wrote: > I figured out how to do the conversion using bit-fields. I've updated > the patch to include a test and implementation of UDEC3 and DEC3N > welding. Nice, I was just about to reply not to bother too much about it. No Windows driver I kno

Re: Winhelp crash in assertion(0) if .hlp file is not found

2011-07-31 Thread Bruno Jesus
I see, thank you. You protected the local calls instead of protecting the called function, I guess it's better this way. Best wishes, Bruno On Sun, Jul 31, 2011 at 03:55, Eric Pouech wrote: > I've just sent a patch that should fix it. > A+ > > -- > Eric Pouech > "The problem with designing somet

Re: [PATCH 1/5] mshtml: Added semi-stub implementation of IHTMLWindow2::status property

2011-07-31 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=13084 Your paranoid android

Re: mshtml: Added semi-stub implementation of IHTMLWindow2::status property

2011-07-31 Thread Jacek Caban
Please ignore this one. I will send proper version with other mshtml patches. Thanks, Jacek