From f29bfa9ede6fb175397b843a9c308cc1abf492f0 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Mon, 12 Nov 2007 08:36:01 +0000 Subject: [PATCH] Documentation updates in preparation for release. --- Documentation/Changelog.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/Changelog.txt b/Documentation/Changelog.txt index 084db770..3224c383 100644 --- a/Documentation/Changelog.txt +++ b/Documentation/Changelog.txt @@ -18,7 +18,8 @@ OpenTK 0.3.12 -> 0.3.13 + Platform + Improved [..]GLNative shutdown sequence for all platforms. Fixes shutdown crash under Linux. + Removed X11GLControl, WinGLControl. The platform specific code is handled in the WindowInfo and GLContext classes. - + Added VSync support to Windows. Linux will obtain this on next release. + + Fixed issue with flickering GLControls. + * Added VSync support to Windows. Linux will obtain this on next release. + GameWindow + Improved timing precision. + More detailed timing information available. @@ -37,6 +38,7 @@ OpenTK 0.3.12 -> 0.3.13 + .Net naming conventions. + Many, many more function overloads. + Smaller and faster. + + Even better startup performance. + Examples + Improved example layout. Now every example contains a Main() method, exactly like it would be if it wasn't launched by the ExampleLauncher.