2011-08-18 Joseph Schlecht Version 2.0 Included support for DMalloc. Fixed license documentation for doxygen. 2008-05-13 Joseph Schlecht Version 1.0.1 Changed licensing from GPL to a Creative Commons, see the COPYING file for details. Added a licensing header to all source files. * src/jwsc++/graphics/camera: The functions for setting the gl projection and modelview matrices are now virtual. Added includes for missing standard headers. * src/jwsc++/base/exception: Added includes for missing standard headers. Added copy constructor. * src/jwsc++/graphics/offscreen: Added function to reactivate an offscreen render. * src/jwsc++/graphics: Moved all code from header files into source cpp files. Added double precision support for all data structures and methods. Added polygon mesh support and extended parallelepiped to be a polygon mesh. 2008-03-27 Joseph Schlecht Version 1.0.0 Release of version 1.0.0 2007-01-21 Joseph Schlecht Version 0.1.2 Major changes and additions to the graphics namespace. * src/jwsc++/graphics/camera.cpp: Added methods to change the clipping planes of the camera. Added methods to have the camera look at a particular location. Removed global using namespace directive. Setting the GL projection and modelview matrices are constant functions. * src/jwsc++/graphics/polygon.cpp: Added methods to project polygon points into 2D. Added a method to get a specificly indexed point in a polygon. Added a method to test of a polygon is visible given a particular camera view. * src/jwsc++/graphics/parapiped.cpp: Added methods to project a parapiped into 2D. Added a method to get a specificly indexed faces in a parapiped. * src/jwsc++/graphics/offscreen.cpp: Improved error handling. 2006-12-20 Joseph Schlecht Version 0.1.1 Few minor changes made, including changing the location of the m4 macros. 2006-09-09 Joseph Schlecht Version 0.1.0 First version.