From 85f2e745adc232c8bfe7146c06654aed4b1e9935 Mon Sep 17 00:00:00 2001 From: James Turk Date: Sun, 22 Dec 2002 04:31:15 +0000 Subject: [PATCH] 0.8.0-rc4 (fixing rc3) --- changelog.txt | 9 ++- doc/ZEngine.win32.doxygen | 25 +++++--- doc/html/SDLGL__Util_8h-source.html | 10 ++-- doc/html/ZE__Defines_8h-source.html | 10 ++-- doc/html/ZE__Defines_8h.html | 13 +++-- doc/html/ZE__Error_8cpp.html | 13 +++-- doc/html/ZE__Error_8h-source.html | 16 ++--- doc/html/ZE__Error_8h.html | 13 +++-- doc/html/ZE__Includes_8h-source.html | 10 ++-- doc/html/ZE__Includes_8h.html | 13 +++-- doc/html/ZE__Macros_8h-source.html | 18 +++--- doc/html/ZE__Macros_8h.html | 13 +++-- doc/html/ZE__ZConfigFile_8cpp.html | 13 +++-- doc/html/ZE__ZConfigFile_8h-source.html | 28 ++++----- doc/html/ZE__ZConfigFile_8h.html | 11 ++-- doc/html/ZE__ZEngine_8cpp.html | 13 +++-- doc/html/ZE__ZEngine_8h-source.html | 58 +++++++++---------- doc/html/ZE__ZEngine_8h.html | 13 +++-- doc/html/ZE__ZFont_8cpp.html | 13 +++-- doc/html/ZE__ZFont_8h-source.html | 24 ++++---- doc/html/ZE__ZFont_8h.html | 13 +++-- doc/html/ZE__ZImage_8h-source.html | 28 ++++----- doc/html/ZE__ZImage_8h.html | 13 +++-- doc/html/ZE__ZMusic_8cpp.html | 13 +++-- doc/html/ZE__ZMusic_8h-source.html | 16 ++--- doc/html/ZE__ZMusic_8h.html | 13 +++-- doc/html/ZE__ZObject_8h-source.html | 18 +++--- doc/html/ZE__ZObject_8h.html | 13 +++-- doc/html/ZE__ZRect_8cpp.html | 13 +++-- doc/html/ZE__ZRect_8h-source.html | 32 +++++----- doc/html/ZE__ZRect_8h.html | 13 +++-- doc/html/ZE__ZSound_8cpp.html | 13 +++-- doc/html/ZE__ZSound_8h-source.html | 18 +++--- doc/html/ZE__ZSound_8h.html | 13 +++-- doc/html/ZE__ZTimer_8cpp.html | 13 +++-- doc/html/ZE__ZTimer_8h-source.html | 20 +++---- doc/html/ZE__ZTimer_8h.html | 13 +++-- doc/html/ZEngine_8h-source.html | 10 ++-- doc/html/ZEngine_8h.html | 13 +++-- doc/html/annotated.html | 6 +- doc/html/classZE_1_1ZConfigFile-members.html | 6 +- doc/html/classZE_1_1ZConfigFile.html | 8 +-- ..._1ZConfigFile_1_1ZCF__Section-members.html | 6 +- ...lassZE_1_1ZConfigFile_1_1ZCF__Section.html | 8 +-- ...1ZConfigFile_1_1ZCF__Variable-members.html | 6 +- ...assZE_1_1ZConfigFile_1_1ZCF__Variable.html | 8 +-- doc/html/classZE_1_1ZEngine-members.html | 6 +- doc/html/classZE_1_1ZEngine.html | 8 +-- doc/html/classZE_1_1ZFont-members.html | 6 +- doc/html/classZE_1_1ZFont.html | 8 +-- doc/html/classZE_1_1ZImage-members.html | 6 +- doc/html/classZE_1_1ZImage.html | 12 ++-- doc/html/classZE_1_1ZMusic-members.html | 6 +- doc/html/classZE_1_1ZMusic.html | 8 +-- doc/html/classZE_1_1ZObject-members.html | 6 +- doc/html/classZE_1_1ZObject.html | 8 +-- doc/html/classZE_1_1ZRect-members.html | 6 +- doc/html/classZE_1_1ZRect.html | 8 +-- doc/html/classZE_1_1ZSound-members.html | 6 +- doc/html/classZE_1_1ZSound.html | 8 +-- doc/html/classZE_1_1ZTimer-members.html | 6 +- doc/html/classZE_1_1ZTimer.html | 8 +-- doc/html/doxygen.css | 2 +- doc/html/files.html | 55 +++++++++--------- doc/html/functions.html | 6 +- doc/html/globals.html | 6 +- doc/html/hierarchy.html | 6 +- doc/html/index.html | 15 +++-- doc/html/namespaceZE.html | 6 +- doc/html/namespacemembers.html | 6 +- doc/html/namespaces.html | 6 +- doc/html/physfsrwops_8h-source.html | 10 ++-- src/ZE_ZImage.cpp | 6 +- test/ZMusicTest.cpp | 2 + 74 files changed, 481 insertions(+), 443 deletions(-) diff --git a/changelog.txt b/changelog.txt index c80c036..5c275f1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,10 @@ -ZEngine Version Log for Version 0.8.0-rc3 -$Id: changelog.txt,v 1.14 2002/12/21 20:36:24 cozman Exp $ +ZEngine Version Log for Version 0.8.0-rc4 +$Id: changelog.txt,v 1.15 2002/12/22 04:31:15 cozman Exp $ + +0.8.0-rc4 (AKA "what rc3 should have been") + -Fixed ZImage::SetColorKey for new Attach behavior. + -Fixed ZMusicTest GL screen error if music fails to open. + -Fixed VC7 "Release" Project files. 0.8.0-rc3 -Fixed MAJOR memory leak when using ZImage::Attach, and in ZFont. diff --git a/doc/ZEngine.win32.doxygen b/doc/ZEngine.win32.doxygen index dc717b0..5df323f 100644 --- a/doc/ZEngine.win32.doxygen +++ b/doc/ZEngine.win32.doxygen @@ -1,11 +1,11 @@ -# Doxyfile 1.2.17 +# Doxyfile 1.3-rc2 #--------------------------------------------------------------------------- # General configuration options #--------------------------------------------------------------------------- PROJECT_NAME = ZEngine -PROJECT_NUMBER = 0.8.0-rc1 -OUTPUT_DIRECTORY = F:\libs\ZEngine-dev\doc\ +PROJECT_NUMBER = 0.8.0-rc4 +OUTPUT_DIRECTORY = C:\libs\ZEngine-0.8.0-rc4\doc\ OUTPUT_LANGUAGE = English EXTRACT_ALL = NO EXTRACT_PRIVATE = YES @@ -14,14 +14,14 @@ EXTRACT_LOCAL_CLASSES = NO HIDE_UNDOC_MEMBERS = NO HIDE_UNDOC_CLASSES = NO HIDE_FRIEND_COMPOUNDS = NO +HIDE_IN_BODY_DOCS = NO BRIEF_MEMBER_DESC = YES REPEAT_BRIEF = NO ALWAYS_DETAILED_SEC = NO INLINE_INHERITED_MEMB = NO FULL_PATH_NAMES = YES -STRIP_FROM_PATH = F:\libs\ZEngine-dev +STRIP_FROM_PATH = C:\libs\ZEngine-0.8.0-rc4 INTERNAL_DOCS = NO -STRIP_CODE_COMMENTS = YES CASE_SENSE_NAMES = YES SHORT_NAMES = NO HIDE_SCOPE_NAMES = NO @@ -51,13 +51,14 @@ SHOW_USED_FILES = YES QUIET = NO WARNINGS = YES WARN_IF_UNDOCUMENTED = YES +WARN_IF_DOC_ERROR = YES WARN_FORMAT = "$file:$line: $text" -WARN_LOGFILE = F:\libs\ZEngine-dev\doc\ZEngine.log +WARN_LOGFILE = C:\libs\ZEngine-0.8.0-rc4\doc\ZEngine.log #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = F:/libs/ZEngine-dev/src \ - F:/libs/ZEngine-dev/include +INPUT = C:/libs/ZEngine-0.8.0-rc4/include \ + C:/libs/ZEngine-0.8.0-rc4/src FILE_PATTERNS = RECURSIVE = YES EXCLUDE = @@ -74,6 +75,7 @@ FILTER_SOURCE_FILES = NO #--------------------------------------------------------------------------- SOURCE_BROWSER = NO INLINE_SOURCES = NO +STRIP_CODE_COMMENTS = YES REFERENCED_BY_RELATION = YES REFERENCES_RELATION = YES #--------------------------------------------------------------------------- @@ -143,6 +145,13 @@ XML_DTD = #--------------------------------------------------------------------------- GENERATE_AUTOGEN_DEF = NO #--------------------------------------------------------------------------- +# configuration options related to the Perl module output +#--------------------------------------------------------------------------- +GENERATE_PERLMOD = NO +PERLMOD_LATEX = NO +PERLMOD_PRETTY = YES +PERLMOD_MAKEVAR_PREFIX = +#--------------------------------------------------------------------------- # Configuration options related to the preprocessor #--------------------------------------------------------------------------- ENABLE_PREPROCESSING = YES diff --git a/doc/html/SDLGL__Util_8h-source.html b/doc/html/SDLGL__Util_8h-source.html index 7ff8154..c5815c4 100755 --- a/doc/html/SDLGL__Util_8h-source.html +++ b/doc/html/SDLGL__Util_8h-source.html @@ -1,12 +1,12 @@ -include/external/SDLGL_Util.h Source File +/include/external/SDLGL_Util.h Source File - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

include/external/SDLGL_Util.h

00001 /*This code comes from testgl.c which is part of the SDL source distribution.
+

/include/external/SDLGL_Util.h

00001 /*This code comes from testgl.c which is part of the SDL source distribution.
 00002     Available at http://libsdl.org/
 00003 */
 00004 #ifndef __sdlgl_h__
@@ -18,9 +18,9 @@
 00010 GLuint SDL_GL_LoadTexture(SDL_Surface *surface, GLfloat *texcoord);
 00011 
 00012 #endif //__sdlgl_h__
-

Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +

Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
+width=110 height=53>1.3-rc2 diff --git a/doc/html/ZE__Defines_8h-source.html b/doc/html/ZE__Defines_8h-source.html index d23ab4c..61e9bd2 100644 --- a/doc/html/ZE__Defines_8h-source.html +++ b/doc/html/ZE__Defines_8h-source.html @@ -1,12 +1,12 @@ -include/ZE_Defines.h Source File +/include/ZE_Defines.h Source File - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

