Re: why is Kronenberg's Wine/Mac work blacklisted on winehq?

2009-07-13 Thread Austin English
On Fri, Jun 26, 2009 at 5:00 AM, Roderick Colenbrander wrote: > I would be willing to assist with any Mac issues as I would need a > LGPL'ed version of Wine on OSX myself. I'm assisting bringing a > university program to Linux/Mac using Wine and for that I need decent > Mac support. Darwine set som

Re: winequartz.drv Mac OS X UI discontinued?

2009-07-13 Thread Francois Gouget
On Mon, 13 Jul 2009, King InuYasha wrote: [...] > > Actually C++ is strictly forbidden in Wine. The only language that is > > allowed is C; and then perl or sh for build scripts, etc. [...] > Why is only C allowed in the first place? The reason why C++ was forbidden is that its ABI was not very st

Re: which release of Wine created or last updated this particular .wine/ tree?

2009-07-13 Thread Ken Sharp
Is anything dropped into the registry? joerg-cyril.hoe...@t-systems.com wrote: Hi, my HD contains a dozen .wine*/ directories created with various settings and releases of Wine, some a long time ago. A repeating question is: With what release of Wine did I create this particular .wine/ tree ?

RE: winequartz.drv Mac OS X UI discontinued?

2009-07-13 Thread Rolf Kalbermatter
King InuYasha [mailto:ngomp...@gmail.com] wrote: >Why is only C allowed in the first place? And isn't Obj-C supposed to be "a >true superset" of C? One of the reasons is that the source base of Wine is already large enough with many parts that tend to bit rot since there is nobody that wants to t

which release of Wine created or last updated this particular .wine/ tree?

2009-07-13 Thread Joerg-Cyril.Hoehle
Hi, my HD contains a dozen .wine*/ directories created with various settings and releases of Wine, some a long time ago. A repeating question is: With what release of Wine did I create this particular .wine/ tree ? Or rather: what release last updated this .wine/ tree? It is not acceptable to r

Re: Transl: Getting rid of the conf directory (Part 1)

2009-07-13 Thread Paul Vriens
Alexandre Julliard wrote: Paul Vriens writes: Something like the attached splits the loop. We now need to pass that array (string) to ver.pl. Or do you have some other idea's how this could/should be solved. I don't think we want to add even more information to pass between scripts, there i

Re: Transl: Getting rid of the conf directory (Part 1)

2009-07-13 Thread Alexandre Julliard
Paul Vriens writes: > Something like the attached splits the loop. We now need to pass that > array (string) to ver.pl. > > Or do you have some other idea's how this could/should be solved. I don't think we want to add even more information to pass between scripts, there is already too much of i

Re: winequartz.drv Mac OS X UI discontinued?

2009-07-13 Thread King InuYasha
On Mon, Jul 13, 2009 at 5:05 AM, Francois Gouget wrote: > On Thu, 9 Jul 2009, James Mckenzie wrote: > [...] > > Or maybe job security. However, we have a requirement that any code > > submitted to the Wine project be either c or C++. ObjC cannot be > > included, however. > > Actually C++ is str

Re: Supported applications?

2009-07-13 Thread Dan Kegel
On Mon, Jul 13, 2009 at 9:09 AM, Austin English wrote: >>>Looking around the wiki/website, I can't find anywhere where the >>>'Supported applications' are listed (Powerpoint/Word/Excel viewer and >>>Adobe Photoshop CS 2, if I remember correctly). >> >> Maybe you're thinking of >> http://wiki.winehq

Re: Supported applications?

2009-07-13 Thread Austin English
On Sun, Jul 12, 2009 at 9:22 PM, Dan Kegel wrote: > Austin wrote: >>Looking around the wiki/website, I can't find anywhere where the >>'Supported applications' are listed (Powerpoint/Word/Excel viewer and >>Adobe Photoshop CS 2, if I remember correctly). > > Maybe you're thinking of > http://wiki.w

