OpenSceneGraph/include
Robert Osfield 651a22453a Added osg::MemoryManger which is currently based on Paul Nettle's memory manager
published at flipcode.  I havn't adopted Paul's macro's for new/delete etc, but use
osg prefixed versions instead to allow greater flexiblity in handling include
ordering.

Have fixed a couple of new/delete[] problems which existed as a result.

To use the MemoryManager to track memory usage simply add
-DOSG_USE_MEMEORY_TRACKING to the compile line.

Have yet to move the osg from using new to osgNew, will do this next.
2002-03-25 23:18:02 +00:00
..
osg Added osg::MemoryManger which is currently based on Paul Nettle's memory manager 2002-03-25 23:18:02 +00:00
osgDB Added a Referenced::unref_nodelete() method which unreferences but does 2002-03-20 14:03:30 +00:00
osgGLUT Moved the exit on escape into Window, and added a virtual free method on both 2002-03-23 21:28:25 +00:00
osgText Updates to docs and fixes to a few warnings. 2002-02-09 14:29:58 +00:00
osgUtil Changes required for SUN Solaris port... 2002-03-18 21:56:00 +00:00