Updated 5.1 Changelog

This commit is contained in:
Jan Möbius
2015-11-26 13:17:40 +01:00
parent a70a25d0cd
commit df09a1816f

View File

@@ -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>