ClanLib 2.2.12 Release Notes

From ClanLib Game SDK

ClanLib 2.2.12 Release Notes

Release Date: 19 August 2011. Go to downloads.

This release does not contain any breaking changes since the ClanLib 2.2.11 release.

These release notes are in addition to the ClanLib 2.2.11 Release Notes.

The precompiled libraries have been compiled with the new dependancy libraries package.

Added a "Compile Debug with optimizations" and a "Whole Program Optimization" option.
The precompiled libraries have the "Compile Debug with optimizations" enabled to give a significant increase in FPS for debug builds.
Implement CL_StringHelp::ucs2_to_uint and CL_StringHelp::ucs2_to_int on non-Windows OS for base=10 (Thanks to "user")
Fixed issue with the implicit converting from WCHAR to CL_String8 (it converted to local 8 bit instead of UTF-8)