Re: Transl: Getting rid of the conf directory (Part 1)

2009-07-13 Thread Paul Vriens
Paul Vriens wrote: Alexandre Julliard wrote: Paul Vriens writes: 2. LANG_XXX, SUBLANG_DEFAULT (only 1 sublanguage in our code) should show LANG_XXX, SUBLANG LANG_XXX_YYY. 3. LANG_XXX, SUBLANG_DEFAULT (multiple sublanguages in our code) should show all possible LANG_XXX, SUBLANG_XXX_YYY. Th

Re: winequartz.drv Mac OS X UI discontinued?

2009-07-13 Thread Emmanuel Maillard
Le 11 juil. 09 à 04:36, James McKenzie a écrit : Emmanuel Maillard wrote: Emmanuel: What is the status of winequartz.drv? It looks like your last patch was for 1.1.2. James McKenzie Hi, I didn't really work on winequartz.drv since this patch, start a new version at the beginning

Re: MaxVertexBlendMatrices issue

2009-07-13 Thread Stefan Dösinger
Unfortunately, I know next to nothing about D3D or OpenGL... I do wonder why the game appears to work fine.. I haven't noticed any anomalies in the graphics output as far as I can tell. If this is also the case for those 3 other games, wouldn't an override via the registry for this value not be a

Re: Transl: Getting rid of the conf directory (Part 1)

2009-07-13 Thread Paul Vriens
Alexandre Julliard wrote: Paul Vriens writes: 2. LANG_XXX, SUBLANG_DEFAULT (only 1 sublanguage in our code) should show LANG_XXX, SUBLANG LANG_XXX_YYY. 3. LANG_XXX, SUBLANG_DEFAULT (multiple sublanguages in our code) should show all possible LANG_XXX, SUBLANG_XXX_YYY. There's nothing specia

Re: Transl: Getting rid of the conf directory (Part 1)

2009-07-13 Thread Alexandre Julliard
Paul Vriens writes: > 2. LANG_XXX, SUBLANG_DEFAULT (only 1 sublanguage in our code) should > show LANG_XXX, SUBLANG LANG_XXX_YYY. > > 3. LANG_XXX, SUBLANG_DEFAULT (multiple sublanguages in our code) > should show all possible LANG_XXX, SUBLANG_XXX_YYY. There's nothing special about SUBLANG_DEFAU

Re: winequartz.drv Mac OS X UI discontinued?

2009-07-13 Thread Francois Gouget
On Thu, 9 Jul 2009, James Mckenzie wrote: [...] > Or maybe job security. However, we have a requirement that any code > submitted to the Wine project be either c or C++. ObjC cannot be > included, however. Actually C++ is strictly forbidden in Wine. The only language that is allowed is C; and

Re: MaxVertexBlendMatrices issue

2009-07-13 Thread Karl Vogel
>> So I was wondering what the proper way to fix this would be? Should >> this be made overrideable by a registry setting for certain games? Or >> should the GL check be changed? Or is that software emulated vertex >> blending patch needed to correctly fix the issue? > > The correct fix is to imple

Re: Transl: Getting rid of the conf directory (Part 1)

2009-07-13 Thread Paul Vriens
Paul Vriens wrote: Hi, In an effort to make conf more dynamic (and less depending on hardcoded This should of course be "make transl more dynamic". -- Cheers, Paul.

Transl: Getting rid of the conf directory (Part 1)

2009-07-13 Thread Paul Vriens
Hi, In an effort to make conf more dynamic (and less depending on hardcoded configuration) I'd like to get rid of the conf directory. Let's make a first distinction here. We currently have a conf directory used by the scripts/* files and one by the php/* files. I'd like to discuss the scripts/c

Re: wined3d: fix empty driver description string

2009-07-13 Thread Henri Verbeet
2009/7/13 : > Patch against wine-1.1.25 > You'll generally want to do development against git.