.. |
Fonts
|
Updated to work with the new bindings.
|
2007-11-04 15:31:09 +00:00 |
Input
|
Updates to delta handling. Now uses x - last_x instead of storing a delta directly.
|
2007-09-26 15:48:11 +00:00 |
Math
|
Completed the OpenTK.Math Vector[234] overhaul. Added LengthFast and NormalizeFast functions. Removed overloads. Made the pointer conversions explicit.
|
2007-10-24 23:40:06 +00:00 |
OpenGL
|
Updated to work with the new bindings.
|
2007-11-04 15:30:44 +00:00 |
Platform
|
Bindings (with new naming conventions) re-generated with Bind 0.9.9
|
2007-11-04 15:28:20 +00:00 |
Properties
|
Bumped version number to 0.3.13.x
|
2007-10-20 14:18:24 +00:00 |
ColorMode.cs
|
Moved ColorDepth and DisplayMode to the /OpenTK directory (where under /OpenTK/Platform).
|
2007-09-02 00:04:34 +00:00 |
DisplayMode.cs
|
Added needed DisplayMode constructors. Fixed DisplayMode documentation.
|
2007-09-09 15:07:14 +00:00 |
Exceptions.cs
|
Added Exceptions.cs which contains OpenTK exceptions.
|
2007-10-15 11:03:57 +00:00 |
GameWindow.cs
|
Split up lines that were longer than 100 characters.
|
2007-11-01 23:28:31 +00:00 |
GLContext.cs
|
Added VSync property to IGLContext.
|
2007-09-29 15:24:55 +00:00 |
GLControl.cs
|
Forced creation of GLControl during construction.
|
2007-10-24 16:41:40 +00:00 |
GLControl.Designer.cs
|
Fixed issue with multiple GLControls becoming invisible. Simplified GLControl, the platform dependent code now resides in GLContext and WindowInfo - GLControl itself is platform independent, just like GameWindow. This allowed to remove IGLControl.cs, WinGLControl.cs, X11GLControl.cs and DummyGLControl.cs
|
2007-10-05 06:52:40 +00:00 |
GLControl.resx
|
Added timing information to UpdateFrame.
|
2007-09-22 22:01:43 +00:00 |
InputDriver.cs
|
InputDriver now checks for pre-XP windows versions, and instantiates the WMInput driver.
|
2007-10-19 20:01:41 +00:00 |
IPackable.cs
|
Initial commit of OpenTK.Fonts.
|
2007-10-17 21:16:00 +00:00 |
OpenTK.dll.config
|
'Merged' windowing branch. Ugly, but it seems to have worked.
|
2007-07-23 00:15:18 +00:00 |
TexturePacker.cs
|
Removed Dictionary to reduce memory usage. The dictionary can be built by the user.
|
2007-11-01 23:21:03 +00:00 |