From 3de6aad50cf13f7b37bc2ae81526c2437d48c83e Mon Sep 17 00:00:00 2001 From: James Turk Date: Fri, 3 Jan 2003 03:54:10 +0000 Subject: [PATCH] 0.8.1 --- doc/ZEngine.linux.doxygen | 12 +++--- doc/ZEngine.win32.doxygen | 12 +++--- doc/html/SDLGL__Util_8h-source.html | 2 +- doc/html/ZE__Defines_8h-source.html | 2 +- doc/html/ZE__Defines_8h.html | 2 +- doc/html/ZE__Error_8cpp.html | 2 +- doc/html/ZE__Error_8h-source.html | 2 +- doc/html/ZE__Error_8h.html | 2 +- doc/html/ZE__Includes_8h-source.html | 2 +- doc/html/ZE__Includes_8h.html | 2 +- doc/html/ZE__Macros_8h-source.html | 2 +- doc/html/ZE__Macros_8h.html | 2 +- doc/html/ZE__ZConfigFile_8cpp.html | 2 +- doc/html/ZE__ZConfigFile_8h-source.html | 2 +- doc/html/ZE__ZConfigFile_8h.html | 2 +- doc/html/ZE__ZEngine_8cpp.html | 2 +- doc/html/ZE__ZEngine_8h-source.html | 2 +- doc/html/ZE__ZEngine_8h.html | 2 +- doc/html/ZE__ZFont_8cpp.html | 2 +- doc/html/ZE__ZFont_8h-source.html | 2 +- doc/html/ZE__ZFont_8h.html | 2 +- doc/html/ZE__ZImage_8cpp.html | 2 +- doc/html/ZE__ZImage_8h-source.html | 2 +- doc/html/ZE__ZImage_8h.html | 4 +- doc/html/ZE__ZMusic_8cpp.html | 2 +- doc/html/ZE__ZMusic_8h-source.html | 2 +- doc/html/ZE__ZMusic_8h.html | 2 +- doc/html/ZE__ZObject_8h-source.html | 2 +- doc/html/ZE__ZObject_8h.html | 2 +- doc/html/ZE__ZRect_8cpp.html | 2 +- doc/html/ZE__ZRect_8h-source.html | 2 +- doc/html/ZE__ZRect_8h.html | 2 +- doc/html/ZE__ZSound_8cpp.html | 2 +- doc/html/ZE__ZSound_8h-source.html | 2 +- doc/html/ZE__ZSound_8h.html | 2 +- doc/html/ZE__ZTimer_8cpp.html | 2 +- doc/html/ZE__ZTimer_8h-source.html | 2 +- doc/html/ZE__ZTimer_8h.html | 2 +- doc/html/ZEngine_8h-source.html | 38 +++++++++---------- doc/html/ZEngine_8h.html | 4 +- doc/html/annotated.html | 2 +- doc/html/classZE_1_1ZConfigFile-members.html | 2 +- doc/html/classZE_1_1ZConfigFile.html | 2 +- ..._1ZConfigFile_1_1ZCF__Section-members.html | 2 +- ...lassZE_1_1ZConfigFile_1_1ZCF__Section.html | 2 +- ...1ZConfigFile_1_1ZCF__Variable-members.html | 2 +- ...assZE_1_1ZConfigFile_1_1ZCF__Variable.html | 2 +- doc/html/classZE_1_1ZEngine-members.html | 2 +- doc/html/classZE_1_1ZEngine.html | 2 +- doc/html/classZE_1_1ZFont-members.html | 2 +- doc/html/classZE_1_1ZFont.html | 2 +- doc/html/classZE_1_1ZImage-members.html | 2 +- doc/html/classZE_1_1ZImage.html | 2 +- doc/html/classZE_1_1ZMusic-members.html | 2 +- doc/html/classZE_1_1ZMusic.html | 2 +- doc/html/classZE_1_1ZObject-members.html | 2 +- doc/html/classZE_1_1ZObject.html | 2 +- doc/html/classZE_1_1ZRect-members.html | 2 +- doc/html/classZE_1_1ZRect.html | 2 +- doc/html/classZE_1_1ZSound-members.html | 2 +- doc/html/classZE_1_1ZSound.html | 2 +- doc/html/classZE_1_1ZTimer-members.html | 2 +- doc/html/classZE_1_1ZTimer.html | 2 +- doc/html/files.html | 2 +- doc/html/functions.html | 2 +- doc/html/globals.html | 2 +- doc/html/hierarchy.html | 2 +- doc/html/index.html | 10 +++-- doc/html/namespaceZE.html | 2 +- doc/html/namespacemembers.html | 2 +- doc/html/namespaces.html | 2 +- doc/html/physfsrwops_8h-source.html | 2 +- 72 files changed, 107 insertions(+), 105 deletions(-) diff --git a/doc/ZEngine.linux.doxygen b/doc/ZEngine.linux.doxygen index 6117a86..dad7eab 100644 --- a/doc/ZEngine.linux.doxygen +++ b/doc/ZEngine.linux.doxygen @@ -4,8 +4,8 @@ # General configuration options #--------------------------------------------------------------------------- PROJECT_NAME = ZEngine -PROJECT_NUMBER = 0.8.0 -OUTPUT_DIRECTORY = /home/James/ZEngine-0.8.0/doc +PROJECT_NUMBER = 0.8.1 +OUTPUT_DIRECTORY = /home/James/ZEngine-0.8.1/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.0/ +STRIP_FROM_PATH = /home/James/ZEngine-0.8.1/ 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.0/doc/ZEngine.log +WARN_LOGFILE = /home/James/ZEngine-0.8.1/doc/ZEngine.log #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = /home/James/ZEngine-0.8.0/src \ - /home/James/ZEngine-0.8.0/include +INPUT = /home/James/ZEngine-0.8.1/src \ + /home/James/ZEngine-0.8.1/include FILE_PATTERNS = RECURSIVE = YES EXCLUDE = diff --git a/doc/ZEngine.win32.doxygen b/doc/ZEngine.win32.doxygen index 0fc6450..0538a89 100644 --- a/doc/ZEngine.win32.doxygen +++ b/doc/ZEngine.win32.doxygen @@ -4,8 +4,8 @@ # General configuration options #--------------------------------------------------------------------------- PROJECT_NAME = ZEngine -PROJECT_NUMBER = 0.8.0 -OUTPUT_DIRECTORY = C:\libs\ZEngine-0.8.0\doc\ +PROJECT_NUMBER = 0.8.1 +OUTPUT_DIRECTORY = C:\libs\ZEngine-0.8.1\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.0 +STRIP_FROM_PATH = C:\libs\ZEngine-0.8.1 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.0\doc\ZEngine.log +WARN_LOGFILE = C:\libs\ZEngine-0.8.1\doc\ZEngine.log #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = C:/libs/ZEngine-0.8.0/include \ - C:/libs/ZEngine-0.8.0/src +INPUT = C:/libs/ZEngine-0.8.1/include \ + C:/libs/ZEngine-0.8.1/src FILE_PATTERNS = RECURSIVE = YES EXCLUDE = diff --git a/doc/html/SDLGL__Util_8h-source.html b/doc/html/SDLGL__Util_8h-source.html index 41b20a0..5adda14 100755 --- a/doc/html/SDLGL__Util_8h-source.html +++ b/doc/html/SDLGL__Util_8h-source.html @@ -18,7 +18,7 @@ 00010 GLuint SDL_GL_LoadTexture(SDL_Surface *surface, GLfloat *texcoord); 00011 00012 #endif //__sdlgl_h__ -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/ZE__Defines_8h-source.html b/doc/html/ZE__Defines_8h-source.html index 9c420b8..a38c80e 100644 --- a/doc/html/ZE__Defines_8h-source.html +++ b/doc/html/ZE__Defines_8h-source.html @@ -28,7 +28,7 @@ 00039 #define VERSION "0.7.6" 00040 00041 #endif //__ze_defines_h__ -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/ZE__Defines_8h.html b/doc/html/ZE__Defines_8h.html index 6f6a152..d702cc6 100644 --- a/doc/html/ZE__Defines_8h.html +++ b/doc/html/ZE__Defines_8h.html @@ -38,7 +38,7 @@ Definition file, holds #define statements describing optional features of ZEngin #define VERSION   "0.7.6"  Version number.

