the_fiddler
|
146fef1135
|
Complete Vector2, Vector3 and Vector4 structs.
|
2007-09-25 15:46:52 +00:00 |
|
the_fiddler
|
38d779eb1a
|
Enabled X11Input mouse driver.
|
2007-09-24 21:23:27 +00:00 |
|
the_fiddler
|
a25784c84e
|
Enabled X11Input mouse driver.
|
2007-09-24 21:23:27 +00:00 |
|
the_fiddler
|
4743d5afd6
|
InputDriver now correctly interfaces with its mouseDriver.
|
2007-09-24 21:10:52 +00:00 |
|
the_fiddler
|
0346c7ba35
|
InputDriver now correctly interfaces with its mouseDriver.
|
2007-09-24 21:10:52 +00:00 |
|
the_fiddler
|
9bd06cf09e
|
Added X11Mouse driver.
|
2007-09-24 20:56:50 +00:00 |
|
the_fiddler
|
97f7f4c7f5
|
Added X11Mouse driver.
|
2007-09-24 20:56:50 +00:00 |
|
the_fiddler
|
c8fa8a7b93
|
Fixed cast issues with Math.Sqrt.
|
2007-09-24 20:56:17 +00:00 |
|
the_fiddler
|
27d8c47403
|
Fixed cast issues with Math.Sqrt.
|
2007-09-24 20:56:17 +00:00 |
|
the_fiddler
|
e9fc2c7134
|
Added length, normal and scale calculations.
|
2007-09-24 20:18:51 +00:00 |
|
the_fiddler
|
d39787c9de
|
Added length, normal and scale calculations.
|
2007-09-24 20:18:51 +00:00 |
|
the_fiddler
|
da03090ffa
|
Vector23 math and operator overloads.
|
2007-09-24 20:11:44 +00:00 |
|
the_fiddler
|
4b29b626b8
|
Vector23 math and operator overloads.
|
2007-09-24 20:11:44 +00:00 |
|
the_fiddler
|
130951343a
|
Work on X11 mouse driver.
|
2007-09-24 20:10:14 +00:00 |
|
the_fiddler
|
61102b359d
|
Work on X11 mouse driver.
|
2007-09-24 20:10:14 +00:00 |
|
the_fiddler
|
0e862bcfdf
|
Bumped version numbers.
|
2007-09-24 19:58:45 +00:00 |
|
the_fiddler
|
66dfecfee7
|
Bumped version numbers.
|
2007-09-24 19:58:45 +00:00 |
|
the_fiddler
|
edbdadf34b
|
W03_Extensions now uses the Application.Idle event to load extensions instead of the OnLoad event. Fixes flickering problems.
|
2007-09-24 19:57:37 +00:00 |
|
the_fiddler
|
c204763f3a
|
W03_Extensions now uses the Application.Idle event to load extensions instead of the OnLoad event. Fixes flickering problems.
|
2007-09-24 19:57:37 +00:00 |
|
the_fiddler
|
8cfee01131
|
Start of T04_Lighting example. Slight updates to T10_GLSL_Cube. Updates to ExampleLauncher exception handling.
|
2007-09-23 13:38:03 +00:00 |
|
the_fiddler
|
4af4ca65c4
|
Start of T04_Lighting example. Slight updates to T10_GLSL_Cube. Updates to ExampleLauncher exception handling.
|
2007-09-23 13:38:03 +00:00 |
|
the_fiddler
|
dfe1d7c335
|
Updated update and render frequencies for all examples.
|
2007-09-23 12:49:38 +00:00 |
|
the_fiddler
|
cc00d875d5
|
Updated update and render frequencies for all examples.
|
2007-09-23 12:49:38 +00:00 |
|
the_fiddler
|
ceb5f4dfd8
|
Fixed renderFrequency and updateFrequency (they were render_frequency and update_frequency respectively).
|
2007-09-23 12:39:15 +00:00 |
|
the_fiddler
|
80f541bd17
|
Fixed renderFrequency and updateFrequency (they were render_frequency and update_frequency respectively).
|
2007-09-23 12:39:15 +00:00 |
|
the_fiddler
|
794f4d4eb4
|
Added GameWindow.SwapBuffers(). Fixed T02_Vertex_Array_Cube to 60Hz.
|
2007-09-23 12:37:07 +00:00 |
|
the_fiddler
|
700393b688
|
Added GameWindow.SwapBuffers(). Fixed T02_Vertex_Array_Cube to 60Hz.
|
2007-09-23 12:37:07 +00:00 |
|
the_fiddler
|
57b72e71e1
|
Added constant and variable time-step update logic to GameWindow. Updated examples to use the new GameWindow UpdateFrame and RenderFrame events.
|
2007-09-23 12:09:42 +00:00 |
|
the_fiddler
|
a696bbc765
|
Added constant and variable time-step update logic to GameWindow. Updated examples to use the new GameWindow UpdateFrame and RenderFrame events.
|
2007-09-23 12:09:42 +00:00 |
|
the_fiddler
|
bb2b3f8eae
|
Added timing information to UpdateFrame.
Removed T02_Resizable_Window.cs and added T02_Vertex_Array_Cube.cs
Added Shapes/Cube.cs to Examples.
|
2007-09-22 22:01:43 +00:00 |
|
the_fiddler
|
e361e4c10b
|
Added timing information to UpdateFrame.
Removed T02_Resizable_Window.cs and added T02_Vertex_Array_Cube.cs
Added Shapes/Cube.cs to Examples.
|
2007-09-22 22:01:43 +00:00 |
|
the_fiddler
|
7bf2e84373
|
Fixed build.
|
2007-09-22 15:07:28 +00:00 |
|
the_fiddler
|
0712635670
|
Fixed build.
|
2007-09-22 15:07:28 +00:00 |
|
the_fiddler
|
b2ac1d4c61
|
Updated BindStreamWriter to better handle endlines. Reverted WinRawInput to standard reads.
|
2007-09-22 14:59:33 +00:00 |
|
the_fiddler
|
26f5d0dff4
|
Updated BindStreamWriter to better handle endlines. Reverted WinRawInput to standard reads.
|
2007-09-22 14:59:33 +00:00 |
|
the_fiddler
|
1c8b77cd1b
|
Windows raw input now works.
|
2007-09-22 13:13:17 +00:00 |
|
the_fiddler
|
e277e3b272
|
Windows raw input now works.
|
2007-09-22 13:13:17 +00:00 |
|
the_fiddler
|
1c893bdbb5
|
Added initial OpenTK.Math implementation. Contains Vector2, Vector3 and Vector4 structs.
|
2007-09-21 23:38:19 +00:00 |
|
the_fiddler
|
0e3a330065
|
Added initial OpenTK.Math implementation. Contains Vector2, Vector3 and Vector4 structs.
|
2007-09-21 23:38:19 +00:00 |
|
the_fiddler
|
1f366057a2
|
Added license to S04.
|
2007-09-21 23:36:59 +00:00 |
|
the_fiddler
|
ce48c29668
|
Added license to S04.
|
2007-09-21 23:36:59 +00:00 |
|
the_fiddler
|
11261553ea
|
Removed Move event from IMouse (too inefficient). Polled input only.
S04 now polls for the mouse position.
Keyboard now handles events generated from code and not from physical devices.
|
2007-09-21 22:49:42 +00:00 |
|
the_fiddler
|
52a6690150
|
Removed Move event from IMouse (too inefficient). Polled input only.
S04 now polls for the mouse position.
Keyboard now handles events generated from code and not from physical devices.
|
2007-09-21 22:49:42 +00:00 |
|
the_fiddler
|
626c6324ca
|
Corrected Windows.API.RawMouse class. Mouse input now works!
|
2007-09-21 22:39:16 +00:00 |
|
the_fiddler
|
21d6030a6a
|
Corrected Windows.API.RawMouse class. Mouse input now works!
|
2007-09-21 22:39:16 +00:00 |
|
the_fiddler
|
2e987c7d2d
|
Updated Input Logger example. Better handling of mice.
|
2007-09-21 21:30:18 +00:00 |
|
the_fiddler
|
b660f5af9b
|
Updated Input Logger example. Better handling of mice.
|
2007-09-21 21:30:18 +00:00 |
|
the_fiddler
|
93fc9ce367
|
Added S04: Input Logger test.
|
2007-09-21 20:45:47 +00:00 |
|
the_fiddler
|
4bac183f77
|
Added S04: Input Logger test.
|
2007-09-21 20:45:47 +00:00 |
|
the_fiddler
|
9b05ee1022
|
Small update to LoadAll().
|
2007-09-21 20:36:41 +00:00 |
|