Commit graph

157 commits

Author SHA1 Message Date
the_fiddler
ef75237981 Initial commit. 2008-01-11 20:17:01 +00:00
the_fiddler
d008b32cd6 Renamed MouseButtons to MouseButtonsBox (clashed with Windows.Forms.MouseButtons)
Used full namespace in anonymous delegate declaration.
2008-01-06 10:56:10 +00:00
the_fiddler
f4c9e21924 Disabled from ExampleLauncher. 2008-01-06 02:35:32 +00:00
the_fiddler
6d8d4aa846 Bumped version number. 2008-01-06 02:19:08 +00:00
the_fiddler
8476ff2c08 Fixed data marshaling to winforms thread. 2008-01-06 02:18:58 +00:00
the_fiddler
bbb38b9271 Updated according to the new enums. 2008-01-04 20:55:52 +00:00
the_fiddler
33495b5d63 Updated according to the new enums. 2008-01-04 20:55:33 +00:00
the_fiddler
891bb9c6af Fixed cross-threading calls into Windows.Forms, using delegates and BeginInvoke(). 2008-01-04 20:55:15 +00:00
the_fiddler
18296ea663 Updated T08_VBO and T10_GLSL_Cube to use the more specific, updated enums. 2008-01-02 01:01:40 +00:00
the_fiddler
938b2b8519 Hooks for garbage-collectable OpenGL resources.
the [...]GLNative classes now use GLContext instead of the platform-specific [...]GLContext implementations.
Updated the IGLContext interface with functions to query the current context.
2007-12-09 18:15:51 +00:00
the_fiddler
8db2411038 Added ITextPrinter.Begin()/End() functions to speed up font rendering. Updated Fonts and Text examples. 2007-11-12 07:36:34 +00:00
the_fiddler
2a315072f2 Added MathSpeed.cs test. 2007-11-11 23:25:41 +00:00
the_fiddler
fe1d12d037 Final touches before release. 2007-11-11 21:48:00 +00:00
the_fiddler
b4f044b293 Fixed loading of Bitmap on Linux (invalid path separator). 2007-11-11 20:09:18 +00:00
the_fiddler
9725f72fb9 glControl1_Resize event was not fired. 2007-11-11 19:39:09 +00:00
the_fiddler
255e0f5cf9 Added ExampleAttribute to all examples. Improved Textures example. Modified several other examples. 2007-11-11 18:44:10 +00:00
the_fiddler
405e949a2a Added example data. 2007-11-11 18:43:16 +00:00
the_fiddler
9f1593aada Initial check-in. 2007-11-10 23:31:30 +00:00
the_fiddler
3bdcc9dbcf Changed background color to SteelBlue. Added ExampleAttribute. 2007-11-10 23:31:01 +00:00
the_fiddler
db06500dd2 Change enum in GL.TexParameter from All to more specific type. 2007-11-10 23:30:14 +00:00
the_fiddler
7bbab20112 Updated licensing information. 2007-11-10 23:29:45 +00:00
the_fiddler
0c3e912dd4 Added SansSerif font. 2007-11-08 16:43:03 +00:00
the_fiddler
bfcfe107b2 Added documentation. 2007-11-08 16:42:30 +00:00
the_fiddler
4772bfee9e Tests text rendering and layout code. 2007-11-06 21:02:27 +00:00
the_fiddler
120f96f3bc Changed implementation. Now tests font rendering on different sizes. 2007-11-06 21:02:01 +00:00
the_fiddler
37f94717de Tried to implement some things, but it's broken. 2007-11-06 21:01:35 +00:00
the_fiddler
e14a460d2a Removed an unused variable warning. 2007-11-04 16:49:19 +00:00
the_fiddler
a65e1ea45c 2007-11-04 15:33:43 +00:00
the_fiddler
455ed4213a Updated to use the new math classes. 2007-11-04 15:32:52 +00:00
the_fiddler
e556150d2f Updated to follow the new naming conventions. Fonts tutorial is broken. 2007-11-04 15:32:24 +00:00
the_fiddler
2435891f7a Updated to match latest TextureFont revision. 2007-11-01 23:24:32 +00:00
the_fiddler
c45f2d97e4 Updated font rendering code. 2007-10-26 15:55:24 +00:00
the_fiddler
bd156c4ac0 Temporarily removed font rendering. 2007-10-26 15:55:07 +00:00
the_fiddler
f7c5c73aa5 Platform neutral path separator. 2007-10-21 15:46:00 +00:00
the_fiddler
edfea5cf08 Example Data directory. 2007-10-20 14:20:09 +00:00
the_fiddler
705de68940 Example Data directory. 2007-10-20 14:19:25 +00:00
the_fiddler
5fde8da87c Bumped version number to 0.3.13.x 2007-10-20 14:18:24 +00:00
the_fiddler
20ce34c6a8 Example now reads the poem from Data\Poem.txt instead from an embedded resource. 2007-10-20 13:41:39 +00:00
the_fiddler
cff4587ebd 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
4fa9a71fe6 Added ordering information. 2007-10-20 10:54:40 +00:00
the_fiddler
a19c45e895 Added Resources class to Examples. 2007-10-20 10:35:32 +00:00
the_fiddler
a072f32920 Simplified ExampleLauncher. Better naming scheme. 2007-10-20 10:34:29 +00:00
the_fiddler
b269cc2832 Added Fonts example (Tutorial 6) that showcases the use of the TextureFont class. 2007-10-20 10:32:52 +00:00
the_fiddler
433562e99d 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
3e425f23ca Deleted obsolete tests. 2007-10-17 21:14:36 +00:00
the_fiddler
7ee58e02b9 Added ability to launch console applications. 2007-10-17 11:33:11 +00:00
the_fiddler
ca79c08c7f 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
f69be39f20 Fixed build (changes to GLControl). 2007-10-15 11:16:53 +00:00
the_fiddler
f5ead52dd1 Removed Fullscreen property (fixes build issue). 2007-10-15 11:13:51 +00:00
the_fiddler
605225822a Removed the glControl.CreateControl() calls. 2007-10-05 07:46:56 +00:00