Updated changelogs
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@263 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -2,13 +2,14 @@
|
|||||||
|
|
||||||
#============================================================================================
|
#============================================================================================
|
||||||
|
|
||||||
OpenMesh 2.0-RC5 ( Rev 258 ):
|
OpenMesh 2.0-RC5 ( Rev 263 ):
|
||||||
|
|
||||||
* Core
|
* Core
|
||||||
- Fixed build error in function calc_dihedral_angle_fast
|
- Fixed build error in function calc_dihedral_angle_fast
|
||||||
- Made iterators/circulators stl compliant
|
- Made iterators/circulators stl compliant
|
||||||
- Provide begin/end functions for circulators
|
- Provide begin/end functions for circulators
|
||||||
- mostream crash fixed (Thanks to Adrian Secord for providing the patch)
|
- mostream crash fixed (Thanks to Adrian Secord for providing the patch)
|
||||||
|
- added colors to status flags for edges ( request_edge_color ... )
|
||||||
|
|
||||||
* Readers/Writers
|
* Readers/Writers
|
||||||
- Fixed build error in STL writer
|
- Fixed build error in STL writer
|
||||||
@@ -18,6 +19,7 @@ OpenMesh 2.0-RC5 ( Rev 258 ):
|
|||||||
* Documentation
|
* Documentation
|
||||||
- Added mesh navigation tutorial
|
- Added mesh navigation tutorial
|
||||||
- Added iterator tutorial
|
- Added iterator tutorial
|
||||||
|
- Updated tutorial and docu for mesh circulators
|
||||||
- Examples for flipping and collapsing edges
|
- Examples for flipping and collapsing edges
|
||||||
- Fixed a lot of doxygen warnings
|
- Fixed a lot of doxygen warnings
|
||||||
- Fixed some spellings
|
- Fixed some spellings
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
<!-- --------------------------------------------------------------------- -->
|
<!-- --------------------------------------------------------------------- -->
|
||||||
|
|
||||||
<tr valign=top><td><b>2.0-RC5</b> (?/?/?,Rev.256)</td><td>
|
<tr valign=top><td><b>2.0-RC5</b> (?/?/?,Rev.263)</td><td>
|
||||||
|
|
||||||
<b>Core</b>
|
<b>Core</b>
|
||||||
<ul>
|
<ul>
|
||||||
@@ -15,6 +15,7 @@
|
|||||||
<li>Made iterators/circulators stl compliant</li>
|
<li>Made iterators/circulators stl compliant</li>
|
||||||
<li>Provide begin/end functions for circulators</li>
|
<li>Provide begin/end functions for circulators</li>
|
||||||
<li>mostream crash fixed (Thanks to Adrian Secord for providing the patch)</li>
|
<li>mostream crash fixed (Thanks to Adrian Secord for providing the patch)</li>
|
||||||
|
<li>added colors to status flags for edges ( request_edge_color ... )</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<b>Readers/Writers</b>
|
<b>Readers/Writers</b>
|
||||||
@@ -28,6 +29,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li>Added mesh navigation tutorial</li>
|
<li>Added mesh navigation tutorial</li>
|
||||||
<li>Added iterator tutorial</li>
|
<li>Added iterator tutorial</li>
|
||||||
|
<li>Updated tutorial and docu for mesh circulators</li>
|
||||||
<li>Examples for flipping and collapsing edges</li>
|
<li>Examples for flipping and collapsing edges</li>
|
||||||
<li>Fixed a lot of doxygen warnings</li>
|
<li>Fixed a lot of doxygen warnings</li>
|
||||||
<li>Fixed some spellings</li>
|
<li>Fixed some spellings</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user