include/ZE_Defines.h

Go to the documentation of this file.
00001 /*******************************************************************************
+

/include/ZE_Defines.h

Go to the documentation of this file.
00001 /*******************************************************************************
 00002          This file is Part of the ZEngine Library for SDL Game Development.
 00003                       Copyright (C) 2002 ConceptOfZero.net
 00004 
@@ -28,9 +28,9 @@
 00039 #define VERSION "0.7.6"
 00040 
 00041 #endif //__ze_defines_h__
-

Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +

Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
+width=110 height=53>1.3-rc2 diff --git a/doc/html/ZE__Defines_8h.html b/doc/html/ZE__Defines_8h.html index 43db1fc..ddf8fe1 100644 --- a/doc/html/ZE__Defines_8h.html +++ b/doc/html/ZE__Defines_8h.html @@ -3,14 +3,15 @@ ZE_Defines.h File Reference - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

include/ZE_Defines.h File Reference


Detailed Description

-
File Header:
File: ZE_Defines.h
+

/include/ZE_Defines.h File Reference


Detailed Description

+
File Header:
File: ZE_Defines.h
Description: Defines header file for ZEngine class, where all #define statements to control compilation options are placed.
Author(s): James Turk
-
+
Id
ZE_Defines.h,v 1.3 2002/12/01 07:56:17 cozman Exp
+

@@ -37,9 +38,9 @@ Definition file, holds #define statements describing optional features of ZEngin #define VERSION   "0.7.6"  Version number.

-


Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +
Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
+width=110 height=53>1.3-rc2
diff --git a/doc/html/ZE__Error_8cpp.html b/doc/html/ZE__Error_8cpp.html index 5c8bfa7..de46582 100644 --- a/doc/html/ZE__Error_8cpp.html +++ b/doc/html/ZE__Error_8cpp.html @@ -3,14 +3,15 @@ ZE_Error.cpp File Reference - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

src/ZE_Error.cpp File Reference


Detailed Description

-
File Header:
File: ZE_Error.cpp
+

/src/ZE_Error.cpp File Reference


Detailed Description

+
File Header:
File: ZE_Error.cpp
Description: Implementation source file for ZEngine error logging utility functions.
Author(s): James Turk
-
+
Id
ZE_Error.cpp,v 1.2 2002/12/01 07:56:17 cozman Exp
+

@@ -22,9 +23,9 @@ Error logging utilities for ZEngine and programs making use of ZEngine.

Namespaces

namespace  ZE -
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +
Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
+width=110 height=53>1.3-rc2
diff --git a/doc/html/ZE__Error_8h-source.html b/doc/html/ZE__Error_8h-source.html index e18b3cd..367a524 100644 --- a/doc/html/ZE__Error_8h-source.html +++ b/doc/html/ZE__Error_8h-source.html @@ -1,12 +1,12 @@ -include/ZE_Error.h Source File +/include/ZE_Error.h Source File - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

include/ZE_Error.h

Go to the documentation of this file.
00001 /*******************************************************************************
+

/include/ZE_Error.h

Go to the documentation of this file.
00001 /*******************************************************************************
 00002          This file is Part of the ZEngine Library for SDL Game Development.
 00003                       Copyright (C) 2002 ConceptOfZero.net
 00004 
@@ -21,7 +21,7 @@
 00026 
 00027 #include "ZE_Includes.h"
 00028 
-00029 namespace ZE
+00029 namespace ZE
 00030 {
 00031 
 00032 
@@ -33,16 +33,16 @@
 00057 
 00067 string FormatStr(const char *fmtstr, ...);
 00068 
-00072 #define GetError(str) _GetError(__LINE__,__FILE__,str)
+00072 #define GetError(str) _GetError(__LINE__,__FILE__,str)
 00073 
-00077 #define LogError(str) _LogError(__LINE__,__FILE__,str)
+00077 #define LogError(str) _LogError(__LINE__,__FILE__,str)
 00078 
 00079 }
 00080 
 00081 #endif //__ze_error_h__
-

Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +

Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
+width=110 height=53>1.3-rc2 diff --git a/doc/html/ZE__Error_8h.html b/doc/html/ZE__Error_8h.html index 2cfd346..add59a5 100644 --- a/doc/html/ZE__Error_8h.html +++ b/doc/html/ZE__Error_8h.html @@ -3,14 +3,15 @@ ZE_Error.h File Reference - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

include/ZE_Error.h File Reference


Detailed Description

-
File Header:
File: ZE_Error.h
+

/include/ZE_Error.h File Reference


Detailed Description

+
File Header:
File: ZE_Error.h
Description: Header file for ZEngine Error Handling Functions.
Author(s): James Turk
-
+
Id
ZE_Error.h,v 1.3 2002/12/05 00:00:42 cozman Exp
+

@@ -82,9 +83,9 @@ Creates a string about an error, telling what file it occured in and where, and Logs a string about an error, telling what file it occured in and where, and gives a user defined string as well. -


Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +
Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
+width=110 height=53>1.3-rc2
diff --git a/doc/html/ZE__Includes_8h-source.html b/doc/html/ZE__Includes_8h-source.html index 8af9aeb..b5b21d8 100644 --- a/doc/html/ZE__Includes_8h-source.html +++ b/doc/html/ZE__Includes_8h-source.html @@ -1,12 +1,12 @@ -include/ZE_Includes.h Source File +/include/ZE_Includes.h Source File - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

include/ZE_Includes.h

Go to the documentation of this file.
00001 /*******************************************************************************
+

/include/ZE_Includes.h

Go to the documentation of this file.
00001 /*******************************************************************************
 00002          This file is Part of the ZEngine Library for SDL Game Development.
 00003                       Copyright (C) 2002 ConceptOfZero.net
 00004 
@@ -49,9 +49,9 @@
 00055 using namespace std;
 00056 
 00057 #endif //__ze_includes_h__
-

Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +

Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
+width=110 height=53>1.3-rc2 diff --git a/doc/html/ZE__Includes_8h.html b/doc/html/ZE__Includes_8h.html index 80e0da1..686414b 100644 --- a/doc/html/ZE__Includes_8h.html +++ b/doc/html/ZE__Includes_8h.html @@ -3,14 +3,15 @@ ZE_Includes.h File Reference - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

include/ZE_Includes.h File Reference


Detailed Description

-
File Header:
File: ZE_Includes.h
+

/include/ZE_Includes.h File Reference


Detailed Description

+
File Header:
File: ZE_Includes.h
Description: Header file for ZEngine universal includes.
Author(s): James Turk
-
+
Id
ZE_Includes.h,v 1.3 2002/12/01 07:56:17 cozman Exp
+

@@ -38,9 +39,9 @@ ZE_*.h files should only include this file and any other ZE_*.h files that they

Namespaces

namespace  std -
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +
Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
+width=110 height=53>1.3-rc2
diff --git a/doc/html/ZE__Macros_8h-source.html b/doc/html/ZE__Macros_8h-source.html index 097f10d..d51daf4 100755 --- a/doc/html/ZE__Macros_8h-source.html +++ b/doc/html/ZE__Macros_8h-source.html @@ -1,12 +1,12 @@ -include/ZE_Macros.h Source File +/include/ZE_Macros.h Source File - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

include/ZE_Macros.h

Go to the documentation of this file.
00001 /*******************************************************************************
+

/include/ZE_Macros.h

Go to the documentation of this file.
00001 /*******************************************************************************
 00002          This file is Part of the ZEngine Library for SDL Game Development.
 00003                       Copyright (C) 2002 ConceptOfZero.net
 00004 
@@ -24,18 +24,18 @@
 00029 namespace ZE
 00030 {
 00031 
-00035 #define FreeImage(image) if(image){SDL_FreeSurface(image); image = NULL;}
+00035 #define FreeImage(image) if(image){SDL_FreeSurface(image); image = NULL;}
 00036 
 00037 #ifdef USE_SDL_MIXER
 00038 
-00041 #define FreeSound(sound) if(sound){Mix_FreeChunk(sound); sound = NULL;}
+00041 #define FreeSound(sound) if(sound){Mix_FreeChunk(sound); sound = NULL;}
 00042 
-00045 #define FreeMusic(music) if(music){Mix_FreeMusic(music); music = NULL;}
+00045 #define FreeMusic(music) if(music){Mix_FreeMusic(music); music = NULL;}
 00046 #endif
 00047 
 00048 #ifdef USE_SDL_TTF
 00049 
-00052 #define FreeFont(font) if(font){TTF_CloseFont(font); font = NULL;}
+00052 #define FreeFont(font) if(font){TTF_CloseFont(font); font = NULL;}
 00053 #endif
 00054 
 00055 
@@ -43,9 +43,9 @@
 00057 
 00058 #endif //__ze_macros_h__
 00059 
-

Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +

Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
+width=110 height=53>1.3-rc2 diff --git a/doc/html/ZE__Macros_8h.html b/doc/html/ZE__Macros_8h.html index c431754..a6d12ad 100755 --- a/doc/html/ZE__Macros_8h.html +++ b/doc/html/ZE__Macros_8h.html @@ -3,14 +3,15 @@ ZE_Macros.h File Reference - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

include/ZE_Macros.h File Reference


Detailed Description

-
File Header:
File: ZE_Macros.h
+

/include/ZE_Macros.h File Reference


Detailed Description

+
File Header:
File: ZE_Macros.h
Description: Header file for ZEngine Macros.
Author(s): James Turk
-
+
Id
ZE_Macros.h,v 1.3 2002/12/04 23:51:22 cozman Exp
+

@@ -138,9 +139,9 @@ Safely free a Mix_Music* and set it to NULL. Safely free a TTF_Font and set it to NULL. -


Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +
Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
+width=110 height=53>1.3-rc2
diff --git a/doc/html/ZE__ZConfigFile_8cpp.html b/doc/html/ZE__ZConfigFile_8cpp.html index f5bfd84..fa55e58 100644 --- a/doc/html/ZE__ZConfigFile_8cpp.html +++ b/doc/html/ZE__ZConfigFile_8cpp.html @@ -3,14 +3,15 @@ ZE_ZConfigFile.cpp File Reference - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

src/ZE_ZConfigFile.cpp File Reference


Detailed Description

-
File Header:
File: ZE_ZConfigFile.cpp
+

/src/ZE_ZConfigFile.cpp File Reference


Detailed Description

+
File Header:
File: ZE_ZConfigFile.cpp
Description: Implementation source file for ZConfigFile, the ZEngine INI-Style Config File.
Author(s): James Turk
-
+
Id
ZE_ZConfigFile.cpp,v 1.2 2002/12/01 07:56:17 cozman Exp
+

@@ -22,9 +23,9 @@ Implementation of ZConfigFile, the ZEngine INI-Style Config File.

Namespaces

namespace  ZE -
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +
Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
+width=110 height=53>1.3-rc2
diff --git a/doc/html/ZE__ZConfigFile_8h-source.html b/doc/html/ZE__ZConfigFile_8h-source.html index 5e51285..f6c99da 100644 --- a/doc/html/ZE__ZConfigFile_8h-source.html +++ b/doc/html/ZE__ZConfigFile_8h-source.html @@ -1,12 +1,12 @@ -include/ZE_ZConfigFile.h Source File +/include/ZE_ZConfigFile.h Source File - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

include/ZE_ZConfigFile.h

Go to the documentation of this file.
00001 /*******************************************************************************
+

/include/ZE_ZConfigFile.h

Go to the documentation of this file.
00001 /*******************************************************************************
 00002          This file is Part of the ZEngine Library for SDL Game Development.
 00003                       Copyright (C) 2002 ConceptOfZero.net
 00004 
@@ -24,30 +24,30 @@
 00030 namespace ZE
 00031 {
 00032 
-00038 class ZConfigFile : public ZObject
+00038 class ZConfigFile : public ZObject
 00039 {
 00040     private:
 00041 
 00042         //Private Types//
 00043 
 00044 
-00051         class ZCF_Variable
+00051         class ZCF_Variable
 00052         {
 00053             public:
-00055                 string var;
-00057                 string val;
+00055                 string var;
+00057                 string val;
 00058         };
 00059 
-00065         class ZCF_Section
+00065         class ZCF_Section
 00066         {
 00067             public:
-00069                 string section;
-00071                 list<ZCF_Variable> varList;
+00069                 string section;
+00071                 list<ZCF_Variable> varList;
 00072         };
 00073 
-00075         list<ZCF_Section> mFileLayout;
+00075         list<ZCF_Section> mFileLayout;
 00076 
-00078         string mFilename;
+00078         string mFilename;
 00079 
 00087         string CleanString(string str);
 00088         
@@ -89,9 +89,9 @@
 00243 }
 00244 
 00245 #endif //__ze_zconfigfile_h__
-

Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +

Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
+width=110 height=53>1.3-rc2 diff --git a/doc/html/ZE__ZConfigFile_8h.html b/doc/html/ZE__ZConfigFile_8h.html index 353e193..d78492e 100644 --- a/doc/html/ZE__ZConfigFile_8h.html +++ b/doc/html/ZE__ZConfigFile_8h.html @@ -3,14 +3,15 @@ ZE_ZConfigFile.h File Reference - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

include/ZE_ZConfigFile.h File Reference


Detailed Description

+

/include/ZE_ZConfigFile.h File Reference


Detailed Description

File Header:
File: Types/ZE_ZConfigFile.h
Description: Header file for ZEngine INI-Style Config Files.
Author(s): James Turk
-
+
Id
ZE_ZConfigFile.h,v 1.4 2002/12/04 23:08:17 cozman Exp
+

@@ -24,9 +25,9 @@ Definition file for ZConfigFile, an INI-style Config format.

Namespaces

namespace  ZE -
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +
Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
+width=110 height=53>1.3-rc2
diff --git a/doc/html/ZE__ZEngine_8cpp.html b/doc/html/ZE__ZEngine_8cpp.html index f1ed42f..ef9c7de 100644 --- a/doc/html/ZE__ZEngine_8cpp.html +++ b/doc/html/ZE__ZEngine_8cpp.html @@ -3,14 +3,15 @@ ZE_ZEngine.cpp File Reference - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

src/ZE_ZEngine.cpp File Reference


Detailed Description

-
File Header:
File: ZE_ZEngine.cpp
+

/src/ZE_ZEngine.cpp File Reference


Detailed Description

+
File Header:
File: ZE_ZEngine.cpp
Description: Implementation source file for ZEngine library main singleton class.
Author(s): James Turk
-
+
Id
ZE_ZEngine.cpp,v 1.7 2002/12/12 02:50:35 cozman Exp
+

@@ -22,9 +23,9 @@ Actual implementation of ZEngine singleton class at heart of ZEngine.

Namespaces

namespace  ZE -
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +
Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
+width=110 height=53>1.3-rc2
diff --git a/doc/html/ZE__ZEngine_8h-source.html b/doc/html/ZE__ZEngine_8h-source.html index 65422f2..aab2865 100644 --- a/doc/html/ZE__ZEngine_8h-source.html +++ b/doc/html/ZE__ZEngine_8h-source.html @@ -1,12 +1,12 @@ -include/ZE_ZEngine.h Source File +/include/ZE_ZEngine.h Source File - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

include/ZE_ZEngine.h

Go to the documentation of this file.
00001 /*******************************************************************************
+

/include/ZE_ZEngine.h

Go to the documentation of this file.
00001 /*******************************************************************************
 00002          This file is Part of the ZEngine Library for SDL Game Development.
 00003                       Copyright (C) 2002 ConceptOfZero.net
 00004 
@@ -27,18 +27,18 @@
 00037 namespace ZE
 00038 {
 00039 
-00046 class ZEngine
+00046 class ZEngine
 00047 {
 00049     //Singleton + Memory Management//
 00051 
 00052     private:
-00054         static ZEngine *sInstance;
+00054         static ZEngine *sInstance;
 00055 
 00061         ZEngine();
 00062 
 00063     public:
 00064 
-00071         static ZEngine* GetInstance();
+00071         static ZEngine* GetInstance();
 00072 
 00078         static void ReleaseInstance();
 00079 
@@ -47,15 +47,15 @@
 00089     //Initialization//
 00091 
 00092     private:
-00094         int mWidth;
-00096         int mHeight;
-00098         int mBPP;
-00100         bool mFullscreen;
+00094         int mWidth;
+00096         int mHeight;
+00098         int mBPP;
+00100         bool mFullscreen;
 00101 
 00102 #ifdef USE_SDL_MIXER 
-00103 
-00104         int mRate;
-00106         bool mStereo;
+00103 
+00104         int mRate;
+00106         bool mStereo;
 00107 #endif 
 00108 
 00109 
@@ -76,7 +76,7 @@
 00156     //Screen Access//
 00158 
 00159     private:
-00161         SDL_Surface *mScreen;
+00161         SDL_Surface *mScreen;
 00162 
 00163     public:
 00170         SDL_Surface *Display();
@@ -93,12 +93,12 @@
 00204     //Timer and Framerate Independent Movement//
 00206     
 00207     private:
-00209         bool mPaused;
-00211         bool mUnpauseOnActive;
-00213         Uint32 mLastPause;
-00215         Uint32 mPausedTime;
-00217         Uint32 mLastTime;
-00219         double mSecPerFrame;
+00209         bool mPaused;
+00211         bool mUnpauseOnActive;
+00213         Uint32 mLastPause;
+00215         Uint32 mPausedTime;
+00217         Uint32 mLastTime;
+00219         double mSecPerFrame;
 00220 
 00221     public:
 00228         void Delay(Uint32 milliseconds);
@@ -116,13 +116,13 @@
 00269     //Event and Input Handling//
 00271 
 00272     private:
-00274         bool mActive;
-00276         bool mQuit;
-00278         Uint8 *mKeyIsPressed;
-00280         bool mKeyPress[SDLK_LAST];
-00282         int mMouseX;
-00284         int mMouseY;
-00286         Uint8 mMouseB;
+00274         bool mActive;
+00276         bool mQuit;
+00278         Uint8 *mKeyIsPressed;
+00280         bool mKeyPress[SDLK_LAST];
+00282         int mMouseX;
+00284         int mMouseY;
+00286         Uint8 mMouseB;
 00287 
 00288     public:
 00295         bool IsActive();
@@ -195,9 +195,9 @@
 00512 }
 00513 
 00514 #endif //__ze_zengine_h__
-

Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +

Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
+width=110 height=53>1.3-rc2 diff --git a/doc/html/ZE__ZEngine_8h.html b/doc/html/ZE__ZEngine_8h.html index 9f5d4cc..446bdad 100644 --- a/doc/html/ZE__ZEngine_8h.html +++ b/doc/html/ZE__ZEngine_8h.html @@ -3,14 +3,15 @@ ZE_ZEngine.h File Reference - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

include/ZE_ZEngine.h File Reference


Detailed Description

-
File Header:
File: ZE_ZEngine.h
+

/include/ZE_ZEngine.h File Reference


Detailed Description

+
File Header:
File: ZE_ZEngine.h
Description: Header file for ZEngine class, the core of the ZEngine.
Author(s): James Turk
-
+
Id
ZE_ZEngine.h,v 1.6 2002/12/12 02:50:35 cozman Exp
+

@@ -27,9 +28,9 @@ ZEngine Game Engine core Engine definition.

Namespaces

namespace  ZE -
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +
Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
+width=110 height=53>1.3-rc2
diff --git a/doc/html/ZE__ZFont_8cpp.html b/doc/html/ZE__ZFont_8cpp.html index 00a3fa1..b933b26 100644 --- a/doc/html/ZE__ZFont_8cpp.html +++ b/doc/html/ZE__ZFont_8cpp.html @@ -3,14 +3,15 @@ ZE_ZFont.cpp File Reference - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

src/ZE_ZFont.cpp File Reference


Detailed Description

-
File Header:
File: ZE_ZFont.cpp
+

/src/ZE_ZFont.cpp File Reference


Detailed Description

+
File Header:
File: ZE_ZFont.cpp
Description: Implementation source file for core ZEngine Font Object.
Author(s): James Turk
-
+
Id
ZE_ZFont.cpp,v 1.2 2002/12/01 07:56:17 cozman Exp
+

@@ -20,9 +21,9 @@ Implementation of ZFont, the basic Font class for ZEngine.
-


Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +
Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
+width=110 height=53>1.3-rc2
diff --git a/doc/html/ZE__ZFont_8h-source.html b/doc/html/ZE__ZFont_8h-source.html index c023c49..72e725c 100644 --- a/doc/html/ZE__ZFont_8h-source.html +++ b/doc/html/ZE__ZFont_8h-source.html @@ -1,12 +1,12 @@ -include/ZE_ZFont.h Source File +/include/ZE_ZFont.h Source File - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

include/ZE_ZFont.h

Go to the documentation of this file.
00001 /*******************************************************************************
+

/include/ZE_ZFont.h

Go to the documentation of this file.
00001 /*******************************************************************************
 00002          This file is Part of the ZEngine Library for SDL Game Development.
 00003                       Copyright (C) 2002 ConceptOfZero.net
 00004 
@@ -27,13 +27,13 @@
 00032 namespace ZE
 00033 {
 00034 
-00040 class ZFont : public ZObject
+00040 class ZFont : public ZObject
 00041 {
 00042     protected:
-00044         TTF_Font *rFont;
-00046         string rFilename;
-00048         SDL_Color rColor;
-00050         SDL_Color rBGColor;
+00044         TTF_Font *rFont;
+00046         string rFilename;
+00048         SDL_Color rColor;
+00050         SDL_Color rBGColor;
 00051 
 00052     public:
 00053 
@@ -51,9 +51,9 @@
 00096 
 00098         //Settings and Drawing//
 00100 
-00108         void DrawText(string text, ZImage &image);
+00108         void DrawText(string text, ZImage &image);
 00109 
-00117         void DrawShadedText(string text, ZImage &image);
+00117         void DrawShadedText(string text, ZImage &image);
 00118 
 00127         void SetColor(Uint8 r, Uint8 g, Uint8 b);
 00128 
@@ -87,9 +87,9 @@
 00230 #endif //USE_SDL_TTF
 00231 
 00232 #endif //__ze_zfont_h__
-

Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +

Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
+width=110 height=53>1.3-rc2 diff --git a/doc/html/ZE__ZFont_8h.html b/doc/html/ZE__ZFont_8h.html index ad3b7d0..6beccbc 100644 --- a/doc/html/ZE__ZFont_8h.html +++ b/doc/html/ZE__ZFont_8h.html @@ -3,14 +3,15 @@ ZE_ZFont.h File Reference - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

include/ZE_ZFont.h File Reference


Detailed Description

-
File Header:
File: ZE_ZFont.h
+

/include/ZE_ZFont.h File Reference


Detailed Description

+
File Header:
File: ZE_ZFont.h
Description: Header file for core ZEngine Font Object.
Author(s): James Turk
-
+
Id
ZE_ZFont.h,v 1.2 2002/12/01 07:56:17 cozman Exp
+

@@ -25,9 +26,9 @@ Definition file for ZFont, the basic Font class for ZEngine.

Namespaces

namespace  ZE -
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +
Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
+width=110 height=53>1.3-rc2
diff --git a/doc/html/ZE__ZImage_8h-source.html b/doc/html/ZE__ZImage_8h-source.html index 18ef4da..84bdf7c 100644 --- a/doc/html/ZE__ZImage_8h-source.html +++ b/doc/html/ZE__ZImage_8h-source.html @@ -1,12 +1,12 @@ -include/ZE_ZImage.h Source File +/include/ZE_ZImage.h Source File - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

include/ZE_ZImage.h

Go to the documentation of this file.
00001 /*******************************************************************************
+

/include/ZE_ZImage.h

Go to the documentation of this file.
00001 /*******************************************************************************
 00002          This file is Part of the ZEngine Library for SDL Game Development.
 00003                       Copyright (C) 2002 ConceptOfZero.net
 00004 
@@ -24,17 +24,17 @@
 00029 namespace ZE
 00030 {
 00031 
-00037 class ZImage : public ZObject
+00037 class ZImage : public ZObject
 00038 {
 00039     protected:
-00041         GLfloat rTexMinX;
-00043         GLfloat rTexMinY;
-00045         GLfloat rTexMaxX;
-00047         GLfloat rTexMaxY;
-00049         SDL_Surface *rImage;
-00051         unsigned int rTexID;
-00053         unsigned int rWidth;
-00055         unsigned int rHeight;
+00041         GLfloat rTexMinX;
+00043         GLfloat rTexMinY;
+00045         GLfloat rTexMaxX;
+00047         GLfloat rTexMaxY;
+00049         SDL_Surface *rImage;
+00051         unsigned int rTexID;
+00053         unsigned int rWidth;
+00055         unsigned int rHeight;
 00056     
 00057     public:
 00058 
@@ -88,9 +88,9 @@
 00246 }
 00247 
 00248 #endif
-

Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +

Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
+width=110 height=53>1.3-rc2 diff --git a/doc/html/ZE__ZImage_8h.html b/doc/html/ZE__ZImage_8h.html index a3d597a..32537d5 100644 --- a/doc/html/ZE__ZImage_8h.html +++ b/doc/html/ZE__ZImage_8h.html @@ -3,14 +3,15 @@ ZE_ZImage.h File Reference - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

include/ZE_ZImage.h File Reference


Detailed Description

-
File Header:
File: ZE_ZImage.h
+

/include/ZE_ZImage.h File Reference


Detailed Description

+
File Header:
File: ZE_ZImage.h
Description: Header file for core ZEngine Image and Texture Object.
Author(s): James Turk, Gamer Tazar
-
+
Id
ZE_ZImage.h,v 1.4 2002/12/02 05:18:52 cozman Exp
+

@@ -24,9 +25,9 @@ Definition file for ZImage, the OpenGL version of the ZImage class for ZEngine.

Namespaces

namespace  ZE -
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +
Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
+width=110 height=53>1.3-rc2
diff --git a/doc/html/ZE__ZMusic_8cpp.html b/doc/html/ZE__ZMusic_8cpp.html index 566ce58..9dab06d 100644 --- a/doc/html/ZE__ZMusic_8cpp.html +++ b/doc/html/ZE__ZMusic_8cpp.html @@ -3,14 +3,15 @@ ZE_ZMusic.cpp File Reference - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

src/ZE_ZMusic.cpp File Reference


Detailed Description

-
File Header:
File: ZE_ZMusic.cpp
+

/src/ZE_ZMusic.cpp File Reference


Detailed Description

+
File Header:
File: ZE_ZMusic.cpp
Description: Implementation source file for core ZEngine Music Object.
Author(s): James Turk
-
+
Id
ZE_ZMusic.cpp,v 1.2 2002/12/01 07:56:17 cozman Exp
+

@@ -20,9 +21,9 @@ Implementation of ZMusic, the basic Music class for ZEngine.
-


Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +
Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
+width=110 height=53>1.3-rc2
diff --git a/doc/html/ZE__ZMusic_8h-source.html b/doc/html/ZE__ZMusic_8h-source.html index aa4e7ce..992619d 100644 --- a/doc/html/ZE__ZMusic_8h-source.html +++ b/doc/html/ZE__ZMusic_8h-source.html @@ -1,12 +1,12 @@ -include/ZE_ZMusic.h Source File +/include/ZE_ZMusic.h Source File - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

include/ZE_ZMusic.h

Go to the documentation of this file.
00001 /*******************************************************************************
+

/include/ZE_ZMusic.h

Go to the documentation of this file.
00001 /*******************************************************************************
 00002          This file is Part of the ZEngine Library for SDL Game Development.
 00003                       Copyright (C) 2002 ConceptOfZero.net
 00004 
@@ -26,13 +26,13 @@
 00031 namespace ZE
 00032 {
 00033 
-00039 class ZMusic : public ZObject 
+00039 class ZMusic : public ZObject 
 00040 {
 00041     protected:
-00043         Mix_Music *rMusic;
+00043         Mix_Music *rMusic;
 00044 
 00045     public:
-00047         static const int LoopInfinite;
+00047         static const int LoopInfinite;
 00048 
 00050         //Opening and Closing//
 00052 
@@ -77,9 +77,9 @@
 00181 #endif //USE_SDL_MIXER
 00182 
 00183 #endif //__ze_zmusic_h__
-

Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +

Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
+width=110 height=53>1.3-rc2 diff --git a/doc/html/ZE__ZMusic_8h.html b/doc/html/ZE__ZMusic_8h.html index e256e11..e6d08cb 100644 --- a/doc/html/ZE__ZMusic_8h.html +++ b/doc/html/ZE__ZMusic_8h.html @@ -3,14 +3,15 @@ ZE_ZMusic.h File Reference - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

include/ZE_ZMusic.h File Reference


Detailed Description

-
File Header:
File: ZE_ZMusic.h
+

/include/ZE_ZMusic.h File Reference


Detailed Description

+
File Header:
File: ZE_ZMusic.h
Description: Header file for core ZEngine Music Wrapper Object.
Author(s): James Turk
-
+
Id
ZE_ZMusic.h,v 1.2 2002/12/01 07:56:17 cozman Exp
+

@@ -24,9 +25,9 @@ Definition file for ZMusic, the Music file wrapper for ZEngine.

Namespaces

namespace  ZE -
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +
Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
+width=110 height=53>1.3-rc2
diff --git a/doc/html/ZE__ZObject_8h-source.html b/doc/html/ZE__ZObject_8h-source.html index 79cad8d..8bdfcf8 100644 --- a/doc/html/ZE__ZObject_8h-source.html +++ b/doc/html/ZE__ZObject_8h-source.html @@ -1,12 +1,12 @@ -include/ZE_ZObject.h Source File +/include/ZE_ZObject.h Source File - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

include/ZE_ZObject.h

Go to the documentation of this file.
00001 /*******************************************************************************
+

/include/ZE_ZObject.h

Go to the documentation of this file.
00001 /*******************************************************************************
 00002          This file is Part of the ZEngine Library for SDL Game Development.
 00003                       Copyright (C) 2002 ConceptOfZero.net
 00004 
@@ -23,21 +23,21 @@
 00028 
 00029 namespace ZE
 00030 {
-00036 class ZObject
+00036 class ZObject
 00037 {
 00038     protected:
-00040         ZEngine* rEngine;
+00040         ZEngine* rEngine;
 00041     public:
-00047         ZObject() { rEngine = ZEngine::GetInstance(); };
+00047         ZObject() { rEngine = ZEngine::GetInstance(); };
 00048 
-00054         virtual ~ZObject() {};
+00054         virtual ~ZObject() {};
 00055 };
 00056 }
 00057 
 00058 #endif //__ze_zobject_h__
-

Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +

Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
+width=110 height=53>1.3-rc2 diff --git a/doc/html/ZE__ZObject_8h.html b/doc/html/ZE__ZObject_8h.html index f261b22..a19bda8 100644 --- a/doc/html/ZE__ZObject_8h.html +++ b/doc/html/ZE__ZObject_8h.html @@ -3,14 +3,15 @@ ZE_ZObject.h File Reference - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

include/ZE_ZObject.h File Reference


Detailed Description

-
File Header:
File: ZE_ZObject.h
+

/include/ZE_ZObject.h File Reference


Detailed Description

+
File Header:
File: ZE_ZObject.h
Description: Header file for ZEngine core Object ZObject, base of most ZEngine objects.
Author(s): James Turk
-
+
Id
ZE_ZObject.h,v 1.2 2002/12/01 07:56:17 cozman Exp
+

@@ -24,9 +25,9 @@ Definition file for ZObject the Virtual Base Class for majority of the ZEngine O

Namespaces

namespace  ZE -
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +
Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
+width=110 height=53>1.3-rc2
diff --git a/doc/html/ZE__ZRect_8cpp.html b/doc/html/ZE__ZRect_8cpp.html index 7cc4807..f6a3899 100644 --- a/doc/html/ZE__ZRect_8cpp.html +++ b/doc/html/ZE__ZRect_8cpp.html @@ -3,14 +3,15 @@ ZE_ZRect.cpp File Reference - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

src/ZE_ZRect.cpp File Reference


Detailed Description

-
File Header:
File: ZE_ZRect.cpp
+

/src/ZE_ZRect.cpp File Reference


Detailed Description

+
File Header:
File: ZE_ZRect.cpp
Description: Implementation source file for core ZEngine Rectangle Object.
Author(s): James Turk
-
+
Id
ZE_ZRect.cpp,v 1.3 2002/12/04 05:22:39 cozman Exp
+

@@ -22,9 +23,9 @@ Implementation of ZRect, the Rectangle class for ZEngine.

Namespaces

namespace  ZE -
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +
Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
+width=110 height=53>1.3-rc2
diff --git a/doc/html/ZE__ZRect_8h-source.html b/doc/html/ZE__ZRect_8h-source.html index 9c6ec57..81fb7a4 100644 --- a/doc/html/ZE__ZRect_8h-source.html +++ b/doc/html/ZE__ZRect_8h-source.html @@ -1,12 +1,12 @@ -include/ZE_ZRect.h Source File +/include/ZE_ZRect.h Source File - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

include/ZE_ZRect.h

Go to the documentation of this file.
00001 /*******************************************************************************
+

/include/ZE_ZRect.h

Go to the documentation of this file.
00001 /*******************************************************************************
 00002          This file is Part of the ZEngine Library for SDL Game Development.
 00003                       Copyright (C) 2002 ConceptOfZero.net
 00004 
@@ -24,13 +24,13 @@
 00029 namespace ZE
 00030 {
 00031 
-00037 class ZRect
+00037 class ZRect
 00038 {
 00039     protected:  
-00041         float rX;
-00043         float rY;
-00045         float rWidth;
-00047         float rHeight;
+00041         float rX;
+00043         float rY;
+00045         float rWidth;
+00047         float rHeight;
 00048 
 00049     public:
 00050 
@@ -38,11 +38,11 @@
 00057 
 00067         ZRect(float x, float y, float width, float height);
 00068 
-00075         ZRect(const ZRect &rhs);
+00075         ZRect(const ZRect &rhs);
 00076 
-00084         const ZRect& operator=(const ZRect &rhs);
+00084         const ZRect& operator=(const ZRect &rhs);
 00085 
-00094         bool operator<(const ZRect &rhs) const;
+00094         bool operator<(const ZRect &rhs) const;
 00095 
 00105         void Draw(Uint8 red, Uint8 green, Uint8 blue, Uint8 alpha=255);
 00106 
@@ -54,13 +54,13 @@
 00133 
 00141         void ResizeRel(float widthChange, float heightChange);
 00142 
-00150         bool Intersects(const ZRect &rect) const;
+00150         bool Intersects(const ZRect &rect) const;
 00151 
 00160         bool Contains(float x, float y) const;
 00161 
-00169         bool Contains(const ZRect &rect) const;
+00169         bool Contains(const ZRect &rect) const;
 00170 
-00178         ZRect Intersection(const ZRect &rect) const;
+00178         ZRect Intersection(const ZRect &rect) const;
 00179 
 00186         SDL_Rect SDLrect() const;
 00187 
@@ -84,9 +84,9 @@
 00253 } //namspace ZE
 00254 
 00255 #endif //__ze_zrect_h__
-

Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +

Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
+width=110 height=53>1.3-rc2 diff --git a/doc/html/ZE__ZRect_8h.html b/doc/html/ZE__ZRect_8h.html index a86e4a6..c4f7b42 100644 --- a/doc/html/ZE__ZRect_8h.html +++ b/doc/html/ZE__ZRect_8h.html @@ -3,14 +3,15 @@ ZE_ZRect.h File Reference - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

include/ZE_ZRect.h File Reference


Detailed Description

-
File Header:
File: ZE_ZRect.h
+

/include/ZE_ZRect.h File Reference


Detailed Description

+
File Header:
File: ZE_ZRect.h
Description: Header file for core ZEngine Rectangle Object.
Author(s): James Turk
-
+
Id
ZE_ZRect.h,v 1.3 2002/12/04 05:22:40 cozman Exp
+

@@ -24,9 +25,9 @@ Definition file for ZRect, the Rectangle class for ZEngine.

Namespaces

namespace  ZE -
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +
Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
+width=110 height=53>1.3-rc2
diff --git a/doc/html/ZE__ZSound_8cpp.html b/doc/html/ZE__ZSound_8cpp.html index cfec25a..3a113ef 100644 --- a/doc/html/ZE__ZSound_8cpp.html +++ b/doc/html/ZE__ZSound_8cpp.html @@ -3,14 +3,15 @@ ZE_ZSound.cpp File Reference - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

src/ZE_ZSound.cpp File Reference


Detailed Description

-
File Header:
File: ZE_ZSound.cpp
+

/src/ZE_ZSound.cpp File Reference


Detailed Description

+
File Header:
File: ZE_ZSound.cpp
Description: Implementation source file for core ZEngine Sound Object.
Author(s): James Turk
-
+
Id
ZE_ZSound.cpp,v 1.2 2002/12/01 07:56:17 cozman Exp
+

@@ -20,9 +21,9 @@ Implementation of ZSound, the basic Sound class for ZEngine.
-


Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +
Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
+width=110 height=53>1.3-rc2
diff --git a/doc/html/ZE__ZSound_8h-source.html b/doc/html/ZE__ZSound_8h-source.html index 572ffbc..d4aaeee 100644 --- a/doc/html/ZE__ZSound_8h-source.html +++ b/doc/html/ZE__ZSound_8h-source.html @@ -1,12 +1,12 @@ -include/ZE_ZSound.h Source File +/include/ZE_ZSound.h Source File - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

include/ZE_ZSound.h

Go to the documentation of this file.
00001 /*******************************************************************************
+

/include/ZE_ZSound.h

Go to the documentation of this file.
00001 /*******************************************************************************
 00002          This file is Part of the ZEngine Library for SDL Game Development.
 00003                       Copyright (C) 2002 ConceptOfZero.net
 00004 
@@ -26,14 +26,14 @@
 00031 namespace ZE
 00032 {
 00033 
-00039 class ZSound : public ZObject 
+00039 class ZSound : public ZObject 
 00040 {
 00041     protected:
-00043         Mix_Chunk* rSound;
-00045         int rChannelID;
+00043         Mix_Chunk* rSound;
+00045         int rChannelID;
 00046 
 00047     public:
-00049         static const int LoopInfinite;
+00049         static const int LoopInfinite;
 00050 
 00052         //Opening and Closing//
 00054 
@@ -76,9 +76,9 @@
 00176 #endif //USE_SDL_MIXER
 00177 
 00178 #endif //__ze_zsound_h__
-

Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +

Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
+width=110 height=53>1.3-rc2 diff --git a/doc/html/ZE__ZSound_8h.html b/doc/html/ZE__ZSound_8h.html index 9355ef4..fa0aff3 100644 --- a/doc/html/ZE__ZSound_8h.html +++ b/doc/html/ZE__ZSound_8h.html @@ -3,14 +3,15 @@ ZE_ZSound.h File Reference - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

include/ZE_ZSound.h File Reference


Detailed Description

-
File Header:
File: ZE_ZSound.h
+

/include/ZE_ZSound.h File Reference


Detailed Description

+
File Header:
File: ZE_ZSound.h
Description: Header file for core ZEngine Sound Wrapper Object.
Author(s): James Turk
-
+
Id
ZE_ZSound.h,v 1.2 2002/12/01 07:56:17 cozman Exp
+

@@ -24,9 +25,9 @@ Definition file for ZSound, the Sound Effect wrapper for ZEngine.

Namespaces

namespace  ZE -
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +
Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
+width=110 height=53>1.3-rc2
diff --git a/doc/html/ZE__ZTimer_8cpp.html b/doc/html/ZE__ZTimer_8cpp.html index a562261..4b335a5 100644 --- a/doc/html/ZE__ZTimer_8cpp.html +++ b/doc/html/ZE__ZTimer_8cpp.html @@ -3,14 +3,15 @@ ZE_ZTimer.cpp File Reference - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

src/ZE_ZTimer.cpp File Reference


Detailed Description

-
File Header:
File: ZE_ZTimer.cpp
+

/src/ZE_ZTimer.cpp File Reference


Detailed Description

+
File Header:
File: ZE_ZTimer.cpp
Description: Implementation source file for core ZEngine Timer Object.
Author(s): James Turk
-
+
Id
ZE_ZTimer.cpp,v 1.2 2002/12/01 07:56:17 cozman Exp
+

@@ -22,9 +23,9 @@ Implementation of ZTimer, the basic Timer class for ZEngine.

Namespaces

namespace  ZE -
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +
Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
+width=110 height=53>1.3-rc2
diff --git a/doc/html/ZE__ZTimer_8h-source.html b/doc/html/ZE__ZTimer_8h-source.html index 627af49..9e9c8fc 100644 --- a/doc/html/ZE__ZTimer_8h-source.html +++ b/doc/html/ZE__ZTimer_8h-source.html @@ -1,12 +1,12 @@ -include/ZE_ZTimer.h Source File +/include/ZE_ZTimer.h Source File - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

include/ZE_ZTimer.h

Go to the documentation of this file.
00001 /*******************************************************************************
+

/include/ZE_ZTimer.h

Go to the documentation of this file.
00001 /*******************************************************************************
 00002          This file is Part of the ZEngine Library for SDL Game Development.
 00003                       Copyright (C) 2002 ConceptOfZero.net
 00004 
@@ -24,13 +24,13 @@
 00029 namespace ZE
 00030 {
 00031 
-00037 class ZTimer : public ZObject 
+00037 class ZTimer : public ZObject 
 00038 {
 00039     protected:
-00041         bool rPaused;
-00043         bool rUseZEngine;
-00045         Uint32 rPausedTime;
-00047         Uint32 rLastPause;
+00041         bool rPaused;
+00043         bool rUseZEngine;
+00045         Uint32 rPausedTime;
+00047         Uint32 rLastPause;
 00048 
 00055         Uint32 GetParentTime();
 00056 
@@ -52,9 +52,9 @@
 00105 }
 00106 
 00107 #endif //__ze_ztimer_h__
-

Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +

Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
+width=110 height=53>1.3-rc2 diff --git a/doc/html/ZE__ZTimer_8h.html b/doc/html/ZE__ZTimer_8h.html index b7f4087..533179e 100644 --- a/doc/html/ZE__ZTimer_8h.html +++ b/doc/html/ZE__ZTimer_8h.html @@ -3,14 +3,15 @@ ZE_ZTimer.h File Reference - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

include/ZE_ZTimer.h File Reference


Detailed Description

-
File Header:
File: ZE_ZTimer.h
+

/include/ZE_ZTimer.h File Reference


Detailed Description

+
File Header:
File: ZE_ZTimer.h
Description: Header file for core ZEngine Timer Object.
Author(s): James Turk
-
+
Id
ZE_ZTimer.h,v 1.2 2002/12/01 07:56:17 cozman Exp
+

@@ -24,9 +25,9 @@ Definition file for ZTimer, the Timer class for ZEngine.

Namespaces

namespace  ZE -
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +
Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
+width=110 height=53>1.3-rc2
diff --git a/doc/html/ZEngine_8h-source.html b/doc/html/ZEngine_8h-source.html index e765980..b193519 100644 --- a/doc/html/ZEngine_8h-source.html +++ b/doc/html/ZEngine_8h-source.html @@ -1,12 +1,12 @@ -include/ZEngine.h Source File +/include/ZEngine.h Source File - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

include/ZEngine.h

Go to the documentation of this file.
00001 
+

/include/ZEngine.h

Go to the documentation of this file.
00001 
 00045 #include "ZE_ZEngine.h"
 00046 #include "ZE_Macros.h"
 00047 #include "ZE_ZImage.h"
@@ -21,9 +21,9 @@
 00056 #include "ZE_ZMusic.h"
 00057 #endif
 00058 
-

Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +

Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
+width=110 height=53>1.3-rc2 diff --git a/doc/html/ZEngine_8h.html b/doc/html/ZEngine_8h.html index b94814d..f07c1d8 100644 --- a/doc/html/ZEngine_8h.html +++ b/doc/html/ZEngine_8h.html @@ -3,14 +3,15 @@ ZEngine.h File Reference - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

include/ZEngine.h File Reference


Detailed Description

-
File Header:
File: ZEngine.h
+

/include/ZEngine.h File Reference


Detailed Description

+
File Header:
File: ZEngine.h
Description: Public Header File for ZEngine.
Author(s): James Turk
-
+
Id
ZEngine.h,v 1.10 2002/12/12 04:33:18 cozman Exp
+

@@ -30,9 +31,9 @@ Header file for ZEngine Game Engine from Concept of Zero, this is the file that Go to the source code of this file.
-


Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +
Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
+width=110 height=53>1.3-rc2
diff --git a/doc/html/annotated.html b/doc/html/annotated.html index 59001f6..3639c6c 100644 --- a/doc/html/annotated.html +++ b/doc/html/annotated.html @@ -3,7 +3,7 @@ Annotated Index - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

ZEngine Compound List

Here are the classes, structs, unions and interfaces with brief descriptions: @@ -19,9 +19,9 @@
ZE::ZSoundZSound class for playing sound effects. (WAV)
ZE::ZTimerZTimer class for Timer use
-
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +
Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
+width=110 height=53>1.3-rc2
diff --git a/doc/html/classZE_1_1ZConfigFile-members.html b/doc/html/classZE_1_1ZConfigFile-members.html index 3fb1596..6b06ced 100644 --- a/doc/html/classZE_1_1ZConfigFile-members.html +++ b/doc/html/classZE_1_1ZConfigFile-members.html @@ -3,7 +3,7 @@ Member List - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

ZE::ZConfigFile Member List

This is the complete list of members for ZE::ZConfigFile, including all inherited members. @@ -29,9 +29,9 @@ -
ZObject()ZE::ZObject [inline]
~ZConfigFile()ZE::ZConfigFile
~ZObject()ZE::ZObject [inline, virtual]

Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +
Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
+width=110 height=53>1.3-rc2
diff --git a/doc/html/classZE_1_1ZConfigFile.html b/doc/html/classZE_1_1ZConfigFile.html index 5826589..aefbf0c 100644 --- a/doc/html/classZE_1_1ZConfigFile.html +++ b/doc/html/classZE_1_1ZConfigFile.html @@ -3,7 +3,7 @@ ZE::ZConfigFile class Reference - +
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

ZE::ZConfigFile Class Reference

#include <ZE_ZConfigFile.h> @@ -769,10 +769,10 @@ Flush the file and clear the filename.
The documentation for this class was generated from the following files: -
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +
  • /include/ZE_ZConfigFile.h
  • /src/ZE_ZConfigFile.cpp +
    Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
    +width=110 height=53>1.3-rc2
  • diff --git a/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Section-members.html b/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Section-members.html index 5342b7a..985c71d 100755 --- a/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Section-members.html +++ b/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Section-members.html @@ -3,15 +3,15 @@ Member List - +
    Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

    ZE::ZConfigFile::ZCF_Section Member List

    This is the complete list of members for ZE::ZConfigFile::ZCF_Section, including all inherited members. -
    sectionZE::ZConfigFile::ZCF_Section
    varListZE::ZConfigFile::ZCF_Section

    Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +
    Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
    +width=110 height=53>1.3-rc2
    diff --git a/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Section.html b/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Section.html index ba9943f..225da48 100755 --- a/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Section.html +++ b/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Section.html @@ -3,7 +3,7 @@ ZE::ZConfigFile::ZCF_Section class Reference - +
    Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

    ZE::ZConfigFile::ZCF_Section Class Reference

    List of all members.

    Detailed Description

    @@ -20,10 +20,10 @@ list< ZCF_V  STL list of variables.


    The documentation for this class was generated from the following file:
    -
    Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +
  • /include/ZE_ZConfigFile.h +
    Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
    +width=110 height=53>1.3-rc2
  • diff --git a/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Variable-members.html b/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Variable-members.html index e07c507..6338e07 100755 --- a/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Variable-members.html +++ b/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Variable-members.html @@ -3,15 +3,15 @@ Member List - +
    Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

    ZE::ZConfigFile::ZCF_Variable Member List

    This is the complete list of members for ZE::ZConfigFile::ZCF_Variable, including all inherited members. -
    valZE::ZConfigFile::ZCF_Variable
    varZE::ZConfigFile::ZCF_Variable

    Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +
    Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
    +width=110 height=53>1.3-rc2
    diff --git a/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Variable.html b/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Variable.html index 22bc112..65743f1 100755 --- a/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Variable.html +++ b/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Variable.html @@ -3,7 +3,7 @@ ZE::ZConfigFile::ZCF_Variable class Reference - +
    Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

    ZE::ZConfigFile::ZCF_Variable Class Reference

    List of all members.

    Detailed Description

    @@ -20,10 +20,10 @@ string ZE_ZConfigFile.h -
    Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +
  • /include/ZE_ZConfigFile.h +
    Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
    +width=110 height=53>1.3-rc2
  • diff --git a/doc/html/classZE_1_1ZEngine-members.html b/doc/html/classZE_1_1ZEngine-members.html index 5336f2e..950f779 100644 --- a/doc/html/classZE_1_1ZEngine-members.html +++ b/doc/html/classZE_1_1ZEngine-members.html @@ -3,7 +3,7 @@ Member List - +
    Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

    ZE::ZEngine Member List

    This is the complete list of members for ZE::ZEngine, including all inherited members. @@ -68,9 +68,9 @@ -
    Update()ZE::ZEngine
    Width()ZE::ZEngine
    ZEngine()ZE::ZEngine [private]

    Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +
    Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
    +width=110 height=53>1.3-rc2
    diff --git a/doc/html/classZE_1_1ZEngine.html b/doc/html/classZE_1_1ZEngine.html index 60fc86b..808000a 100644 --- a/doc/html/classZE_1_1ZEngine.html +++ b/doc/html/classZE_1_1ZEngine.html @@ -3,7 +3,7 @@ ZE::ZEngine class Reference - +
    Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

    ZE::ZEngine Class Reference

    #include <ZE_ZEngine.h> @@ -1472,10 +1472,10 @@ Get Fullscreen setting of Display.
    Returns:
    True
    The documentation for this class was generated from the following files: -
    Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +
  • /include/ZE_ZEngine.h
  • /src/ZE_ZEngine.cpp +
    Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
    +width=110 height=53>1.3-rc2
  • diff --git a/doc/html/classZE_1_1ZFont-members.html b/doc/html/classZE_1_1ZFont-members.html index 71b755d..be9f1d1 100644 --- a/doc/html/classZE_1_1ZFont-members.html +++ b/doc/html/classZE_1_1ZFont-members.html @@ -3,7 +3,7 @@ Member List - +
    Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

    ZE::ZFont Member List

    This is the complete list of members for ZE::ZFont, including all inherited members. @@ -33,9 +33,9 @@ -
    ZObject()ZE::ZObject [inline]
    ~ZFont()ZE::ZFont
    ~ZObject()ZE::ZObject [inline, virtual]

    Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +
    Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
    +width=110 height=53>1.3-rc2
    diff --git a/doc/html/classZE_1_1ZFont.html b/doc/html/classZE_1_1ZFont.html index 808c139..1075ea9 100644 --- a/doc/html/classZE_1_1ZFont.html +++ b/doc/html/classZE_1_1ZFont.html @@ -3,7 +3,7 @@ ZE::ZFont class Reference - +
    Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

    ZE::ZFont Class Reference

    #include <ZE_ZFont.h> @@ -762,10 +762,10 @@ Get Height of String in Current Font in Pixels.
    Parameters:
    The documentation for this class was generated from the following file: -
    Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +
  • /include/ZE_ZFont.h +
    Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
    +width=110 height=53>1.3-rc2
  • diff --git a/doc/html/classZE_1_1ZImage-members.html b/doc/html/classZE_1_1ZImage-members.html index 3e70844..f68e6c5 100644 --- a/doc/html/classZE_1_1ZImage-members.html +++ b/doc/html/classZE_1_1ZImage-members.html @@ -3,7 +3,7 @@ Member List - +
    Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

    ZE::ZImage Member List

    This is the complete list of members for ZE::ZImage, including all inherited members. @@ -38,9 +38,9 @@ -
    ZObject()ZE::ZObject [inline]
    ~ZImage()ZE::ZImage
    ~ZObject()ZE::ZObject [inline, virtual]

    Generated on Wed Dec 11 23:42:27 2002 for ZEngine by +
    Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
    +width=110 height=53>1.3-rc2
    diff --git a/doc/html/classZE_1_1ZImage.html b/doc/html/classZE_1_1ZImage.html index 7563835..17bbf12 100644 --- a/doc/html/classZE_1_1ZImage.html +++ b/doc/html/classZE_1_1ZImage.html @@ -3,7 +3,7 @@ ZE::ZImage class Reference - +
    Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

    ZE::ZImage Class Reference

    #include <ZE_ZImage.h> @@ -779,7 +779,7 @@ Check if file is loaded and pointer to data is non-NULL.
    Retu - + @@ -860,11 +860,11 @@ Get Current Height of Image.
    Returns:
    Image Heigh
    SDL_Surface * ZE::ZImage::Surface SDL_Surface* ZE::ZImage::Surface  
    -
    The documentation for this class was generated from the following files: -
    Generated on Wed Dec 11 23:42:27 2002 for ZEngine by +
    The documentation for this class was generated from the following file: +
    Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
    +width=110 height=53>1.3-rc2
    diff --git a/doc/html/classZE_1_1ZMusic-members.html b/doc/html/classZE_1_1ZMusic-members.html index 1bcc029..c764383 100644 --- a/doc/html/classZE_1_1ZMusic-members.html +++ b/doc/html/classZE_1_1ZMusic-members.html @@ -3,7 +3,7 @@ Member List - +
    Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

    ZE::ZMusic Member List

    This is the complete list of members for ZE::ZMusic, including all inherited members. @@ -27,9 +27,9 @@ -
    ZObject()ZE::ZObject [inline]
    ~ZMusic()ZE::ZMusic
    ~ZObject()ZE::ZObject [inline, virtual]

    Generated on Wed Dec 11 23:42:27 2002 for ZEngine by +
    Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
    +width=110 height=53>1.3-rc2
    diff --git a/doc/html/classZE_1_1ZMusic.html b/doc/html/classZE_1_1ZMusic.html index 8a1975c..d9362f9 100644 --- a/doc/html/classZE_1_1ZMusic.html +++ b/doc/html/classZE_1_1ZMusic.html @@ -3,7 +3,7 @@ ZE::ZMusic class Reference - +
    Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

    ZE::ZMusic Class Reference

    #include <ZE_ZMusic.h> @@ -522,10 +522,10 @@ Get current volume of music represented as a value from 0-128.
    <
    The documentation for this class was generated from the following file: -
    Generated on Wed Dec 11 23:42:27 2002 for ZEngine by +
  • /include/ZE_ZMusic.h +
    Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
    +width=110 height=53>1.3-rc2
  • diff --git a/doc/html/classZE_1_1ZObject-members.html b/doc/html/classZE_1_1ZObject-members.html index 12d8299..b59bcf7 100644 --- a/doc/html/classZE_1_1ZObject-members.html +++ b/doc/html/classZE_1_1ZObject-members.html @@ -3,16 +3,16 @@ Member List - +
    Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

    ZE::ZObject Member List

    This is the complete list of members for ZE::ZObject, including all inherited members. -
    rEngineZE::ZObject [protected]
    ZObject()ZE::ZObject [inline]
    ~ZObject()ZE::ZObject [inline, virtual]

    Generated on Wed Dec 11 23:42:27 2002 for ZEngine by +
    Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
    +width=110 height=53>1.3-rc2
    diff --git a/doc/html/classZE_1_1ZObject.html b/doc/html/classZE_1_1ZObject.html index 0107fff..8d2add6 100644 --- a/doc/html/classZE_1_1ZObject.html +++ b/doc/html/classZE_1_1ZObject.html @@ -3,7 +3,7 @@ ZE::ZObject class Reference - +
    Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

    ZE::ZObject Class Reference

    #include <ZE_ZObject.h> @@ -83,10 +83,10 @@ This is the base class from which all ZE_ZObject.h -
    Generated on Wed Dec 11 23:42:27 2002 for ZEngine by +
  • /include/ZE_ZObject.h +
    Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
    +width=110 height=53>1.3-rc2
  • diff --git a/doc/html/classZE_1_1ZRect-members.html b/doc/html/classZE_1_1ZRect-members.html index 2b1c07f..5f9d598 100644 --- a/doc/html/classZE_1_1ZRect-members.html +++ b/doc/html/classZE_1_1ZRect-members.html @@ -3,7 +3,7 @@ Member List - +
    Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

    ZE::ZRect Member List

    This is the complete list of members for ZE::ZRect, including all inherited members. @@ -34,9 +34,9 @@ -
    ZRect()ZE::ZRect
    ZRect(float x, float y, float width, float height)ZE::ZRect
    ZRect(const ZRect &rhs)ZE::ZRect

    Generated on Wed Dec 11 23:42:27 2002 for ZEngine by +
    Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
    +width=110 height=53>1.3-rc2
    diff --git a/doc/html/classZE_1_1ZRect.html b/doc/html/classZE_1_1ZRect.html index eb9a4d2..da4f9ce 100644 --- a/doc/html/classZE_1_1ZRect.html +++ b/doc/html/classZE_1_1ZRect.html @@ -3,7 +3,7 @@ ZE::ZRect class Reference - +
    Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

    ZE::ZRect Class Reference

    #include <ZE_ZRect.h> @@ -912,10 +912,10 @@ Access private height member.
    Returns:
    Value of m
    The documentation for this class was generated from the following files: -
    Generated on Wed Dec 11 23:42:27 2002 for ZEngine by +
  • /include/ZE_ZRect.h
  • /src/ZE_ZRect.cpp +
    Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
    +width=110 height=53>1.3-rc2
  • diff --git a/doc/html/classZE_1_1ZSound-members.html b/doc/html/classZE_1_1ZSound-members.html index 01208e0..c4d46fc 100644 --- a/doc/html/classZE_1_1ZSound-members.html +++ b/doc/html/classZE_1_1ZSound-members.html @@ -3,7 +3,7 @@ Member List - +
    Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

    ZE::ZSound Member List

    This is the complete list of members for ZE::ZSound, including all inherited members. @@ -27,9 +27,9 @@ -
    ZSound(string filename)ZE::ZSound
    ~ZObject()ZE::ZObject [inline, virtual]
    ~ZSound()ZE::ZSound

    Generated on Wed Dec 11 23:42:27 2002 for ZEngine by +
    Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
    +width=110 height=53>1.3-rc2
    diff --git a/doc/html/classZE_1_1ZSound.html b/doc/html/classZE_1_1ZSound.html index e7b03f3..fbd3584 100644 --- a/doc/html/classZE_1_1ZSound.html +++ b/doc/html/classZE_1_1ZSound.html @@ -3,7 +3,7 @@ ZE::ZSound class Reference - +
    Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

    ZE::ZSound Class Reference

    #include <ZE_ZSound.h> @@ -495,10 +495,10 @@ Get current volume of sound channel represented as a value from 0-128.

    The documentation for this class was generated from the following file: -
    Generated on Wed Dec 11 23:42:27 2002 for ZEngine by +
  • /include/ZE_ZSound.h +
    Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
    +width=110 height=53>1.3-rc2
  • diff --git a/doc/html/classZE_1_1ZTimer-members.html b/doc/html/classZE_1_1ZTimer-members.html index d8b84ba..2bbefeb 100644 --- a/doc/html/classZE_1_1ZTimer-members.html +++ b/doc/html/classZE_1_1ZTimer-members.html @@ -3,7 +3,7 @@ Member List - +
    Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

    ZE::ZTimer Member List

    This is the complete list of members for ZE::ZTimer, including all inherited members. @@ -21,9 +21,9 @@ -
    ZObject()ZE::ZObject [inline]
    ZTimer(bool useZEngine=true)ZE::ZTimer
    ~ZObject()ZE::ZObject [inline, virtual]

    Generated on Wed Dec 11 23:42:27 2002 for ZEngine by +
    Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
    +width=110 height=53>1.3-rc2
    diff --git a/doc/html/classZE_1_1ZTimer.html b/doc/html/classZE_1_1ZTimer.html index f8f8866..78093d7 100644 --- a/doc/html/classZE_1_1ZTimer.html +++ b/doc/html/classZE_1_1ZTimer.html @@ -3,7 +3,7 @@ ZE::ZTimer class Reference - +
    Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

    ZE::ZTimer Class Reference

    #include <ZE_ZTimer.h> @@ -253,10 +253,10 @@ Find out paused state of timer.
    Returns:
    Paused s
    The documentation for this class was generated from the following files: -
    Generated on Wed Dec 11 23:42:27 2002 for ZEngine by +
  • /include/ZE_ZTimer.h
  • /src/ZE_ZTimer.cpp +
    Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
    +width=110 height=53>1.3-rc2
  • diff --git a/doc/html/doxygen.css b/doc/html/doxygen.css index e527a57..8cb8b2e 100644 --- a/doc/html/doxygen.css +++ b/doc/html/doxygen.css @@ -15,7 +15,7 @@ TD.mdname1 { background-color: #f2f2ff; font-weight: bold; color: #602020; } TD.mdname { background-color: #f2f2ff; font-weight: bold; color: #602020; width: 600px; } DIV.groupHeader { margin-left: 16px; margin-top: 12px; margin-bottom: 6px; font-weight: bold } DIV.groupText { margin-left: 16px; font-style: italic; font-size: smaller } -BODY { background: white } +BODY { background: white; color: black } TD.indexkey { background-color: #eeeeff; font-weight: bold; diff --git a/doc/html/files.html b/doc/html/files.html index dd92cc1..bc600c1 100644 --- a/doc/html/files.html +++ b/doc/html/files.html @@ -3,39 +3,38 @@ File Index - +
    Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

    ZEngine File List

    Here is a list of all documented files with brief descriptions: - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + +
    include/ZE_Defines.h [code]Define file for ZEngine
    include/ZE_Error.h [code]Definition file for ZEngine Error Handling Functions
    include/ZE_Includes.h [code]Include file for SDL and C++ Includes that many ZEngine files need
    include/ZE_Macros.h [code]Definition file for ZEngine Macros
    include/ZE_ZConfigFile.h [code]Definition file for ZConfigFile
    include/ZE_ZEngine.h [code]Definition file for core ZEngine class
    include/ZE_ZFont.h [code]Definition file for ZFont
    include/ZE_ZImage.h [code]Definition file for ZImage
    include/ZE_ZMusic.h [code]Definition file for ZMusic
    include/ZE_ZObject.h [code]Definition file for ZObject Base Class
    include/ZE_ZRect.h [code]Definition file for ZRect
    include/ZE_ZSound.h [code]Definition file for ZSound
    include/ZE_ZTimer.h [code]Definition file for ZTimer
    include/ZEngine.h [code]Header file for ZEngine
    include/external/physfsrwops.h [code]
    include/external/SDLGL_Util.h [code]
    src/ZE_Error.cppSource file for error logging utilities
    src/ZE_ZConfigFile.cppSource file for ZConfigFile
    src/ZE_ZEngine.cppCentral source file for ZEngine
    src/ZE_ZFont.cppSource file for ZFont
    src/ZE_ZImage.cppSource file for ZImage
    src/ZE_ZMusic.cppSource file for ZMusic
    src/ZE_ZRect.cppSource file for ZRect
    src/ZE_ZSound.cppSource file for ZSound
    src/ZE_ZTimer.cppSource file for ZTimer
    /include/ZE_Defines.h [code]Define file for ZEngine
    /include/ZE_Error.h [code]Definition file for ZEngine Error Handling Functions
    /include/ZE_Includes.h [code]Include file for SDL and C++ Includes that many ZEngine files need
    /include/ZE_Macros.h [code]Definition file for ZEngine Macros
    /include/ZE_ZConfigFile.h [code]Definition file for ZConfigFile
    /include/ZE_ZEngine.h [code]Definition file for core ZEngine class
    /include/ZE_ZFont.h [code]Definition file for ZFont
    /include/ZE_ZImage.h [code]Definition file for ZImage
    /include/ZE_ZMusic.h [code]Definition file for ZMusic
    /include/ZE_ZObject.h [code]Definition file for ZObject Base Class
    /include/ZE_ZRect.h [code]Definition file for ZRect
    /include/ZE_ZSound.h [code]Definition file for ZSound
    /include/ZE_ZTimer.h [code]Definition file for ZTimer
    /include/ZEngine.h [code]Header file for ZEngine
    /include/external/physfsrwops.h [code]
    /include/external/SDLGL_Util.h [code]
    /src/ZE_Error.cppSource file for error logging utilities
    /src/ZE_ZConfigFile.cppSource file for ZConfigFile
    /src/ZE_ZEngine.cppCentral source file for ZEngine
    /src/ZE_ZFont.cppSource file for ZFont
    /src/ZE_ZMusic.cppSource file for ZMusic
    /src/ZE_ZRect.cppSource file for ZRect
    /src/ZE_ZSound.cppSource file for ZSound
    /src/ZE_ZTimer.cppSource file for ZTimer
    -
    Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +
    Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
    +width=110 height=53>1.3-rc2
    diff --git a/doc/html/functions.html b/doc/html/functions.html index 7cdb103..117aec8 100644 --- a/doc/html/functions.html +++ b/doc/html/functions.html @@ -3,7 +3,7 @@ Compound Member Index - +
    Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

    ZEngine Compound Members

    @@ -251,9 +251,9 @@ Here is a list of all documented class members with links to the class documenta : ZE::ZMusic
  • ~ZObject() : ZE::ZObject
  • ~ZSound() : ZE::ZSound -
    Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +
    Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
    +width=110 height=53>1.3-rc2
    diff --git a/doc/html/globals.html b/doc/html/globals.html index 5fa4d6f..3aca62e 100644 --- a/doc/html/globals.html +++ b/doc/html/globals.html @@ -3,7 +3,7 @@ File Member Index - +
    Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

    ZEngine File Members

    @@ -39,9 +39,9 @@ Here is a list of all documented file members with links to the documentation: -
    Generated on Wed Dec 11 23:42:27 2002 for ZEngine by +
    Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
    +width=110 height=53>1.3-rc2
    diff --git a/doc/html/hierarchy.html b/doc/html/hierarchy.html index 6a0173e..b1ad667 100644 --- a/doc/html/hierarchy.html +++ b/doc/html/hierarchy.html @@ -3,7 +3,7 @@ Hierarchical Index - +
    Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

    ZEngine Class Hierarchy

    This inheritance list is sorted roughly, but not completely, alphabetically:
      @@ -21,9 +21,9 @@
  • ZE::ZRect -
    Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +
    Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
    +width=110 height=53>1.3-rc2
    diff --git a/doc/html/index.html b/doc/html/index.html index 93039fe..1be577f 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -3,12 +3,12 @@ ZEngine Documentation - +
    Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

    ZEngine Documentation

    -

    0.8.0-rc2

    Author:
    James Turk
    +

    0.8.0-rc4

    Author:
    James Turk
    Version:
    0.8.0-rc2
    Date:
    December 12, 2002

    @@ -22,8 +22,7 @@ About ZEngine

    Licensing


    -
    -        This file is Part of the ZEngine Library for SDL Game Development.
    + 
            This file is Part of the ZEngine Library for SDL Game Development.
                           Copyright (C) 2002 ConceptOfZero.net
                  Licensed under the BSD License, see licensing.txt.
             and the library is developed for http://www.conceptofzero.net/
    @@ -31,11 +30,11 @@ Licensing
      

    Contributing Authors


    - James Turk james@conceptofzero.net - Core Engine, Design, Docs, and Classes
    - Gamer Tazar tazar@conceptofzero.net - OpenGL assistance
    -
    Generated on Wed Dec 11 23:42:26 2002 for ZEngine by + James Turk james@conceptofzero.net - Core Engine, Design, Docs, and Classes
    + Gamer Tazar tazar@conceptofzero.net - OpenGL assistance
    +
    Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
    +width=110 height=53>1.3-rc2
    diff --git a/doc/html/namespaceZE.html b/doc/html/namespaceZE.html index 437e775..d372eb0 100644 --- a/doc/html/namespaceZE.html +++ b/doc/html/namespaceZE.html @@ -3,7 +3,7 @@ ZE Namespace Reference - +
    Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

    ZE Namespace Reference


    Detailed Description

    @@ -195,9 +195,9 @@ Takes identifiers out of fmtstr and parses them, replacing them with coorespond -
    Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +
    Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
    +width=110 height=53>1.3-rc2
    diff --git a/doc/html/namespacemembers.html b/doc/html/namespacemembers.html index 040503f..8eee1ef 100644 --- a/doc/html/namespacemembers.html +++ b/doc/html/namespacemembers.html @@ -3,7 +3,7 @@ Namespace Member Index - +
    Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

    ZEngine Namespace Members

    @@ -19,9 +19,9 @@ Here is a list of all documented namespace members with links to the namespaces
    • FormatStr() : ZE
    -
    Generated on Wed Dec 11 23:42:27 2002 for ZEngine by +
    Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
    +width=110 height=53>1.3-rc2
    diff --git a/doc/html/namespaces.html b/doc/html/namespaces.html index c28ed9d..ad2bbf3 100644 --- a/doc/html/namespaces.html +++ b/doc/html/namespaces.html @@ -3,15 +3,15 @@ Namespace Index - +
    Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

    ZEngine Namespace List

    Here is a list of all documented namespaces with brief descriptions:
    ZEZEngine Namespace
    -
    Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +
    Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
    +width=110 height=53>1.3-rc2
    diff --git a/doc/html/physfsrwops_8h-source.html b/doc/html/physfsrwops_8h-source.html index d719879..3914459 100644 --- a/doc/html/physfsrwops_8h-source.html +++ b/doc/html/physfsrwops_8h-source.html @@ -1,12 +1,12 @@ -include/external/physfsrwops.h Source File +/include/external/physfsrwops.h Source File - +
    Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
    -

    include/external/physfsrwops.h

    00001 /*
    +

    /include/external/physfsrwops.h

    00001 /*
     00002  * This code provides a glue layer between PhysicsFS and Simple Directmedia
     00003  *  Layer's (SDL) RWops i/o abstraction.
     00004  *
    @@ -46,9 +46,9 @@
     00078 
     00079 /* end of physfsrwops.h ... */
     00080 
    -

    Generated on Wed Dec 11 23:42:26 2002 for ZEngine by +

    Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc1
    +width=110 height=53>1.3-rc2 diff --git a/src/ZE_ZImage.cpp b/src/ZE_ZImage.cpp index 299f4e6..16c65cd 100644 --- a/src/ZE_ZImage.cpp +++ b/src/ZE_ZImage.cpp @@ -13,7 +13,7 @@ File: ZE_ZImage.cpp
    Description: Implementation source file for core ZEngine Image or Texture Object.
    Author(s): James Turk, Gamer Tazar
    -$Id: ZE_ZImage.cpp,v 1.7 2002/12/21 08:40:15 cozman Exp $
    +$Id: ZE_ZImage.cpp,v 1.8 2002/12/22 04:31:15 cozman Exp $
    \file ZE_ZImage.cpp \brief Source file for ZImage. @@ -138,7 +138,9 @@ void ZImage::SetColorKey(Uint8 red, Uint8 green, Uint8 blue) if(rImage) { FreeImage(temp); - Attach(rImage); //Rebind new image. + temp = rImage; + rImage = NULL; + Attach(temp); //Rebind new image. } else //can't convert { diff --git a/test/ZMusicTest.cpp b/test/ZMusicTest.cpp index 0cf646f..eae56cd 100644 --- a/test/ZMusicTest.cpp +++ b/test/ZMusicTest.cpp @@ -41,6 +41,7 @@ void Test() if(!song.IsLoaded()) //this executes if there is no music.ogg file { + engine->Clear(); engine->SetupDisplay(800,70,32,false); engine->CreateDisplay("ZMusic Test"); font.DrawText("Music.ogg does not exist, please read music.txt.",text[0]); @@ -48,6 +49,7 @@ void Test() engine->Update(); do { + engine->CheckEvents(); } while(!engine->QuitRequested()); }