Updated changelog
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1201 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<!-- --------------------------------------------------------------------- -->
|
<!-- --------------------------------------------------------------------- -->
|
||||||
|
|
||||||
<tr valign=top><td><b>3.3</b> (?/?/?,Rev.1186)</td><td>
|
<tr valign=top><td><b>3.3</b> (?/?/?,Rev.1200)</td><td>
|
||||||
|
|
||||||
<b>Core</b>
|
<b>Core</b>
|
||||||
<ul>
|
<ul>
|
||||||
@@ -15,6 +15,7 @@
|
|||||||
<li>Removed several unused variables</li>
|
<li>Removed several unused variables</li>
|
||||||
<li>PolyConnectivity: Fixed constness of EntityRange begin() and end() methods.</li>
|
<li>PolyConnectivity: Fixed constness of EntityRange begin() and end() methods.</li>
|
||||||
<li>VectorT: add specializations for 5/6 dimension vectors</li>
|
<li>VectorT: add specializations for 5/6 dimension vectors</li>
|
||||||
|
<li>VectorT: added const getter for data_vector()</li>
|
||||||
<li>VectorT: <b> Modified Vector constructors!</b> The constructors now check the size of the vector at compile time not run time. This might produce compiler errors but ensures that the vectors are initialized correctly.</li>
|
<li>VectorT: <b> Modified Vector constructors!</b> The constructors now check the size of the vector at compile time not run time. This might produce compiler errors but ensures that the vectors are initialized correctly.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@@ -39,6 +40,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li>VDPM: fix comparison with invalid iterator closes #2263 </li>
|
<li>VDPM: fix comparison with invalid iterator closes #2263 </li>
|
||||||
<li>Decimater: ModProgMeshT fix 32/64-bit bug on windows (analyzer and synthesizer reads with unsigned int -> 32bit, writer writes size_t -> possible 64-bit)</li>
|
<li>Decimater: ModProgMeshT fix 32/64-bit bug on windows (analyzer and synthesizer reads with unsigned int -> 32bit, writer writes size_t -> possible 64-bit)</li>
|
||||||
|
<li>Decimater: Added an observer class which can trigger a callback to monitor and abort the decimater process from outside.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<b>Documentation</b>
|
<b>Documentation</b>
|
||||||
|
|||||||
Reference in New Issue
Block a user