This commit is contained in:
James Turk 2003-08-01 22:00:17 +00:00
parent 30a7e11654
commit 10aca6a817
2 changed files with 11 additions and 9 deletions

View File

@ -1,5 +1,5 @@
ZEngine Version Log for Version 0.8.4 ZEngine Version Log for Version 0.8.4
$Id: changelog.txt,v 1.40 2003/07/12 09:22:13 cozman Exp $ $Id: changelog.txt,v 1.41 2003/08/01 22:00:17 cozman Exp $
Changes are marked with symbols that describe them: Changes are marked with symbols that describe them:
! is code that breaks backwards compatibility (used after 0.8.0-rc1, previous versions broke compatibility) ! is code that breaks backwards compatibility (used after 0.8.0-rc1, previous versions broke compatibility)
@ -8,6 +8,10 @@ Changes are marked with symbols that describe them:
- is removed features - is removed features
# is changed features # is changed features
0.8.5
+ Addition of limited SDL graphics backend.
# New linux build system (by Atani)
0.8.4 0.8.4
! Removed Rand* functions from ZEngine and replaced with overloaded Rand. ! Removed Rand* functions from ZEngine and replaced with overloaded Rand.
! Moved versioning information and changed format. ! Moved versioning information and changed format.

View File

@ -26,19 +26,17 @@ The CVS page: http://sourceforge.net/cvs/?group_id=62098
------------------------------------------------------------ ------------------------------------------------------------
III. Building ZEngine: III. Building ZEngine:
ZEngine can be built on any system that has SDL and OpenGL available. It is ZEngine can be built on any system any system that has SDL and OpenGL
currently being developed on Redhat 8.0 and Windows 2000/XP. If you are in available. If you are in VC++ the folder vc7 contains project files for use,
VC++ the folders vc6 and vc7 contains project files for use, and if you are and if you are in a gcc compiler you can change the config & makefile to meet
in mingw or cygwin you can change the linux makefile to suit your needs. your needs.
-If you are using VC++ you will need to add the path to the dependencies (SDL -If you are using VC++ you will need to add the path to the dependencies (SDL
and others) as well as the path to ZEngine before building. and others) as well as the path to ZEngine before building.
-If you are using gcc on any OS you need to change configure (not the
makefile) to meet your needs then run make.
See dependencies.txt for information on obtaining the dependencies. See dependencies.txt for information on obtaining the dependencies.
If you are having a problem building ask at If you are having a problem building ask at the ZEngine forum.
http://www.conceptofzero.net/index.php?name=PNphpBB2&file=viewforum&f=4 (Click forum link at http://zengine.sourceforge.net)
------------------------------------------------------------ ------------------------------------------------------------
IV. Using ZEngine: IV. Using ZEngine: