- 02 Jan, 2003 30 commits
-
-
Lionel Ulmer authored
device.
-
Dmitry Timoshkov authored
-
Alexandre Julliard authored
-
Patrik Stridvall authored
-
Jeff Smith authored
flags and shared object file naming.
-
Patrik Stridvall authored
- Minor improvement and bug fixes.
-
Alberto Massari authored
-
Alberto Massari authored
-
Dimitrie O. Paun authored
Quite a few micro cleanups, code should be simpler to follow.
-
Dimitrie O. Paun authored
New -V option to display the version. Do not link -lc, screws up linking, just get the default.
-
Eric Pouech authored
-
Raphael Junqueira authored
- remove non-esthetic c++ comments into c comments block ;) - more more debug - indent, cleanups - trying to use DIFFUSE and SPECULAR for vertex shader - many fixes - integration with Jason's texture patch
-
Lionel Ulmer authored
-
Lionel Ulmer authored
-
Eric Pouech authored
unpreparation was successful.
-
Eric Pouech authored
-
Dominik Strasser authored
-
Marcus Meissner authored
PICTYPE_NONE has width/height 0.
-
Rein Klazes authored
previously opened AVI clip when there isn't one.
-
Andreas Mohr authored
Added Win XP as a listed Windows version.
-
Gerald Pfeifer authored
-
Francois Gouget authored
additional explicitly interactive tests. Modify the winmm test to use WINETEST_INTERACTIVE.
-
Alberto Massari authored
the key is already registered.
-
Duane Clark authored
-
Francois Gouget authored
Fixed the prototype of statustodoserror to make the test work on NT4. Added alternate return values to make the test work on Win98. Check whether RtlNtStatusToDosError ismissing to make the test work on Win95. Added a strict option to cause the test to only accept the standard mapping.
-
Francois Gouget authored
-
Dimitrie O. Paun authored
-
Chris Morgan authored
date column with DATE_SHORTDATE format.
-
Chris Morgan authored
otherwise some tests are broken on systems where things aren't english/us.
-
Francois Gouget authored
-
- 24 Dec, 2002 10 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Lionel Ulmer).
-
Lionel Ulmer authored
- replace glOrtho by a hand-built matrix - fix applications doing SetTransform + using XYZRHW vertices
-
Lionel Ulmer authored
- some more rendering states handled
-
Lionel Ulmer authored
-
Lionel Ulmer authored
-
Jeff Smith authored
documents.
-
Lionel Ulmer authored
-
Francois Gouget authored
using a for loop. This lets us later print the offending string when a test fails. Fix the MSVC compilation error (XXXe183) and warnings (put suffixes as in 0L & 1.0F, signed/unsigned warnings, s/-2147483648/0x80000000L/). Uncomment the DateFromStr tests and fill in the todo fields where appropriate. Define an NB_OLE_STRINGS macro and use it to make sure all the arrays have the right number of fields. In the *FromStr loops, fill the return field with a dummy value (42) before calling the conversion function. This way a test no longer depends on whether the previous test failed or not! If a test is expected to fail, then retval is meaningless -> omit it from the result arrays. If a test actually fails or was expected to fail, then there is no point in checking retval. Improve error reporting. Pass the printf-style format directly to ok, remove the unnecessary sprintfs.
-
Lionel Ulmer authored
-