Updated Changelog.txt in preparation for the 0.9.3 release.
This commit is contained in:
parent
4e87c23421
commit
0b83a9f934
1 changed files with 6 additions and 1 deletions
|
@ -12,11 +12,16 @@ OpenTK 0.9.2 -> 0.9.3
|
||||||
+ Graphics
|
+ Graphics
|
||||||
+ Fixed version strings in GL.SupportsExtension().
|
+ Fixed version strings in GL.SupportsExtension().
|
||||||
+ Input
|
+ Input
|
||||||
+ Added support for the MouseDevice.Move and .WheelChanged events and improved MouseDevice interface (patches by ALyman).
|
+ Added support for the MouseDevice.Move and .WheelChanged events and improved MouseDevice interface (Issue: "Fix MouseDevice.Move", http://www.opentk.com/node/652).
|
||||||
|
+ Math
|
||||||
|
+ Fixed infinite loop in quaternion constructors (Issue: "Quaternion bug", http://www.opentk.com/node/663)
|
||||||
+ Platform
|
+ Platform
|
||||||
+ MacOS support.
|
+ MacOS support.
|
||||||
+ Suppressed build warnings for unused methods and fields in the platform bindings.
|
+ Suppressed build warnings for unused methods and fields in the platform bindings.
|
||||||
|
|
||||||
|
+ Utilities
|
||||||
|
+ Fixed TextPrinter bug with colors in high quality (Issue: "TextPrinter (TextQuality.High) failure (with patch to fix)", http://www.opentk.com/node/660)
|
||||||
|
|
||||||
+ Examples
|
+ Examples
|
||||||
+ Fixed the JuliaSetFractal and Framebuffer Object examples when the video cards don't support GLSL and FBOs, respectively.
|
+ Fixed the JuliaSetFractal and Framebuffer Object examples when the video cards don't support GLSL and FBOs, respectively.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue