Re: Direct3D Z order question

2006-02-11 Thread Joseph Garvin
Stefan Dösinger wrote: If I force the z value in the [0.0, 1.0] range, it is shown, but the rest is broken obviously. Err reading your e-mail again, pardon my directx ignorance, but aren't all d3d z values supposed to be in the [0.0, 1.0] range? I thought that was the range for the z buff

Re: Direct3D Z order question

2006-02-11 Thread Joseph Garvin
In OpenGL, when you specify depth coordinates with glOrtho, they're relative to the 'eye' which is pointing down the z-axis. So -30 actually evaluates to +30 in absolute coordinates. Maybe something similar is happening here? What happens when you draw a third triangle with z=0.5? What if you m

Direct3D Z order question

2006-02-11 Thread Stefan Dösinger
Hello, I have written a small Direct3D7 test application which draws two overlapping triangles, a red one and a blue one. The red triangle has the z value 0.0 (closest to the viewer), the blue one 1.0(far away). Strangely, the blue triangle overlaps the red one on Windows. The same happens on t

Re: Localize ShellFolder display names [1/3] advapi32: Implemented RegLoadMUIString[AW]

2006-02-11 Thread Dmitry Timoshkov
On Sat, 2006-02-11 at 18:06 +0100, Michael Jung wrote: > ChangeLog: > Implemented RegLoadMUIString[AW] > -IMPORTS = kernel32 ntdll > +IMPORTS = user32 kernel32 ntdll I'd suggest to add user32 as a delayload import to not create circular dependency at load time. -- Dmitry.

Re: [usp10] Add ScriptItemize, ScriptShape and ScriptPlace functionality

2006-02-11 Thread Tony Lambregts
Tom Wickline wrote: On 2/11/06, Stefan Leichter <[EMAIL PROTECTED]> wrote: Am Freitag, 10. Februar 2006 12:51 schrieb Jeff L: Is there anything wrong with this patch? It does not seem to have been applied. from http://www.winehq.org/site/sending_patches | Rejected patches might receive a

Re: Changes to Wine Status Pages

2006-02-11 Thread paul
Tom Wickline wrote: Hello, I plan to remove ttydrv from our dlls status page as it has been removed. And also remove Wine Installer (wineinstall) as it has been replaced by wineprefixcreate. Are there any comments on this before I remove these two components. Tom I have been looking into a

Font Rendering

2006-02-11 Thread Roland Kaser
Hello I noticed a strange behavior of the Font/Vector objects functionality of Corel Draw on diffrent SuSE 10 Systems. On one system Rotated Text works fine (without any failure) on a other system, rotated fonts became invisible on the screen. At pdf export, the fonts are normally visible. So it

Re: [usp10] Add ScriptItemize, ScriptShape and ScriptPlace functionality

2006-02-11 Thread Tom Wickline
On 2/11/06, Stefan Leichter <[EMAIL PROTECTED]> wrote: > Am Freitag, 10. Februar 2006 12:51 schrieb Jeff L: > > Is there anything wrong with this patch? It does not seem to have been > > applied. > > > > from http://www.winehq.org/site/sending_patches > > | Rejected patches might receive a note in

Copy/Paste

2006-02-11 Thread Roland Kaser
Hello I noticed a strange behavior of the copy/paste functionality of Corel Draw on diffrent SuSE 10 Systems. On one system copy/paste works fine (without any failure) on a other system there is no function at all. (itss storage error). Can somebody tell me which system libraries used for the co

Re: [usp10] Add ScriptItemize, ScriptShape and ScriptPlace functionality

2006-02-11 Thread Stefan Leichter
Am Freitag, 10. Februar 2006 12:51 schrieb Jeff L: > Is there anything wrong with this patch? It does not seem to have been > applied. > from http://www.winehq.org/site/sending_patches | Rejected patches might receive a note in the wine-devel mailing list, | however they also may be silently dro

Re: localtime should accept any positive time value

2006-02-11 Thread Rein Klazes
On Fri, 10 Feb 2006 22:10:29 -0600, you wrote: >- ULONGLONG time = *secs * (ULONGLONG)TICKSPERSEC + TICKS_1601_TO_1970; >+ /* time < 0 means a date before midnight of January 1, 1970 */ >+ if (*secs < 0) return NULL; I think the comment is incorrect: it should be *secs < 0; >- if (st.wYear