
The Open Toolkit library 0.9.8-2
Posted Tuesday, 4 August, 2009 - 10:34 by the Fiddler inSize: 431 bytes
md5_file hash: 971336b2108f4d87958bb3a314c3c504
First released: 4 August, 2009 - 10:34
Last updated: 4 August, 2009 - 10:36
The Open Toolkit 0.9.8-2 Beta
Sunday, 2 August 2009
[Overview]
This release fixes issues identified in OpenTK 0.9.8-1:
* Bind now handles string arrays correctly. Affects functions GetShaderSource, GetUniformIndices, TransformFeedbackVaryings.
* TextPrinter.Print() now correctly sets text color.
* Minor documentation errors have been fixed.
Please visit http://www.opentk.com to report issues or request features.
[Resolved issues]
#1050: I think... bug with "TextPrinter".
[Known issues]
Mono 2.2 and 2.4 fail to compile this release. Please compile with Mono 2.0 or 2.4.2+, or use the precompiled binaries (which also work on the affected Mono versions).
OpenTK.Graphics.TextPrinter fails to render text with newlines or a layout rectangle on Mono. This is a Mono GDI+ bug.
Example documentation may not show up correctly when running on Mono. This is a Mono issue with RTF parsing.
[API changes]
Please note that binary compatibility is not preserved between beta releases.
[0.9.8-2]
1. Parameters of OpenTK.Graphics.GL.GetShaderSource have been changed: you should now pass a single StringBuilder instead of a StringBuilder[] array.
2. Parameters of OpenTK.Graphics.GL.GetUniformIndices have been changed: you should now pass a string[] array instead of a single string.
3. Parameters of OpenTK.Graphics.GL.TransformFeedbackVaryings have been changed: you should now pass a string[] array instead of a single string.
[Changelog]
[Legend: complete('+') | WIP('*') | missing('-')] --------------------------- OpenTK 0.9.8-1 -> 0.9.8-2 --------------------------- + Bind + Fixed handling of string arrays. + OpenTK + Graphics + Fixed wrappers for functions taking string arrays: TranformFeedbackVaryings, GetUniformIndices, GetShaderSource. + Math + Minor documentation fixes. + Platform + X11XrandrDisplayDevice now ignores invalid resolutions returned by XRandR. + OpenTK.Utilities + TextPrinter + Fixed handling of text color parameter in TextPrinter.Print().

