Commit graph

  • 2e345ed6c8 Replaced tabs with spaces. the_fiddler 2009-07-19 17:50:41 +0000
  • 67bdd39d08 Added INativeWindow.CreateKeyboardDriver() Added INativeWindow.KeyPress event (KeyPressEventArgs). Removed INativeWindow.Icon property. the_fiddler 2009-07-19 17:49:51 +0000
  • 4847646cc8 Added INativeWindow.CreateKeyboardDriver() Added INativeWindow.KeyPress event (KeyPressEventArgs). Removed INativeWindow.Icon property. the_fiddler 2009-07-19 17:49:51 +0000
  • a9352e441b Fixed issue [#1035] (http://www.opentk.com/node/1035 [Audio] SoundData's internal buffer size) the_fiddler 2009-07-19 16:12:40 +0000
  • 9631c40611 Fixed issue [#1035] (http://www.opentk.com/node/1035 [Audio] SoundData's internal buffer size) the_fiddler 2009-07-19 16:12:40 +0000
  • 5ef2a59306 Replaced tabs with spaces. the_fiddler 2009-07-19 16:09:46 +0000
  • f42775f482 Replaced tabs with spaces. the_fiddler 2009-07-19 16:09:46 +0000
  • 416c40b333 * GLHelper.cs: Added Quaternion overload to GL.Uniform4. the_fiddler 2009-07-19 15:31:37 +0000
  • eb75e708b7 * GLHelper.cs: Added Quaternion overload to GL.Uniform4. the_fiddler 2009-07-19 15:31:37 +0000
  • 9f844be1c7 * GLHelper.cs: Replaced tabs with spaces. the_fiddler 2009-07-19 15:28:42 +0000
  • e3252ee5d6 * GLHelper.cs: Replaced tabs with spaces. the_fiddler 2009-07-19 15:28:42 +0000
  • 5ca63466aa Ported updates from 0.9.8. the_fiddler 2009-07-18 08:44:31 +0000
  • cc90efe8c5 Ported updates from 0.9.8. the_fiddler 2009-07-18 08:44:31 +0000
  • 9806230a2e Ported fix for bug [#1005]: Using TextPrinterOptions.Default does not allow text to change color the_fiddler 2009-07-18 08:44:14 +0000
  • 884ede2c9d Ported fix for bug [#1005]: Using TextPrinterOptions.Default does not allow text to change color the_fiddler 2009-07-18 08:44:14 +0000
  • e4c1a2b0b4 Fixed license header. the_fiddler 2009-07-18 08:24:45 +0000
  • 3824d5b2c1 Fixed license header. the_fiddler 2009-07-18 08:24:45 +0000
  • ad7a8497f2 Moved GameWindowFlags enumeration to its own file. Added GameWindowFlags.Default token. the_fiddler 2009-07-18 08:21:58 +0000
  • 57e4bb85bd Moved GameWindowFlags enumeration to its own file. Added GameWindowFlags.Default token. the_fiddler 2009-07-18 08:21:58 +0000
  • a1fc3fc13c Removed CurrentAlcError property. Fixed handling of ObjectDisposedExceptions. the_fiddler 2009-07-17 23:07:17 +0000
  • 662fcc1109 Removed CurrentAlcError property. Fixed handling of ObjectDisposedExceptions. the_fiddler 2009-07-17 23:07:17 +0000
  • 3222b976b3 Updated to use latest Audio api. the_fiddler 2009-07-17 23:00:50 +0000
  • c66871080c Updated to use latest Audio api. the_fiddler 2009-07-17 23:00:50 +0000
  • 1fff5cc885 Renamed AudioContext.Default to AudioContext.DefaulDevice. Improved error checking code. the_fiddler 2009-07-17 23:00:22 +0000
  • 10a910fe10 Renamed AudioContext.Default to AudioContext.DefaulDevice. Improved error checking code. the_fiddler 2009-07-17 23:00:22 +0000
  • bdd49a2aa1 Added SampleFormat and SampleFrequency properties. Added CheckErrors method. Renamed GetSamples to ReadSamples and added generic overload. Improved error checking code. the_fiddler 2009-07-17 22:59:50 +0000
  • d74ecbc4c1 Added SampleFormat and SampleFrequency properties. Added CheckErrors method. Renamed GetSamples to ReadSamples and added generic overload. Improved error checking code. the_fiddler 2009-07-17 22:59:50 +0000
  • 61a48526e3 Added CLSCompliant overload to Alc.CaptureOpenDevice. the_fiddler 2009-07-17 22:58:29 +0000
  • 550520a994 Added CLSCompliant overload to Alc.CaptureOpenDevice. the_fiddler 2009-07-17 22:58:29 +0000
  • d9f8d2e694 Simple whitespace fix. the_fiddler 2009-07-17 22:58:01 +0000
  • e7590ea784 Simple whitespace fix. the_fiddler 2009-07-17 22:58:01 +0000
  • 60300ffcc1 Added AudioDeviceErrorChecker modeled after OpenTK.Graphics. the_fiddler 2009-07-17 22:57:22 +0000
  • c7382fa377 Added AudioDeviceErrorChecker modeled after OpenTK.Graphics. the_fiddler 2009-07-17 22:57:22 +0000
  • 286d13dbd4 Added AudioValueException class. the_fiddler 2009-07-17 22:57:11 +0000
  • 5f47e3d8a5 Added AudioValueException class. the_fiddler 2009-07-17 22:57:11 +0000
  • f148198523 Added BlittableValueType struct that can be used to check whether any given value type is blittable. the_fiddler 2009-07-17 22:51:44 +0000
  • d12c4f4662 Added BlittableValueType struct that can be used to check whether any given value type is blittable. the_fiddler 2009-07-17 22:51:44 +0000
  • 8f4a75f9f3 Specify correct sizes for Alc.GetInteger buffers (needs size in integers, not size in bytes). the_fiddler 2009-07-17 21:21:52 +0000
  • d021884d01 Specify correct sizes for Alc.GetInteger buffers (needs size in integers, not size in bytes). the_fiddler 2009-07-17 21:21:52 +0000
  • 68cd6b68db Fixed wrappers for Alc.GetInteger (pin and pass pointer). the_fiddler 2009-07-17 21:21:03 +0000
  • cbe3bc6bbb Fixed wrappers for Alc.GetInteger (pin and pass pointer). the_fiddler 2009-07-17 21:21:03 +0000
  • 1037fd2ca6 * OpenALDiagnostics.cs: Added new diagnostics sample to Examples project. the_fiddler 2009-07-17 09:58:47 +0000
  • 4f6f2daa5c * OpenALDiagnostics.cs: Added new diagnostics sample to Examples project. the_fiddler 2009-07-17 09:58:47 +0000
  • efce51d974 * AudioCapture.cs: Added AudioCapture class that encapsulates openal 'capture' contexts. the_fiddler 2009-07-17 09:47:59 +0000
  • 0f0efced7d * AudioCapture.cs: Added AudioCapture class that encapsulates openal 'capture' contexts. the_fiddler 2009-07-17 09:47:59 +0000
  • 7726212921 Replaced tabs with spaces. the_fiddler 2009-07-17 08:27:25 +0000
  • 55de62cd02 Replaced tabs with spaces. the_fiddler 2009-07-17 08:27:25 +0000
  • a65ed72e72 Updated license information. the_fiddler 2009-07-17 08:26:32 +0000
  • 66cd1ee1a6 Updated license information. the_fiddler 2009-07-17 08:26:32 +0000
  • 7d00083bc2 * AudioDeviceEnumerator.cs: Added missing file. the_fiddler 2009-07-17 08:25:33 +0000
  • fadeffb601 * AudioDeviceEnumerator.cs: Added missing file. the_fiddler 2009-07-17 08:25:33 +0000
  • 0b107a9880 * EglContext.cs: Fixed build error (class committed by mistake - it is not yet implemented). the_fiddler 2009-07-16 13:36:41 +0000
  • 3f66949fb2 * EglContext.cs: Fixed build error (class committed by mistake - it is not yet implemented). the_fiddler 2009-07-16 13:36:41 +0000
  • c41c81613d Merged openal-next branch (rev. 1969) to trunk. Tested with Audio-Info and Parrot examples and works as expected. Chrisbrandtner 2009-07-16 12:49:24 +0000
  • 75cc8cba9f Merged openal-next branch (rev. 1969) to trunk. Tested with Audio-Info and Parrot examples and works as expected. Chrisbrandtner 2009-07-16 12:49:24 +0000
  • 2a96551355 Added EGL bindings based on http://www.koushikdutta.com/2008/08/net-compact-framework-wrapper-for.html the_fiddler 2009-07-15 23:17:41 +0000
  • 1a7fe71e26 Added EGL bindings based on http://www.koushikdutta.com/2008/08/net-compact-framework-wrapper-for.html the_fiddler 2009-07-15 23:17:41 +0000
  • 2183ad98e4 * CLHelper.cs: Removed garbage unicode characters inserted by MonoDevelop. the_fiddler 2009-07-15 23:03:52 +0000
  • bc357fa758 * CLHelper.cs: Removed garbage unicode characters inserted by MonoDevelop. the_fiddler 2009-07-15 23:03:52 +0000
  • 83496a8a0f Added missing license information. the_fiddler 2009-07-15 22:58:09 +0000
  • 8fc9b807f3 Added missing license information. the_fiddler 2009-07-15 22:58:09 +0000
  • 516cff00c3 Regenerated ES bindings with Bind 0.9.9.11. Moved ES bindings from GLES[10|11|20] namespaces to ES[10|11|20]. Renamed ES wrapper classes to 'ES' instead of 'GL'. the_fiddler 2009-07-15 22:35:12 +0000
  • 1832f6cef8 Regenerated ES bindings with Bind 0.9.9.11. Moved ES bindings from GLES[10|11|20] namespaces to ES[10|11|20]. Renamed ES wrapper classes to 'ES' instead of 'GL'. the_fiddler 2009-07-15 22:35:12 +0000
  • b9975e835a Modified Type.Pointer property to be an integer instead of a boolean. Improved handling of string arrays. Added handling of flow direction to ESGenerator and Delegate.TranslateParameters(). Moved FlowDirection enum outside of Parameter class. the_fiddler 2009-07-15 22:33:26 +0000
  • ab26b80e2d Modified Type.Pointer property to be an integer instead of a boolean. Improved handling of string arrays. Added handling of flow direction to ESGenerator and Delegate.TranslateParameters(). Moved FlowDirection enum outside of Parameter class. the_fiddler 2009-07-15 22:33:26 +0000
  • a356b69d85 Fixed GetString, GetShaderSource and ShaderSource signatures. the_fiddler 2009-07-15 22:31:28 +0000
  • 300c7e06e7 Fixed GetString, GetShaderSource and ShaderSource signatures. the_fiddler 2009-07-15 22:31:28 +0000
  • 90a9fe13e9 Changed default GLES* namespaces to ES*. Changed -mode options for ES (-mode:es* instead of -mode:gles*). Bumped version number. the_fiddler 2009-07-15 15:03:22 +0000
  • 854eafe1d3 Changed default GLES* namespaces to ES*. Changed -mode options for ES (-mode:es* instead of -mode:gles*). Bumped version number. the_fiddler 2009-07-15 15:03:22 +0000
  • 7fba91da26 Worked around File.Replace issue on Linux by deleting the existing file first. Not perfectly safe, but acceptable for our use. the_fiddler 2009-07-15 15:01:55 +0000
  • 0ead2d300e Worked around File.Replace issue on Linux by deleting the existing file first. Not perfectly safe, but acceptable for our use. the_fiddler 2009-07-15 15:01:55 +0000
  • 523b64235d Renamed GlesGenerator.cs to ESGenerator.cs. Minor changes to match the new xml specs (the root node is now 'signatures'). the_fiddler 2009-07-15 14:59:10 +0000
  • 92374cff09 Renamed GlesGenerator.cs to ESGenerator.cs. Minor changes to match the new xml specs (the root node is now 'signatures'). the_fiddler 2009-07-15 14:59:10 +0000
  • d161aec41e Removed obsolete file. the_fiddler 2009-07-15 14:20:46 +0000
  • b2c3c4a3f0 Removed obsolete file. the_fiddler 2009-07-15 14:20:46 +0000
  • dd4840a7b9 Regenerated xml files for ES 1.0, 1.1, 2.0. the_fiddler 2009-07-15 14:06:58 +0000
  • ce558ed9af Regenerated xml files for ES 1.0, 1.1, 2.0. the_fiddler 2009-07-15 14:06:58 +0000
  • 4c10acbf12 * Structures/Type.cs: Try to translate GLenum even if category is unknown. the_fiddler 2009-07-15 14:05:40 +0000
  • 165287fdd2 * Structures/Type.cs: Try to translate GLenum even if category is unknown. the_fiddler 2009-07-15 14:05:40 +0000
  • cf40c03e18 Added missing folder. the_fiddler 2009-06-30 12:07:03 +0000
  • 35dc431d4d Added missing folder. the_fiddler 2009-06-30 12:07:03 +0000
  • 88197b6c1e Added OpenGL ES generated bindings. the_fiddler 2009-06-30 08:40:19 +0000
  • 90700d7a82 Added OpenGL ES generated bindings. the_fiddler 2009-06-30 08:40:19 +0000
  • 5a988ca832 Added OpenGL ES generator. the_fiddler 2009-06-30 08:39:35 +0000
  • 13b87c1b0a Added OpenGL ES generator. the_fiddler 2009-06-30 08:39:35 +0000
  • ebfb2d99c3 Added OpenGL ES 1.0 bindings. the_fiddler 2009-06-30 08:21:39 +0000
  • 659e4f0c80 Added OpenGL ES 1.0 bindings. the_fiddler 2009-06-30 08:21:39 +0000
  • d5af14766a Added GLES fixed-point types. the_fiddler 2009-06-30 08:20:32 +0000
  • f4b0e7238d Added GLES fixed-point types. the_fiddler 2009-06-30 08:20:32 +0000
  • 898da8b5f9 Renamed root node to 'functions'. the_fiddler 2009-06-30 08:13:41 +0000
  • aeec10c94f Renamed root node to 'functions'. the_fiddler 2009-06-30 08:13:41 +0000
  • 6ea16ca3e0 Fixed GetString definition. the_fiddler 2009-06-30 08:13:02 +0000
  • 6a5fdc0c4c Fixed GetString definition. the_fiddler 2009-06-30 08:13:02 +0000
  • de01235802 Added GLenum -> All mapping. the_fiddler 2009-06-30 08:08:21 +0000
  • 42dd501cbd Added GLenum -> All mapping. the_fiddler 2009-06-30 08:08:21 +0000
  • da16b695a8 Renamed profile to category. the_fiddler 2009-06-30 08:07:43 +0000
  • 40c63d9ff7 Renamed profile to category. the_fiddler 2009-06-30 08:07:43 +0000
  • 1040c3f9c8 Fixed root node for enum XML specs the_fiddler 2009-06-30 07:41:42 +0000
  • 1b6c4a54ea Fixed root node for enum XML specs the_fiddler 2009-06-30 07:41:42 +0000
  • f3fa008064 Added OpenGL ES enum specifications in XML format. the_fiddler 2009-06-30 07:38:55 +0000