-
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/ZE__Error_8cpp.html b/doc/html/ZE__Error_8cpp.html index 88537c9..a57bbd4 100644 --- a/doc/html/ZE__Error_8cpp.html +++ b/doc/html/ZE__Error_8cpp.html @@ -23,7 +23,7 @@ Error logging utilities for ZEngine and programs making use of ZEngine.

Namespaces

namespace  ZE -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/ZE__Error_8h-source.html b/doc/html/ZE__Error_8h-source.html index 5f2749d..5117af2 100644 --- a/doc/html/ZE__Error_8h-source.html +++ b/doc/html/ZE__Error_8h-source.html @@ -40,7 +40,7 @@ 00079 } 00080 00081 #endif //__ze_error_h__ -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/ZE__Error_8h.html b/doc/html/ZE__Error_8h.html index db99ad0..94394fe 100644 --- a/doc/html/ZE__Error_8h.html +++ b/doc/html/ZE__Error_8h.html @@ -83,7 +83,7 @@ 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 Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/ZE__Includes_8h-source.html b/doc/html/ZE__Includes_8h-source.html index ea6cc5e..242bd90 100644 --- a/doc/html/ZE__Includes_8h-source.html +++ b/doc/html/ZE__Includes_8h-source.html @@ -49,7 +49,7 @@ 00055 using namespace std; 00056 00057 #endif //__ze_includes_h__ -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/ZE__Includes_8h.html b/doc/html/ZE__Includes_8h.html index 4b3cc5d..0f53ed0 100644 --- a/doc/html/ZE__Includes_8h.html +++ b/doc/html/ZE__Includes_8h.html @@ -39,7 +39,7 @@ ZE_*.h files should only include this file and any other ZE_*.h files that they

