- May 19, 2003
-
-
Alexandre Julliard authored
SendMessage.
-
-
-
-
Make GenInstall16 only copy files if the version is new or same.
-
-
-
-
-
- May 17, 2003
-
-
-
- fix a crash in pixel shader parser (happened with unreal2) - currently desactive pixel shaders caps (with #define) while hw shaders code isn't merged - when we have a special debug channel for shader, use it ;) - fix again some stubs return value - more more readable traces now (principaly IDirect3D8 capacities check and surface locking code) using new debug functions - fix/cleaning the surface locking code - now we support D3DTOP_SUBSTRACT so declare it in caps - now support true 32bit (well X 24 bit can be used as 32 bit in caps code) - first try to get D3DTSS_TCI_CAMERASPACENORMAL and D3DTSS_TCI_CAMERASPACEREFLECTIONVECTOR look good - native support 32 bit support (now application can choose 16 or 32 bit support) if current resolution is 24 bit (as we can only launch games in windowed mode) - textures palettes support - fix reflexion placement code (the sdk sample begin to work) - fix a stupid crash when using traces in vshaderdeclaration - more more readable traces (init/caps) - more cubetextures fixes
-
-
-
- May 16, 2003
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
the module cleanup code.
-
Alexandre Julliard authored
-
Removed a workaround for the former problem.
-
-
-
-
-
-
Alexandre Julliard authored
-
Silence the fixmes.
-
- May 15, 2003
-
-
-
-
Alexandre Julliard authored
-
call, using opengl coordinates, not directx coordinates.
-
Alexandre Julliard authored
USER now. Moved USER module cleanups to the 16-bit signal proc.
-
-
-
if error returned from CreateFileW is ERROR_SHARING_VIOLATION.
-
properly. Also a few tabs->spaces to correct formatting.
-
-
-
Alexandre Julliard authored
Implement file control block (FCB) functions: INT21_OpenFileUsingFCB [0x0f], INT21_CloseFileUsingFCB [0x10], INT21_SequenialReadFromFCB [0x14], INT21_SequenialWriteToFCB [0x15], INT21_ReadRandomRecordFromFCB [0x21], INT21_WriteRandomRecordToFCB [0x22], INT21_RandomBlockReadFromFCB [0x27], INT21_RandomBlockWriteToFCB [0x28].
-
-
Alexandre Julliard authored
Removed no longer needed install dependencies.
-
- allow NtFileFlushBuffers to wait - allow DisconnectNamedPipe to invalidate client cached fd - fix the pipe test now that one extra test passes
-
RtlGetFullPathName_U and RtlSetCurrentDirectory_U (the last one partially as we can't test whether a path exists or not).
-