From: <je...@us...> - 2007-05-06 04:38:57
|
Revision: 1374 http://cs-sdl.svn.sourceforge.net/cs-sdl/?rev=1374&view=rev Author: jendave Date: 2007-05-05 21:38:55 -0700 (Sat, 05 May 2007) Log Message: ----------- updated docs Modified Paths: -------------- trunk/SdlDotNet/AUTHORS trunk/SdlDotNet/ChangeLog trunk/SdlDotNet/NEWS Modified: trunk/SdlDotNet/AUTHORS =================================================================== --- trunk/SdlDotNet/AUTHORS 2007-05-05 09:46:24 UTC (rev 1373) +++ trunk/SdlDotNet/AUTHORS 2007-05-06 04:38:55 UTC (rev 1374) @@ -3,7 +3,7 @@ * SDL.NET by David "[[User:Jendave|Jendave]]" Hudson (je...@ya...) * Lots of Code and examples - [[User:Rob Loach|Rob Loach]] (http://www.robloach.net) * Multiline ttf display in Font class - Paul Aspinall (pau...@gm...) -* SdlDotNet.OpenGl improvements and many bugfixes - bioslayer +* SdlDotNet.OpenGl reimplementation and many bugfixes - bioslayer * Lots of bug reports - dogwatch * Gui Examples and parts of Sprite code by D. R. E. Moonfire (d.m...@mf...) * Original version by Will Weisser (og...@9m...) with additional code from Scott Hilleard (Sco...@ya...) Modified: trunk/SdlDotNet/ChangeLog =================================================================== --- trunk/SdlDotNet/ChangeLog 2007-05-05 09:46:24 UTC (rev 1373) +++ trunk/SdlDotNet/ChangeLog 2007-05-06 04:38:55 UTC (rev 1374) @@ -1,3 +1,8 @@ +===6.0.0=== +David Hudson 05 May 2007 +* All examples use a Main() method instead of a Run() method for startup. This eases the re-use of the examples, especially the SimpleExample and Template. +* Updated to use Tao 2.0.0 final release. + ===6.0.0beta3=== David Hudson 20 Apr 2007 * Bioslayer has joined the project. Modified: trunk/SdlDotNet/NEWS =================================================================== --- trunk/SdlDotNet/NEWS 2007-05-05 09:46:24 UTC (rev 1373) +++ trunk/SdlDotNet/NEWS 2007-05-06 04:38:55 UTC (rev 1374) @@ -9,6 +9,11 @@ SDL.NET is licensed under the LGPL. +===6.0.0=== +David Hudson 05 May 2007 +* All examples use a Main() method instead of a Run() method for startup. This eases the re-use of the examples, especially the SimpleExample and Template. +* Updated to use Tao 2.0.0 final release. + ===6.0.0beta3=== David Hudson 20 Apr 2007 * Bioslayer has joined the project. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |