the_fiddler
|
d8514e8650
|
Marked as obsolete. Use direct OpenGL methods instead.
|
2007-09-26 23:13:30 +00:00 |
|
the_fiddler
|
41f6619652
|
Marked as obsolete. Use direct OpenGL methods instead.
|
2007-09-26 23:13:30 +00:00 |
|
the_fiddler
|
21efddea04
|
Commented out Keymap struct in X11/API.cs, due to a bug in Mono's 1.2.5 gmcs compiler.
|
2007-09-26 16:57:43 +00:00 |
|
the_fiddler
|
357c1405e9
|
Commented out Keymap struct in X11/API.cs, due to a bug in Mono's 1.2.5 gmcs compiler.
|
2007-09-26 16:57:43 +00:00 |
|
the_fiddler
|
b57681889d
|
Bumped version numbers.
|
2007-09-26 16:49:10 +00:00 |
|
the_fiddler
|
80a951d20d
|
Bumped version numbers.
|
2007-09-26 16:49:10 +00:00 |
|
the_fiddler
|
2011a04792
|
Updating documentation for release.
|
2007-09-26 16:48:32 +00:00 |
|
the_fiddler
|
2ed4a40b5a
|
Updating documentation for release.
|
2007-09-26 16:48:32 +00:00 |
|
the_fiddler
|
93e704c1f4
|
Renamed T02 and T04 examples.
|
2007-09-26 16:37:24 +00:00 |
|
the_fiddler
|
7e8f555329
|
Renamed T02 and T04 examples.
|
2007-09-26 16:37:24 +00:00 |
|
the_fiddler
|
d7bffab2ba
|
Updating documentation for release.
|
2007-09-26 16:35:25 +00:00 |
|
the_fiddler
|
1eaba51adb
|
Updating documentation for release.
|
2007-09-26 16:35:25 +00:00 |
|
the_fiddler
|
e0a1404d15
|
Added IsoSphere.cs which creates a sphere Shape using theta ad phi coordinates.
|
2007-09-26 16:14:32 +00:00 |
|
the_fiddler
|
eafe44f3b1
|
Added IsoSphere.cs which creates a sphere Shape using theta ad phi coordinates.
|
2007-09-26 16:14:32 +00:00 |
|
the_fiddler
|
66b32a88e4
|
Local light for nicer looks :)
|
2007-09-26 16:12:59 +00:00 |
|
the_fiddler
|
bc2bbf9cf6
|
Local light for nicer looks :)
|
2007-09-26 16:12:59 +00:00 |
|
the_fiddler
|
94da72a196
|
Problem with mouse wheel not getting updated.
|
2007-09-26 16:12:31 +00:00 |
|
the_fiddler
|
35f154cb72
|
Problem with mouse wheel not getting updated.
|
2007-09-26 16:12:31 +00:00 |
|
the_fiddler
|
be89cff72c
|
Updates to delta handling. Now uses x - last_x instead of storing a delta directly.
|
2007-09-26 15:48:11 +00:00 |
|
the_fiddler
|
f769caa4f1
|
Updates to delta handling. Now uses x - last_x instead of storing a delta directly.
|
2007-09-26 15:48:11 +00:00 |
|
the_fiddler
|
46cb5ca3f8
|
Line endings.
|
2007-09-26 15:47:13 +00:00 |
|
the_fiddler
|
e43b3e9fad
|
Line endings.
|
2007-09-26 15:47:13 +00:00 |
|
the_fiddler
|
3aea7f5087
|
Added TODO caption to Visible property.
|
2007-09-26 15:44:32 +00:00 |
|
the_fiddler
|
6f3e74b688
|
Added TODO caption to Visible property.
|
2007-09-26 15:44:32 +00:00 |
|
the_fiddler
|
dca3f30460
|
Added NotImplementedException to Visible property.
|
2007-09-26 15:43:28 +00:00 |
|
the_fiddler
|
40b6f1040f
|
Added NotImplementedException to Visible property.
|
2007-09-26 15:43:28 +00:00 |
|
the_fiddler
|
d4376a75e0
|
Improved mouse delta handling. WheelDelta is broken.
|
2007-09-26 15:42:01 +00:00 |
|
the_fiddler
|
d3da5a219a
|
Improved mouse delta handling. WheelDelta is broken.
|
2007-09-26 15:42:01 +00:00 |
|
the_fiddler
|
28f90f3d17
|
Polled mouse input through XQueryPointer.
|
2007-09-26 15:41:14 +00:00 |
|
the_fiddler
|
aea2f77892
|
Polled mouse input through XQueryPointer.
|
2007-09-26 15:41:14 +00:00 |
|
the_fiddler
|
ee4a5cc7ac
|
Added Title property. Foundation of atoms.
|
2007-09-26 15:40:22 +00:00 |
|
the_fiddler
|
d6a001f878
|
Added Title property. Foundation of atoms.
|
2007-09-26 15:40:22 +00:00 |
|
the_fiddler
|
3aea3487fb
|
Added general documentation to Tutorials.
|
2007-09-26 15:39:32 +00:00 |
|
the_fiddler
|
0e297c3c4e
|
Added general documentation to Tutorials.
|
2007-09-26 15:39:32 +00:00 |
|
the_fiddler
|
9563ec3a29
|
Added Shape.cs and Plane.cs, for use in Examples. Shape is an abstract class that is parent to all shapes, and Plane derives from Shape, implementing a configurable plane (with vertex, normal, index and texcoord arrays).
|
2007-09-26 12:00:29 +00:00 |
|
the_fiddler
|
a64fd74ac1
|
Added Shape.cs and Plane.cs, for use in Examples. Shape is an abstract class that is parent to all shapes, and Plane derives from Shape, implementing a configurable plane (with vertex, normal, index and texcoord arrays).
|
2007-09-26 12:00:29 +00:00 |
|
the_fiddler
|
78b8f274ee
|
Updated Keyboard and Mouse handling. Mouse now uses XQueryPointer. Keyboard relies on X11 events. Still missing mouse delta support.
|
2007-09-26 11:58:55 +00:00 |
|
the_fiddler
|
ff871cff50
|
Updated Keyboard and Mouse handling. Mouse now uses XQueryPointer. Keyboard relies on X11 events. Still missing mouse delta support.
|
2007-09-26 11:58:55 +00:00 |
|
the_fiddler
|
d16f2ce71b
|
Updated to reflect renames (Windows.API -> Windows.Functions, Keyboard/Mouse -> Keyboard-/MouseDevice)
|
2007-09-26 11:57:32 +00:00 |
|
the_fiddler
|
ae1c9d8642
|
Updated to reflect renames (Windows.API -> Windows.Functions, Keyboard/Mouse -> Keyboard-/MouseDevice)
|
2007-09-26 11:57:32 +00:00 |
|
the_fiddler
|
20f6610c60
|
Implemented Visible and Title properties.
|
2007-09-26 11:55:55 +00:00 |
|
the_fiddler
|
8026e15c5b
|
Implemented Visible and Title properties.
|
2007-09-26 11:55:55 +00:00 |
|
the_fiddler
|
5c3315f974
|
Renamed Windows.API to Windows.Functions
|
2007-09-26 11:55:24 +00:00 |
|
the_fiddler
|
547e85a8cf
|
Renamed Windows.API to Windows.Functions
|
2007-09-26 11:55:24 +00:00 |
|
the_fiddler
|
9a4d7f1976
|
Renamed Windows.API to Windows.Functions, in accordance to X11.Functions
|
2007-09-26 11:54:43 +00:00 |
|
the_fiddler
|
308ffef918
|
Renamed Windows.API to Windows.Functions, in accordance to X11.Functions
|
2007-09-26 11:54:43 +00:00 |
|
the_fiddler
|
2fc8f35a94
|
Added Visible and Title properties.
|
2007-09-26 11:53:41 +00:00 |
|
the_fiddler
|
50465e3569
|
Added Visible and Title properties.
|
2007-09-26 11:53:41 +00:00 |
|
the_fiddler
|
f4c6281e34
|
Removed multiple keyboard/mouse support.
|
2007-09-26 11:53:19 +00:00 |
|
the_fiddler
|
2ba903154a
|
Removed multiple keyboard/mouse support.
|
2007-09-26 11:53:19 +00:00 |
|