Commit graph

197 commits

Author SHA1 Message Date
the_fiddler baf59abb6e Disabled multiple AudioContext under linux.
Moved AudioContext.LoadAvailableDevices() call outside the static constructor.
2008-01-22 21:18:47 +00:00
the_fiddler 0b10d4f16b Added as hidden example. 2008-01-22 14:54:11 +00:00
the_fiddler c3777ac9fe Use Utilities.SetWindowTitle() 2008-01-22 14:54:00 +00:00
the_fiddler 14594d9a96 Still trying to debug crash on Mono. Reverted changes. 2008-01-20 22:35:46 +00:00
the_fiddler 58c4a16972 Commented out IsCurrent = true to help debug crash on Mono. 2008-01-20 22:19:52 +00:00
the_fiddler 8f621f4586 Removed Suspend call before MakeCurrent() 2008-01-20 22:17:23 +00:00
the_fiddler 72ae7b6b00 Corrected an assertion. 2008-01-20 22:12:04 +00:00
the_fiddler 9855854b39 Trying to debug alcMakeContextCurrent crash on Linux. 2008-01-20 22:04:41 +00:00
the_fiddler 582d4fb569 Worked around a Mono bug with unsafe inline constructors. 2008-01-20 19:42:01 +00:00
the_fiddler 40f32f4867 Documentation updates. Getting rid of all remaining warnings in debug build. 2008-01-20 19:29:42 +00:00
the_fiddler 3d2bc15a84 Documentation updates. Getting rid of warnings. 2008-01-20 19:00:03 +00:00
the_fiddler a384059b1b Updated version numbers. 2008-01-20 17:29:29 +00:00
the_fiddler 8ffe65e58a Updated example attribute and tessellation function. It now works! 2008-01-20 17:21:04 +00:00
the_fiddler 6422281e7c Spelling. 2008-01-20 09:29:48 +00:00
the_fiddler 55c4e4d4da Removed unused code. 2008-01-20 09:22:58 +00:00
the_fiddler 71843190b2 Update to Keyboard Handling. 2008-01-20 09:00:15 +00:00
the_fiddler cdab33e4a6 Added example. 2008-01-20 08:42:19 +00:00
the_fiddler 70abd051e8 Updated licensing information. Added more test data. 2008-01-19 15:26:16 +00:00
the_fiddler a959d1b6b8 Updated licensing information. 2008-01-19 15:25:51 +00:00
the_fiddler 50fd919bae Fixed AudioContext.IsCurrent getter (would throw if no context was current). 2008-01-18 15:10:25 +00:00
the_fiddler 94eff55469 Renamed TestContext.cs to TestAudioContext.cs 2008-01-18 14:13:30 +00:00
the_fiddler 004360d0a7 Start testing of AudioContext class. 2008-01-18 14:13:04 +00:00
the_fiddler 6fc2297fbb Removed MathSpeed.Difficulty. 2008-01-18 14:01:25 +00:00
the_fiddler a2262697a2 Removed TryMouse structure left from testing the WinRawMouse code. 2008-01-18 14:01:06 +00:00
the_fiddler 44ed570bb1 Updated test to use the latest AudioContext version. Logic commented out for now. 2008-01-18 14:00:28 +00:00
the_fiddler 65019c5c53 ExampleAttribute.ToString() now ignores ExampleAttribute.Difficulty if it is zero. Simplified ExampleAttribute constructors. 2008-01-18 13:59:26 +00:00
the_fiddler 4809fccd8d Test OpenTK.Audio.AudioContext 2008-01-17 14:07:32 +00:00
the_fiddler a875f40354 Show hidden examples in debug mode. 2008-01-17 14:06:14 +00:00
the_fiddler ef52e1106d Updated version numbers. 2008-01-15 16:44:17 +00:00
the_fiddler 0ecdcd19b3 Use Utilities.SetWindowTitle 2008-01-15 12:24:57 +00:00
the_fiddler 5e1d36e44d Add SetWindowTitle utility. 2008-01-15 12:24:43 +00:00
the_fiddler 8fe7d77747 Hide from ExampleLauncher (not ready yet). 2008-01-15 12:24:36 +00:00
the_fiddler a44747d0c2 Fix for "unknown reference to KeyboardDevice" or on Mono. 2008-01-15 09:51:32 +00:00
the_fiddler 2567fc266d Changed the name of a label (clashed with base GLControl). 2008-01-15 09:35:08 +00:00
the_fiddler 13e2bbbac5 Bumped version number. 2008-01-15 00:10:12 +00:00
the_fiddler 7ff108d35a Updated GL.DrawElements to use DrawElementsType instead of Enums.All 2008-01-15 00:03:32 +00:00
the_fiddler 88cfad13b9 Slight documentation update. 2008-01-15 00:01:46 +00:00
the_fiddler c11735a22f Got rid of some warnings. 2008-01-11 20:54:06 +00:00
the_fiddler d318722e70 Possible performance improvement. 2008-01-11 20:18:51 +00:00
the_fiddler ea7c9ec0e6 Added Ctrl-F1 command to show hidden items. 2008-01-11 20:17:36 +00:00
the_fiddler d8a6892b5c Initial commit. 2008-01-11 20:17:01 +00:00
the_fiddler 1586dfa7b8 Renamed MouseButtons to MouseButtonsBox (clashed with Windows.Forms.MouseButtons)
Used full namespace in anonymous delegate declaration.
2008-01-06 10:56:10 +00:00
the_fiddler 59cbd7661d Disabled from ExampleLauncher. 2008-01-06 02:35:32 +00:00
the_fiddler fd888e0fdf Bumped version number. 2008-01-06 02:19:08 +00:00
the_fiddler 95119bfb38 Fixed data marshaling to winforms thread. 2008-01-06 02:18:58 +00:00
the_fiddler 6553940157 Updated according to the new enums. 2008-01-04 20:55:52 +00:00
the_fiddler 9228f5ab9d Updated according to the new enums. 2008-01-04 20:55:33 +00:00
the_fiddler b51c6f5163 Fixed cross-threading calls into Windows.Forms, using delegates and BeginInvoke(). 2008-01-04 20:55:15 +00:00
the_fiddler 0c709c618f Updated T08_VBO and T10_GLSL_Cube to use the more specific, updated enums. 2008-01-02 01:01:40 +00:00
the_fiddler 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.
2007-12-09 18:15:51 +00:00