Opentk/Source
2011-12-05 11:49:59 +00:00
..
Bind Made the escape character for reserved keywords customizable. (C# uses '@' and Java/C++ use '_' by default). Updated the Parameter class to return escaped names by default and added a RawName parameter to access the raw names. 2011-12-05 11:49:59 +00:00
Build.UpdateVersion Merged gl4 branch into trunk 2010-12-04 21:51:40 +00:00
Compatibility * Graphics/GL/GLHelper.cs: 2010-11-02 17:45:53 +00:00
Converter Updated Generator.Convert documentation to match what the tool actually does. 2011-07-26 11:54:09 +00:00
Examples Corrected version checks in examples. Finally fixes issue [#1898]: "Minor and major OpenGL version incorrect." 2011-09-06 12:55:19 +00:00
GLControl Implemented IGraphicsContext.SwapInterval property that supersedes IGraphicsContext.VSync. Fixes issue [#2671]: "Expose SwapInterval to GameWindow". 2011-09-06 12:06:30 +00:00
OpenTK Protect against negative Stopwatch values on buggy systems. Fixes issue [#2740}: "OpenTK freeze in GameWindow main loop, and possible fix. (Copied from Development forum)". 2011-11-03 10:34:57 +00:00
QuickStart * QuickStart.sln: 2010-10-21 12:55:45 +00:00