Updated 5.1 Changelog
This commit is contained in:
@@ -29,9 +29,21 @@
|
|||||||
|
|
||||||
<tr valign=top><td><b>5.1</b> (?/?/?)</td><td>
|
<tr valign=top><td><b>5.1</b> (?/?/?)</td><td>
|
||||||
|
|
||||||
|
<b>Core</b>
|
||||||
|
<ul>
|
||||||
|
<li>Added clean_keep_reservation() (remove all elements from the mesh but keeps the properties. In contrast to clean() the memory used for the elements will remain allocated</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<b>General</b>
|
<b>General</b>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fixed bug preventing from building with 2 dimensional vectors (e.g. vec2i) </li>
|
<li>Fixed bug preventing from building with 2 dimensional vectors (e.g. vec2i) </li>
|
||||||
|
<li>Heap: Minor cleanup (some consts)</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<b>VectorT</b>
|
||||||
|
<ul>
|
||||||
|
<li>take VectorT argument by reference for non-member vector scalar multiplication</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<b>Unittests</b>
|
<b>Unittests</b>
|
||||||
@@ -40,6 +52,12 @@
|
|||||||
<li>Added tests for vec2x construction</li>
|
<li>Added tests for vec2x construction</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<b>Build System</b>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed missing debug dll for autobuilders</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user