Commit graph

163 commits

Author SHA1 Message Date
the_fiddler
13e2bbbac5 Bumped version number. 2008-01-15 00:10:12 +00:00
the_fiddler
7ff108d35a Updated GL.DrawElements to use DrawElementsType instead of Enums.All 2008-01-15 00:03:32 +00:00
the_fiddler
88cfad13b9 Slight documentation update. 2008-01-15 00:01:46 +00:00
the_fiddler
c11735a22f Got rid of some warnings. 2008-01-11 20:54:06 +00:00
the_fiddler
d318722e70 Possible performance improvement. 2008-01-11 20:18:51 +00:00
the_fiddler
ea7c9ec0e6 Added Ctrl-F1 command to show hidden items. 2008-01-11 20:17:36 +00:00
the_fiddler
d8a6892b5c Initial commit. 2008-01-11 20:17:01 +00:00
the_fiddler
1586dfa7b8 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
59cbd7661d Disabled from ExampleLauncher. 2008-01-06 02:35:32 +00:00
the_fiddler
fd888e0fdf Bumped version number. 2008-01-06 02:19:08 +00:00
the_fiddler
95119bfb38 Fixed data marshaling to winforms thread. 2008-01-06 02:18:58 +00:00
the_fiddler
6553940157 Updated according to the new enums. 2008-01-04 20:55:52 +00:00
the_fiddler
9228f5ab9d Updated according to the new enums. 2008-01-04 20:55:33 +00:00
the_fiddler
b51c6f5163 Fixed cross-threading calls into Windows.Forms, using delegates and BeginInvoke(). 2008-01-04 20:55:15 +00:00
the_fiddler
0c709c618f Updated T08_VBO and T10_GLSL_Cube to use the more specific, updated enums. 2008-01-02 01:01:40 +00:00
the_fiddler
107951c4d1 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
e2a515429b 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
02fcd2fc80 Added MathSpeed.cs test. 2007-11-11 23:25:41 +00:00
the_fiddler
91c0baf678 Final touches before release. 2007-11-11 21:48:00 +00:00
the_fiddler
3822655209 Fixed loading of Bitmap on Linux (invalid path separator). 2007-11-11 20:09:18 +00:00
the_fiddler
e0ec0b2035 glControl1_Resize event was not fired. 2007-11-11 19:39:09 +00:00
the_fiddler
7be851a68a Added ExampleAttribute to all examples. Improved Textures example. Modified several other examples. 2007-11-11 18:44:10 +00:00
the_fiddler
c72890769a Added example data. 2007-11-11 18:43:16 +00:00
the_fiddler
b9e51c4db8 Initial check-in. 2007-11-10 23:31:30 +00:00
the_fiddler
3085f9ab95 Changed background color to SteelBlue. Added ExampleAttribute. 2007-11-10 23:31:01 +00:00
the_fiddler
c74f9a677b Change enum in GL.TexParameter from All to more specific type. 2007-11-10 23:30:14 +00:00
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