Commit graph

  • a1a0a07f76 Added System.Xml reference. Added new documentation files to solution. the_fiddler 2009-03-08 18:11:34 +0000
  • b887f94071 Added System.Xml reference. Added new documentation files to solution. the_fiddler 2009-03-08 18:11:34 +0000
  • 2bf0e4731f Fixed the path separators so that they work on Unix. Improved the output for the doc processor: MathML equations are replaced by their textual representation and whitespace better matches function declarations. Added new configuration settings for the doc processor and the license. Removed stale debugging code. License.txt is now a file, not a resource. the_fiddler 2009-03-08 18:08:35 +0000
  • a7849e8dd9 Fixed the path separators so that they work on Unix. Improved the output for the doc processor: MathML equations are replaced by their textual representation and whitespace better matches function declarations. Added new configuration settings for the doc processor and the license. Removed stale debugging code. License.txt is now a file, not a resource. the_fiddler 2009-03-08 18:08:35 +0000
  • f918720afd Added support for inline OpenGL documentation. the_fiddler 2009-03-08 00:46:58 +0000
  • 875263e46a Added support for inline OpenGL documentation. the_fiddler 2009-03-08 00:46:58 +0000
  • f4b6f1d0f2 Modified Extensions example to request a GL3.0 context. the_fiddler 2009-03-07 18:33:23 +0000
  • c2d9b32ff1 Modified Extensions example to request a GL3.0 context. the_fiddler 2009-03-07 18:33:23 +0000
  • fda108701c Added new GLControl constructors that allow you specify the desired GraphicsContext (OpenGL) version and flags. the_fiddler 2009-03-07 11:03:41 +0000
  • 4e5d758fa1 Added new GLControl constructors that allow you specify the desired GraphicsContext (OpenGL) version and flags. the_fiddler 2009-03-07 11:03:41 +0000
  • 0759beaebf Added new GameWindow constructors that specify the desired GraphicsContext (OpenGL) version and flags. the_fiddler 2009-03-07 10:49:32 +0000
  • d43123f219 Added new GameWindow constructors that specify the desired GraphicsContext (OpenGL) version and flags. the_fiddler 2009-03-07 10:49:32 +0000
  • 9981b92e5a Removed unused (duplicate) details field. the_fiddler 2009-03-07 10:46:49 +0000
  • ed754a4384 Removed unused (duplicate) details field. the_fiddler 2009-03-07 10:46:49 +0000
  • 4a2a223751 Added the capability to specify the desired OpenGL version and parameters (debug / forward-compatible context). Added OpenGL 3.0 support for GLX contexts. Added support for creating dummy contexts (useful if you are creating contexts from an external library). Cleaned up unused and stale code. the_fiddler 2009-03-07 10:36:51 +0000
  • a0e0613420 Added the capability to specify the desired OpenGL version and parameters (debug / forward-compatible context). Added OpenGL 3.0 support for GLX contexts. Added support for creating dummy contexts (useful if you are creating contexts from an external library). Cleaned up unused and stale code. the_fiddler 2009-03-07 10:36:51 +0000
  • 4cfaaf6077 Made extension loading more forgiving (delegates can be either public or non-public now). the_fiddler 2009-03-07 10:20:55 +0000
  • 8f594646b8 Made extension loading more forgiving (delegates can be either public or non-public now). the_fiddler 2009-03-07 10:20:55 +0000
  • 70963b09af Use Glx.ChooseFBConfig instead of the deprecated Glx.ChooseVisual, if the first is available. This is necessary for OpenGL 3.0 contexts. the_fiddler 2009-03-07 07:16:46 +0000
  • d2376ced1f Use Glx.ChooseFBConfig instead of the deprecated Glx.ChooseVisual, if the first is available. This is necessary for OpenGL 3.0 contexts. the_fiddler 2009-03-07 07:16:46 +0000
  • 4efee1f1ef Removed unused types. the_fiddler 2009-03-07 07:14:52 +0000
  • 130d72dcf3 Removed unused types. the_fiddler 2009-03-07 07:14:52 +0000
  • 300abf1a1c Added support for the glx functions ChooseFBConfig, GetVisualFromFBConfig and CreateContextAttribsARB. the_fiddler 2009-03-07 07:13:48 +0000
  • d7e387f548 Added support for the glx functions ChooseFBConfig, GetVisualFromFBConfig and CreateContextAttribsARB. the_fiddler 2009-03-07 07:13:48 +0000
  • 03cf3ee512 WinMM devices with 0 axes and no POV hats are not joysticks/joypads. the_fiddler 2009-03-07 05:55:33 +0000
  • b958f912a8 WinMM devices with 0 axes and no POV hats are not joysticks/joypads. the_fiddler 2009-03-07 05:55:33 +0000
  • 3c1676ee40 Add MacOS code to call gestalt to detect OS version. kanato 2009-03-02 01:49:23 +0000
  • ebc3490243 Add MacOS code to call gestalt to detect OS version. kanato 2009-03-02 01:49:23 +0000
  • 87c04d5bfc Prepare for 0.9.4 release. the_fiddler 2009-03-01 09:55:22 +0000
  • 4ac210a991 Prepare for 0.9.4 release. the_fiddler 2009-03-01 09:55:22 +0000
  • 67f9358bd3 * X11/X11Joystick.cs: Flip vertical axes so that +1 points up. * Windows/WinMMJoystick.cs: Move Z-axis before R-axis. the_fiddler 2009-03-01 09:17:19 +0000
  • 5f2a4b3d8c * X11/X11Joystick.cs: Flip vertical axes so that +1 points up. * Windows/WinMMJoystick.cs: Move Z-axis before R-axis. the_fiddler 2009-03-01 09:17:19 +0000
  • 51e2d93e38 Added support for POV hats with WinMM. Reversed vertical axes, so that down is -1 and up is +1. the_fiddler 2009-03-01 08:44:39 +0000
  • 3360df3af9 Added support for POV hats with WinMM. Reversed vertical axes, so that down is -1 and up is +1. the_fiddler 2009-03-01 08:44:39 +0000
  • 1a0c3ff31f Add description to joysticks opened from the legacy path. the_fiddler 2009-03-01 01:26:04 +0000
  • 912b04f333 Add description to joysticks opened from the legacy path. the_fiddler 2009-03-01 01:26:04 +0000
  • f46deb7103 Fixed exception when no joystick is present. the_fiddler 2009-03-01 01:20:26 +0000
  • 1f11e3f38c Fixed exception when no joystick is present. the_fiddler 2009-03-01 01:20:26 +0000
  • 8b31086055 Added missing parameters to joystick event loggers. Updated to use the JoystickAxis and JoystickButton enumerations. the_fiddler 2009-03-01 01:18:00 +0000
  • f33d2ff498 Added missing parameters to joystick event loggers. Updated to use the JoystickAxis and JoystickButton enumerations. the_fiddler 2009-03-01 01:18:00 +0000
  • 44e4971a38 Added JoystickAxis and JoystickButton enumerations, as well as their respective collections. Implemented necessary Poll() functions. the_fiddler 2009-03-01 01:17:24 +0000
  • f6f196c90b Added JoystickAxis and JoystickButton enumerations, as well as their respective collections. Implemented necessary Poll() functions. the_fiddler 2009-03-01 01:17:24 +0000
  • 2eeb1a7bd9 Implemented JoystickDevice events. Added GameWindow interface to JoystickDevices. Added HID support to Tests/InputLogger. the_fiddler 2009-03-01 00:28:31 +0000
  • 0dca74a232 Implemented JoystickDevice events. Added GameWindow interface to JoystickDevices. Added HID support to Tests/InputLogger. the_fiddler 2009-03-01 00:28:31 +0000
  • 6118f4fdec Initial joystick support (not public yet). the_fiddler 2009-02-28 23:11:27 +0000
  • 9b43e11ff5 Initial joystick support (not public yet). the_fiddler 2009-02-28 23:11:27 +0000
  • 837ea0d90c Removed unused code. the_fiddler 2009-02-28 23:10:25 +0000
  • 02730b1e55 Removed unused code. the_fiddler 2009-02-28 23:10:25 +0000
  • 74d5fc8f40 Fixed GL1.1 fallback when GL.BlendColor is not supported. the_fiddler 2009-02-28 22:33:30 +0000
  • faba9c42a7 Fixed GL1.1 fallback when GL.BlendColor is not supported. the_fiddler 2009-02-28 22:33:30 +0000
  • 8112f6df52 Prompt for input when none is given. the_fiddler 2009-02-28 22:01:39 +0000
  • 66fd1f0915 Prompt for input when none is given. the_fiddler 2009-02-28 22:01:39 +0000
  • e40522aa93 Updated mergeinfo. the_fiddler 2009-02-28 21:08:34 +0000
  • 59256f6f0b Updated mergeinfo. the_fiddler 2009-02-28 21:08:34 +0000
  • 047eee206c Improved Mono support. the_fiddler 2009-02-28 20:49:58 +0000
  • c953327f1c Improved Mono support. the_fiddler 2009-02-28 20:49:58 +0000
  • 7a4e5bb4c4 Moved to the Tests namespace. the_fiddler 2009-02-28 20:42:25 +0000
  • c14b41b3f4 Moved to the Tests namespace. the_fiddler 2009-02-28 20:42:25 +0000
  • 8a53a142bb Massively improved example: more information displayed, better layout. the_fiddler 2009-02-28 20:40:10 +0000
  • ec45dfab24 Massively improved example: more information displayed, better layout. the_fiddler 2009-02-28 20:40:10 +0000
  • 89bfdd4568 Implemented GL.SupportsFunction(MethodInfo). the_fiddler 2009-02-28 20:00:34 +0000
  • e6080ea77a Implemented GL.SupportsFunction(MethodInfo). the_fiddler 2009-02-28 20:00:34 +0000
  • 132c2ab856 Merged initial GL3 support from branches/gl3. the_fiddler 2009-02-28 19:56:08 +0000
  • 529702a317 Merged initial GL3 support from branches/gl3. the_fiddler 2009-02-28 19:56:08 +0000
  • cf20b474f6 Added support for wglCreateContextAttribsARB. the_fiddler 2009-02-28 19:51:58 +0000
  • cee4a44e76 Added support for wglCreateContextAttribsARB. the_fiddler 2009-02-28 19:51:58 +0000
  • f84cc5678f Merged changes from gl3 branch. Added [AutoGenerated] attribute to all bindings. the_fiddler 2009-02-28 19:30:48 +0000
  • dd13f98e83 Merged changes from gl3 branch. Added [AutoGenerated] attribute to all bindings. the_fiddler 2009-02-28 19:30:48 +0000
  • 3656003844 Now prints the OpenTK license and adds the [AutoGenerated] attribute to the generated bindings. the_fiddler 2009-02-28 19:29:34 +0000
  • 01f618c00b Now prints the OpenTK license and adds the [AutoGenerated] attribute to the generated bindings. the_fiddler 2009-02-28 19:29:34 +0000
  • 08bf5e52ad Merged changes from gl3 branch. the_fiddler 2009-02-28 18:50:16 +0000
  • 8ba07860e5 Merged changes from gl3 branch. the_fiddler 2009-02-28 18:50:16 +0000
  • bc865f5f54 Print usage instructions on invalid or missing arguments. the_fiddler 2009-02-28 16:26:25 +0000
  • 12db0e6cef Print usage instructions on invalid or missing arguments. the_fiddler 2009-02-28 16:26:25 +0000
  • 75b0e0b937 Improved the ignore list. the_fiddler 2009-02-28 15:37:51 +0000
  • bf88e453a8 Improved the ignore list. the_fiddler 2009-02-28 15:37:51 +0000
  • eb8358a215 Set eol-style: native and mime-type: text/plain properties. the_fiddler 2009-02-28 15:28:16 +0000
  • 57e271d6fe Set eol-style: native and mime-type: text/plain properties. the_fiddler 2009-02-28 15:28:16 +0000
  • a3d1902ab2 Bumped version number to 0.9.3. the_fiddler 2009-02-22 16:25:45 +0000
  • 27efb2b644 Bumped version number to 0.9.3. the_fiddler 2009-02-22 16:25:45 +0000
  • 0b83a9f934 Updated Changelog.txt in preparation for the 0.9.3 release. the_fiddler 2009-02-22 16:22:43 +0000
  • 54c16e82be Updated Changelog.txt in preparation for the 0.9.3 release. the_fiddler 2009-02-22 16:22:43 +0000
  • 4e87c23421 Updated Changelog.txt and Release.txt in preparation for the 0.9.3 release. the_fiddler 2009-02-22 16:16:42 +0000
  • 9e2708799f Updated Changelog.txt and Release.txt in preparation for the 0.9.3 release. the_fiddler 2009-02-22 16:16:42 +0000
  • 37755cb398 Check that OpenGL resources have really been allocated, before deleting them in Unload(). the_fiddler 2009-02-22 16:01:29 +0000
  • 90253d5f62 Check that OpenGL resources have really been allocated, before deleting them in Unload(). the_fiddler 2009-02-22 16:01:29 +0000
  • 6e5eaf4653 Set SVN mime-type to text/plain and eol-style to native. the_fiddler 2009-02-22 15:51:06 +0000
  • 9a32ce9f55 Set SVN mime-type to text/plain and eol-style to native. the_fiddler 2009-02-22 15:51:06 +0000
  • 5dfa3e4de2 Check whether EXT_framebuffer_object is supported and abort if it is not. the_fiddler 2009-02-22 15:50:08 +0000
  • 55c34f8a48 Check whether EXT_framebuffer_object is supported and abort if it is not. the_fiddler 2009-02-22 15:50:08 +0000
  • 5e85dfc40e Use GameWindow.Exit() instead of GameWindow.ExitAsync(). the_fiddler 2009-02-22 15:49:33 +0000
  • 871a76b46b Use GameWindow.Exit() instead of GameWindow.ExitAsync(). the_fiddler 2009-02-22 15:49:33 +0000
  • 8bb1a85bc1 Added Closing event that can be used to cancel a call to GameWindow.Exit(). Made GameWindow.Exit() thread-safe. ExitAsync() is now privateee (use Exit() instead). GameWindow.Exit() now correctly works when called from inside the OnLoad method or the Load event. the_fiddler 2009-02-22 15:48:31 +0000
  • 6ae75f0e08 Added Closing event that can be used to cancel a call to GameWindow.Exit(). Made GameWindow.Exit() thread-safe. ExitAsync() is now privateee (use Exit() instead). GameWindow.Exit() now correctly works when called from inside the OnLoad method or the Load event. the_fiddler 2009-02-22 15:48:31 +0000
  • 6678fe52c3 Removed an unused Bitmap reference. the_fiddler 2009-02-22 12:12:16 +0000
  • 07dff0abe0 Removed an unused Bitmap reference. the_fiddler 2009-02-22 12:12:16 +0000
  • e5ad57e13d Suppressed a large amount of warnings for unused methods / fields in the platform bindings. Replaced tab stops with spaces. the_fiddler 2009-02-22 12:10:36 +0000
  • 8da8023c97 Suppressed a large amount of warnings for unused methods / fields in the platform bindings. Replaced tab stops with spaces. the_fiddler 2009-02-22 12:10:36 +0000
  • 6545358593 Fixed two instances where the obsolete XYZ attribute was being used. the_fiddler 2009-02-22 12:09:23 +0000
  • 39710404ee Fixed two instances where the obsolete XYZ attribute was being used. the_fiddler 2009-02-22 12:09:23 +0000