From 75bf46e2a4a7414e64d6e537dc7b6429d2ee154d Mon Sep 17 00:00:00 2001 From: James Turk Date: Thu, 12 Dec 2002 04:33:18 +0000 Subject: [PATCH] 0.8.0-rc2 --- changelog.txt | 10 ++++++++-- include/ZEngine.h | 8 ++++---- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/changelog.txt b/changelog.txt index d5a4c45..0914f23 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,7 +1,13 @@ -ZEngine Version Log for Version 0.8.0-rc1 -$Id: changelog.txt,v 1.10 2002/12/05 03:50:27 cozman Exp $ +ZEngine Version Log for Version 0.8.0-rc2 +$Id: changelog.txt,v 1.11 2002/12/12 04:34:18 cozman Exp $ +0.8.0-rc2 + -Added path stripping to ZEngine.linux.doxygen. + -Added information to ZEngine.h for Doxygen front page. + -Added force into makefile options. + -Changed ZEngine::UpdateScreen to ZEngine::Update + 0.8.0-rc1 -Changed ZRect to use floats. -Added Time based movement to ZRectTest. diff --git a/include/ZEngine.h b/include/ZEngine.h index eed6579..a691d9f 100644 --- a/include/ZEngine.h +++ b/include/ZEngine.h @@ -3,7 +3,7 @@ File: ZEngine.h
Description: Public Header File for ZEngine.
Author(s): James Turk
-$Id: ZEngine.h,v 1.9 2002/12/12 04:30:31 cozman Exp $
+$Id: ZEngine.h,v 1.10 2002/12/12 04:33:18 cozman Exp $
\file ZEngine.h \brief Header file for ZEngine. @@ -16,8 +16,8 @@ $Id: ZEngine.h,v 1.9 2002/12/12 04:30:31 cozman Exp $
\mainpage ZEngine Documentation \author James Turk - \version 0.8.0-rc1 - \date 4 December, 2002 + \version 0.8.0-rc2 + \date December 12, 2002 \section ZEngine About ZEngine
@@ -26,7 +26,7 @@ $Id: ZEngine.h,v 1.9 2002/12/12 04:30:31 cozman Exp $
In addition ZEngine aims to provide a core engine which can be used to develop a game without having to rewrite large amounts of code.
As of version 0.7.7 ZEngine uses OpenGL rather than SDL to do 2D drawing, thus increasing the uses of the engine - and making the engine much faster in most test cases.
+ and making the engine much faster in all tested cases.
The ZEngine website can be found at http://zengine.sourceforge.net/.
\section Licensing Licensing