On Wednesday 26 August 2009 9:27:42 pm Vitaliy Margolen wrote:
> Tested few games that had issues with native OpenAL from Creative (both
> windows dll and thunked old Linux version): STALKER SoC, STALKER CS,
> Psychonauts. So far so good! Great job.
>
> Thanks Chris, greatly appreciate your work on
Vitaliy Margolen wrote:
> Vitaliy Margolen wrote:
>> Chris Robinson wrote:
>>> Attached is a set of patches that adds an openal32.dll thunk, allowing an
>>> app
>>> using OpenAL to use the system's lib instead of Creative's software driver.
>>> The advantages of using the system lib include:
>>>
Davide Pizzetti wrote:
> Here's the initial italian translation for reg. Hope it works now
>
>
If this were truly a new translation the input file would be
a/dev/null
This is not the case in your patches. Are you trying to update existing
code?
This goes for all of your initial translation a
On Wed, Aug 26, 2009 at 5:26 PM, Steven Edwards wrote:
> I've never had a problem building most of Wine with cygwin or
> msys+mingw before. Is this new behaviour?
What do you mean by most of Wine? I am trying to easily build all of
Wine from Windows.
I was able to build the whole wine tree on w
On Wed, Aug 26, 2009 at 2:21 PM, Dylan Smith wrote:
> When compiling Wine on windows, the non-script tools will have an .exe
> extension, but the makefiles assumed that the tools never have an
> extention. Naturally this caused problems with the build, causing it to
> fail on Windows.
>
> Please r
Hi Francois,
It should be completely removed as it's not used anymore. Also
nsIStringInputStream may be removed. I've sent a patch, thanks for
catching it.
Jacek
Hi,
Several recent link proposals between AppDB and Buzilla acknowledged by
"The bug link you submitted between Bug NNN and XYZ has been accepted."
have nevertheless produced no visible bug # in AppDB nor "Show Apps affected"
in Bugzilla.
E.g. Bug #19773 among others.
Did some recent changes to
On Wed, Aug 26, 2009 at 3:26 PM, Jacek Caban wrote:
> Hi Austin,
>
> Austin English wrote:
>>
>> Please apply after the first dxdiag patch (unicode-ify). Based on a
>> patch by Dan Kegel.
>>
>>
>
> case 'w':
> + opt_given = TRUE;
> + while (isalpha(*s) || *s == ':') +
>
Hi Austin,
Austin English wrote:
Please apply after the first dxdiag patch (unicode-ify). Based on a
patch by Dan Kegel.
case 'w':
+opt_given = TRUE;
+while (isalpha(*s) || *s == ':')
+
You can't use isalpha on WCHAR. Use isalphaW instead.
Jacek
Another fortnight, another winetricks.
Main changes are:
new verbs vc2005express, psdk2003, mono24
plus some bug fixes.
Online as always at
http://kegel.com/wine/winetricks
or
http://winezeug.googlecode.com
(Bug reports to the issue tracker at the above URL, please.)
Changes since 20090815:
r65
On Wed, Aug 26, 2009 at 9:41 AM, Austin English wrote:
>> I'd like to add a new keyword in bugzilla
>> for bugs that block running an automated
>> build script. appbuild, maybe?
>
> FWIW, I filed a bunch of bugs found while testing with Appinstall, and
> put (Appinstall) in the title. But a keywor
On Wed, Aug 26, 2009 at 9:43 AM, Austin English wrote:
> On Wed, Aug 26, 2009 at 3:34 AM, Henri Verbeet wrote:
>> 2009/8/26 Austin English :
>>> Based on Dan Kegel's patch he wrote for Louis Lenders old implementation.
>>>
>> It probably doesn't make much of a difference for command line
>> parsing
On Wed, Aug 26, 2009 at 11:29 AM, Dan Kegel wrote:
> I'd like to add a new keyword in bugzilla
> for bugs that block running an automated
> build script. appbuild, maybe?
FWIW, I filed a bunch of bugs found while testing with Appinstall, and
put (Appinstall) in the title. But a keyword would be n
On Tue, Aug 18, 2009 at 7:51 PM, Dan Kegel wrote:
> On Mon, Aug 10, 2009 at 1:42 AM, Dan Kegel wrote:
>> Wine is far enough along that it ought to be
>> able to build and run unit test suites from
>> apps like Inkscape, Firefox, and OpenOffice ...
>> Next step: grabbing firefox source and building.
On Wed, Aug 26, 2009 at 12:10:36PM +0200, Tony Wasserka wrote:
> +BYTE abits, rbits, gbits, bbits;
> +BYTE ashift, rshift, gshift, bshift;
> +DWORD amask, rmask, gmask, bmask;
If you make those into arrays you will be able to cut down on the code
size, and the compiler might like it be
2009/8/26 :
> Hi,
>
> Please excuse my previous patch. It was against 1.1.27. Here it is against
> 1.1.28.
> Ah, those were the times when I patched areas nobody else would touch ;-)
>
This one does happen to apply, but please send patches against current
git in the future.
I'm not entirely sure
2009/8/26 Tony Wasserka :
> I hope the code is understandable in the other parts, my few main
> questions are:
> Do you agree that the architecture is the best approach or can you think
> of a better one? would using macros be legal here since it could really
> help reduce code duplication when imp
On Wed, Aug 26, 2009 at 3:34 AM, Henri Verbeet wrote:
> 2009/8/26 Austin English :
>> Based on Dan Kegel's patch he wrote for Louis Lenders old implementation.
>>
> It probably doesn't make much of a difference for command line
> parsing, but I think you want to make dxdiag explicitly unicode from
Vitaliy Margolen wrote:
> Chris Robinson wrote:
>> Attached is a set of patches that adds an openal32.dll thunk, allowing an
>> app
>> using OpenAL to use the system's lib instead of Creative's software driver.
>> The advantages of using the system lib include:
>>
> Strange, doesn't compile here
Detlef Riekenberg writes:
> @@ -24,7 +24,7 @@
>
> #ifdef __i386__
>
> -#ifdef __GNUC__
> +#if defined(__GNUC__) || defined(__PCC__)
A better way would be to make this case the default, it's not all that
gcc-specific.
--
Alexandre Julliard
julli...@winehq.org
Chris Robinson wrote:
> Attached is a set of patches that adds an openal32.dll thunk, allowing an app
> using OpenAL to use the system's lib instead of Creative's software driver.
> The advantages of using the system lib include:
>
Strange, doesn't compile here:
ccache gcc -m32 -m32 -c -I../../.
Henri Verbeet wrote:
> 2009/8/26 Austin English :
>> Based on Dan Kegel's patch he wrote for Louis Lenders old implementation.
>>
> It probably doesn't make much of a difference for command line
> parsing, but I think you want to make dxdiag explicitly unicode from
> the start (new programs in gene
2009/8/26 Ge van Geldorp :
> hr = IDXGIFactory_EnumAdapters(factory, 0, &adapter);
> -ok(SUCCEEDED(hr), "EnumAdapters failed, hr %#x\n", hr);
> +ok(SUCCEEDED(hr) || hr == DXGI_ERROR_NOT_FOUND, "EnumAdapters failed, hr
> %#x\n", hr);
Is that in a VM? It's fine to skip the test if ther
Hi everyone,
D3DXLoadSurfaceFromMemory is used to load a chunk of pixel data into a
surface, performing any pixel format conversion from signed/unsigned
ARGB, floating point or FourCC formats to any other format and also
performs various types of filtering actions (one of copying, point
filtering,
Frédéric Delanoy writes:
> The memory is released just thereafter (process end), but this is a leak
> anyway
It's not a leak. There's no point in wasting time freeing memory in main().
--
Alexandre Julliard
julli...@winehq.org
2009/8/25 Andrew Eikum :
> +GpStatus WINGDIPAPI GdipIsVisibleRegionPointI(GpRegion* region, INT x, INT
> y, GpGraphics *graphics, BOOL *res)
> +{
> +TRACE("(%p, %d, %d, %p, %p)\n", region, x, y, graphics, res);
> +
> +if(!region || !res)
> +return InvalidParameter;
It's a bit redu
2009/8/26 Chris Robinson :
> On Tuesday 25 August 2009 6:40:30 am Stefan Dösinger wrote:
>> I'll give it a try with my games. The old thunk from a while ago already
>> worked very will with those games.
>>
>> OpenAL seems to have an extension system like opengl. If there is a
>> function that retur
2009/8/26 Austin English :
> Based on Dan Kegel's patch he wrote for Louis Lenders old implementation.
>
It probably doesn't make much of a difference for command line
parsing, but I think you want to make dxdiag explicitly unicode from
the start (new programs in general, really). It also seems to
2009/8/25 Davide Pizzetti :
> -LTEXT "Wine può simulare diverse versioni e stili di Windows
> per ogni applicazione",
> +LTEXT "Wine può simulare diverse versioni e stili di Windows
> per ogni applicazione",
Looks like you messed up the encoding of the original file s
2009/8/25 Davide Pizzetti :
> @@ -1,6 +1,6 @@
> /*
> - * OleView (En.rc)
> - * English Language Support
> + * OleView (It.rc)
> + * Italian Language Support
> *
> * Copyright 2006 Piotr Caban
> *
That doesn't look right. How did you create these patches?
30 matches
Mail list logo