From ea141230dd492572248342cc2a646b7749f3ade9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 29 Sep 2010 07:38:38 +0000 Subject: [PATCH] Updated changelog git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@338 fdac6126-5c0c-442c-9429-916003d36597 --- CHANGELOG | 21 ++++++++++++++++----- Doc/history.docu | 14 +++++++++++++- 2 files changed, 29 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3d517101..26019c59 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,27 +3,38 @@ #============================================================================================ -OpenMesh 2.0-RC6 ( Rev 324 ): +OpenMesh 2.0-RC6 ( Rev 337 ): * Core - Improve computation of normals for poly meshes ( now the average normal is taken not the normal of one triangle) -- Added status flag indicating that mesh reader duplicated primitives to avoid non-manifold configurations +- Avoid % Operator in normal calculation (triggers compiler error on vectors of size other than 3) +- Added status flag indicating that mesh reader duplicated primitives to avoid non-manifold configurations +- Setting associated handles of iterator types invalid if reference mesh contains none of the respective entities. +- Added halfedge colors + + +* Math +- Added missing include of string.h to VectorT.hh (Thanks to Justin Bronder for reporting this) * Tools -- OpenMesh mesh dual generator added (Thanks to Clement Courbet for providing the code) +- OpenMesh mesh dual generator added (Thanks to Clement Courbet for providing the code) * Apps -- OpenMesh mesh dual generator application added (Thanks to Clement Courbet for providing the code) +- OpenMesh mesh dual generator application added (Thanks to Clement Courbet for providing the code) * Documentation - Added search engine - Added treeview on the left - Generate subpage structure to make treeview more organized -- Enabled Doxygen stl support +- Enabled Doxygen stl support +- Fixed documentation for add_face and some other typos (Thanks to Yamauchi Hitoshi) +- Added preprocessor directives such that doxigen parses vectorT correctly * Build System - Updated glew and glut finders - Respect seperate settings for build types (release,debug,relwithdebinfo) +- Extend macros acg_append_files_recursive acg_append_files to not include files starting with a dot + OpenMesh 2.0-RC5 ( Rev 306 ): diff --git a/Doc/history.docu b/Doc/history.docu index 6accbfe1..6111b41f 100644 --- a/Doc/history.docu +++ b/Doc/history.docu @@ -7,14 +7,23 @@ -2.0-RC6 (?/?/?,Rev.324) +2.0-RC6 (?/?/?,Rev.337) Core +Math + + + Tools Build System