Namespaces

namespace  std -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/ZE__Macros_8h-source.html b/doc/html/ZE__Macros_8h-source.html index 872f350..63eed76 100755 --- a/doc/html/ZE__Macros_8h-source.html +++ b/doc/html/ZE__Macros_8h-source.html @@ -43,7 +43,7 @@ 00057 00058 #endif //__ze_macros_h__ 00059 -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/ZE__Macros_8h.html b/doc/html/ZE__Macros_8h.html index 56f7fa8..2103453 100755 --- a/doc/html/ZE__Macros_8h.html +++ b/doc/html/ZE__Macros_8h.html @@ -139,7 +139,7 @@ Safely free a Mix_Music* and set it to NULL. Safely free a TTF_Font and set it to NULL. -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/ZE__ZConfigFile_8cpp.html b/doc/html/ZE__ZConfigFile_8cpp.html index aab0488..d6cc173 100644 --- a/doc/html/ZE__ZConfigFile_8cpp.html +++ b/doc/html/ZE__ZConfigFile_8cpp.html @@ -23,7 +23,7 @@ Implementation of ZConfigFile, the ZEngine INI-Style Config File.

Namespaces

namespace  ZE -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/ZE__ZConfigFile_8h-source.html b/doc/html/ZE__ZConfigFile_8h-source.html index 9e636b5..6d58297 100644 --- a/doc/html/ZE__ZConfigFile_8h-source.html +++ b/doc/html/ZE__ZConfigFile_8h-source.html @@ -89,7 +89,7 @@ 00243 } 00244 00245 #endif //__ze_zconfigfile_h__ -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/ZE__ZConfigFile_8h.html b/doc/html/ZE__ZConfigFile_8h.html index bfe932b..dca5614 100644 --- a/doc/html/ZE__ZConfigFile_8h.html +++ b/doc/html/ZE__ZConfigFile_8h.html @@ -25,7 +25,7 @@ Definition file for ZConfigFile, an INI-style Config format.

Namespaces

namespace  ZE -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/ZE__ZEngine_8cpp.html b/doc/html/ZE__ZEngine_8cpp.html index 1345d36..4528d42 100644 --- a/doc/html/ZE__ZEngine_8cpp.html +++ b/doc/html/ZE__ZEngine_8cpp.html @@ -23,7 +23,7 @@ Actual implementation of ZEngine singleton class at heart of ZEngine.

Namespaces

namespace  ZE -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/ZE__ZEngine_8h-source.html b/doc/html/ZE__ZEngine_8h-source.html index fe6aeea..c0cb759 100644 --- a/doc/html/ZE__ZEngine_8h-source.html +++ b/doc/html/ZE__ZEngine_8h-source.html @@ -199,7 +199,7 @@ 00528 } 00529 00530 #endif //__ze_zengine_h__ -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/ZE__ZEngine_8h.html b/doc/html/ZE__ZEngine_8h.html index e4c6100..fa41c8c 100644 --- a/doc/html/ZE__ZEngine_8h.html +++ b/doc/html/ZE__ZEngine_8h.html @@ -28,7 +28,7 @@ ZEngine Game Engine core Engine definition.

Namespaces

