OpenPTC 1.0 Examples Kit Changes Log
------------------------------------


Version 1.0.0  [1/3/99]:

   - Cleaned up all everything ready for release
   - Moved each example into its own directory
   - Added "Clip" example to demonstrate clipping areas
   - Added "Keyboard" example to show off basic key input
   - Added "Stretch" example to show that PTC can stretch now
   - Added "Buffer" example to show how to render without
     using surfaces to manage pixel memory
   - Cleaned up all example source code and comments
   - Added "Information" example
   - Added "Timer" example to show how to use the new
     timer class
   - Added "Copy" example from old PTC 0.7x to test that
     source/destination clipping is working correctly
   - Added "Console" example to demonstrate creating a
     console with a single page and locking the console
     directly
   - Updated "Clear" example to test that clear clipping
     is fully operational
   - Added "Modes" example that prints out the mode list
   - Updated area example to use new BaseSurface::area
   - Updated image example to use pitch in surface.load
   - Updated all stream i/o to use ios::in !
   - Changed all examples to be released in public domain
     instead of being licensed under the GPL
   - Updated all text files from PTC 2.0 to OpenPTC 1.0
   - Updated all source file comments to OpenPTC 1.0


Version 2.0.3 [3/11/98]:

   - Fixed Image.cpp to open console with "Image example"
     instead of "Area example"
   - Changed pixel example to use console.read instead
     of looping while (!console.key())
   - Removed the bogus "return 0" at the end of void main()
     in Image.cpp


Version 2.0.2 [02/11/98]:

   - Fixed bugs in Image example and modified it to be
     resolution independent
   - Decided that from now on all example programs must
     be entirely resolution independent


Version 2.0.1 [01/11/98]:

   - Moved "Tunnel" example program to demos distribution
   - Updated examples to comply with PTC Porting Kit 2.0.8
   - Added "Clear" example
   - Added "Image" example and "Image.tga"
   - Added simple "Pixel" example
   - Added "HiColor" example


Version 2.0.0 [12/10/98]:

   - Initial alpha release of examples distribution

