wine
21 years agoAdded the GUI part for setting the edition mode flavor.
Eric Pouech [Sat, 11 Jan 2003 21:00:20 +0000 (21:00 +0000)] 
Added the GUI part for setting the edition mode flavor.

21 years agoRemoved non needed include of module.h.
Eric Pouech [Sat, 11 Jan 2003 20:59:20 +0000 (20:59 +0000)] 
Removed non needed include of module.h.

21 years agoCoerce VT_UNKNOWN <-> VT_DISPATCH, NULL is valid in these cases.
Marcus Meissner [Sat, 11 Jan 2003 20:58:58 +0000 (20:58 +0000)] 
Coerce VT_UNKNOWN <-> VT_DISPATCH, NULL is valid in these cases.
Drop VT_x -> VT_x coercions, they are handled before the switch()
already.

21 years agoConvert VT_DISPATCH variants into VT_USERDEFINED/TKIND_DISPATCH and
Marcus Meissner [Sat, 11 Jan 2003 20:58:35 +0000 (20:58 +0000)] 
Convert VT_DISPATCH variants into VT_USERDEFINED/TKIND_DISPATCH and
TKIND_INTERFACE targets, Query IID_IDispatch if necessary.

21 years agoImplemented CoGetTreatAsClass.
Marcus Meissner [Sat, 11 Jan 2003 20:58:10 +0000 (20:58 +0000)] 
Implemented CoGetTreatAsClass.

21 years agoAdded windres compatibility switches: -v, --[no-]use-temp-file.
Dimitrie O. Paun [Sat, 11 Jan 2003 20:55:18 +0000 (20:55 +0000)] 
Added windres compatibility switches: -v, --[no-]use-temp-file.
New -h option to conform to standard practice (and MS' rc).
Updated documentation, minor option parsing cleanup.

21 years agoDSB.SetFormat:Trace the requested format as soon as possible in case
Francois Gouget [Sat, 11 Jan 2003 20:54:56 +0000 (20:54 +0000)] 
DSB.SetFormat:Trace the requested format as soon as possible in case
it is not supported and simplify validity check.
Initialize the buffer format, and only from the fields we checked.
DirectSoundCreate8 fully initializes the buffer format (just in case).

21 years agoDefine qsort and bsearch in stdlib.h.
Dimitrie O. Paun [Sat, 11 Jan 2003 20:54:19 +0000 (20:54 +0000)] 
Define qsort and bsearch in stdlib.h.

21 years agoAdd dirent.h header for Unix/mingw compatibility.
Dimitrie O. Paun [Sat, 11 Jan 2003 20:54:06 +0000 (20:54 +0000)] 
Add dirent.h header for Unix/mingw compatibility.

21 years agoFix latent deadlock in DSOUND_callback.
Francois Gouget [Sat, 11 Jan 2003 20:53:43 +0000 (20:53 +0000)] 
Fix latent deadlock in DSOUND_callback.

21 years ago- return EOF when stream is empty
Mehmet Yasar [Sat, 11 Jan 2003 20:53:22 +0000 (20:53 +0000)] 
- return EOF when stream is empty
- conformance test updated

21 years agoFixed handling of trailing whitespace after #else and #endif.
Alexandre Julliard [Fri, 10 Jan 2003 01:49:00 +0000 (01:49 +0000)] 
Fixed handling of trailing whitespace after #else and #endif.

21 years agoAdded Simplified Chinese resources.
Liu Spider [Fri, 10 Jan 2003 01:48:14 +0000 (01:48 +0000)] 
Added Simplified Chinese resources.

21 years agoAdd unistd.h files for mingw/Unix compatibility.
Dimitrie O. Paun [Fri, 10 Jan 2003 01:47:48 +0000 (01:47 +0000)] 
Add unistd.h files for mingw/Unix compatibility.

21 years ago3d sound diminishes with distance.
Rok Mandeljc [Fri, 10 Jan 2003 01:46:36 +0000 (01:46 +0000)] 
3d sound diminishes with distance.

21 years agoFixed crash in winamp reported by Andreas Mohr.
Juergen Schmied [Fri, 10 Jan 2003 01:46:15 +0000 (01:46 +0000)] 
Fixed crash in winamp reported by Andreas Mohr.

21 years agoFix recently broken GetDisplayNamesOf of names of shell extension
Juergen Schmied [Fri, 10 Jan 2003 01:45:57 +0000 (01:45 +0000)] 
Fix recently broken GetDisplayNamesOf of names of shell extension
dlls.

21 years agoChange types of WPARAM, LPARAM and LRESULT according to MS SDK definitions.
Dmitry Timoshkov [Fri, 10 Jan 2003 01:45:13 +0000 (01:45 +0000)] 
Change types of WPARAM, LPARAM and LRESULT according to MS SDK definitions.

21 years agoSupport default output name (a.out); some configure scripts check for
Dimitrie O. Paun [Fri, 10 Jan 2003 01:44:52 +0000 (01:44 +0000)] 
Support default output name (a.out); some configure scripts check for
it.

21 years agoSet correct last error if the path contains wildcard characters.
Shachar Shemesh [Fri, 10 Jan 2003 01:44:24 +0000 (01:44 +0000)] 
Set correct last error if the path contains wildcard characters.

21 years agoAdded GIF decompressor support to OLE Automation IPictures.
Marcus Meissner [Thu, 9 Jan 2003 06:04:33 +0000 (06:04 +0000)] 
Added GIF decompressor support to OLE Automation IPictures.

21 years agoCalculate starting position for a copyrect correctly.
Jason Edmeades [Thu, 9 Jan 2003 06:02:39 +0000 (06:02 +0000)] 
Calculate starting position for a copyrect correctly.

21 years agoAdded an edition mode flavor (win32/emacs...) to the console settings
Eric Pouech [Thu, 9 Jan 2003 06:01:51 +0000 (06:01 +0000)] 
Added an edition mode flavor (win32/emacs...) to the console settings
in the registry.

21 years agoSet the edition mode as a specific attribute, not an extension of the
Eric Pouech [Thu, 9 Jan 2003 06:01:32 +0000 (06:01 +0000)] 
Set the edition mode as a specific attribute, not an extension of the
console mode.

21 years agoRemoved emacs edition flavor (it's now a console attribute).
Eric Pouech [Thu, 9 Jan 2003 06:00:09 +0000 (06:00 +0000)] 
Removed emacs edition flavor (it's now a console attribute).

21 years agoIf bit/stretchblt source and destination DCs are the same, make sure
Duane Clark [Thu, 9 Jan 2003 05:59:47 +0000 (05:59 +0000)] 
If bit/stretchblt source and destination DCs are the same, make sure
the changes are committed before unlocking.

21 years agoDo not define __WINESRC__ when building tools and miscemu.
Alexandre Julliard [Thu, 9 Jan 2003 01:57:15 +0000 (01:57 +0000)] 
Do not define __WINESRC__ when building tools and miscemu.

21 years agoRemove global NONAMELESS* define for tests too.
Alexandre Julliard [Thu, 9 Jan 2003 01:56:27 +0000 (01:56 +0000)] 
Remove global NONAMELESS* define for tests too.

21 years agoRegenerated with latest widl.
Alexandre Julliard [Thu, 9 Jan 2003 01:10:14 +0000 (01:10 +0000)] 
Regenerated with latest widl.

21 years agoAdded a few rules to rebuild idl headers.
Alexandre Julliard [Thu, 9 Jan 2003 01:09:16 +0000 (01:09 +0000)] 
Added a few rules to rebuild idl headers.

21 years agoDeclare user-marshaller prototypes for types declared with [wire_marshal].
Ove Kaaven [Thu, 9 Jan 2003 01:05:54 +0000 (01:05 +0000)] 
Declare user-marshaller prototypes for types declared with [wire_marshal].
Define __WIDL__ preprocessor macro, so Wine-specific IDL can be enclosed
in #ifdef __WIDL__. Fixed a file output bug.

21 years agoAdded Simplified Chinese resources.
Liu Spider [Thu, 9 Jan 2003 00:51:09 +0000 (00:51 +0000)] 
Added Simplified Chinese resources.

21 years agoAdd implementation for PathCreateFromUrlW and add the start for some
Matthew Mastracci [Thu, 9 Jan 2003 00:50:17 +0000 (00:50 +0000)] 
Add implementation for PathCreateFromUrlW and add the start for some
URL unit tests.

21 years agoCheck and define AS (for cross/biarch compiler support).
Marcus Meissner [Thu, 9 Jan 2003 00:46:54 +0000 (00:46 +0000)] 
Check and define AS (for cross/biarch compiler support).

21 years agoAdd -gstabs+ option if supported (based on a patch by Marcus
Alexandre Julliard [Thu, 9 Jan 2003 00:42:26 +0000 (00:42 +0000)] 
Add -gstabs+ option if supported (based on a patch by Marcus
Meissner).

21 years agoCollapse the -hHrs options into the -O option.
Dimitrie O. Paun [Thu, 9 Jan 2003 00:03:53 +0000 (00:03 +0000)] 
Collapse the -hHrs options into the -O option.
Generate .res files by default.

21 years agoImplemented GetModuleBaseName(AW), GetModuleFileNameEx(AW) and
Eric Pouech [Thu, 9 Jan 2003 00:02:26 +0000 (00:02 +0000)] 
Implemented GetModuleBaseName(AW), GetModuleFileNameEx(AW) and
GetModuleInformation.

21 years ago- no longer depend on toolhelp definitions for generating snapshots
Eric Pouech [Thu, 9 Jan 2003 00:01:28 +0000 (00:01 +0000)] 
- no longer depend on toolhelp definitions for generating snapshots
- added get_dll_info request

21 years agoAdded the missing APIs.
Eric Pouech [Wed, 8 Jan 2003 23:59:31 +0000 (23:59 +0000)] 
Added the missing APIs.

21 years agoChange RECT to use LONG to match win32 standard headers and fix format
Dan Kegel [Wed, 8 Jan 2003 21:09:25 +0000 (21:09 +0000)] 
Change RECT to use LONG to match win32 standard headers and fix format
strings to use %ld for RECT elements.

21 years agoStore the keyboard state in the thread input structure on the server
Alexandre Julliard [Wed, 8 Jan 2003 19:56:31 +0000 (19:56 +0000)] 
Store the keyboard state in the thread input structure on the server
side.

21 years agoRemoved no longer used local variable (spotted by Dmitry Timoshkov).
Alexandre Julliard [Wed, 8 Jan 2003 19:55:08 +0000 (19:55 +0000)] 
Removed no longer used local variable (spotted by Dmitry Timoshkov).

21 years agoGrab the thread object in case the thread terminates with pending
Alexandre Julliard [Wed, 8 Jan 2003 19:54:19 +0000 (19:54 +0000)] 
Grab the thread object in case the thread terminates with pending
async requests (spotted by Andreas Mohr).

21 years agoWS_CAPTION is a two bit field, so test appropriately.
Duane Clark [Wed, 8 Jan 2003 19:53:47 +0000 (19:53 +0000)] 
WS_CAPTION is a two bit field, so test appropriately.

21 years agoGetPrinterDriverDirectoryA: do not crash on null pointers.
Stefan Leichter [Wed, 8 Jan 2003 19:52:25 +0000 (19:52 +0000)] 
GetPrinterDriverDirectoryA: do not crash on null pointers.

21 years agoStore the hardware messages in the thread input structure, not in the
Alexandre Julliard [Wed, 8 Jan 2003 00:27:58 +0000 (00:27 +0000)] 
Store the hardware messages in the thread input structure, not in the
thread queue. Get rid of the cooked messages queue.

21 years agoDefined NONAMELESSUNION/STRUCT directly in the files that need it
Alexandre Julliard [Tue, 7 Jan 2003 23:11:12 +0000 (23:11 +0000)] 
Defined NONAMELESSUNION/STRUCT directly in the files that need it
instead of globally in the makefile.

21 years agoUse the standard symbol names instead of the msvcrt specific ones.
Dimitrie O. Paun [Tue, 7 Jan 2003 23:09:54 +0000 (23:09 +0000)] 
Use the standard symbol names instead of the msvcrt specific ones.

21 years agoRemove extra #include directives from winspool.h.
Francois Gouget [Tue, 7 Jan 2003 23:09:22 +0000 (23:09 +0000)] 
Remove extra #include directives from winspool.h.

21 years ago - rewrote a little bit the state magagement to remove the RenderState
Lionel Ulmer [Tue, 7 Jan 2003 23:08:31 +0000 (23:08 +0000)] 
 - rewrote a little bit the state magagement to remove the RenderState
   stucture and use only the state_block code
 - factorize some code between interface revisions
 - fix some smalls bugs

21 years agoIn OSS_RawOpenDevice, always retrieve the device format and store it
Francois Gouget [Tue, 7 Jan 2003 23:08:05 +0000 (23:08 +0000)] 
In OSS_RawOpenDevice, always retrieve the device format and store it
in the OSS_DEVICE structure.
Modify our internal functions so that they can be told to still open
the device even if the device format is not an exact match.
In wodOpen return the actual device format if the WAVE_DIRECTSOUND
flag is set.
Fixes DirectSound on i810 soundcards (i.e. cards supporting only
48000x16x2).

21 years agoDefine NONAMELESS{STRUCT,UNION} explicitly in the files that need them.
Dimitrie O. Paun [Tue, 7 Jan 2003 20:36:20 +0000 (20:36 +0000)] 
Define NONAMELESS{STRUCT,UNION} explicitly in the files that need them.

21 years agoTeach winegcc to produce executables directly from a bunch of source files.
Dimitrie O. Paun [Tue, 7 Jan 2003 19:47:19 +0000 (19:47 +0000)] 
Teach winegcc to produce executables directly from a bunch of source files.
Create a wineg++ akin to g++. Drop support for the abused -xc++ switched.

21 years agoA window with a WS_EX_APPWINDOW extended style can also get a menu.
Duane Clark [Tue, 7 Jan 2003 19:46:31 +0000 (19:46 +0000)] 
A window with a WS_EX_APPWINDOW extended style can also get a menu.

21 years agoFixed protocol packet handling when winedbg is too slow to answer.
Eric Pouech [Tue, 7 Jan 2003 19:45:40 +0000 (19:45 +0000)] 
Fixed protocol packet handling when winedbg is too slow to answer.

21 years ago- Cleaned up the code (saving on chaining strings) by CDing to the
Shachar Shemesh [Tue, 7 Jan 2003 19:44:00 +0000 (19:44 +0000)] 
- Cleaned up the code (saving on chaining strings) by CDing to the
  system root directory before doing anything else.
- Will now rename wininit.ini to wininit.bak instead of erasing it as
  before.

21 years agoAlways open the device in the default 22050x8x2 format, and let it
Francois Gouget [Tue, 7 Jan 2003 19:43:18 +0000 (19:43 +0000)] 
Always open the device in the default 22050x8x2 format, and let it
report the actual device format to us.

21 years agoFix the BlockSize check.
Francois Gouget [Tue, 7 Jan 2003 19:43:02 +0000 (19:43 +0000)] 
Fix the BlockSize check.

21 years agoStubs for DllGetClassObject, Ole[GS]etClipboard in ole2.
Dimitrie O. Paun [Tue, 7 Jan 2003 19:42:43 +0000 (19:42 +0000)] 
Stubs for DllGetClassObject, Ole[GS]etClipboard in ole2.

21 years agoImplementation of (Get|Set)ClipPlane for d3d7.
Christoph Frick [Tue, 7 Jan 2003 19:42:26 +0000 (19:42 +0000)] 
Implementation of (Get|Set)ClipPlane for d3d7.

21 years agoMany oleaut32 APIs are missing on Win95/IE3. Load them dynamically.
Francois Gouget [Tue, 7 Jan 2003 19:40:40 +0000 (19:40 +0000)] 
Many oleaut32 APIs are missing on Win95/IE3. Load them dynamically.
Uncomment some 'NULL' tests as they pass on Windows and on Wine.
Comment out those that crash on Win95 and indicate why they are
commented out.
Remove two redundant tests in vartest.c (VarI1FromBool and
VarUI2FromI2, last diff hunk).

21 years agoStandardize the capitalization of Wine.
Francois Gouget [Tue, 7 Jan 2003 19:40:14 +0000 (19:40 +0000)] 
Standardize the capitalization of Wine.

21 years agoAdd support for .drv extension (for winspool.drv tests for instance).
Francois Gouget [Tue, 7 Jan 2003 19:40:00 +0000 (19:40 +0000)] 
Add support for .drv extension (for winspool.drv tests for instance).

21 years ago- fixed some update problems (generic & while scrolling)
Eric Pouech [Tue, 7 Jan 2003 19:39:25 +0000 (19:39 +0000)] 
- fixed some update problems (generic & while scrolling)
- now generating key event for Ctrl-[A-Z] that our editline understands
- implemented cursor visibility

21 years agoFixed some bugs in cast operator.
Eric Pouech [Sun, 5 Jan 2003 20:38:05 +0000 (20:38 +0000)] 
Fixed some bugs in cast operator.

21 years agoFixed some issues caused by the new oaidl.h.
Alexandre Julliard [Sun, 5 Jan 2003 20:32:30 +0000 (20:32 +0000)] 
Fixed some issues caused by the new oaidl.h.

21 years agoWrote a new oaidl.idl to replace include/wine/obj_oleaut.h and
Ove Kaaven [Sun, 5 Jan 2003 20:31:51 +0000 (20:31 +0000)] 
Wrote a new oaidl.idl to replace include/wine/obj_oleaut.h and
include/wine/obj_errorinfo.h.

21 years agomingw links in comdlg32, shell32, and advapi32 by default.
Dimitrie O. Paun [Sun, 5 Jan 2003 20:28:54 +0000 (20:28 +0000)] 
mingw links in comdlg32, shell32, and advapi32 by default.

21 years agoFactorize the 'ortho' code (will be needed later on).
Lionel Ulmer [Sun, 5 Jan 2003 20:28:35 +0000 (20:28 +0000)] 
Factorize the 'ortho' code (will be needed later on).

21 years agoIgnore the LPSURFACE bit if ALLOCONLOAD is set.
Lionel Ulmer [Sun, 5 Jan 2003 20:28:17 +0000 (20:28 +0000)] 
Ignore the LPSURFACE bit if ALLOCONLOAD is set.

21 years agoStandardize the capitalization of Wine.
Francois Gouget [Sun, 5 Jan 2003 01:08:56 +0000 (01:08 +0000)] 
Standardize the capitalization of Wine.

21 years agoChange the SUBLANG_NEUTRAL clause in all winelib applications to
Shachar Shemesh [Sun, 5 Jan 2003 01:08:14 +0000 (01:08 +0000)] 
Change the SUBLANG_NEUTRAL clause in all winelib applications to
SUBLANG_DEFAULT, as they should be.

21 years ago- Fixed several bugs while resizing an existing screenbuffer.
Eric Pouech [Sun, 5 Jan 2003 01:07:34 +0000 (01:07 +0000)] 
- Fixed several bugs while resizing an existing screenbuffer.
- Reduced update area for some write conditions.
- Started implementing event message collapsing.

21 years agoPass -l's that are not .dll's or .a's to the linker.
Dimitrie O. Paun [Sun, 5 Jan 2003 01:07:09 +0000 (01:07 +0000)] 
Pass -l's that are not .dll's or .a's to the linker.

21 years ago- Define the standard __WINE__ and __WIN32__ macros.
Dimitrie O. Paun [Sun, 5 Jan 2003 01:06:55 +0000 (01:06 +0000)] 
- Define the standard __WINE__ and __WIN32__ macros.
- Map -luuid to -lwine_uuid, in Unix -luuid does something else.

21 years agoInclude oaidl.h instead of wine/obj_oleaut.h.
Ove Kaaven [Sun, 5 Jan 2003 01:06:30 +0000 (01:06 +0000)] 
Include oaidl.h instead of wine/obj_oleaut.h.

21 years agoTemporarily include objbase.h from oleidl.h.
Ove Kaaven [Sun, 5 Jan 2003 01:06:19 +0000 (01:06 +0000)] 
Temporarily include objbase.h from oleidl.h.
Removed inclusion of obj_errorinfo.h.

21 years agoAvoid direct ICOM_CALL usage.
Ove Kaaven [Sun, 5 Jan 2003 01:06:04 +0000 (01:06 +0000)] 
Avoid direct ICOM_CALL usage.

21 years agoMoved a couple of definitions from include/wine/obj_oleaut.h to
Ove Kaaven [Sun, 5 Jan 2003 01:05:45 +0000 (01:05 +0000)] 
Moved a couple of definitions from include/wine/obj_oleaut.h to
include/oleauto.h.

21 years agoCreation of a tags file with the ctags tool.
Christoph Frick [Sun, 5 Jan 2003 01:05:13 +0000 (01:05 +0000)] 
Creation of a tags file with the ctags tool.

21 years ago- fix in the GetHandle method
Lionel Ulmer [Sun, 5 Jan 2003 01:04:55 +0000 (01:04 +0000)] 
- fix in the GetHandle method
- factorize some code between D3D1/2/3 and D3D7
- fix reference counting for palettes

21 years agoole2nls.c is a 16bit only.
Marcus Meissner [Sun, 5 Jan 2003 01:04:34 +0000 (01:04 +0000)] 
ole2nls.c is a 16bit only.
No need to define ICOM macros for 16bit iface IMalloc16.
Define and implement HGLOBAL_LockBytes16.
Started on StgOpenStorageOnILockBytes.

21 years agoAdded several missing K32WOW* prototypes.
Marcus Meissner [Sun, 5 Jan 2003 01:03:41 +0000 (01:03 +0000)] 
Added several missing K32WOW* prototypes.

21 years agoThe vt field should be a VARTYPE not a VARENUM.
Francois Gouget [Sun, 5 Jan 2003 01:03:12 +0000 (01:03 +0000)] 
The vt field should be a VARTYPE not a VARENUM.

21 years agoFix signed/unsigned compilation warnings.
Francois Gouget [Sun, 5 Jan 2003 01:02:57 +0000 (01:02 +0000)] 
Fix signed/unsigned compilation warnings.

21 years agoInitial wineboot implementation; at this stage only wininit.ini
Shachar Shemesh [Sat, 4 Jan 2003 02:52:05 +0000 (02:52 +0000)] 
Initial wineboot implementation; at this stage only wininit.ini
processing has been written.

21 years ago- 3d buffers produce sounds
Rok Mandeljc [Sat, 4 Jan 2003 01:24:59 +0000 (01:24 +0000)] 
- 3d buffers produce sounds
- some other small fixes

21 years ago- cleaned *Set* functions
Rok Mandeljc [Sat, 4 Jan 2003 01:22:51 +0000 (01:22 +0000)] 
- cleaned *Set* functions
- added initial code for 3d buffer recalculating
- added some auxiliary functions

21 years agoRename __WINE__ to __WINESRC__.
Dimitrie O. Paun [Sat, 4 Jan 2003 00:52:18 +0000 (00:52 +0000)] 
Rename __WINE__ to __WINESRC__.

21 years agoRemoved a few more #ifdef __WINE__.
Alexandre Julliard [Sat, 4 Jan 2003 00:19:17 +0000 (00:19 +0000)] 
Removed a few more #ifdef __WINE__.

21 years agoEnable nameless structures in C++ for gcc >= 3.x (discovery and
Dimitrie O. Paun [Sat, 4 Jan 2003 00:17:11 +0000 (00:17 +0000)] 
Enable nameless structures in C++ for gcc >= 3.x (discovery and
testing done by Dan Kegel).

21 years agoPass only the -o -l -L options to winewrap, ignore the rest.
Dimitrie O. Paun [Sat, 4 Jan 2003 00:15:49 +0000 (00:15 +0000)] 
Pass only the -o -l -L options to winewrap, ignore the rest.

21 years agoRemoved a couple of no longer used tests in the generated configure
Alexandre Julliard [Fri, 3 Jan 2003 22:36:39 +0000 (22:36 +0000)] 
Removed a couple of no longer used tests in the generated configure
script.

21 years ago#include <stdlib.h> instead of the non-standard <malloc.h>.
Gerald Pfeifer [Fri, 3 Jan 2003 22:32:47 +0000 (22:32 +0000)] 
#include <stdlib.h> instead of the non-standard <malloc.h>.

21 years agoEnable Z buffer by default.
Lionel Ulmer [Fri, 3 Jan 2003 22:32:30 +0000 (22:32 +0000)] 
Enable Z buffer by default.

21 years agoAdded TIME_KILL_SYNCHRONOUS.
Francois Gouget [Fri, 3 Jan 2003 22:32:14 +0000 (22:32 +0000)] 
Added TIME_KILL_SYNCHRONOUS.

21 years agoProperly handle the -M switch.
Dimitrie O. Paun [Fri, 3 Jan 2003 22:31:56 +0000 (22:31 +0000)] 
Properly handle the -M switch.

21 years agoProperly link agains .a files using the -l switch.
Dimitrie O. Paun [Fri, 3 Jan 2003 22:31:45 +0000 (22:31 +0000)] 
Properly link agains .a files using the -l switch.
Support more verbose output.

21 years agoAdded basic support for mipmaping, verified using sample from
Jason Edmeades [Fri, 3 Jan 2003 21:28:05 +0000 (21:28 +0000)] 
Added basic support for mipmaping, verified using sample from
codesampler.com.

21 years ago- Use faster vertex arrays (rather than processing vertexes one by
Jason Edmeades [Fri, 3 Jan 2003 21:25:42 +0000 (21:25 +0000)] 
- Use faster vertex arrays (rather than processing vertexes one by
  one), whenever possible.
- Less trace in the slower form by default.