Update the installer script.
Update the readme for 2.1.
Fix a bug where normals from earlier subobjects...
Refactor and fix a buffer overflow in SavePOF.
Switch to PMF version 103.
Replace linear scans of normals in POF import.
Show the number of normals in the subobject inf...
Store norms once per subobject instead of once ...
Refactor DAE mesh import to abstract away the c...
Use uniform initialization syntax for vector3d ...
Switch some DAEHandler implementation to use un...
Fix a bug in string_split where strings weren't...
Convert DAEHandler to use for-each loops where ...
Add support for untriangulated shields and insi...
Fix rotations of non-multiples of 90 degrees to...
Use mappings from symbol id when resolving text...
Show the number of vertices in the subobject in...
Fix compatibility with Boost 1.55.
Fix most Clang warnings.
Upgrade to vs2013.
Remove unnecessary shared_array/ptr in POF/BSP ...
Remove trailing spaces in array text contents a...
Fix exporting to be Collada compliant.
Switch to Boost 1.55 and static libraries for w...
Allow building with Clang using Scons with the ...
Remove incomplete ASE and OBJ support.
Build with C++11 with gcc and Clang.
More DAEHandler cleanup.
Remove the ASE and OBJ files from pcs2.vcproj.
Flip textures on Windows as well as *nix.
Fix some performance issues in DAEHandler.