namespace  ZE -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/ZE__ZFont_8cpp.html b/doc/html/ZE__ZFont_8cpp.html index ec5f151..05bb5a8 100644 --- a/doc/html/ZE__ZFont_8cpp.html +++ b/doc/html/ZE__ZFont_8cpp.html @@ -21,7 +21,7 @@ Implementation of ZFont, the basic Font class for ZEngine.
-
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/ZE__ZFont_8h-source.html b/doc/html/ZE__ZFont_8h-source.html index c541499..9bea6f6 100644 --- a/doc/html/ZE__ZFont_8h-source.html +++ b/doc/html/ZE__ZFont_8h-source.html @@ -87,7 +87,7 @@ 00230 #endif //USE_SDL_TTF 00231 00232 #endif //__ze_zfont_h__ -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/ZE__ZFont_8h.html b/doc/html/ZE__ZFont_8h.html index ed661a9..30fbc02 100644 --- a/doc/html/ZE__ZFont_8h.html +++ b/doc/html/ZE__ZFont_8h.html @@ -26,7 +26,7 @@ Definition file for ZFont, the basic Font class for ZEngine.

Namespaces

namespace  ZE -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/ZE__ZImage_8cpp.html b/doc/html/ZE__ZImage_8cpp.html index cd1664b..a67dbaa 100644 --- a/doc/html/ZE__ZImage_8cpp.html +++ b/doc/html/ZE__ZImage_8cpp.html @@ -23,7 +23,7 @@ Implementation of ZImage, the Image class for ZEngine.

Namespaces

namespace  ZE -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/ZE__ZImage_8h-source.html b/doc/html/ZE__ZImage_8h-source.html index 2f88023..bb51221 100644 --- a/doc/html/ZE__ZImage_8h-source.html +++ b/doc/html/ZE__ZImage_8h-source.html @@ -90,7 +90,7 @@ 00253 } 00254 00255 #endif -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/ZE__ZImage_8h.html b/doc/html/ZE__ZImage_8h.html index 7c7b2ac..14a8ba1 100644 --- a/doc/html/ZE__ZImage_8h.html +++ b/doc/html/ZE__ZImage_8h.html @@ -10,7 +10,7 @@
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.6 2002/12/29 06:50:19 cozman Exp
+
Id
ZE_ZImage.h,v 1.7 2002/12/29 07:22:02 cozman Exp

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

Namespaces

namespace  ZE -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/ZE__ZMusic_8cpp.html b/doc/html/ZE__ZMusic_8cpp.html index 3ccbe17..f3a1c5b 100644 --- a/doc/html/ZE__ZMusic_8cpp.html +++ b/doc/html/ZE__ZMusic_8cpp.html @@ -21,7 +21,7 @@ Implementation of ZMusic, the basic Music class for ZEngine.
-
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/ZE__ZMusic_8h-source.html b/doc/html/ZE__ZMusic_8h-source.html index 674cdbd..7fd73b5 100644 --- a/doc/html/ZE__ZMusic_8h-source.html +++ b/doc/html/ZE__ZMusic_8h-source.html @@ -77,7 +77,7 @@ 00181 #endif //USE_SDL_MIXER 00182 00183 #endif //__ze_zmusic_h__ -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/ZE__ZMusic_8h.html b/doc/html/ZE__ZMusic_8h.html index 4fcd6bf..c2129fe 100644 --- a/doc/html/ZE__ZMusic_8h.html +++ b/doc/html/ZE__ZMusic_8h.html @@ -25,7 +25,7 @@ Definition file for ZMusic, the Music file wrapper for ZEngine.

Namespaces

namespace  ZE -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/ZE__ZObject_8h-source.html b/doc/html/ZE__ZObject_8h-source.html index 4c0f997..3830949 100644 --- a/doc/html/ZE__ZObject_8h-source.html +++ b/doc/html/ZE__ZObject_8h-source.html @@ -35,7 +35,7 @@ 00056 } 00057 00058 #endif //__ze_zobject_h__ -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/ZE__ZObject_8h.html b/doc/html/ZE__ZObject_8h.html index a038651..393abe4 100644 --- a/doc/html/ZE__ZObject_8h.html +++ b/doc/html/ZE__ZObject_8h.html @@ -25,7 +25,7 @@ Definition file for ZObject the Virtual Base Class for majority of the ZEngine O

Namespaces

namespace  ZE -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/ZE__ZRect_8cpp.html b/doc/html/ZE__ZRect_8cpp.html index c8486f4..6b3507a 100644 --- a/doc/html/ZE__ZRect_8cpp.html +++ b/doc/html/ZE__ZRect_8cpp.html @@ -23,7 +23,7 @@ Implementation of ZRect, the Rectangle class for ZEngine.

Namespaces

