the_fiddler
6864127ea0
Fixed Alt+Enter fullscreen toggling.
2008-05-04 14:45:33 +00:00
the_fiddler
49b0c413ca
Fix line endings.
2008-05-04 14:42:01 +00:00
the_fiddler
67d62045ef
Added GetNext and GetPrevious methods to improve toggling of window states and borders.
2008-05-04 14:40:08 +00:00
the_fiddler
8905630f12
Normalized line endings.
2008-05-03 16:34:39 +00:00
the_fiddler
70fc0db9ee
* Tests/GameWindowStates.cs: Add bidirectional mode changes.
2008-05-03 16:33:17 +00:00
the_fiddler
1789c67fd2
* Tests/GameWindowStates.cs: Updated GameWindowState.cs test pattern.
2008-04-25 22:09:41 +00:00
the_fiddler
0457b857b7
* Tests/GameWindowStates.cs: Fullscreen toggling on key 3.
2008-04-25 21:49:49 +00:00
the_fiddler
cfcb861ad4
* Tests/GameWindowStates.cs: Added current status to, and reduced font
...
size for instructions.
2008-04-25 21:32:43 +00:00
the_fiddler
d54fde57b1
Test all WindowBorder and WindowStyle combinations. Add instructions.
2008-04-21 20:19:12 +00:00
the_fiddler
c60558ed16
Changed all GameWindow.Fullscreen properties to GameWindow.WindowState.
...
Added WindowState test app.
2008-04-20 17:59:05 +00:00
the_fiddler
3d97740e1f
Display a scrollbar when too many examples are loaded.
2008-04-20 15:09:30 +00:00
the_fiddler
90c7c84597
Call Dispose on the loaded bitmap.
2008-04-13 21:31:24 +00:00
the_fiddler
dc56d5540c
Added audio file as example.
2008-04-13 20:06:55 +00:00
the_fiddler
143d217468
Made AudioContext.Device private. Added AudioContext.SupportsExtension.
2008-04-13 19:42:37 +00:00
the_fiddler
805f2373e6
Fixed framerate rendering.
2008-04-13 18:43:15 +00:00
the_fiddler
e72deb54ad
Removed the example number.
2008-04-13 16:54:07 +00:00
the_fiddler
8691b50443
License.
2008-04-13 16:53:41 +00:00
the_fiddler
90cd690843
Added Inertia's Julia Fractal example.
2008-04-13 16:52:15 +00:00
the_fiddler
57b097f7d0
Moved OpenTK.Graphics.OpenGL to OpenTK.Graphics.
2008-04-13 16:45:56 +00:00
the_fiddler
3072a77a61
Now handles security exceptions.
2008-04-13 15:51:31 +00:00
the_fiddler
cacb1625c6
Got rid of obsolete DisplayMode.
2008-04-13 15:51:09 +00:00
the_fiddler
0f27e3e833
Updated to use AudioLoader.
2008-04-06 14:48:47 +00:00
the_fiddler
743f92a114
Trying to fix sound popping.
2008-04-06 14:28:29 +00:00
the_fiddler
06fea0526e
Updated using (AudioContext) declaration.
2008-04-06 01:28:42 +00:00
the_fiddler
670d65eada
Fixed SoundReader prermissions.
...
Fixed a problem with SoundReader.EndOfFile.
Removed a Dispose() call i Playback.cs (was not necessecary).
Streaming code updates.
2008-04-04 22:14:42 +00:00
the_fiddler
6ab0b92ea3
Moved streaming code to StreamingPlayback.cs.
2008-04-04 21:33:34 +00:00
the_fiddler
97a6b4e9c7
Added licenses.
2008-04-04 21:05:03 +00:00
the_fiddler
9121937a54
Renamed TestPlayback.cs to Playback.cs
2008-04-04 21:04:39 +00:00
the_fiddler
6e7eb4db5a
Renamed TestPlayback.cs to Playback.cs.
2008-04-04 20:44:47 +00:00
the_fiddler
84ad73b197
Move streaming playback to its own file.
2008-04-04 20:20:33 +00:00
the_fiddler
9ff050dfa5
Initial commit (stubbed).
2008-04-04 20:19:53 +00:00
the_fiddler
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.
2008-04-04 19:46:08 +00:00
the_fiddler
7473fe500e
Added support for higher mouse buttons under X11.
...
Use XCheckWindowEvent instead of XNextEvent.
2008-03-24 18:18:26 +00:00
the_fiddler
ef3e344d68
Do not call opengl functions when in Visual Studio designer.
2008-03-24 13:27:18 +00:00
the_fiddler
1cb0fbce22
Use GLControl.
2008-03-24 13:26:25 +00:00
the_fiddler
0a5c962c51
Updated some licenses. Remove a couple of DisplayMode warnings.
2008-03-24 13:15:25 +00:00
the_fiddler
41cba22df3
Call GL.Clear. Slightly reduce Update speed.
2008-03-10 11:38:05 +00:00
the_fiddler
ef16a9d296
Moved OpenTK.Fonts to OpenTK.Graphics namespace.
2008-03-08 14:38:10 +00:00
the_fiddler
59ad653760
Report the size of uploaded VBO data, when an error occurs.
2008-03-03 12:45:18 +00:00
the_fiddler
624ca0d9c5
Updated hidden window constructor.
2008-03-01 13:16:34 +00:00
the_fiddler
57afab2496
Added screenshot capability.
2008-03-01 13:15:35 +00:00
the_fiddler
ee1431279f
Renamed GraphicsFormat to GraphicsMode.
2008-02-28 15:26:13 +00:00
the_fiddler
0df8f595fb
Updated examples to use GraphicsFormat instead of DisplayMode.
...
Improved S04_Input_Logger and W03_Extensions shutdown.
2008-02-28 13:57:48 +00:00
the_fiddler
a9e2ce4a00
Completed move of OpenTK.OpenGL to OpenTK.Graphics.OpenGL.
2008-02-02 00:58:26 +00:00
the_fiddler
d87e79268f
Moved and renamed OpenTK.GLContext to OpenTK.Graphics.GraphicsContext.
2008-01-31 14:39:54 +00:00
the_fiddler
68dd90947a
2008-01-31 14:27:24 +00:00
the_fiddler
02dcf79fe1
Moved and renamed OpenTK.GLContext to OpenTK.Graphics.GraphicsContext.
2008-01-31 14:23:20 +00:00
the_fiddler
328abb4f1b
Removed MakeCurrent() tests.
2008-01-31 14:11:56 +00:00
the_fiddler
3cd5a5b841
Fixed test. Restored fade-out/fade-in effects.
2008-01-26 14:38:35 +00:00
the_fiddler
199ae0f760
Updated test.
2008-01-26 14:21:02 +00:00