forum link

This commit is contained in:
James Turk 2003-11-25 01:02:17 +00:00
parent b9f7448288
commit f8abcedf18
3 changed files with 11 additions and 9 deletions

View File

@ -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

View File

@ -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.
<br>$Id: ZEngine.h,v 1.37 2003/11/23 19:34:02 cozman Exp $<br>
<br>$Id: ZEngine.h,v 1.38 2003/11/25 01:02:17 cozman Exp $<br>
\author James Turk
**/
@ -24,8 +24,9 @@
&nbsp;&nbsp;&nbsp;&nbsp;-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.<br>
&nbsp;&nbsp;&nbsp;&nbsp;-The ZEngine website : http://zengine.sourceforge.net/.<br>
&nbsp;&nbsp;&nbsp;&nbsp;-The ZEngine tutorials : http://zengine.sourceforge.net/tutorials/.<br>
&nbsp;&nbsp;&nbsp;&nbsp;-ZEngine homepage : http://zengine.sourceforge.net/. <br>
&nbsp;&nbsp;&nbsp;&nbsp;-ZEngine tutorials : http://zengine.sourceforge.net/tutorials/. <br>
&nbsp;&nbsp;&nbsp;&nbsp;-ZEngine forums : http://sourceforge.net/forum/?group_id=62098. <br>
\section Licensing Licensing
<br>

View File

@ -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: