Modification History:
---------------------

Version 2.4 (August 30, 1997)
-----------
- Added Win95 software rendering support through DirectX/WGT95
- Added 3D MAX glasses support (see the MAXVIEW utility)
- Added Camera chunks to the PRO file format.  This includes keyframing
  information.  Camera keyframes from Lightwave Scenes are now supported,
  but not 3D Studio.  Looping camera animation is achieved with the
  CAMFLAG_LOOP_ANIMATION camera flag.
- Added the FLAG_LOOP_ANIMATION to the segment flags.  If this flag is
  set, the animation will loop when a frame number given to the
  PR_AnimateEntity routine is larger than the segment's last frame.
  Also modified LWS2PRO to read the EndBehaviour field, which sets this flag.
  (You can change it when you click on motion graph in Lightwave)
  For 3DS files, this flag is not set.
- Added a timer to the examples so the objects spin at a constant rate
  regardless of the frame rate.
- Added the MinUV and MaxUV variables in the PR_Settings structure to
  handle new 3D hardware.
- Fixed a bug in the VESA routines, if the mode initialized is 320x200
  under VESA 1.2.
- Improved Voodoo Rush support by fixing the LFB writes
- Found a bug in the PR_Findxxx routines.  They were case sensitive and
  this caused problems when you put the files into a data library using
  the WGTLIB utility.  WGTLIB converts everything to uppercase.
- Fixed the right edge clipping problems with wireframe and solid triangles.
- Removed the following routines because they were obsolete:
  PR_AddChildSegment, PR_DeselectChildren, PR_DeselectSegment,
  PR_RemoveChildSegment,  PR_SelectChildren, PR_SelectSegment

Since the file format contains new chunks, make sure to recompile all of the
utilities with these libraries.  If you use an old utility with the new
file format, you will lose the new chunks when the file is saved.


Version 2.31
------------
- WinGlide/Win32 support for Watcom added
- Added 3DS keyframe support
- Added non-uniform/uniform scaling keyframes with linear or non-linear
  transitions
- Updates DUMPPRO to include material colors and keyframe data
- Fixed a bug in the Lightwave keyframer that caused some crashing
- Added morphing routine documentation to manual
- Added documentation for LWS2PRO, CENTPRO, PHONG, and PIC2WMP utils
- Added PR_TransformVertexList to the Segment Interface
- Added PR_GetMaterialAlpha and PR_SetMaterialAlpha to the Material Interface
- Make sure you set the object->num_frames value to -1 if the object has
  no keyframe data (when importing from other sources)

Version 2.3
-----------
- WinGlide/Win32 support for MSVC added
- Keyframer and hierarchy added to the PRO format
- Added LWS conversion with keyframe data
- Added Quaternion Interface
- Made MDL and Music files load from WGTLIB files
- Removed GIF support (be careful with your old code)


Version 2.2
-----------
- All utilities compiled with Glide 2.3 (requires the new Glide drivers
  are installed if you use 3Dfx)
- Fixed the camera matrix bug... it wasn't using the up vector
- Fixed the gouraud black hole problem
- Added LWO support
- Added 32 track 3D positional sound and digital music
- Fixed the color problem in the 3Dfx putblock_8bit routine
- Added Glide 2.3 support with DOS DLL's and VooDoo Rush support
  (although PR isn't under Win95 yet so you can't get 3D in a window!)
- Changed the screen locking/unlocking functions so they are not needed
  for text output.  


Version 2.1
-----------
- Fixed the flashing bug in the 3Dfx terrain.
- Added Morphing functions to API
- Fixed sprite rotation and scaling
- Added translucent texture mapping
- Fixed texture scaling problem in TEXSKIN
- Fixed Gouraud tri filler clipping bug
- Added Smoke trails and shrapnel to terrain demo
- Added animated Quake MDL viewing to PRVIEW
- Added 3DS texture loading to PRVIEW
- Added multiple level heightfield support (caves etc)
- Fixed a bug in the flat xray texture mapped triangle routine
- Made the 3DS loader set the back material equal to the front for all faces
- Fixed bug in TEXSET which caused the numbers to flash due to page flipping
- Added new texture formats: RGB_332, ARGB_8332, ARGB_4444, P_8
- New pricing



Feb. 27
-------
First trial version released

Oct. 96
-------
Beta version released