namespace  ZE -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/ZE__ZRect_8h-source.html b/doc/html/ZE__ZRect_8h-source.html index 677c1ef..347817f 100644 --- a/doc/html/ZE__ZRect_8h-source.html +++ b/doc/html/ZE__ZRect_8h-source.html @@ -84,7 +84,7 @@ 00253 } //namspace ZE 00254 00255 #endif //__ze_zrect_h__ -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/ZE__ZRect_8h.html b/doc/html/ZE__ZRect_8h.html index 701c800..09cad7f 100644 --- a/doc/html/ZE__ZRect_8h.html +++ b/doc/html/ZE__ZRect_8h.html @@ -25,7 +25,7 @@ Definition file for ZRect, the Rectangle class for ZEngine.

Namespaces

namespace  ZE -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/ZE__ZSound_8cpp.html b/doc/html/ZE__ZSound_8cpp.html index 153567d..a25c705 100644 --- a/doc/html/ZE__ZSound_8cpp.html +++ b/doc/html/ZE__ZSound_8cpp.html @@ -21,7 +21,7 @@ Implementation of ZSound, the basic Sound class for ZEngine.
-
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/ZE__ZSound_8h-source.html b/doc/html/ZE__ZSound_8h-source.html index 3cfe6e4..8bd8aaf 100644 --- a/doc/html/ZE__ZSound_8h-source.html +++ b/doc/html/ZE__ZSound_8h-source.html @@ -76,7 +76,7 @@ 00176 #endif //USE_SDL_MIXER 00177 00178 #endif //__ze_zsound_h__ -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/ZE__ZSound_8h.html b/doc/html/ZE__ZSound_8h.html index 75aea8f..07160ce 100644 --- a/doc/html/ZE__ZSound_8h.html +++ b/doc/html/ZE__ZSound_8h.html @@ -25,7 +25,7 @@ Definition file for ZSound, the Sound Effect wrapper for ZEngine.

Namespaces

namespace  ZE -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/ZE__ZTimer_8cpp.html b/doc/html/ZE__ZTimer_8cpp.html index 92962e4..6b97ef1 100644 --- a/doc/html/ZE__ZTimer_8cpp.html +++ b/doc/html/ZE__ZTimer_8cpp.html @@ -23,7 +23,7 @@ Implementation of ZTimer, the basic Timer class for ZEngine.

Namespaces

namespace  ZE -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/ZE__ZTimer_8h-source.html b/doc/html/ZE__ZTimer_8h-source.html index e494c02..9aa8446 100644 --- a/doc/html/ZE__ZTimer_8h-source.html +++ b/doc/html/ZE__ZTimer_8h-source.html @@ -52,7 +52,7 @@ 00105 } 00106 00107 #endif //__ze_ztimer_h__ -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/ZE__ZTimer_8h.html b/doc/html/ZE__ZTimer_8h.html index 4fe10db..5a72b1b 100644 --- a/doc/html/ZE__ZTimer_8h.html +++ b/doc/html/ZE__ZTimer_8h.html @@ -25,7 +25,7 @@ Definition file for ZTimer, the Timer class for ZEngine.

Namespaces

namespace  ZE -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/ZEngine_8h-source.html b/doc/html/ZEngine_8h-source.html index b9ab86d..97079a6 100644 --- a/doc/html/ZEngine_8h-source.html +++ b/doc/html/ZEngine_8h-source.html @@ -7,25 +7,25 @@
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 
-00050 #ifndef __zengine_h__
-00051 #define __zengine_h__
-00052 
-00053 #include "ZE_ZEngine.h"
-00054 #include "ZE_Macros.h"
-00055 #include "ZE_ZImage.h"
-00056 #include "ZE_ZTimer.h"
-00057 #include "ZE_ZConfigFile.h"
-00058 #include "ZE_ZRect.h"
-00059 #ifdef USE_SDL_TTF
-00060 #include "ZE_ZFont.h"
-00061 #endif
-00062 #ifdef USE_SDL_MIXER
-00063 #include "ZE_ZSound.h"
-00064 #include "ZE_ZMusic.h"
-00065 #endif
-00066 
-00067 #endif //__zengine_h__
-

Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +00052 #ifndef __zengine_h__ +00053 #define __zengine_h__ +00054 +00055 #include "ZE_ZEngine.h" +00056 #include "ZE_Macros.h" +00057 #include "ZE_ZImage.h" +00058 #include "ZE_ZTimer.h" +00059 #include "ZE_ZConfigFile.h" +00060 #include "ZE_ZRect.h" +00061 #ifdef USE_SDL_TTF +00062 #include "ZE_ZFont.h" +00063 #endif +00064 #ifdef USE_SDL_MIXER +00065 #include "ZE_ZSound.h" +00066 #include "ZE_ZMusic.h" +00067 #endif +00068 +00069 #endif //__zengine_h__ +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/ZEngine_8h.html b/doc/html/ZEngine_8h.html index 5c36a2f..911d401 100644 --- a/doc/html/ZEngine_8h.html +++ b/doc/html/ZEngine_8h.html @@ -10,7 +10,7 @@
File Header:
File: ZEngine.h
Description: Public Header File for ZEngine.
Author(s): James Turk
-
Id
ZEngine.h,v 1.14 2002/12/29 07:18:30 cozman Exp
+
Id
ZEngine.h,v 1.16 2003/01/03 03:48:01 cozman Exp

