Commit graph

  • 8476fd740f Specific enums for Version20 "Half Float" additions. the_fiddler 2008-01-01 22:04:53 +0000
  • 41ec4f248e Specific enums for Version20 "Half Float" additions. the_fiddler 2008-01-01 22:04:53 +0000
  • 92a65a14f2 Specific enums for Version14 "Secondary Color" additions. the_fiddler 2008-01-01 22:02:13 +0000
  • e17ae3dce5 Specific enums for Version14 "Secondary Color" additions. the_fiddler 2008-01-01 22:02:13 +0000
  • fde63de9a0 Specific enums for Version14 "Fog" additions. the_fiddler 2008-01-01 21:39:51 +0000
  • 131a29739b Specific enums for Version14 "Fog" additions. the_fiddler 2008-01-01 21:39:51 +0000
  • 66b8c33efd Updated TextureParameterName and TextureCompareMode enums (Version14 additions) the_fiddler 2008-01-01 20:51:58 +0000
  • f8777b7e1c Updated TextureParameterName and TextureCompareMode enums (Version14 additions) the_fiddler 2008-01-01 20:51:58 +0000
  • e116c5c964 Updated Depth Texture enum (Version14) the_fiddler 2008-01-01 20:34:02 +0000
  • 3556d9f08e Updated Depth Texture enum (Version14) the_fiddler 2008-01-01 20:34:02 +0000
  • 90bebe0be9 Updated Occlusion Query enums (Version15) the_fiddler 2008-01-01 20:09:29 +0000
  • 3fcb00374f Updated Occlusion Query enums (Version15) the_fiddler 2008-01-01 20:09:29 +0000
  • b05f8728aa Fixed Perspective implementation. the_fiddler 2007-12-31 12:16:39 +0000
  • 408c66dd5d Fixed Perspective implementation. the_fiddler 2007-12-31 12:16:39 +0000
  • ecb325683c Glu.ErrorString overloaded to accept the OpenGL ErrorCode enum. Minor cosmetic fixes. the_fiddler 2007-12-09 19:55:34 +0000
  • 607c6b23aa Glu.ErrorString overloaded to accept the OpenGL ErrorCode enum. Minor cosmetic fixes. the_fiddler 2007-12-09 19:55:34 +0000
  • 394d65b6d7 GL.Color3 and GL.Color4 overloaded to accept Vector3 and Vector4 structs. the_fiddler 2007-12-09 19:54:47 +0000
  • 350c0a5b62 GL.Color3 and GL.Color4 overloaded to accept Vector3 and Vector4 structs. the_fiddler 2007-12-09 19:54:47 +0000
  • a70754da07 Clarified KeyboardDevice.KeyRepeat documentation. the_fiddler 2007-12-09 19:54:08 +0000
  • 0a26f7693e Clarified KeyboardDevice.KeyRepeat documentation. the_fiddler 2007-12-09 19:54:08 +0000
  • 7fee81afcf Added Version13.TextureCompressed value to GetTextureParameter enum. the_fiddler 2007-12-09 19:51:14 +0000
  • b6bde8859e Added Version13.TextureCompressed value to GetTextureParameter enum. the_fiddler 2007-12-09 19:51:14 +0000
  • 938b2b8519 Hooks for garbage-collectable OpenGL resources. the [...]GLNative classes now use GLContext instead of the platform-specific [...]GLContext implementations. Updated the IGLContext interface with functions to query the current context. the_fiddler 2007-12-09 18:15:51 +0000
  • 107951c4d1 Hooks for garbage-collectable OpenGL resources. the [...]GLNative classes now use GLContext instead of the platform-specific [...]GLContext implementations. Updated the IGLContext interface with functions to query the current context. the_fiddler 2007-12-09 18:15:51 +0000
  • f535256e1e Fixed TextPrinter.Begin() and TextPrinter.End() not restoring matrices. the_fiddler 2007-12-01 16:51:30 +0000
  • 84c64fbfce Fixed TextPrinter.Begin() and TextPrinter.End() not restoring matrices. the_fiddler 2007-12-01 16:51:30 +0000
  • f23bafa6a4 Added instructions on how to disable warning on OpenTK.GameWindowExitException when running under the Visual Studio debug process. the_fiddler 2007-11-12 19:21:45 +0000
  • 00e6091243 Added instructions on how to disable warning on OpenTK.GameWindowExitException when running under the Visual Studio debug process. the_fiddler 2007-11-12 19:21:45 +0000
  • 2ed985c231 Documentation updates in preparation for release. the_fiddler 2007-11-12 08:36:01 +0000
  • f29bfa9ede Documentation updates in preparation for release. the_fiddler 2007-11-12 08:36:01 +0000
  • fcf6b86b20 Documentation updates in preparation for release. the_fiddler 2007-11-12 08:34:27 +0000
  • 31d2ebf3d3 Documentation updates in preparation for release. the_fiddler 2007-11-12 08:34:27 +0000
  • 088194bf1a Fix for flickering GLControl reported by Per and confirmed by bobbypowers. the_fiddler 2007-11-12 08:33:24 +0000
  • 6f42f7b1b3 Fix for flickering GLControl reported by Per and confirmed by bobbypowers. the_fiddler 2007-11-12 08:33:24 +0000
  • 530eb2e52f Added Contributors.txt. the_fiddler 2007-11-12 07:48:04 +0000
  • 7f62028ac7 Added Contributors.txt. the_fiddler 2007-11-12 07:48:04 +0000
  • 180fb083b9 Some comments. the_fiddler 2007-11-12 07:45:34 +0000
  • 6904d0a23c Some comments. the_fiddler 2007-11-12 07:45:34 +0000
  • 726ddbf0c2 Added TextPrinter.Draw() for dynamic text. Not implemented yet. the_fiddler 2007-11-12 07:39:56 +0000
  • 754434fa67 Added TextPrinter.Draw() for dynamic text. Not implemented yet. the_fiddler 2007-11-12 07:39:56 +0000
  • 8db2411038 Added ITextPrinter.Begin()/End() functions to speed up font rendering. Updated Fonts and Text examples. the_fiddler 2007-11-12 07:36:34 +0000
  • e2a515429b Added ITextPrinter.Begin()/End() functions to speed up font rendering. Updated Fonts and Text examples. the_fiddler 2007-11-12 07:36:34 +0000
  • e020c2f55f Added a call to StopWatch.Reset() to avoid starting the timers before their time. the_fiddler 2007-11-11 23:32:58 +0000
  • 3df8c77cab Added a call to StopWatch.Reset() to avoid starting the timers before their time. the_fiddler 2007-11-11 23:32:58 +0000
  • f103f08f35 Fixed handling of Examples Data Path the_fiddler 2007-11-11 23:28:58 +0000
  • 72d39054db Fixed handling of Examples Data Path the_fiddler 2007-11-11 23:28:58 +0000
  • 2a315072f2 Added MathSpeed.cs test. the_fiddler 2007-11-11 23:25:41 +0000
  • 02fcd2fc80 Added MathSpeed.cs test. the_fiddler 2007-11-11 23:25:41 +0000
  • 36e7308e19 Fixed Build system to copy DataFiles to output path. the_fiddler 2007-11-11 23:25:17 +0000
  • bef5d94d57 Fixed Build system to copy DataFiles to output path. the_fiddler 2007-11-11 23:25:17 +0000
  • 7b3dbb96ff Fixed Examples project build (multiple entry points problem). the_fiddler 2007-11-11 21:55:39 +0000
  • f350c097e9 Fixed Examples project build (multiple entry points problem). the_fiddler 2007-11-11 21:55:39 +0000
  • fe1d12d037 Final touches before release. the_fiddler 2007-11-11 21:48:00 +0000
  • 91c0baf678 Final touches before release. the_fiddler 2007-11-11 21:48:00 +0000
  • 815eb7ef55 Fixed shutdown sequence in Windows, so that GameWindow.Exit() and pressing the 'close' button behave the same. the_fiddler 2007-11-11 20:23:25 +0000
  • a1fb128a70 Fixed shutdown sequence in Windows, so that GameWindow.Exit() and pressing the 'close' button behave the same. the_fiddler 2007-11-11 20:23:25 +0000
  • 42e36a31c6 Removed a couple of unused lines of code. the_fiddler 2007-11-11 20:22:51 +0000
  • 6c43d97cf4 Removed a couple of unused lines of code. the_fiddler 2007-11-11 20:22:51 +0000
  • 6dc133d9eb Fixed shutdown sequence on Linux. GameWindow.Exit() and clicking the 'close' button now produce the same result. the_fiddler 2007-11-11 20:10:08 +0000
  • 0590fa91ca Fixed shutdown sequence on Linux. GameWindow.Exit() and clicking the 'close' button now produce the same result. the_fiddler 2007-11-11 20:10:08 +0000
  • b4f044b293 Fixed loading of Bitmap on Linux (invalid path separator). the_fiddler 2007-11-11 20:09:18 +0000
  • 3822655209 Fixed loading of Bitmap on Linux (invalid path separator). the_fiddler 2007-11-11 20:09:18 +0000
  • 9725f72fb9 glControl1_Resize event was not fired. the_fiddler 2007-11-11 19:39:09 +0000
  • e0ec0b2035 glControl1_Resize event was not fired. the_fiddler 2007-11-11 19:39:09 +0000
  • b81fdbe630 X11GLContext plays better with Windows.Forms. the_fiddler 2007-11-11 19:28:55 +0000
  • f1ece1b265 X11GLContext plays better with Windows.Forms. the_fiddler 2007-11-11 19:28:55 +0000
  • 67da07e7a7 X11GLContext plays better with Windows.Forms. the_fiddler 2007-11-11 19:28:43 +0000
  • 3badc623d2 X11GLContext plays better with Windows.Forms. the_fiddler 2007-11-11 19:28:43 +0000
  • d1e7e6a351 Use GameWindowExitException to exit GameWindow now. No need for the GameWindow.Exit(); return; idiom any more. the_fiddler 2007-11-11 19:28:13 +0000
  • 75448310ef Use GameWindowExitException to exit GameWindow now. No need for the GameWindow.Exit(); return; idiom any more. the_fiddler 2007-11-11 19:28:13 +0000
  • 255e0f5cf9 Added ExampleAttribute to all examples. Improved Textures example. Modified several other examples. the_fiddler 2007-11-11 18:44:10 +0000
  • 7be851a68a Added ExampleAttribute to all examples. Improved Textures example. Modified several other examples. the_fiddler 2007-11-11 18:44:10 +0000
  • 405e949a2a Added example data. the_fiddler 2007-11-11 18:43:16 +0000
  • c72890769a Added example data. the_fiddler 2007-11-11 18:43:16 +0000
  • 9f1593aada Initial check-in. the_fiddler 2007-11-10 23:31:30 +0000
  • b9e51c4db8 Initial check-in. the_fiddler 2007-11-10 23:31:30 +0000
  • 3bdcc9dbcf Changed background color to SteelBlue. Added ExampleAttribute. the_fiddler 2007-11-10 23:31:01 +0000
  • 3085f9ab95 Changed background color to SteelBlue. Added ExampleAttribute. the_fiddler 2007-11-10 23:31:01 +0000
  • db06500dd2 Change enum in GL.TexParameter from All to more specific type. the_fiddler 2007-11-10 23:30:14 +0000
  • c74f9a677b Change enum in GL.TexParameter from All to more specific type. the_fiddler 2007-11-10 23:30:14 +0000
  • 7bbab20112 Updated licensing information. the_fiddler 2007-11-10 23:29:45 +0000
  • aa66b14d98 Updated licensing information. the_fiddler 2007-11-10 23:29:45 +0000
  • cba3413059 Updated licensing information. the_fiddler 2007-11-10 23:29:25 +0000
  • a60ac7204d Updated licensing information. the_fiddler 2007-11-10 23:29:25 +0000
  • 47dad78e44 george's patch for camera and transform functions. the_fiddler 2007-11-10 18:53:25 +0000
  • 621cfbccec george's patch for camera and transform functions. the_fiddler 2007-11-10 18:53:25 +0000
  • 8daabaa1d3 Corrected casing of ExtTextureSrgb. the_fiddler 2007-11-10 18:33:44 +0000
  • 270e19ab53 Corrected casing of ExtTextureSrgb. the_fiddler 2007-11-10 18:33:44 +0000
  • e4bb4b1764 Fixed handling of some IntPtr parameters. the_fiddler 2007-11-10 18:31:33 +0000
  • 2a96408231 Fixed handling of some IntPtr parameters. the_fiddler 2007-11-10 18:31:33 +0000
  • f550c71cd3 Class is no longer public. the_fiddler 2007-11-10 18:26:14 +0000
  • a1d6bdf3e4 Class is no longer public. the_fiddler 2007-11-10 18:26:14 +0000
  • d2270f8eef Reverted to 0.3.12 way of handling input events. the_fiddler 2007-11-10 18:26:05 +0000
  • 57a1277aa9 Reverted to 0.3.12 way of handling input events. the_fiddler 2007-11-10 18:26:05 +0000
  • 25946dc406 Reverted to 0.3.12 way of handling input events. the_fiddler 2007-11-10 18:25:33 +0000
  • c13f33d6bd Reverted to 0.3.12 way of handling input events. the_fiddler 2007-11-10 18:25:33 +0000
  • acc916a734 Reverted to 0.3.12 way of handling input events. Added Close button press handling (X no longer crashes). the_fiddler 2007-11-10 18:25:16 +0000
  • 04560794ad Reverted to 0.3.12 way of handling input events. Added Close button press handling (X no longer crashes). the_fiddler 2007-11-10 18:25:16 +0000
  • c375a71603 Reverted to 0.3.12 way of handling input events. the_fiddler 2007-11-10 18:24:56 +0000
  • 24a2140872 Reverted to 0.3.12 way of handling input events. the_fiddler 2007-11-10 18:24:56 +0000