ChangeSet ID: 20689
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/10/12 16:07:27
Modified files:
dlls/wined3d : directx.c
Log message:
Oliver Stieber <oliver_stieber(a)yahoo.co.uk>
Changed the way that 24bit and 32bit Adapter and Buffer formats are
reported allowing EVE online to get past the startup screen and
allowing the Fur demo (amongst others) to run in a window, as under
windows, instead of in fullscreen mode.
Patch: http://cvs.winehq.org/patch.py?id=20689
Old revision New revision Changes Path
1.57 1.58 +3 -3 wine/dlls/wined3d/directx.c
ChangeSet ID: 20688
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/10/12 16:06:20
Modified files:
dlls/gdi/tests : metafile.c
dlls/gdi : enhmetafile.c
Log message:
Huw Davies <huw(a)codeweavers.com>
Initialize a bunch of dc values to their default before enumerating an
enhmetafile.
Add tests for these and for some values that don't get reset.
Patch: http://cvs.winehq.org/patch.py?id=20688
Old revision New revision Changes Path
1.14 1.15 +32 -0 wine/dlls/gdi/tests/metafile.c
1.14 1.15 +11 -1 wine/dlls/gdi/enhmetafile.c
ChangeSet ID: 20687
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/10/12 16:05:52
Modified files:
dlls/riched20 : style.c list.c
Log message:
Krzysztof Foltman <wdev(a)foltman.com>
- Style trace information is written to different debug channel (it's
not very useful anymore, reference counting looks correct for now).
- The document dump contains the character position of the end-of-text
mark.
Patch: http://cvs.winehq.org/patch.py?id=20687
Old revision New revision Changes Path
1.8 1.9 +7 -6 wine/dlls/riched20/style.c
1.3 1.4 +1 -1 wine/dlls/riched20/list.c
ChangeSet ID: 20686
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/10/12 16:05:40
Modified files:
dlls/ddraw : texture.c device_opengl.c
Log message:
Christian Costa <titan.costa(a)wanadoo.fr>
Disable depth test when there is no Z buffer attached.
Initialise texture states at creation instead of when tex name is
generated.
Patch: http://cvs.winehq.org/patch.py?id=20686
Old revision New revision Changes Path
1.4 1.5 +2 -4 wine/dlls/ddraw/texture.c
1.9 1.10 +8 -1 wine/dlls/ddraw/device_opengl.c
ChangeSet ID: 20685
CVSROOT: /opt/cvs-commit
Module name: tools
Changes by: julliard(a)winehq.org 2005/10/12 08:39:52
Modified files:
. : wine_release
Log message:
Converted to a shell script.
Updated for the new release format and location.
Simplified the code a bit.
Patch: http://cvs.winehq.org/patch.py?id=20685
Old revision New revision Changes Path
1.13 1.14 +69 -123 tools/wine_release