Re: cppcheck Sept 18

2009-09-20 Thread Pauli Nieminen
On Sat, Sep 19, 2009 at 1:59 PM, Joris Huizer wrote: > [/home/cahrendt/wine-git/dlls/rpcrt4/tests/server.c:1189]: (possible > error) Array index out of bounds > > This one is a false positive, it uses FIELD_OFFSET(cs_t, ca[5]), > and it found an array: > int ca[5]; > > int ca[5]; has only entries

Re: Removing active maintainers

2009-06-26 Thread Pauli Nieminen
Hi everyone! I wanted to give my option about how to solve the problems. I think the problem is in code instead of in people. :) Making comments rating system to AppDB would be useful. Simple idea to make this happen would be add a rate up button for all users (even guests). select X highest rate

Re: appdb issue: can't search for apps platinum on 1.0.x!

2009-03-02 Thread Pauli Nieminen
space is >> required to store the packages. If we're willing to deal with that, go >> for it! >> > >Well, I don't know if any package manager really does prefer a locally >installed version, to the point that it actually replaces the package >with exactly the same one. It would seem like a rather pointless >feature. Why not just make separate package for installing the source file. It could be named as wine-installer. Then post-install hook can download and install the real wine package. Pauli

Re: CreateThread timing behaviour (Bug 15323 affecting Warhammer Online)

2009-03-01 Thread Pauli Nieminen
On Mon, Mar 2, 2009 at 5:28 AM, Paul TBBle Hampson wrote: > On Mon, Mar 02, 2009 at 12:29:14AM +0200, Pauli Nieminen wrote: >> Msdn sayes: >> "The ExitProcess, ExitThread, CreateThread, CreateRemoteThread >> functions, and a process that is starting (as the result of

Re: CreateThread timing behaviour (Bug 15323 affecting Warhammer Online)

2009-03-01 Thread Pauli Nieminen
On Mon, Mar 2, 2009 at 12:25 AM, David Laight wrote: > On Sun, Mar 01, 2009 at 06:08:53PM +1100, Paul TBBle Hampson wrote: >> I'm looking into Bug 15323, and it seems to come down to a >> particular undocumented behaviour of CreateThread on Windows, >> which is probably also a bug in the usage of

d3d9 patch include a test needs testing in windows

2008-12-21 Thread Pauli Nieminen
://bugs.winehq.org/show_bug.cgi?id=16444 . Thanks for help. Pauli

Re: Adding Mac joystick support -- build problem (resend)

2008-12-21 Thread Pauli Nieminen
to message still) 4. git-send-email --smtp-server --to wine-patc...@winehq.org 0001* (You can first check that send-email will produce correct headers with --dry-run) Pauli

Re: [PATCH] wined3d: Implement check for shader creation if hardware supports requested version.

2008-12-17 Thread Pauli Nieminen
On Wed, Dec 17, 2008 at 10:51 AM, Henri Verbeet wrote: > 2008/12/17 Pauli Nieminen : > > +static inline void test_create_vshader_version_check(IDirect3DDevice9 > *device_ptr, const D3DCAPS9 *caps, > > +const DWORD version, const DWORD *shader_code) > > +{ > &g

Re: Patch: winex11drv create_cursor Loading 32bit rgba cursor image

2006-06-25 Thread Pauli
I looked the code bit more. Then I thought I hate if and removed some of them. Now I think code is cleaner but it has minor performance hit when cursor don't have alpha. But create_cursor won't be called every frame. ? dlls/winex11.drv/.mouse.c.swp Index: dlls/winex11.drv/mouse.c ==

Patch: winex11drv create_cursor Loading 32bit rgba cursor image

2006-06-24 Thread Pauli
fix for bug 5486 Patch makes it possible to load and display 32bit rgba cursor. I have made tested the code with Football Manager 2006. The ealier version of patch was confimed loading 32bit cursors from Guild Wars. I would like to hear comments how to improve the code. Is there chance that this