Commit graph

  • 59b503b3c3 Bumped version numbers. WinRawInput now correctly subclasses WinGLNative or WinGLControl. WinRawKeyboard now correctly responds to events. Removed T10_GLSL_Cube.cs which was erroneously moved outside the Examples/Tutorial directory. Updated INativeWindow, IGameWindow and IGLControl interfaces. Updated examples to use the new GameWindow interface. Added documentation to GameWindow. Improved GameWindow error handling. More defensive programming. the_fiddler 2007-08-04 12:09:58 +0000
  • 4ceea208ac Bumped version numbers. WinRawInput now correctly subclasses WinGLNative or WinGLControl. WinRawKeyboard now correctly responds to events. Removed T10_GLSL_Cube.cs which was erroneously moved outside the Examples/Tutorial directory. Updated INativeWindow, IGameWindow and IGLControl interfaces. Updated examples to use the new GameWindow interface. Added documentation to GameWindow. Improved GameWindow error handling. More defensive programming. the_fiddler 2007-08-04 12:09:58 +0000
  • 2f64fb372e Major updates to keyboard input. The infrastructure (drivers etc) is ready. Windows raw input works (now implementing multiple devices). The examples need updating for the new input methods. Updated the ExampleLauncher to not process exceptions. Updated the IExample interface to contain the Launch method. Updated examples and the ExampleLauncher according to the IExample interface. Synced with gl3 branch. the_fiddler 2007-08-03 00:14:31 +0000
  • 672a82983a Major updates to keyboard input. The infrastructure (drivers etc) is ready. Windows raw input works (now implementing multiple devices). The examples need updating for the new input methods. Updated the ExampleLauncher to not process exceptions. Updated the IExample interface to contain the Launch method. Updated examples and the ExampleLauncher according to the IExample interface. Synced with gl3 branch. the_fiddler 2007-08-03 00:14:31 +0000
  • a3bfafc04a Synced with gl3 branch. the_fiddler 2007-08-02 14:51:06 +0000
  • 7498af4e5d Synced with gl3 branch. the_fiddler 2007-08-02 14:51:06 +0000
  • 2b871325ea Synced with gl3 branch. the_fiddler 2007-08-01 22:28:54 +0000
  • c5ad62c12b Synced with gl3 branch. the_fiddler 2007-08-01 22:28:54 +0000
  • 00da3bf3f4 Sycned with gl3 branch. the_fiddler 2007-08-01 21:14:39 +0000
  • d5022b1b56 Sycned with gl3 branch. the_fiddler 2007-08-01 21:14:39 +0000
  • de43ff5f1f the_fiddler 2007-08-01 20:29:05 +0000
  • c7547cf045 the_fiddler 2007-08-01 20:29:05 +0000
  • a1312b7d20 the_fiddler 2007-08-01 20:28:45 +0000
  • fe54d0acf6 the_fiddler 2007-08-01 20:28:45 +0000
  • 6bec9d994b Sycned with gl3 branch. the_fiddler 2007-08-01 09:32:49 +0000
  • c373f6c063 Sycned with gl3 branch. the_fiddler 2007-08-01 09:32:49 +0000
  • f4d6347832 Sycned with gl3 branch. the_fiddler 2007-08-01 09:31:14 +0000
  • 15f5e3ab0b Sycned with gl3 branch. the_fiddler 2007-08-01 09:31:14 +0000
  • 3036a6184f Sycned with gl3 branch. the_fiddler 2007-08-01 09:30:38 +0000
  • 557a7f1818 Sycned with gl3 branch. the_fiddler 2007-08-01 09:30:38 +0000
  • 536d6d9e8e Synced with gl3 branch. the_fiddler 2007-08-01 09:30:14 +0000
  • 8921547dae Synced with gl3 branch. the_fiddler 2007-08-01 09:30:14 +0000
  • 7efb21c4f8 Bumped version number. the_fiddler 2007-08-01 09:29:53 +0000
  • 6ed48a1271 Bumped version number. the_fiddler 2007-08-01 09:29:53 +0000
  • 6918bf0997 Ignore items. the_fiddler 2007-08-01 09:28:31 +0000
  • 7ddac2562f Ignore items. the_fiddler 2007-08-01 09:28:31 +0000
  • 34e3e388c4 Merged with gl3 branch. the_fiddler 2007-08-01 09:27:57 +0000
  • c1d3fbe2f1 Merged with gl3 branch. the_fiddler 2007-08-01 09:27:57 +0000
  • 8f90c9d50f Added Windows.API.VirtualKeys enum. Started VirtualKeus --> OpenTK.Input.Keys keymap . Removed Keyboard.Key set property. the_fiddler 2007-07-31 21:50:29 +0000
  • c51a0b7a6a Added Windows.API.VirtualKeys enum. Started VirtualKeus --> OpenTK.Input.Keys keymap . Removed Keyboard.Key set property. the_fiddler 2007-07-31 21:50:29 +0000
  • 732c582874 Added debug messages to ExampleLauncher. the_fiddler 2007-07-27 12:06:32 +0000
  • c038496fda Added debug messages to ExampleLauncher. the_fiddler 2007-07-27 12:06:32 +0000
  • 43a37e3ac2 Fixed Raw Input keyboard registration under windows. Fixed marshalling in GetRawInputData. the_fiddler 2007-07-27 01:37:12 +0000
  • 8c43b52517 Fixed Raw Input keyboard registration under windows. Fixed marshalling in GetRawInputData. the_fiddler 2007-07-27 01:37:12 +0000
  • 8f159aef72 IKeyboard is now public. Updated the GameWindow to not create the Keyboard itself (it is done further up). Added all Raw Input structs, functions and enums in Windows.API. WinRawKeyboard implements IKeyboard using Raw Input on Windows. the_fiddler 2007-07-27 01:20:55 +0000
  • 20630278fb IKeyboard is now public. Updated the GameWindow to not create the Keyboard itself (it is done further up). Added all Raw Input structs, functions and enums in Windows.API. WinRawKeyboard implements IKeyboard using Raw Input on Windows. the_fiddler 2007-07-27 01:20:55 +0000
  • 7f9fe25e3a IKeyboard interface. Updated Keyboard.cs and the examples to use the new interface. Major additions to Windows.API: Implemented all functions and structures for Raw Input. the_fiddler 2007-07-26 22:56:55 +0000
  • 28b4630f04 IKeyboard interface. Updated Keyboard.cs and the examples to use the new interface. Major additions to Windows.API: Implemented all functions and structures for Raw Input. the_fiddler 2007-07-26 22:56:55 +0000
  • 5538271778 Documentation updates. the_fiddler 2007-07-23 00:34:00 +0000
  • 03c2708057 Documentation updates. the_fiddler 2007-07-23 00:34:00 +0000
  • b4f122ad57 'Merged' windowing branch. Ugly, but it seems to have worked. the_fiddler 2007-07-23 00:15:18 +0000
  • 3d23105b0d 'Merged' windowing branch. Ugly, but it seems to have worked. the_fiddler 2007-07-23 00:15:18 +0000
  • 21c5ed147f Deleted trunk - could not merge windowing branch. the_fiddler 2007-07-23 00:01:30 +0000
  • 8cecdb3fa8 Deleted trunk - could not merge windowing branch. the_fiddler 2007-07-23 00:01:30 +0000
  • 39cff99e27 Updated information in preparation of release. the_fiddler 2007-07-01 11:30:55 +0000
  • 0672510275 Updated information in preparation of release. the_fiddler 2007-07-01 11:30:55 +0000
  • b632f678a9 Synced OpenTK.OpenGL.Bind and OpenTK.OpenGL.GL to latest Tao beta (2.1.3.6 and 2.1.0.7 respectively). the_fiddler 2007-07-01 10:54:46 +0000
  • a68b57f3d2 Synced OpenTK.OpenGL.Bind and OpenTK.OpenGL.GL to latest Tao beta (2.1.3.6 and 2.1.0.7 respectively). the_fiddler 2007-07-01 10:54:46 +0000
  • c8df7dc23e the_fiddler 2007-06-30 08:17:24 +0000
  • 82e3e6aae1 the_fiddler 2007-06-30 08:17:24 +0000
  • 6e730db020 the_fiddler 2007-06-30 08:17:14 +0000
  • e5a82c781b the_fiddler 2007-06-30 08:17:14 +0000
  • 44b4a1348b Corrected file copy on linux. the_fiddler 2007-06-30 08:15:08 +0000
  • 9aff9d580a Corrected file copy on linux. the_fiddler 2007-06-30 08:15:08 +0000
  • 9d1fb03f8b Workaround for nant on linux. the_fiddler 2007-06-30 08:12:47 +0000
  • c02291dc03 Workaround for nant on linux. the_fiddler 2007-06-30 08:12:47 +0000
  • 0a5d09a9c0 New build system now copies examples, exes and libs to the output folders. the_fiddler 2007-06-30 08:06:41 +0000
  • 9a1f938929 New build system now copies examples, exes and libs to the output folders. the_fiddler 2007-06-30 08:06:41 +0000
  • b4b3d83f67 Updated Build.cs to use Path.Combine (fixes issues under linux). Fixed Prebuild.xml to correctly reference text files. Tested under linux. the_fiddler 2007-06-30 07:14:34 +0000
  • c516340dea Updated Build.cs to use Path.Combine (fixes issues under linux). Fixed Prebuild.xml to correctly reference text files. Tested under linux. the_fiddler 2007-06-30 07:14:34 +0000
  • df23e096ab Build.cs now uses mono to invoke Prebuild.exe on Unix systems. the_fiddler 2007-06-30 07:01:04 +0000
  • f96aafdf75 Build.cs now uses mono to invoke Prebuild.exe on Unix systems. the_fiddler 2007-06-30 07:01:04 +0000
  • f09db9a2c8 Added Build.exe and Prebuild.exe (2.0.1) to the Build directory. the_fiddler 2007-06-30 06:52:57 +0000
  • 65e9dd947e Added Build.exe and Prebuild.exe (2.0.1) to the Build directory. the_fiddler 2007-06-30 06:52:57 +0000
  • 39ff06d2ab + OpenTK.Build + Added new, (more) cross-platform build system, written on C#. This takes the place of the scripts and batch files used to compile OpenTK up till now. + Removed all build scripts. the_fiddler 2007-06-30 06:45:07 +0000
  • 63c7c98f7f + OpenTK.Build + Added new, (more) cross-platform build system, written on C#. This takes the place of the scripts and batch files used to compile OpenTK up till now. + Removed all build scripts. the_fiddler 2007-06-30 06:45:07 +0000
  • 83ee5e4051 Removed file/folder the_fiddler 2007-05-04 11:34:03 +0000
  • a1b9074cb0 Removed file/folder the_fiddler 2007-05-04 11:34:03 +0000
  • 2b2c3c0359 made a copy the_fiddler 2007-05-04 11:32:21 +0000
  • f5c4e92e7d made a copy the_fiddler 2007-05-04 11:32:21 +0000
  • e5c5dc9774 Removed file/folder trunk the_fiddler 2007-05-04 11:31:57 +0000
  • 7dbddc0f58 Moved remotely the_fiddler 2007-05-04 11:30:00 +0000
  • 0f417d04c6 Moved remotely the_fiddler 2007-05-04 11:30:00 +0000
  • de3cc54284 Moved remotely the_fiddler 2007-05-01 13:56:33 +0000
  • 7db29a034f Moved remotely the_fiddler 2007-05-01 13:56:33 +0000
  • e87ca0e8af Created folder remotely the_fiddler 2007-05-01 13:55:00 +0000
  • 73ad21f2e7 Created folder remotely the_fiddler 2007-05-01 13:54:08 +0000
  • 9275b68e19 Created folder remotely the_fiddler 2007-05-01 13:54:08 +0000
  • 35cda11953 Updated naming. the_fiddler 2007-04-24 12:17:48 +0000
  • 17015e978f Started work on splitting WinForms related things out of this class. the_fiddler 2007-04-24 12:17:15 +0000
  • f240e20934 Updated OpenTK.OpenGL version number to 0.3.6.2 the_fiddler 2007-04-24 12:16:45 +0000
  • b001d1af6d Minor cleanup. the_fiddler 2007-04-24 12:16:20 +0000
  • 0a918f60c1 Added Control class todos. the_fiddler 2007-04-24 12:16:00 +0000
  • 2dc06f2d66 Minor cleanups (regions, tabs). Started getting the WinForms related things out of this class. the_fiddler 2007-04-24 12:15:09 +0000
  • 4a290c7182 Updated GL.ReloadFunction, GL.ReloadFunctions etc to use OpenTK.OpenGL namespace. Updated documentation. the_fiddler 2007-04-24 12:13:34 +0000
  • ca51c930bc Added Instructions.txt Prebuild.xml the_fiddler 2007-04-21 15:36:48 +0000
  • e89a613332 Updated Prebuild.xml according to new folder structure the_fiddler 2007-04-21 15:35:34 +0000
  • 5422dc407e OpenTK.Examples.OpenGL.Basic.Lesson01 renamed to OpenTK.Examples.OpenGL.Basic.001-Cube the_fiddler 2007-04-21 15:34:41 +0000
  • a24f8934b1 Folder strucure and project naming updates. Added "System" reference for OpenTK.OpenGL.Bind the_fiddler 2007-04-21 15:33:02 +0000
  • 4a39396482 Updated Release.txt and added build instructions (Instructions.txt) the_fiddler 2007-04-20 21:14:56 +0000
  • cc05190a4d Deleted ReadSpecs.cs (no longer used) the_fiddler 2007-04-20 20:54:17 +0000
  • 7ca359b66d License, changelog.txt and todo.txt updates for OpenTK.OpenGL.Bind the_fiddler 2007-04-20 20:53:15 +0000
  • 922b389ad8 the_fiddler 2007-04-20 20:46:29 +0000
  • 9e7887cbed Added PrepareRelease.bat batch to delete the .svn folders in preparation of a release. Should do the same for Linux. the_fiddler 2007-04-20 20:38:09 +0000
  • 3314992859 Updated Changelog.txt and Todo.txt the_fiddler 2007-04-20 19:07:47 +0000
  • 99f7f2aad3 Updated using directives for examples (added "using Enums = OpenTK.OpenGL.Enums"). Added some documentation and regions. the_fiddler 2007-04-20 19:06:17 +0000
  • d0a6d86bb9 New bindings. Now support all extensions. Renamed ./GL.cs to ./GLHelper.cs and added many useful functions. the_fiddler 2007-04-20 19:05:11 +0000
  • 3ff2b848e2 Synced with latest Tao.GlBindGen source. OpenTK.OpenGL.Bind now uses CodeDOM internally for code generation. Many bugfixes. Supports newest specs. the_fiddler 2007-04-20 19:03:11 +0000
  • 52cbe0c5a8 Update to the latest OpenGL specs from the new registry (these include shader model 4). the_fiddler 2007-04-20 19:01:15 +0000
  • 2874ee83a5 Upgraded Prebuild.exe to version 2.0.1 the_fiddler 2007-04-20 18:57:30 +0000