From 10aca6a8178bfeb742e58f28dc22d0483c1834ba Mon Sep 17 00:00:00 2001 From: James Turk Date: Fri, 1 Aug 2003 22:00:17 +0000 Subject: [PATCH] updates --- changelog.txt | 6 +++++- readme.txt | 14 ++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/changelog.txt b/changelog.txt index 24d5acd..96a5f65 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,5 @@ 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: ! 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 changed features +0.8.5 + + Addition of limited SDL graphics backend. + # New linux build system (by Atani) + 0.8.4 ! Removed Rand* functions from ZEngine and replaced with overloaded Rand. ! Moved versioning information and changed format. diff --git a/readme.txt b/readme.txt index 9373feb..4379afb 100644 --- a/readme.txt +++ b/readme.txt @@ -26,19 +26,17 @@ The CVS page: http://sourceforge.net/cvs/?group_id=62098 ------------------------------------------------------------ III. Building ZEngine: -ZEngine can be built on any system that has SDL and OpenGL available. It is -currently being developed on Redhat 8.0 and Windows 2000/XP. If you are in -VC++ the folders vc6 and vc7 contains project files for use, and if you are -in mingw or cygwin you can change the linux makefile to suit your needs. +ZEngine can be built on any system any system that has SDL and OpenGL +available. If you are in VC++ the folder vc7 contains project files for use, +and if you are in a gcc compiler you can change the config & makefile to meet +your needs. -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. --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. -If you are having a problem building ask at -http://www.conceptofzero.net/index.php?name=PNphpBB2&file=viewforum&f=4 +If you are having a problem building ask at the ZEngine forum. +(Click forum link at http://zengine.sourceforge.net) ------------------------------------------------------------ IV. Using ZEngine: