
The Open Toolkit library 0.9.9-2b
Posted Sunday, 6 September, 2009 - 09:50 by the Fiddler inSize: 433 bytes
md5_file hash: 762803aa41d68aa715aed078c03d4750
First released: 6 September, 2009 - 09:50
Last updated: 6 September, 2009 - 09:59
[Overview]
This is the third preview release of what will become OpenTK 1.0. Major changes:
- Added new OpenTK.Compatibility project to ensure compatilibility with older OpenTK and Tao projects.
- Deprecated and merged OpenTK.Utilities into OpenTK.Compatibility.
- Moved OpenTK.GLControl into its own project.
- Added NativeWindow class and modified GameWindow to inherit from it.
- Improved the build system and added support for signed assemblies.
- Added complete OpenGL|ES support.
- Recreated the OpenCL bindings using the binding generator.
- Improved the math API.
- Fixed all documentation warnings.
- Improved implementations for GraphicsContext, GLControl, NativeWindow, GameWindow.
- Added a large number of stability fixes and improved the behavior of OpenTK under buggy environments.
Please visit http://www.opentk.com to report issues or request features.
[Resolved issues]
#566: Support for signed assembly
#775: Remove [In] [Out] attributes from the GL wrappers
#993: Possible bug in GraphicsContext.CreateDummyContext()
#1071: Not firing Load event for GLControl.
#1074: X11XrandrDisplayDevice on Xming ---> Argument is out of range.
#1081: GameWindow inconsistent use of Width/Height on Windows
#1082: GameWindow Left/Top screen position
#1084: [OpenGL] ARB_imaging subset cleanup
#1089: TextPrinter is affected by TextureGen* and TextureEnvMode
#1101: OpenTK.Bind project refactoring
#1119: [Compute] "CL.GetPlatformIDs" missing "s"
#1121: GraphicsContext fails with KeyNotFoundException on SVN trunk
#1126: Bad report/count of online users
#1131: [Math] add Quaternion scaling (easy)
#1138: GLControl GraphicsContextException
#1140: ColorAttachment values on ReadBufferMode
#1141: Unhandled exception in GlControl possible bug in rev 2207
#1143: Fix all XML documentation warnings

Mooglegiant's Game Assistant 0.9.9-dev
Posted Thursday, 20 August, 2009 - 02:26 by mooglegiant inSize: 1.11 MB
md5_file hash: c8c03af1a4a3f8f34b28f8c3f1d087af
First released: 20 August, 2009 - 02:26
So, here is some of the basic ground work and then a quick demo to show sample usage.
Yes. I know it is incomplete. I'm working on that. I did however find critical errors when I tried it on a second computer that did not have any sound support. I only have 2 though, so maybe it won't work on you computer .

Texture Utility Library 0.9
Posted Tuesday, 11 August, 2009 - 06:39 by objarni inSize: 3.09 KB
md5_file hash: d99d1ccaef4c7320bd3383543b41d857
First released: 11 August, 2009 - 06:39
Last updated: 11 August, 2009 - 06:39
Added the TextureFont class.

Texture Utility Library 0.8
Posted Sunday, 9 August, 2009 - 14:44 by objarni inSize: 1.57 KB
md5_file hash: c35adb08e9366036270fc55555928cdd
First released: 9 August, 2009 - 14:44
This is the first release of this library. It is only a source file, TexLib.cs, which you add to your project.

The Open Toolkit library 0.9.9-1
Posted Tuesday, 4 August, 2009 - 10:48 by the Fiddler inSize: 431 bytes
md5_file hash: cc300b4216f5bc26f5eb3e8906554404
First released: 4 August, 2009 - 10:48
Last updated: 4 August, 2009 - 10:50
The Open Toolkit 0.9.9-1 Beta
[Overview]
This is the first preview release of what will become OpenTK 1.0. Major changes:
* Initial OpenGL ES support
* OpenCL bugfixes.
* Math API improvements.
* Internal improvements to DisplayDevice and DisplayResolution.
Please note that this is a work-in-progress snapshot release and should only be used for testing purposes.
Visit http://www.opentk.com to report issues or request features.
[Resolved issues]
#744: OpenAL History
#917: [Graphics] FSAA parameter is ignored
#955: [Examples] Add forward-compatible OpenGL 3.0 example
#964: [OpenCL] Bitfields should be mapped to 'long' not 'int'
#1005: Using TextPrinterOptions.Default does not allow text to change color
#1021: GameWindowFlags
#1032: [Audio] Crash in AudioContext::CreateContext on x64
#1035: [Audio] SoundData's internal buffer size
#1037: [GL,Math] let GL.Uniform4 support Quaternion
#1050: I think... bug with "TextPrinter".
#1060: Wrong XML Comment on the W property in Vector4[d]
[Known issues]
Mono 2.2 and 2.4 fail to compile this release (bug report: https://bugzilla.novell.com/show_bug.cgi?id=488960). Please compile with Mono 2.0 or 2.4.2+, or use the precompiled binaries.
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.
Joystick input is not supported on MacOS at this time.
OpenGL 3.0 is not supported on MacOS at this time.

