- 03 Jan, 2003 23 commits
-
-
Lionel Ulmer authored
- fix yet again texture enumeration to please all games :-/
-
Christian Costa authored
-
Lionel Ulmer authored
-
Christian Costa authored
Initialize the device with the right D3D default values. Implements GetRenderState, GetTextureStageState and GetLightState.
-
Lionel Ulmer authored
- some changes in the execute buffer to reuse the new Matrix code - always reinitialize the enumeration structures in case some games modify them - added support for the (unused) Reserved1 field in the FVF formats - fix 32 bit texturing and added more checks - remove some useless and annoying fixme
-
Lionel Ulmer authored
factorize the code between the various code path - fixed some logging stuff
-
Lionel Ulmer authored
- added 'support' for GetInfo
-
Lionel Ulmer authored
- misc. fixes
-
Dimitrie O. Paun authored
Miscellaneous small cleanups.
-
Dimitrie O. Paun authored
-
Lionel Ulmer authored
- fixes in the vertex buffer thunking + optimized flag support
-
Francois Gouget authored
instead since it won't impact _these_ tests anyway.
-
Alexandre Julliard authored
the per-thread strings area. Added inline functions to format POINT, SIZE and RECT structures.
-
Dimitrie O. Paun authored
-
Dimitrie O. Paun authored
-
Lionel Ulmer authored
-
Dimitrie O. Paun authored
Small cleanups.
-
Patrik Stridvall authored
of <> and "".
-
Stefan Leichter authored
-
Chris Morgan authored
being wider than listview prevents any scrolling from occuring. Added printing of the scroll code text during tracing of scroll functions.
-
Dan Kegel authored
App Paths.
-
Dominik Strasser authored
-
Francois Gouget authored
-
- 02 Jan, 2003 17 commits
-
-
Marcus Meissner authored
Added support for FADF_HAVEIID, FADF_RECORD, FADF_HAVEVARTYPE. Implemented SafeArrayAllocDescriptorEx and SafeArrayGetVarType correctly. Fixed second argument of SafeArrayCopyData (it is just SAFEARRAY*). Changed allocation to include 16 bytes before the SAFEARRAY (to store IID/VARTYPE/IRecordInfo*). VARTYPE -> size array was not indexed correctly. Added lots of testcases for most functionality. Added IRecordInfo interface definition.
-
Marcus Meissner authored
VariantCopy does not need to check the return of VariantClear. VariantCopyInd now copies VT_UNKNOWN and VT_DISPATCH too. VarCmp handles VT_BOOL. VarFormat handles VT_BSTR. coerce_array fixed for VT_ARRAY|VT_UI1 -> VT_BSTR and VT_ARRAY|x -> VT_SAFEARRAY cases. VarCat tries to coerce types into VT_BSTR to do cat.
-
Marcus Meissner authored
tdescAlias.vt entry. Added a small handler for TKIND_DISPATCH in SLTG. ITypeLib_Release can have a NULL pointer as ITypeInfo*. Split out _copy_arg function for both DispCall and ITypeInfo_fnInvoke, added some more functionality. ITypeInfo_fnInvoke can handle VT_USERDEFINED variants.
-
Francois Gouget authored
Test both primary and secondary buffers.
-
Alberto Massari authored
by using the Unicode version. - InternetCrackUrlW now parses URL having the "about" and "res" schemes.
-
Dimitrie O. Paun authored
-
Dimitrie O. Paun authored
Modify the app launcher to pass all options but --debugmsg and --dll to the app. Link the wrapper against all of the app's libs. Drop support for passing the dll names to the launcher.
-
Lionel Ulmer authored
surface memory.
-
Lionel Ulmer authored
it to work and they want it enumerated first..) - some comments about potential problems with Z masking
-
Lionel Ulmer authored
-
Christian Costa authored
-
Lionel Ulmer authored
- fixed backface culling and material settings
-
Christian Costa authored
Implements GetVertexBufferDesc. Remove some useless FIXME.
-
Lionel Ulmer authored
- new rendering states supported
-
Lionel Ulmer authored
-
Lionel Ulmer authored
- handle palette change of loaded textures - some changes in the ExecuteBuffer
-
Lionel Ulmer authored
- added support for the DEPTH_FILL BLT - set by defaut perspective correction to nicest. - decrease the limit where 'w' is ignored
-