the_fiddler
|
aa66b14d98
|
Updated licensing information.
|
2007-11-10 23:29:45 +00:00 |
|
the_fiddler
|
7c187e705e
|
Added SansSerif font.
|
2007-11-08 16:43:03 +00:00 |
|
the_fiddler
|
04585824dc
|
Added documentation.
|
2007-11-08 16:42:30 +00:00 |
|
the_fiddler
|
c45c390ede
|
Tests text rendering and layout code.
|
2007-11-06 21:02:27 +00:00 |
|
the_fiddler
|
afd70b2e25
|
Changed implementation. Now tests font rendering on different sizes.
|
2007-11-06 21:02:01 +00:00 |
|
the_fiddler
|
72eebfa51c
|
Tried to implement some things, but it's broken.
|
2007-11-06 21:01:35 +00:00 |
|
the_fiddler
|
9a435c6194
|
Removed an unused variable warning.
|
2007-11-04 16:49:19 +00:00 |
|
the_fiddler
|
501da27b1a
|
|
2007-11-04 15:33:43 +00:00 |
|
the_fiddler
|
70c5a90312
|
Updated to use the new math classes.
|
2007-11-04 15:32:52 +00:00 |
|
the_fiddler
|
75cd2b0994
|
Updated to follow the new naming conventions. Fonts tutorial is broken.
|
2007-11-04 15:32:24 +00:00 |
|
the_fiddler
|
d1663fcd6d
|
Updated to match latest TextureFont revision.
|
2007-11-01 23:24:32 +00:00 |
|
the_fiddler
|
a98f46524e
|
Updated font rendering code.
|
2007-10-26 15:55:24 +00:00 |
|
the_fiddler
|
bf95f9c3c6
|
Temporarily removed font rendering.
|
2007-10-26 15:55:07 +00:00 |
|
the_fiddler
|
32d854cae9
|
Platform neutral path separator.
|
2007-10-21 15:46:00 +00:00 |
|
the_fiddler
|
1fa4641781
|
Example Data directory.
|
2007-10-20 14:20:09 +00:00 |
|
the_fiddler
|
225385b5c5
|
Example Data directory.
|
2007-10-20 14:19:25 +00:00 |
|
the_fiddler
|
ea52ac2b38
|
Bumped version number to 0.3.13.x
|
2007-10-20 14:18:24 +00:00 |
|
the_fiddler
|
eb31744ad0
|
Example now reads the poem from Data\Poem.txt instead from an embedded resource.
|
2007-10-20 13:41:39 +00:00 |
|
the_fiddler
|
35c1e7ae3b
|
Delete Resources.resx because it wouldn't play nice with Prebuild.exe. I should report the problem to Prebuild and add it in back in the future - resources are rather nice.
|
2007-10-20 13:40:24 +00:00 |
|
the_fiddler
|
a78449d6f2
|
Added ordering information.
|
2007-10-20 10:54:40 +00:00 |
|
the_fiddler
|
d41d741d2f
|
Added Resources class to Examples.
|
2007-10-20 10:35:32 +00:00 |
|
the_fiddler
|
97e145c2a9
|
Simplified ExampleLauncher. Better naming scheme.
|
2007-10-20 10:34:29 +00:00 |
|
the_fiddler
|
73474632db
|
Added Fonts example (Tutorial 6) that showcases the use of the TextureFont class.
|
2007-10-20 10:32:52 +00:00 |
|
the_fiddler
|
3416fc515d
|
Cleaned up and simplified the ExampleLauncher reflection functions. Can now launch "console" examples (which utilize neither GameWindow nor Windows.Forms). Better naming scheme for loaded examples.
|
2007-10-20 10:29:39 +00:00 |
|
the_fiddler
|
765cff1142
|
Deleted obsolete tests.
|
2007-10-17 21:14:36 +00:00 |
|
the_fiddler
|
ac515347d0
|
Added ability to launch console applications.
|
2007-10-17 11:33:11 +00:00 |
|
the_fiddler
|
6c4372edbc
|
Improved Call Performance test. It now outputs to the console / log file, and provides much better results.
|
2007-10-17 11:32:36 +00:00 |
|
the_fiddler
|
fcfc35dc18
|
Fixed build (changes to GLControl).
|
2007-10-15 11:16:53 +00:00 |
|
the_fiddler
|
e257702212
|
Removed Fullscreen property (fixes build issue).
|
2007-10-15 11:13:51 +00:00 |
|
the_fiddler
|
f71bb87fe1
|
Removed the glControl.CreateControl() calls.
|
2007-10-05 07:46:56 +00:00 |
|
the_fiddler
|
de5df88e8c
|
Deleted obsolete examples.
|
2007-09-30 14:11:46 +00:00 |
|
the_fiddler
|
50733e421d
|
Now uses disposable pattern when launching GameWindows and Forms.
|
2007-09-30 12:38:40 +00:00 |
|
the_fiddler
|
cccb14446a
|
Updated to use the new Shapes.Cube interface.
|
2007-09-30 12:36:41 +00:00 |
|
the_fiddler
|
53bd24ac16
|
Added some debug information. Updated to use the new Shapes.Cube interface.
|
2007-09-30 12:35:35 +00:00 |
|
the_fiddler
|
6341ced26c
|
Fixed memory corruption issue with (Cube's vertices were being moved by the GC). I think.
|
2007-09-30 12:34:20 +00:00 |
|
the_fiddler
|
ff5ded2c01
|
Correct class names.
|
2007-09-27 01:14:09 +00:00 |
|
the_fiddler
|
437bf7946b
|
Added UnLoad event handler.
|
2007-09-26 23:31:53 +00:00 |
|
the_fiddler
|
87a23b654c
|
OnLoad event updated to better demonstrate its usage.
|
2007-09-26 23:15:18 +00:00 |
|
the_fiddler
|
c04b64e5a0
|
Rewrote from scratch, using direct OpenGL methods. Added OnUnload override to cleanup resources.
|
2007-09-26 23:14:50 +00:00 |
|
the_fiddler
|
b57681889d
|
Bumped version numbers.
|
2007-09-26 16:49:10 +00:00 |
|
the_fiddler
|
93e704c1f4
|
Renamed T02 and T04 examples.
|
2007-09-26 16:37:24 +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
|
66b32a88e4
|
Local light for nicer looks :)
|
2007-09-26 16:12:59 +00:00 |
|
the_fiddler
|
3aea3487fb
|
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
|
dc9d6a6cc6
|
Bumped version number.
|
2007-09-26 11:48:11 +00:00 |
|
the_fiddler
|
ea3173a5c1
|
Updated all examples. Added documentation and generally cleaned them up.
|
2007-09-26 11:47:30 +00:00 |
|
the_fiddler
|
2750081048
|
Vector and example updates.
|
2007-09-25 21:11:16 +00:00 |
|
the_fiddler
|
2b7d11d68b
|
Disabled test - InputDriver does not work with Mono's Linux Winforms yet.
|
2007-09-25 15:47:39 +00:00 |
|
the_fiddler
|
0e862bcfdf
|
Bumped version numbers.
|
2007-09-24 19:58:45 +00:00 |
|