ChangeSet ID: 8812
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/07/21 15:01:23
Modified files:
dlls/d3d8 : drawprim.c
Log message:
Jason Edmeades <us(a)the-edmeades.demon.co.uk>
Disable client texture states when not in use (fast mode) otherwise
traps occur.
Correct number of texture coords supplied in both fast and slow mode.
Dont supply a default colour of white when diffuse mode is disabled.
Reenable fast mode.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8812
Old revision New revision Changes Path
1.6 1.7 +59 -82 wine/dlls/d3d8/drawprim.c
ChangeSet ID: 8809
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/07/21 15:00:17
Modified files:
dlls/msacm : pcmconverter.c
Log message:
Michael Günnewig <MichaelGuennewig(a)gmx.de>
Fixed wrong assert in PCM_round, which didn't allow to call
acmStreamSize with a value of 0 to convert -- native allows it.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8809
Old revision New revision Changes Path
1.15 1.16 +1 -1 wine/dlls/msacm/pcmconverter.c
ChangeSet ID: 8808
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/07/21 14:59:57
Modified files:
dlls/avifil32 : avifile.c api.c
Log message:
Michael Günnewig <MichaelGuennewig(a)gmx.de>
- Fixed AVIStreamTimeToSample and AVIStreamSampleToTime methods to
stay in bounds and behave like the native ones.
- Fallback to mmioOpenA if mmioOpenW doesn't work (when using Win9x DLLs).
- Fixed a bug of using mmioDescend/mmioAscend (occured with native libs).
- Silent a message which could be incorrect for non-video streams.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8808
Old revision New revision Changes Path
1.35 1.36 +18 -5 wine/dlls/avifil32/avifile.c
1.19 1.20 +29 -3 wine/dlls/avifil32/api.c
ChangeSet ID: 8807
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/07/21 14:59:03
Modified files:
dlls/wininet : internet.h internet.c ftp.c
Log message:
Lionel Ulmer <lionel.ulmer(a)free.fr>
- use SIZE command to retrieve the file size (as the file size is not
part of the WinNT acknowledgement string)
- free the handle / close the socket on end of download
- fix InternetReadFile in the FTP case
- fix FTP_ReceiveResponse
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8807
Old revision New revision Changes Path
1.11 1.12 +1 -0 wine/dlls/wininet/internet.h
1.62 1.63 +4 -6 wine/dlls/wininet/internet.c
1.29 1.30 +80 -25 wine/dlls/wininet/ftp.c
ChangeSet ID: 8806
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/07/21 14:58:26
Modified files:
dlls/dinput/joystick: linuxinput.c
Log message:
Marcus Meissner <marcus(a)jet.franken.de>
KEY_MAX is 511, which does not fit in a BYTE.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8806
Old revision New revision Changes Path
1.16 1.17 +1 -1 wine/dlls/dinput/joystick/linuxinput.c