Commit graph

  • 98ded8fd9e Moved streaming code to StreamingPlayback.cs. the_fiddler 2008-04-04 21:33:34 +0000
  • 6ab0b92ea3 Moved streaming code to StreamingPlayback.cs. the_fiddler 2008-04-04 21:33:34 +0000
  • 4f23b9564a Fixed spacing. Normalized [Gen|Delete][Buffers|Sources] overload parameters. Added singular versions (1 parameter to generate/delete only). the_fiddler 2008-04-04 21:33:08 +0000
  • 01106c7a0e Fixed spacing. Normalized [Gen|Delete][Buffers|Sources] overload parameters. Added singular versions (1 parameter to generate/delete only). the_fiddler 2008-04-04 21:33:08 +0000
  • 84f117b3d3 Removed obsolete GetDisplayModes() function. the_fiddler 2008-04-04 21:08:09 +0000
  • 4b45494433 Removed obsolete GetDisplayModes() function. the_fiddler 2008-04-04 21:08:09 +0000
  • 224f917a49 Added licenses. the_fiddler 2008-04-04 21:05:03 +0000
  • 97a6b4e9c7 Added licenses. the_fiddler 2008-04-04 21:05:03 +0000
  • ddf7f3ac34 Renamed TestPlayback.cs to Playback.cs the_fiddler 2008-04-04 21:04:39 +0000
  • 9121937a54 Renamed TestPlayback.cs to Playback.cs the_fiddler 2008-04-04 21:04:39 +0000
  • 5f4a639ebd Renamed TestPlayback.cs to Playback.cs. the_fiddler 2008-04-04 20:44:47 +0000
  • 6e7eb4db5a Renamed TestPlayback.cs to Playback.cs. the_fiddler 2008-04-04 20:44:47 +0000
  • b5974951d7 Move streaming playback to its own file. the_fiddler 2008-04-04 20:20:33 +0000
  • 84ad73b197 Move streaming playback to its own file. the_fiddler 2008-04-04 20:20:33 +0000
  • feea08d121 Initial commit (stubbed). the_fiddler 2008-04-04 20:19:53 +0000
  • 9ff050dfa5 Initial commit (stubbed). the_fiddler 2008-04-04 20:19:53 +0000
  • 9c4d81c4f2 Fixed an arithmetic overflow exception in extended bit checking at WMInput.cs. the_fiddler 2008-04-04 20:05:38 +0000
  • acccba0bfb Fixed an arithmetic overflow exception in extended bit checking at WMInput.cs. the_fiddler 2008-04-04 20:05:38 +0000
  • b9900b075b Added Source/Examples/Data/Audio folder. the_fiddler 2008-04-04 19:49:00 +0000
  • 17eb4b5d2d Added Source/Examples/Data/Audio folder. the_fiddler 2008-04-04 19:49:00 +0000
  • 7001076f5a Moved OpenTK.OpenAL to OpenTK.Audio. Added SoundReader class. Added OpenTK.Math.Functions.NextPowerOfTwo Fixed several AL functions, and added overloads to AL.BufferData. Added OpenAL wave playback sample. the_fiddler 2008-04-04 19:46:08 +0000
  • 5ff51ba9fe Moved OpenTK.OpenAL to OpenTK.Audio. Added SoundReader class. Added OpenTK.Math.Functions.NextPowerOfTwo Fixed several AL functions, and added overloads to AL.BufferData. Added OpenAL wave playback sample. the_fiddler 2008-04-04 19:46:08 +0000
  • 14f544ff5e Added some missing SetLastError attributes. the_fiddler 2008-03-29 16:15:57 +0000
  • 78911ac4d4 Added some missing SetLastError attributes. the_fiddler 2008-03-29 16:15:57 +0000
  • 59a2a17a2c added extra overload to have gen/delete functions with similar parameters. Corrected some inline docu chrisbrandtner 2008-03-27 17:14:14 +0000
  • 2e48fcb4b4 added extra overload to have gen/delete functions with similar parameters. Corrected some inline docu chrisbrandtner 2008-03-27 17:14:14 +0000
  • b56c46d553 non-ref overloads for gen/delete functions (AL&Efx) chrisbrandtner 2008-03-27 16:46:23 +0000
  • 17d7e4da92 non-ref overloads for gen/delete functions (AL&Efx) chrisbrandtner 2008-03-27 16:46:23 +0000
  • 76825a36c7 Updates to GameWindow shutdown and X11 locking behavior. the_fiddler 2008-03-26 19:43:57 +0000
  • 63608b1dd7 Updates to GameWindow shutdown and X11 locking behavior. the_fiddler 2008-03-26 19:43:57 +0000
  • db29304aa8 Initial commit. the_fiddler 2008-03-24 19:01:35 +0000
  • 560f132764 Initial commit. the_fiddler 2008-03-24 19:01:35 +0000
  • 26f1ac30d0 Added support for higher mouse buttons under X11. the_fiddler 2008-03-24 18:18:26 +0000
  • 7473fe500e Added support for higher mouse buttons under X11. the_fiddler 2008-03-24 18:18:26 +0000
  • ac68af8730 Do not call opengl functions when in Visual Studio designer. the_fiddler 2008-03-24 13:27:18 +0000
  • ef3e344d68 Do not call opengl functions when in Visual Studio designer. the_fiddler 2008-03-24 13:27:18 +0000
  • be13869712 Use GLControl. the_fiddler 2008-03-24 13:26:25 +0000
  • 1cb0fbce22 Use GLControl. the_fiddler 2008-03-24 13:26:25 +0000
  • 3127258045 Added license. the_fiddler 2008-03-24 13:25:57 +0000
  • f2f0359c6b Added license. the_fiddler 2008-03-24 13:25:57 +0000
  • 653f9a812f Unique handles for different contexts (makes multiple contexts work under Visual Studio designer). the_fiddler 2008-03-24 13:25:38 +0000
  • b12a88c244 Unique handles for different contexts (makes multiple contexts work under Visual Studio designer). the_fiddler 2008-03-24 13:25:38 +0000
  • f978762c04 Removed IGLContextCreationHack interface (no longer used). the_fiddler 2008-03-24 13:24:32 +0000
  • e1ea2ff0e8 Removed IGLContextCreationHack interface (no longer used). the_fiddler 2008-03-24 13:24:32 +0000
  • e1a30509cb Updated some licenses. Remove a couple of DisplayMode warnings. the_fiddler 2008-03-24 13:15:25 +0000
  • 0a5c962c51 Updated some licenses. Remove a couple of DisplayMode warnings. the_fiddler 2008-03-24 13:15:25 +0000
  • 034d524a87 Use one display connection for all X11 communication. Seems to fix (not 100%) the crash problems encountered. the_fiddler 2008-03-24 13:12:02 +0000
  • ef16998dca Use one display connection for all X11 communication. Seems to fix (not 100%) the crash problems encountered. the_fiddler 2008-03-24 13:12:02 +0000
  • 6641076f3b svn.commit.tmp the_fiddler 2008-03-24 13:07:48 +0000
  • 5b4bed3a09 svn.commit.tmp the_fiddler 2008-03-24 13:07:48 +0000
  • 7493aeb412 Debug message when creating default GraphicsMode. the_fiddler 2008-03-23 12:55:33 +0000
  • c34440903f Debug message when creating default GraphicsMode. the_fiddler 2008-03-23 12:55:33 +0000
  • e295acdd37 Cache default display mode. the_fiddler 2008-03-23 12:51:41 +0000
  • 4123fbfeab Cache default display mode. the_fiddler 2008-03-23 12:51:41 +0000
  • aa21965023 Temporarily removed detailed constructors. the_fiddler 2008-03-16 10:07:55 +0000
  • 9efb80ebb8 Temporarily removed detailed constructors. the_fiddler 2008-03-16 10:07:55 +0000
  • b3d32793f3 Some formatting updates. the_fiddler 2008-03-16 10:07:24 +0000
  • ebd7f45dc9 Some formatting updates. the_fiddler 2008-03-16 10:07:24 +0000
  • 8a6171e28b Fixed an NRE that could occur under some circumstances. the_fiddler 2008-03-15 11:26:31 +0000
  • 5ca7f5acd8 Fixed an NRE that could occur under some circumstances. the_fiddler 2008-03-15 11:26:31 +0000
  • d15062a6f5 Push/Pop AttribMask.ColorBufferBit in TextPrinter.Begin/End float[] viewport should have 4 members, not 6. the_fiddler 2008-03-13 09:34:09 +0000
  • 9d1f1ecc4c Push/Pop AttribMask.ColorBufferBit in TextPrinter.Begin/End float[] viewport should have 4 members, not 6. the_fiddler 2008-03-13 09:34:09 +0000
  • b08edbc341 Removed OnResize overload. the_fiddler 2008-03-10 15:54:40 +0000
  • c79f4abbe9 Removed OnResize overload. the_fiddler 2008-03-10 15:54:40 +0000
  • d9143c7654 Moved GraphicsContext creation to the HandleCreated event. the_fiddler 2008-03-10 13:25:33 +0000
  • 1c69f7e07f Moved GraphicsContext creation to the HandleCreated event. the_fiddler 2008-03-10 13:25:33 +0000
  • b2b9cd1353 Fixed multiple GLControls under Mono/X11. the_fiddler 2008-03-10 13:23:09 +0000
  • 28ed42406a Fixed multiple GLControls under Mono/X11. the_fiddler 2008-03-10 13:23:09 +0000
  • 73914709ba Call GL.Clear. Slightly reduce Update speed. the_fiddler 2008-03-10 11:38:05 +0000
  • 41cba22df3 Call GL.Clear. Slightly reduce Update speed. the_fiddler 2008-03-10 11:38:05 +0000
  • ac0209a575 Open a different X11 display connection - reusing the one from Windows.Forms results in messages getting routed to the wrong windows. the_fiddler 2008-03-10 11:37:41 +0000
  • 357703d456 Open a different X11 display connection - reusing the one from Windows.Forms results in messages getting routed to the wrong windows. the_fiddler 2008-03-10 11:37:41 +0000
  • f23d7929be Can now distinguish between left and right control, shift, alt and enter keys. the_fiddler 2008-03-10 08:50:19 +0000
  • 8386c20b6a Can now distinguish between left and right control, shift, alt and enter keys. the_fiddler 2008-03-10 08:50:19 +0000
  • e49b1beb7b Added internal ClearKeys method. Made the constructor internal. Added docs to a few functions. the_fiddler 2008-03-10 08:49:48 +0000
  • b04606640f Added internal ClearKeys method. Made the constructor internal. Added docs to a few functions. the_fiddler 2008-03-10 08:49:48 +0000
  • bb84178f20 Added detection of left and right shift/control/alt buttons. the_fiddler 2008-03-08 17:35:58 +0000
  • bc1801d5d5 Added detection of left and right shift/control/alt buttons. the_fiddler 2008-03-08 17:35:58 +0000
  • 1e397fcee5 Moved OpenTK.Fonts to OpenTK.Graphics namespace. the_fiddler 2008-03-08 14:38:10 +0000
  • ef16a9d296 Moved OpenTK.Fonts to OpenTK.Graphics namespace. the_fiddler 2008-03-08 14:38:10 +0000
  • ca68971695 Moved OpenTK.Fonts to from OpenTK OpenTK.Utilities. Added OpenTK.Utilities.dll reference to Examples. Moved assembly-level attributes from GameWindow.cs to Configuration.cs. the_fiddler 2008-03-08 14:06:59 +0000
  • 7751c07e6f Moved OpenTK.Fonts to from OpenTK OpenTK.Utilities. Added OpenTK.Utilities.dll reference to Examples. Moved assembly-level attributes from GameWindow.cs to Configuration.cs. the_fiddler 2008-03-08 14:06:59 +0000
  • db3f186f95 Added OpenTK.Utilities project. the_fiddler 2008-03-08 13:42:19 +0000
  • b09881bdd0 Added OpenTK.Utilities project. the_fiddler 2008-03-08 13:42:19 +0000
  • 05d8f839e2 Fixed licenses. Resaved some docs as unicode. the_fiddler 2008-03-06 21:06:52 +0000
  • 6553c71cb5 Fixed licenses. Resaved some docs as unicode. the_fiddler 2008-03-06 21:06:52 +0000
  • c946bc6fb8 Added Bezier Curves. Added Factorial and BinomialCoefficient to Functions.cs. Added Vector2d?.Perpendicular the_fiddler 2008-03-06 21:04:53 +0000
  • f381438c8e Added Bezier Curves. Added Factorial and BinomialCoefficient to Functions.cs. Added Vector2d?.Perpendicular the_fiddler 2008-03-06 21:04:53 +0000
  • 532594c1b2 Initial commit. the_fiddler 2008-03-03 12:48:13 +0000
  • 49dbf3c40a Initial commit. the_fiddler 2008-03-03 12:48:13 +0000
  • 9f7d858136 Initial commit. the_fiddler 2008-03-03 12:48:00 +0000
  • 6323bce84e Initial commit. the_fiddler 2008-03-03 12:48:00 +0000
  • 03825f1241 Initial commit. the_fiddler 2008-03-03 12:47:35 +0000
  • 46e0d1d719 Initial commit. the_fiddler 2008-03-03 12:47:35 +0000
  • d2ede50705 Renamed. the_fiddler 2008-03-03 12:46:58 +0000
  • 0e2dc9f2f4 Renamed. the_fiddler 2008-03-03 12:46:58 +0000
  • 4adcea8546 Initial commit. the_fiddler 2008-03-03 12:46:46 +0000
  • 9d0ccab836 Initial commit. the_fiddler 2008-03-03 12:46:46 +0000
  • 58e910d478 Initial commit. the_fiddler 2008-03-03 12:46:17 +0000
  • f4a9d918bb Initial commit. the_fiddler 2008-03-03 12:46:17 +0000