@@ -31,7 +31,7 @@ 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 Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/annotated.html b/doc/html/annotated.html index 69557fd..ddc8502 100644 --- a/doc/html/annotated.html +++ b/doc/html/annotated.html @@ -19,7 +19,7 @@ ZE::ZSoundZSound class for playing sound effects. (WAV) ZE::ZTimerZTimer class for Timer use -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/classZE_1_1ZConfigFile-members.html b/doc/html/classZE_1_1ZConfigFile-members.html index a6aa111..a9c90a4 100644 --- a/doc/html/classZE_1_1ZConfigFile-members.html +++ b/doc/html/classZE_1_1ZConfigFile-members.html @@ -29,7 +29,7 @@ ZObject()ZE::ZObject [inline] ~ZConfigFile()ZE::ZConfigFile ~ZObject()ZE::ZObject [inline, virtual] -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/classZE_1_1ZConfigFile.html b/doc/html/classZE_1_1ZConfigFile.html index 717f547..e67e659 100644 --- a/doc/html/classZE_1_1ZConfigFile.html +++ b/doc/html/classZE_1_1ZConfigFile.html @@ -770,7 +770,7 @@ Flush the file and clear the filename.
The documentation for this class was generated from the following files: -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.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 ac87ed0..612442f 100755 --- a/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Section-members.html +++ b/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Section-members.html @@ -9,7 +9,7 @@

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 Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.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 5ee1697..be2b68c 100755 --- a/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Section.html +++ b/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Section.html @@ -21,7 +21,7 @@ list< ZCF_V
The documentation for this class was generated from the following file:
-
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.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 0fef344..0aa5c97 100755 --- a/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Variable-members.html +++ b/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Variable-members.html @@ -9,7 +9,7 @@

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 Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.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 7f455ef..c0e6f66 100755 --- a/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Variable.html +++ b/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Variable.html @@ -21,7 +21,7 @@ string ZE_ZConfigFile.h -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/classZE_1_1ZEngine-members.html b/doc/html/classZE_1_1ZEngine-members.html index 8144579..071b492 100644 --- a/doc/html/classZE_1_1ZEngine-members.html +++ b/doc/html/classZE_1_1ZEngine-members.html @@ -71,7 +71,7 @@ Update()ZE::ZEngine Width()ZE::ZEngine ZEngine()ZE::ZEngine [private] -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/classZE_1_1ZEngine.html b/doc/html/classZE_1_1ZEngine.html index 9fcae7e..94690e9 100644 --- a/doc/html/classZE_1_1ZEngine.html +++ b/doc/html/classZE_1_1ZEngine.html @@ -1543,7 +1543,7 @@ Get Fullscreen setting of Display.
Returns:
True
The documentation for this class was generated from the following files: -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/classZE_1_1ZFont-members.html b/doc/html/classZE_1_1ZFont-members.html index 378f1d1..dcbe4b3 100644 --- a/doc/html/classZE_1_1ZFont-members.html +++ b/doc/html/classZE_1_1ZFont-members.html @@ -33,7 +33,7 @@ ZObject()ZE::ZObject [inline] ~ZFont()ZE::ZFont ~ZObject()ZE::ZObject [inline, virtual] -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/classZE_1_1ZFont.html b/doc/html/classZE_1_1ZFont.html index 16f3f89..116f682 100644 --- a/doc/html/classZE_1_1ZFont.html +++ b/doc/html/classZE_1_1ZFont.html @@ -763,7 +763,7 @@ Get Height of String in Current Font in Pixels.
Parameters:
The documentation for this class was generated from the following file: -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/classZE_1_1ZImage-members.html b/doc/html/classZE_1_1ZImage-members.html index 5c795b5..6e1b17c 100644 --- a/doc/html/classZE_1_1ZImage-members.html +++ b/doc/html/classZE_1_1ZImage-members.html @@ -39,7 +39,7 @@ ZObject()ZE::ZObject [inline] ~ZImage()ZE::ZImage ~ZObject()ZE::ZObject [inline, virtual] -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/classZE_1_1ZImage.html b/doc/html/classZE_1_1ZImage.html index 01e9524..d0071e7 100644 --- a/doc/html/classZE_1_1ZImage.html +++ b/doc/html/classZE_1_1ZImage.html @@ -892,7 +892,7 @@ Get Current Height of Image.
Returns:
Image Heigh
The documentation for this class was generated from the following files: -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/classZE_1_1ZMusic-members.html b/doc/html/classZE_1_1ZMusic-members.html index dd8d945..6c01c4b 100644 --- a/doc/html/classZE_1_1ZMusic-members.html +++ b/doc/html/classZE_1_1ZMusic-members.html @@ -27,7 +27,7 @@ ZObject()ZE::ZObject [inline] ~ZMusic()ZE::ZMusic ~ZObject()ZE::ZObject [inline, virtual] -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/classZE_1_1ZMusic.html b/doc/html/classZE_1_1ZMusic.html index 2aa1f88..168b83c 100644 --- a/doc/html/classZE_1_1ZMusic.html +++ b/doc/html/classZE_1_1ZMusic.html @@ -523,7 +523,7 @@ 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 Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/classZE_1_1ZObject-members.html b/doc/html/classZE_1_1ZObject-members.html index dfe4e85..fff0d5f 100644 --- a/doc/html/classZE_1_1ZObject-members.html +++ b/doc/html/classZE_1_1ZObject-members.html @@ -10,7 +10,7 @@ rEngineZE::ZObject [protected] ZObject()ZE::ZObject [inline] ~ZObject()ZE::ZObject [inline, virtual] -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/classZE_1_1ZObject.html b/doc/html/classZE_1_1ZObject.html index 420176f..89ac82a 100644 --- a/doc/html/classZE_1_1ZObject.html +++ b/doc/html/classZE_1_1ZObject.html @@ -84,7 +84,7 @@ This is the base class from which all ZE_ZObject.h -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/classZE_1_1ZRect-members.html b/doc/html/classZE_1_1ZRect-members.html index 22f7939..ece1b15 100644 --- a/doc/html/classZE_1_1ZRect-members.html +++ b/doc/html/classZE_1_1ZRect-members.html @@ -34,7 +34,7 @@ ZRect()ZE::ZRect ZRect(float x, float y, float width, float height)ZE::ZRect ZRect(const ZRect &rhs)ZE::ZRect -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/classZE_1_1ZRect.html b/doc/html/classZE_1_1ZRect.html index 034688d..be932eb 100644 --- a/doc/html/classZE_1_1ZRect.html +++ b/doc/html/classZE_1_1ZRect.html @@ -913,7 +913,7 @@ Access private height member.
Returns:
Value of m
The documentation for this class was generated from the following files: -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/classZE_1_1ZSound-members.html b/doc/html/classZE_1_1ZSound-members.html index 89e4252..377c41f 100644 --- a/doc/html/classZE_1_1ZSound-members.html +++ b/doc/html/classZE_1_1ZSound-members.html @@ -27,7 +27,7 @@ ZSound(string filename)ZE::ZSound ~ZObject()ZE::ZObject [inline, virtual] ~ZSound()ZE::ZSound -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/classZE_1_1ZSound.html b/doc/html/classZE_1_1ZSound.html index 834999d..4e15c62 100644 --- a/doc/html/classZE_1_1ZSound.html +++ b/doc/html/classZE_1_1ZSound.html @@ -496,7 +496,7 @@ 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 Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/classZE_1_1ZTimer-members.html b/doc/html/classZE_1_1ZTimer-members.html index 2a210a3..8bea268 100644 --- a/doc/html/classZE_1_1ZTimer-members.html +++ b/doc/html/classZE_1_1ZTimer-members.html @@ -21,7 +21,7 @@ ZObject()ZE::ZObject [inline] ZTimer(bool useZEngine=true)ZE::ZTimer ~ZObject()ZE::ZObject [inline, virtual] -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/classZE_1_1ZTimer.html b/doc/html/classZE_1_1ZTimer.html index ea8bff7..cb2d3fc 100644 --- a/doc/html/classZE_1_1ZTimer.html +++ b/doc/html/classZE_1_1ZTimer.html @@ -254,7 +254,7 @@ Find out paused state of timer.
Returns:
Paused s
The documentation for this class was generated from the following files: -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/files.html b/doc/html/files.html index cc790bb..52247a1 100644 --- a/doc/html/files.html +++ b/doc/html/files.html @@ -33,7 +33,7 @@ /src/ZE_ZSound.cppSource file for ZSound /src/ZE_ZTimer.cppSource file for ZTimer -
Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
diff --git a/doc/html/functions.html b/doc/html/functions.html index 3ba5bd9..d05d3cd 100644 --- a/doc/html/functions.html +++ b/doc/html/functions.html @@ -255,7 +255,7 @@ 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 Sun Dec 29 02:21:35 2002 for ZEngine by +
    Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
    diff --git a/doc/html/globals.html b/doc/html/globals.html index 18c7a28..4204e54 100644 --- a/doc/html/globals.html +++ b/doc/html/globals.html @@ -39,7 +39,7 @@ Here is a list of all documented file members with links to the documentation: -
    Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
    Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
    diff --git a/doc/html/hierarchy.html b/doc/html/hierarchy.html index 03706ff..e2e92fb 100644 --- a/doc/html/hierarchy.html +++ b/doc/html/hierarchy.html @@ -21,7 +21,7 @@
  • ZE::ZRect -
    Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
    Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
    diff --git a/doc/html/index.html b/doc/html/index.html index e0bb000..f137712 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -8,9 +8,9 @@ Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

    ZEngine Documentation

    -

    0.8.0

    Author:
    James Turk
    -
    Version:
    0.8.0
    -
    Date:
    December 29, 2002
    +

    0.8.1

    Author:
    James Turk
    +
    Version:
    0.8.1
    +
    Date:
    January 2, 2003

    About ZEngine


    @@ -18,6 +18,7 @@ About ZEngine     -It is licensed under a BSD-style license, and anyone is free to suggest or implement changes to be added to the Engine, as well as modify the engine to their own needs or use it however they like.
        -ZEngine now uses OpenGL rather than SDL to do 2D drawing, thus increasing the uses of the engine and making the engine much faster in all test cases, and the engine was tested for memory leaks with MSVC and is known to have no leaks.
        -The ZEngine website can be found at http://zengine.sourceforge.net/.
    +     -The ZEngine tutorials can be found at http://conceptofzero.net/tutorials/zengine/.

    Licensing


    @@ -34,7 +35,8 @@ Contributing Authors
    James Turk james@conceptofzero.net - Core Engine, Design, Docs, and Classes
    Gamer Tazar tazar@conceptofzero.net - OpenGL assistance
    -
    Generated on Sun Dec 29 02:21:35 2002 for ZEngine by + Sean sean@conceptofzero.net - MSVC++6 Project Files
    +
    Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
    diff --git a/doc/html/namespaceZE.html b/doc/html/namespaceZE.html index 4d28758..48c8d7d 100644 --- a/doc/html/namespaceZE.html +++ b/doc/html/namespaceZE.html @@ -195,7 +195,7 @@ Takes identifiers out of fmtstr and parses them, replacing them with coorespond -
    Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
    Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
    diff --git a/doc/html/namespacemembers.html b/doc/html/namespacemembers.html index 7a3b04b..b22a192 100644 --- a/doc/html/namespacemembers.html +++ b/doc/html/namespacemembers.html @@ -19,7 +19,7 @@ Here is a list of all documented namespace members with links to the namespaces
    • FormatStr() : ZE
    -
    Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
    Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
    diff --git a/doc/html/namespaces.html b/doc/html/namespaces.html index 31e515c..fe51c94 100644 --- a/doc/html/namespaces.html +++ b/doc/html/namespaces.html @@ -9,7 +9,7 @@

    ZEngine Namespace List

    Here is a list of all documented namespaces with brief descriptions:
    ZEZEngine Namespace
    -
    Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
    Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2
    diff --git a/doc/html/physfsrwops_8h-source.html b/doc/html/physfsrwops_8h-source.html index 6fec12e..13bfded 100644 --- a/doc/html/physfsrwops_8h-source.html +++ b/doc/html/physfsrwops_8h-source.html @@ -46,7 +46,7 @@ 00078 00079 /* end of physfsrwops.h ... */ 00080 -
    Generated on Sun Dec 29 02:21:35 2002 for ZEngine by +
    Generated on Thu Jan 2 22:51:08 2003 for ZEngine by doxygen1.3-rc2