This commit is contained in:
James Turk 2003-01-18 22:00:52 +00:00
parent bfef4d4023
commit 0887aab5ce
5 changed files with 19 additions and 18 deletions

View File

@ -1,7 +1,8 @@
ZEngine Version Log for Version 0.8.1
$Id: changelog.txt,v 1.24 2003/01/16 05:16:17 cozman Exp $
ZEngine Version Log for Version 0.8.2
$Id: changelog.txt,v 1.25 2003/01/18 22:00:52 cozman Exp $
0.8.2
-Added "const" to members of ZImage,ZTimer,ZMusic,ZSound,ZRect,ZConfigFile,ZFont and ZError.
-Fixed several documentation problems.
-Added complete error handling system to ZEngine including internal ZError class.
-Updated examples to use newer features and check for errors.

2
config
View File

@ -1,7 +1,7 @@
#Config file for ZEngine#
#Edit only this file#
BUILD= ZEngine-0.8.1
BUILD= ZEngine-0.8.2
#Define compiler commands:
CC= g++

View File

@ -4,8 +4,8 @@
# General configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = ZEngine
PROJECT_NUMBER = 0.8.1
OUTPUT_DIRECTORY = /home/James/ZEngine-0.8.1/doc
PROJECT_NUMBER = 0.8.2
OUTPUT_DIRECTORY = /home/James/ZEngine-0.8.2/doc
OUTPUT_LANGUAGE = English
EXTRACT_ALL = NO
EXTRACT_PRIVATE = YES
@ -19,7 +19,7 @@ REPEAT_BRIEF = NO
ALWAYS_DETAILED_SEC = NO
INLINE_INHERITED_MEMB = NO
FULL_PATH_NAMES = YES
STRIP_FROM_PATH = /home/James/ZEngine-0.8.1/
STRIP_FROM_PATH = /home/James/ZEngine-0.8.2/
INTERNAL_DOCS = NO
STRIP_CODE_COMMENTS = YES
CASE_SENSE_NAMES = YES
@ -52,12 +52,12 @@ QUIET = NO
WARNINGS = YES
WARN_IF_UNDOCUMENTED = YES
WARN_FORMAT = "$file:$line: $text"
WARN_LOGFILE = /home/James/ZEngine-0.8.1/doc/ZEngine.log
WARN_LOGFILE = /home/James/ZEngine-0.8.2/doc/ZEngine.log
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT = /home/James/ZEngine-0.8.1/src \
/home/James/ZEngine-0.8.1/include
INPUT = /home/James/ZEngine-0.8.2/src \
/home/James/ZEngine-0.8.2/include
FILE_PATTERNS =
RECURSIVE = YES
EXCLUDE =

View File

@ -4,8 +4,8 @@
# General configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = ZEngine
PROJECT_NUMBER = 0.8.1
OUTPUT_DIRECTORY = C:\libs\ZEngine-0.8.1\doc\
PROJECT_NUMBER = 0.8.2
OUTPUT_DIRECTORY = C:\libs\ZEngine-0.8.2\doc\
OUTPUT_LANGUAGE = English
EXTRACT_ALL = NO
EXTRACT_PRIVATE = YES
@ -20,7 +20,7 @@ REPEAT_BRIEF = NO
ALWAYS_DETAILED_SEC = NO
INLINE_INHERITED_MEMB = NO
FULL_PATH_NAMES = YES
STRIP_FROM_PATH = C:\libs\ZEngine-0.8.1
STRIP_FROM_PATH = C:\libs\ZEngine-0.8.2
INTERNAL_DOCS = NO
CASE_SENSE_NAMES = YES
SHORT_NAMES = NO
@ -53,12 +53,12 @@ WARNINGS = YES
WARN_IF_UNDOCUMENTED = YES
WARN_IF_DOC_ERROR = YES
WARN_FORMAT = "$file:$line: $text"
WARN_LOGFILE = C:\libs\ZEngine-0.8.1\doc\ZEngine.log
WARN_LOGFILE = C:\libs\ZEngine-0.8.2\doc\ZEngine.log
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT = C:/libs/ZEngine-0.8.1/include \
C:/libs/ZEngine-0.8.1/src
INPUT = C:/libs/ZEngine-0.8.2/include \
C:/libs/ZEngine-0.8.2/src
FILE_PATTERNS =
RECURSIVE = YES
EXCLUDE =

View File

@ -3,7 +3,7 @@
File: ZEngine.h <br>
Description: Public Header File for ZEngine. <br>
Author(s): James Turk <br>
$Id: ZEngine.h,v 1.19 2003/01/15 05:51:18 cozman Exp $<br>
$Id: ZEngine.h,v 1.20 2003/01/18 22:00:52 cozman Exp $<br>
\file ZEngine.h
\brief Header file for ZEngine.
@ -16,8 +16,8 @@ $Id: ZEngine.h,v 1.19 2003/01/15 05:51:18 cozman Exp $<br>
\mainpage ZEngine Documentation
\author James Turk
\version 0.8.1
\date January 2, 2003
\version 0.8.2
\date January 18, 2003
\section ZEngine About ZEngine
<br>