the_fiddler
|
c6afa30b4b
|
Added GetActiveAttrib, GetActiveUniform, GetActiveUniformName and GetActiveUniformBlockName overloads that return strings. Fixes issue [#1213]: "[GL] let GetUniformName() return String".
|
2009-10-06 08:29:12 +00:00 |
|
the_fiddler
|
03f756f8d1
|
Added ClearColor(Color4) overload. Fixes issue [#1207]: "[GL] add Color4 argument overload for ClearColor".
|
2009-10-06 08:03:53 +00:00 |
|
the_fiddler
|
9933bf4739
|
Added ClearColor(Color4) overload. Fixes issue [#1207]: "[GL] add Color4 argument overload for ClearColor".
|
2009-10-06 08:03:53 +00:00 |
|
the_fiddler
|
bee2c0808a
|
Raise KeyPress events (handle WindowsMessage.CHAR message).
|
2009-09-26 21:56:42 +00:00 |
|
the_fiddler
|
69cfe6b56a
|
Raise KeyPress events (handle WindowsMessage.CHAR message).
|
2009-09-26 21:56:42 +00:00 |
|
the_fiddler
|
072de099ae
|
Made KeyChar property setter internal instead of private. Useful for reusing KeyPressEventArgs structures (instead of allocating a new one on each and every character event).
|
2009-09-26 21:55:23 +00:00 |
|
the_fiddler
|
5ce65c92ad
|
Made KeyChar property setter internal instead of private. Useful for reusing KeyPressEventArgs structures (instead of allocating a new one on each and every character event).
|
2009-09-26 21:55:23 +00:00 |
|
the_fiddler
|
f4fd7113f4
|
Marked IGameWindow as public.
|
2009-09-26 21:34:19 +00:00 |
|
the_fiddler
|
c201b71cf7
|
Marked IGameWindow as public.
|
2009-09-26 21:34:19 +00:00 |
|
the_fiddler
|
c559de1956
|
* X11GraphicsMode.cs: Protect the mode queries with XLockDisplay()/XUnlockDisplay().
|
2009-09-25 08:28:51 +00:00 |
|
the_fiddler
|
0abd2823d2
|
* X11GraphicsMode.cs: Protect the mode queries with XLockDisplay()/XUnlockDisplay().
|
2009-09-25 08:28:51 +00:00 |
|
the_fiddler
|
59f9746665
|
Ensure the GameWindow is visible when the Run() method is called.
|
2009-09-19 21:56:13 +00:00 |
|
the_fiddler
|
255cad1f21
|
Ensure the GameWindow is visible when the Run() method is called.
|
2009-09-19 21:56:13 +00:00 |
|
the_fiddler
|
045453fbf2
|
Renamed IsWindowVisisble to the correct IsWindowVisible.
|
2009-09-19 20:30:12 +00:00 |
|
the_fiddler
|
87683d533e
|
Renamed IsWindowVisisble to the correct IsWindowVisible.
|
2009-09-19 20:30:12 +00:00 |
|
the_fiddler
|
0798c8d45c
|
Setting VSync mode should not force control creation. Fixes issue [#1071]: "Not firing Load event for GLControl."
|
2009-09-18 15:46:00 +00:00 |
|
the_fiddler
|
a122fcd239
|
Setting VSync mode should not force control creation. Fixes issue [#1071]: "Not firing Load event for GLControl."
|
2009-09-18 15:46:00 +00:00 |
|
the_fiddler
|
23dce5479d
|
* X11KeyMap.cs: Removed dependency on System.Windows.Forms.
|
2009-09-13 16:34:03 +00:00 |
|
the_fiddler
|
3170c7aa0a
|
* X11KeyMap.cs: Removed dependency on System.Windows.Forms.
|
2009-09-13 16:34:03 +00:00 |
|
the_fiddler
|
ba53b6851d
|
* GLControl.cs: Added a public getter for the IWindowInfo of the GLControl.
|
2009-09-10 14:05:59 +00:00 |
|
the_fiddler
|
5f0e989951
|
* GLControl.cs: Added a public getter for the IWindowInfo of the GLControl.
|
2009-09-10 14:05:59 +00:00 |
|
the_fiddler
|
abcad58092
|
Removed obsolete comment.
|
2009-09-08 16:55:41 +00:00 |
|
the_fiddler
|
76e338ce5e
|
Removed obsolete comment.
|
2009-09-08 16:55:41 +00:00 |
|
the_fiddler
|
b6f1590636
|
Remove System.Windows.Forms.Control dependency in favor of OpenTK.NativeWindow.
|
2009-09-08 13:09:50 +00:00 |
|
the_fiddler
|
4e86dd1381
|
Remove System.Windows.Forms.Control dependency in favor of OpenTK.NativeWindow.
|
2009-09-08 13:09:50 +00:00 |
|
the_fiddler
|
6a9317bf07
|
Construct windows invisible by default. Use 'Visible = true' or 'GameWindow.Run' to display them.
|
2009-09-08 13:04:22 +00:00 |
|
the_fiddler
|
542144ac7c
|
Construct windows invisible by default. Use 'Visible = true' or 'GameWindow.Run' to display them.
|
2009-09-08 13:04:22 +00:00 |
|
the_fiddler
|
4c3f16e183
|
Added IsWindowVisible method.
|
2009-09-08 13:03:21 +00:00 |
|
the_fiddler
|
b41877e771
|
Added IsWindowVisible method.
|
2009-09-08 13:03:21 +00:00 |
|
the_fiddler
|
a212881e72
|
Fixed several code instances that relies on C# 3.0 features.
|
2009-09-07 23:28:59 +00:00 |
|
the_fiddler
|
856e13fcb8
|
Fixed several code instances that relies on C# 3.0 features.
|
2009-09-07 23:28:59 +00:00 |
|
the_fiddler
|
d8c8137123
|
Updated tokens for ARB_depth_clamp, ARB_vertex_array_bgra, ARB_seamless_cube_map, ARB_provoking_vertex, ARB_draw_elements_base_vertex which where promoted in version 3.2. Fixes issue [#1146]: "[GL3.2] Multiple (minor) corrections".
|
2009-09-07 18:33:32 +00:00 |
|
the_fiddler
|
837604a1a6
|
Updated tokens for ARB_depth_clamp, ARB_vertex_array_bgra, ARB_seamless_cube_map, ARB_provoking_vertex, ARB_draw_elements_base_vertex which where promoted in version 3.2. Fixes issue [#1146]: "[GL3.2] Multiple (minor) corrections".
|
2009-09-07 18:33:32 +00:00 |
|
the_fiddler
|
32f9b89dc8
|
Updated tokens for ARB_geometry_shader4 (promoted in Version 3.2). Fixes issue [#588]: "ARB_geometry_shader4".
|
2009-09-07 18:21:39 +00:00 |
|
the_fiddler
|
5643259379
|
Updated tokens for ARB_geometry_shader4 (promoted in Version 3.2). Fixes issue [#588]: "ARB_geometry_shader4".
|
2009-09-07 18:21:39 +00:00 |
|
the_fiddler
|
c396884cfe
|
Updated tokens for ARB_texture_multisample (promoted in Version 3.2). Fixes issue [#1151]: "ARB_texture_multisample".
|
2009-09-07 17:56:25 +00:00 |
|
the_fiddler
|
7c3b758509
|
Updated tokens for ARB_texture_multisample (promoted in Version 3.2). Fixes issue [#1151]: "ARB_texture_multisample".
|
2009-09-07 17:56:25 +00:00 |
|
the_fiddler
|
a930251995
|
Report an error if a constant does not contain either '=' or 'use' in its definition.
|
2009-09-07 17:49:06 +00:00 |
|
the_fiddler
|
965d101081
|
Report an error if a constant does not contain either '=' or 'use' in its definition.
|
2009-09-07 17:49:06 +00:00 |
|
the_fiddler
|
1ef033612b
|
Updated for 0.9.9-2b release.
|
2009-09-06 14:24:10 +00:00 |
|
the_fiddler
|
fe90b12100
|
Updated for 0.9.9-2b release.
|
2009-09-06 14:24:10 +00:00 |
|
the_fiddler
|
8e9045ad54
|
Added AllowPartialTrustedCallers attribute.
|
2009-09-06 14:19:52 +00:00 |
|
the_fiddler
|
ccda66e0a8
|
Added AllowPartialTrustedCallers attribute.
|
2009-09-06 14:19:52 +00:00 |
|
the_fiddler
|
45c7bf145d
|
Removed obsolete solution files and folders.
|
2009-09-06 09:38:27 +00:00 |
|
the_fiddler
|
fd70497785
|
Removed obsolete solution files and folders.
|
2009-09-06 09:38:27 +00:00 |
|
the_fiddler
|
20e238c158
|
Fixed mime-type and eol-style on Readme.txt.
|
2009-09-06 09:38:04 +00:00 |
|
the_fiddler
|
c542cb94da
|
Fixed mime-type and eol-style on Readme.txt.
|
2009-09-06 09:38:04 +00:00 |
|
the_fiddler
|
bd16f74156
|
Fixed project layout (files should be at root of project, not inside a folder).
|
2009-09-06 09:35:11 +00:00 |
|
the_fiddler
|
9440b2af96
|
Fixed project layout (files should be at root of project, not inside a folder).
|
2009-09-06 09:35:11 +00:00 |
|
the_fiddler
|
d511fb0f6e
|
Removed duplication AssemblyInfo file.
|
2009-09-06 09:34:03 +00:00 |
|