diff --git a/changelog.txt b/changelog.txt index 58bd2da..779558c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,5 @@ ZEngine Version Log for Version 0.8.5 -$Id: changelog.txt,v 1.57 2003/11/23 19:32:55 cozman Exp $ +$Id: changelog.txt,v 1.58 2003/11/25 01:02:17 cozman Exp $ Changes are marked with symbols that describe them: ! is code that breaks backwards compatibility (used after 0.8.0-rc1, previous versions broke compatibility) @@ -13,6 +13,7 @@ Changes are marked with symbols that describe them: 0.8.6 ! Removed SetupDisplay/SetupSound and integrated them into CreateDisplay. ! Removed bulk of old error logging system and added new simpler system. + # Changed forums to http://sourceforge.net/forum/?group_id=62098 # OpenFromImage Alpha Fix (thanks to Stinus Petersen) # ZImage copy constructor width/height fix. # Fixed ZImage crash on missing image. ZFont crash fix relys on SDL_ttf 2.0.7 diff --git a/include/ZEngine.h b/include/ZEngine.h index 9ffaa30..79bbd80 100644 --- a/include/ZEngine.h +++ b/include/ZEngine.h @@ -3,7 +3,7 @@ \brief Header file for ZEngine. Public header file for ZEngine, this is the file that programs that wish to utilize ZEngine should include. -
$Id: ZEngine.h,v 1.37 2003/11/23 19:34:02 cozman Exp $
+
$Id: ZEngine.h,v 1.38 2003/11/25 01:02:17 cozman Exp $
\author James Turk **/ @@ -24,8 +24,9 @@     -ZEngine now uses OpenGL rather than SDL to do 2D drawing, thus increasing the uses of the engine and making the engine much faster in all test cases, and the engine was tested for memory leaks with MSVC and is known to have no leaks.
-     -The ZEngine website : http://zengine.sourceforge.net/.
-     -The ZEngine tutorials : http://zengine.sourceforge.net/tutorials/.
+     -ZEngine homepage : http://zengine.sourceforge.net/.
+     -ZEngine tutorials : http://zengine.sourceforge.net/tutorials/.
+     -ZEngine forums : http://sourceforge.net/forum/?group_id=62098.
\section Licensing Licensing
diff --git a/readme.txt b/readme.txt index 63681ba..18ab119 100644 --- a/readme.txt +++ b/readme.txt @@ -19,10 +19,10 @@ http://zengine.sourceforge.net/tutorials/. ------------------------------------------------------------ II. Getting ZEngine: -Support comes from: http://conceptofzero.net/ -The sourceforge page: http://zengine.sourceforge.net/ -The project page: http://sourceforge.net/projects/zengine/ -The CVS page: http://sourceforge.net/cvs/?group_id=62098 +Home page: http://zengine.sourceforge.net/ +Forums: http://sourceforge.net/forum/?group_id=62098 +Project page: http://sourceforge.net/projects/zengine/ +CVS page: http://sourceforge.net/cvs/?group_id=62098 ------------------------------------------------------------ III. Building ZEngine: @@ -36,7 +36,7 @@ and others) as well as the path to ZEngine before building. See dependencies.txt for information on obtaining the dependencies. If you are having a problem building ask at the ZEngine forum. -(Click forum link at http://zengine.sourceforge.net) +(http://sourceforge.net/forum/?group_id=62098) ------------------------------------------------------------ IV. Using ZEngine: