ClanLib 2.3.6 Release Notes
From ClanLib Game SDK
ClanLib 2.3.6 Release Notes
Release Date: 26 March 2012. Go to downloads.
This release does not contain any breaking changes since the ClanLib 2.3.5 release.
These release notes are in addition to the ClanLib 2.3.5 Release Notes.
- Linux - Andreas Moog: For multiarch, the value of libdir in the pkg-config file should not be hardcoded. Instead, it should follow the value passed in --libdir to configure.
- Linux - Various #includes were added. Required for some distributions. (thanks to DimStar)
- Linux - Removed "-msse2" and "CL_DISABLE_SSE2" from the pkg-config files. It is now the applications choice whether it wants to use sse2 in it's own code.
- Fix bugs in the XPath evaluator implementation when functions return empty CL_XPathObject string objects (Rednex patch)
- Applied chrisg patch to allow empty zip directories
- XML - Fixed xml whitespace creation
- XML PI and Comment support (Rednex patch)
- Address a few bugs in the XPath. A node test without a preceding forward-slash would fail. An sub expression wrapped in parenthesis followed by a predicate and a location step would return an empty result (Rednex patch)
- Apply chrisg patch: zip archive bug. The name kept in the "added_directories" is the reference to a string and is not a full copy of the string
- Win32 - Applied fix for crash caused by KB976038
- Linux - Fixed clanGL and clanGL1 using the mesa and the nouveau driver. ClanLib now opens a single Display that the display windows are based upon.
- Linux - Fix window positioning. Since ConfigureNotify is not always sent, we now ask for window size on the initial Expose message if the size is unknown.
- Only use glClampColor if it is available
- Linux - If compiled without SSE2 support, then a simple stub is created, that throws a "not available" exception
- Fix Display/MultiWindow timing problem. Caused by dividing the integer delta time counter by 5, thus loosing timing accuracy for fast frame rates
- Fix the collision test sprite, it contained an invalid png, that contained 2 png's concatenated