fixed tags
This commit is contained in:
parent
1ff699d7c5
commit
fdf42cab6d
@ -9,16 +9,12 @@
|
||||
*******************************************************************************/
|
||||
|
||||
/*!
|
||||
\par File Header:
|
||||
File: ZE_Defines.h <br>
|
||||
Description: Defines header file for ZEngine class, where all #define statements to control compilation options are placed. <br>
|
||||
Author(s): James Turk <br>
|
||||
$Id: ZE_Defines.h,v 1.13 2003/05/07 18:38:43 cozman Exp $<br>
|
||||
|
||||
\file ZE_Defines.h
|
||||
\brief Define file for ZEngine.
|
||||
\brief Define file for ZEngine where all #define statements to control compilation options are placed.
|
||||
|
||||
Definition file, holds #define statements describing optional features of ZEngine.
|
||||
<br>$ id: ZE_Defines.h,v 1.13 2003/05/07 18:38:43 cozman Exp $<br>
|
||||
\author James Turk
|
||||
**/
|
||||
|
||||
#ifndef __ze_defines_h__
|
||||
|
@ -9,17 +9,13 @@
|
||||
*******************************************************************************/
|
||||
|
||||
/*!
|
||||
\par File Header:
|
||||
File: ZE_Includes.h <br>
|
||||
Description: Header file for ZEngine universal includes. <br>
|
||||
Author(s): James Turk <br>
|
||||
$Id: ZE_Includes.h,v 1.8 2003/04/27 22:05:25 cozman Exp $<br>
|
||||
|
||||
\file ZE_Includes.h
|
||||
\brief Include file for SDL and C++ Includes that many ZEngine files need.
|
||||
|
||||
ZE_*.h files should only include this file and any other ZE_*.h files that they need, External Library or C/C++ Standard Library
|
||||
files should be included from within this file.
|
||||
$ id: ZE_Includes.h,v 1.8 2003/04/27 22:05:25 cozman Exp $<br>
|
||||
\author James Turk
|
||||
**/
|
||||
|
||||
#ifndef __ze_includes_h__
|
||||
|
@ -9,19 +9,16 @@
|
||||
*******************************************************************************/
|
||||
|
||||
/*!
|
||||
\par File Header:
|
||||
File: ZE_Utility.h <br>
|
||||
Description: Header file for ZEngine Utilities. <br>
|
||||
Author(s): James Turk <br>
|
||||
$Id: ZE_Utility.h,v 1.2 2003/04/28 02:01:20 cozman Exp $<br>
|
||||
|
||||
\file ZE_Utility.h
|
||||
\brief Definition file for ZEngine Utilities.
|
||||
|
||||
Definition file for ZEngine Utilities which are used throughout the engine and can be used in
|
||||
conjunction with ZEngine.
|
||||
<br>$ id: $<br>
|
||||
\author James Turk
|
||||
**/
|
||||
|
||||
|
||||
#ifndef __ze_utility_h__
|
||||
#define __ze_utility_h__
|
||||
|
||||
|
@ -9,16 +9,12 @@
|
||||
*******************************************************************************/
|
||||
|
||||
/*!
|
||||
\par File Header:
|
||||
File: ZE_ZClient.h <br>
|
||||
Description: Header file for core ZEngine TCP Client Object. <br>
|
||||
Author(s): James Turk <br>
|
||||
$Id: ZE_ZClient.h,v 1.4 2003/04/27 22:05:25 cozman Exp $<br>
|
||||
|
||||
\file ZE_ZClient.h
|
||||
\brief Definition file for ZClient.
|
||||
|
||||
Definition file for ZClient, the TCP Client class for ZEngine.
|
||||
<br>$ id: $<br>
|
||||
\author James Turk
|
||||
**/
|
||||
|
||||
#ifndef __ze_zclient_h__
|
||||
|
@ -9,16 +9,12 @@
|
||||
*******************************************************************************/
|
||||
|
||||
/*!
|
||||
\par File Header:
|
||||
File: Types/ZE_ZConfigFile.h <br>
|
||||
Description: Header file for ZEngine INI-Style Config Files.<br>
|
||||
Author(s): James Turk <br>
|
||||
$Id: ZE_ZConfigFile.h,v 1.9 2003/02/10 04:40:16 cozman Exp $<br>
|
||||
|
||||
\file ZE_ZConfigFile.h
|
||||
\brief Definition file for ZConfigFile.
|
||||
|
||||
Definition file for ZConfigFile, an INI-style Config format.
|
||||
Definition file for ZConfigFile, an INI-style config file format.<br>
|
||||
$ id: ZE_ZConfigFile.h,v 1.9 2003/02/10 04:40:16 cozman Exp $
|
||||
\author James Turk
|
||||
**/
|
||||
|
||||
|
||||
|
@ -9,16 +9,12 @@
|
||||
*******************************************************************************/
|
||||
|
||||
/*!
|
||||
\par File Header:
|
||||
File: ZE_ZEngine.h <br>
|
||||
Description: Header file for ZEngine class, the core of the ZEngine. <br>
|
||||
Author(s): James Turk <br>
|
||||
$Id: ZE_ZEngine.h,v 1.24 2003/04/28 00:23:06 cozman Exp $<br>
|
||||
|
||||
\file ZE_ZEngine.h
|
||||
\brief Definition file for core ZEngine class.
|
||||
|
||||
ZEngine Game Engine core Engine definition.
|
||||
<br>$ id: $<br>
|
||||
\author James Turk
|
||||
**/
|
||||
|
||||
#ifndef __ze_zengine_h__
|
||||
|
@ -9,17 +9,13 @@
|
||||
*******************************************************************************/
|
||||
|
||||
/*!
|
||||
\par File Header:
|
||||
File: ZE_ZError.h <br>
|
||||
Description: Header file for ZEngine Error Object. <br>
|
||||
Author(s): James Turk <br>
|
||||
$Id: ZE_ZError.h,v 1.7 2003/03/01 20:42:52 cozman Exp $<br>
|
||||
|
||||
\file ZE_ZError.h
|
||||
\brief Definition file for ZError.
|
||||
|
||||
Definition file for ZError, the Error logging class for ZEngine.
|
||||
This class should never be used by the average user, it is used by ZEngine to store information on an error.
|
||||
<br>$ id: $<br>
|
||||
\author James Turk
|
||||
**/
|
||||
|
||||
#ifndef __ze_zerror_h__
|
||||
|
@ -9,16 +9,12 @@
|
||||
*******************************************************************************/
|
||||
|
||||
/*!
|
||||
\par File Header:
|
||||
File: ZE_ZFont.h <br>
|
||||
Description: Header file for core ZEngine Font Object. <br>
|
||||
Author(s): James Turk <br>
|
||||
$Id: ZE_ZFont.h,v 1.6 2003/02/10 04:40:16 cozman Exp $<br>
|
||||
|
||||
\file ZE_ZFont.h
|
||||
\brief Definition file for ZFont.
|
||||
|
||||
Definition file for ZFont, the basic Font class for ZEngine.
|
||||
<br>$ id: $<br>
|
||||
\author James Turk
|
||||
**/
|
||||
|
||||
#ifndef __ze_zfont_h__
|
||||
|
@ -9,16 +9,12 @@
|
||||
*******************************************************************************/
|
||||
|
||||
/*!
|
||||
\par File Header:
|
||||
File: ZE_ZImage.h <br>
|
||||
Description: Header file for core ZEngine Image and Texture Object. <br>
|
||||
Author(s): James Turk, Gamer Tazar <br>
|
||||
$Id: ZE_ZImage.h,v 1.16 2003/02/10 05:26:18 cozman Exp $<br>
|
||||
|
||||
\file ZE_ZImage.h
|
||||
\brief Definition file for ZImage.
|
||||
|
||||
Definition file for ZImage, the OpenGL version of the ZImage class for ZEngine.
|
||||
<br>$ id: $<br>
|
||||
\author James Turk
|
||||
**/
|
||||
|
||||
#ifndef __ze_zimage_h__
|
||||
|
@ -9,16 +9,12 @@
|
||||
*******************************************************************************/
|
||||
|
||||
/*!
|
||||
\par File Header:
|
||||
File: ZE_ZMusic.h <br>
|
||||
Description: Header file for core ZEngine Music Wrapper Object. <br>
|
||||
Author(s): James Turk <br>
|
||||
$Id: ZE_ZMusic.h,v 1.6 2003/02/10 04:40:16 cozman Exp $<br>
|
||||
|
||||
\file ZE_ZMusic.h
|
||||
\brief Definition file for ZMusic.
|
||||
|
||||
Definition file for ZMusic, the Music file wrapper for ZEngine.
|
||||
<br>$ id: $<br>
|
||||
\author James Turk
|
||||
**/
|
||||
|
||||
#ifndef __ze_zmusic_h__
|
||||
|
@ -9,16 +9,12 @@
|
||||
*******************************************************************************/
|
||||
|
||||
/*!
|
||||
\par File Header:
|
||||
File: ZE_ZRect.h <br>
|
||||
Description: Header file for core ZEngine Rectangle Object. <br>
|
||||
Author(s): James Turk <br>
|
||||
$Id: ZE_ZRect.h,v 1.9 2003/02/16 21:54:29 cozman Exp $<br>
|
||||
|
||||
\file ZE_ZRect.h
|
||||
\brief Definition file for ZRect.
|
||||
|
||||
Definition file for ZRect, the Rectangle class for ZEngine.
|
||||
<br>$ id: $<br>
|
||||
\author James Turk
|
||||
**/
|
||||
|
||||
#ifndef __ze_zrect_h__
|
||||
|
@ -9,16 +9,12 @@
|
||||
*******************************************************************************/
|
||||
|
||||
/*!
|
||||
\par File Header:
|
||||
File: ZE_ZServer.h <br>
|
||||
Description: Header file for core ZEngine TCP Server Object. <br>
|
||||
Author(s): James Turk <br>
|
||||
$Id: ZE_ZServer.h,v 1.5 2003/04/27 22:05:25 cozman Exp $<br>
|
||||
|
||||
\file ZE_ZServer.h
|
||||
\brief Definition file for ZServer.
|
||||
|
||||
Definition file for ZServer, the TCP Server class for ZEngine.
|
||||
<br>$ id: $<br>
|
||||
\author James Turk
|
||||
**/
|
||||
|
||||
#ifndef __ze_zserver_h__
|
||||
|
@ -9,16 +9,12 @@
|
||||
*******************************************************************************/
|
||||
|
||||
/*!
|
||||
\par File Header:
|
||||
File: ZE_ZSound.h <br>
|
||||
Description: Header file for core ZEngine Sound Wrapper Object. <br>
|
||||
Author(s): James Turk <br>
|
||||
$Id: ZE_ZSound.h,v 1.6 2003/02/10 04:40:16 cozman Exp $<br>
|
||||
|
||||
\file ZE_ZSound.h
|
||||
\brief Definition file for ZSound.
|
||||
|
||||
Definition file for ZSound, the Sound Effect wrapper for ZEngine.
|
||||
<br>$ id: $<br>
|
||||
\author James Turk
|
||||
**/
|
||||
|
||||
#ifndef __ze_zsound_h__
|
||||
|
@ -9,16 +9,12 @@
|
||||
*******************************************************************************/
|
||||
|
||||
/*!
|
||||
\par File Header:
|
||||
File: ZE_ZTimer.h <br>
|
||||
Description: Header file for core ZEngine Timer Object. <br>
|
||||
Author(s): James Turk <br>
|
||||
$Id: ZE_ZTimer.h,v 1.6 2003/02/10 04:40:16 cozman Exp $<br>
|
||||
|
||||
\file ZE_ZTimer.h
|
||||
\brief Definition file for ZTimer.
|
||||
|
||||
Definition file for ZTimer, the Timer class for ZEngine.
|
||||
<br>$ id: $<br>
|
||||
\author James Turk
|
||||
**/
|
||||
|
||||
#ifndef __ze_ztimer_h__
|
||||
|
@ -1,15 +1,11 @@
|
||||
/*!
|
||||
\par File Header:
|
||||
File: ZEngine.h <br>
|
||||
Description: Public Header File for ZEngine. <br>
|
||||
Author(s): James Turk <br>
|
||||
$Id: ZEngine.h,v 1.24 2003/04/27 18:55:00 cozman Exp $<br>
|
||||
|
||||
\file ZEngine.h
|
||||
\brief Header file for ZEngine.
|
||||
|
||||
Header file for ZEngine Game Engine from Concept of Zero, this is the file that programs that wish to
|
||||
utilize ZEngine should include.
|
||||
<br>$ id: $<br>
|
||||
\author James Turk
|
||||
**/
|
||||
|
||||
/*!
|
||||
|
@ -8,17 +8,13 @@
|
||||
and the home of this Library is http://www.zengine.sourceforge.net
|
||||
*******************************************************************************/
|
||||
|
||||
/*!
|
||||
\par File Header:
|
||||
File: ZE_Utility.cpp <br>
|
||||
Description: Implementation source file for ZEngine Utilities. <br>
|
||||
Author(s): James Turk <br>
|
||||
$Id: ZE_Utility.cpp,v 1.5 2003/04/28 02:01:20 cozman Exp $<br>
|
||||
|
||||
/**
|
||||
\file ZE_Utility.cpp
|
||||
\brief Source file for ZEngine utility functions.
|
||||
|
||||
Source file containing open utilities for use inside and alongside ZEngine.
|
||||
<br>$ id: $<br>
|
||||
\author James Turk
|
||||
**/
|
||||
|
||||
#include "ZE_Utility.h"
|
||||
|
@ -8,17 +8,13 @@
|
||||
and the home of this Library is http://www.zengine.sourceforge.net
|
||||
*******************************************************************************/
|
||||
|
||||
/*!
|
||||
\par File Header:
|
||||
File: ZE_ZClient.cpp <br>
|
||||
Description: Implementation source file for core ZEngine TCP Client Object. <br>
|
||||
Author(s): James Turk <br>
|
||||
$Id: ZE_ZClient.cpp,v 1.5 2003/04/27 19:12:48 cozman Exp $<br>
|
||||
|
||||
/**
|
||||
\file ZE_ZClient.cpp
|
||||
\brief Source file for ZClient.
|
||||
|
||||
Implementation file for ZClient, the TCP Client class for ZEngine.
|
||||
<br>$ id: $<br>
|
||||
\author James Turk
|
||||
**/
|
||||
|
||||
#include "ZE_ZClient.h"
|
||||
|
@ -8,17 +8,13 @@
|
||||
and the home of this Library is http://www.zengine.sourceforge.net
|
||||
*******************************************************************************/
|
||||
|
||||
/*!
|
||||
\par File Header:
|
||||
File: ZE_ZConfigFile.cpp <br>
|
||||
Description: Implementation source file for ZConfigFile, the ZEngine INI-Style Config File. <br>
|
||||
Author(s): James Turk <br>
|
||||
$Id: ZE_ZConfigFile.cpp,v 1.8 2003/04/28 03:15:18 cozman Exp $<br>
|
||||
|
||||
/**
|
||||
\file ZE_ZConfigFile.cpp
|
||||
\brief Source file for ZConfigFile.
|
||||
|
||||
Implementation of ZConfigFile, the ZEngine INI-Style Config File.
|
||||
<br>$ id: $<br>
|
||||
\author James Turk
|
||||
**/
|
||||
|
||||
#include "ZE_ZConfigFile.h"
|
||||
|
@ -8,17 +8,13 @@
|
||||
and the home of this Library is http://www.zengine.sourceforge.net
|
||||
*******************************************************************************/
|
||||
|
||||
/*!
|
||||
\par File Header:
|
||||
File: ZE_ZEngine.cpp <br>
|
||||
Description: Implementation source file for ZEngine library main singleton class. <br>
|
||||
Author(s): James Turk <br>
|
||||
$Id: ZE_ZEngine.cpp,v 1.38 2003/04/28 00:23:06 cozman Exp $<br>
|
||||
|
||||
/**
|
||||
\file ZE_ZEngine.cpp
|
||||
\brief Central source file for ZEngine.
|
||||
|
||||
Actual implementation of ZEngine singleton class, the core of ZEngine.
|
||||
<br>$ id: $<br>
|
||||
\author James Turk
|
||||
**/
|
||||
|
||||
#include "ZE_ZEngine.h"
|
||||
|
@ -8,17 +8,13 @@
|
||||
and the home of this Library is http://www.zengine.sourceforge.net
|
||||
*******************************************************************************/
|
||||
|
||||
/*!
|
||||
\par File Header:
|
||||
File: ZE_ZError.cpp <br>
|
||||
Description: Implementation source file for core ZEngine Error Object. <br>
|
||||
Author(s): James Turk <br>
|
||||
$Id: ZE_ZError.cpp,v 1.5 2003/03/01 20:43:41 cozman Exp $<br>
|
||||
|
||||
/**
|
||||
\file ZE_ZError.cpp
|
||||
\brief Source file for ZError.
|
||||
|
||||
Implementation of ZError, the ZEngine internal error information storage class.
|
||||
<br>$ id: $<br>
|
||||
\author James Turk
|
||||
**/
|
||||
|
||||
#include "ZE_ZError.h"
|
||||
|
@ -8,17 +8,13 @@
|
||||
and the home of this Library is http://www.zengine.sourceforge.net
|
||||
*******************************************************************************/
|
||||
|
||||
/*!
|
||||
\par File Header:
|
||||
File: ZE_ZFont.cpp <br>
|
||||
Description: Implementation source file for core ZEngine Font Object. <br>
|
||||
Author(s): James Turk <br>
|
||||
$Id: ZE_ZFont.cpp,v 1.8 2003/04/08 03:34:25 cozman Exp $<br>
|
||||
|
||||
/**
|
||||
\file ZE_ZFont.cpp
|
||||
\brief Source file for ZFont.
|
||||
|
||||
Implementation of ZFont, the basic Font class for ZEngine.
|
||||
<br>$ id: $<br>
|
||||
\author James Turk
|
||||
**/
|
||||
|
||||
#include "ZE_ZFont.h"
|
||||
|
@ -8,17 +8,13 @@
|
||||
and the home of this Library is http://www.zengine.sourceforge.net
|
||||
*******************************************************************************/
|
||||
|
||||
/*!
|
||||
\par File Header:
|
||||
File: ZE_ZImage.cpp <br>
|
||||
Description: Implementation source file for core ZEngine Image or Texture Object. <br>
|
||||
Author(s): James Turk, Gamer Tazar <br>
|
||||
$Id: ZE_ZImage.cpp,v 1.30 2003/04/18 21:52:49 cozman Exp $<br>
|
||||
|
||||
/**
|
||||
\file ZE_ZImage.cpp
|
||||
\brief Source file for ZImage.
|
||||
|
||||
Implementation of ZImage, the Image class for ZEngine.
|
||||
<br>$ id: $<br>
|
||||
\author James Turk
|
||||
**/
|
||||
|
||||
#include "ZE_ZImage.h"
|
||||
|
@ -8,17 +8,13 @@
|
||||
and the home of this Library is http://www.zengine.sourceforge.net
|
||||
*******************************************************************************/
|
||||
|
||||
/*!
|
||||
\par File Header:
|
||||
File: ZE_ZMusic.cpp <br>
|
||||
Description: Implementation source file for core ZEngine Music Object. <br>
|
||||
Author(s): James Turk <br>
|
||||
$Id: ZE_ZMusic.cpp,v 1.6 2003/02/10 04:02:38 cozman Exp $<br>
|
||||
|
||||
/**
|
||||
\file ZE_ZMusic.cpp
|
||||
\brief Source file for ZMusic.
|
||||
|
||||
Implementation of ZMusic, the basic Music class for ZEngine.
|
||||
<br>$ id: $<br>
|
||||
\author James Turk
|
||||
**/
|
||||
|
||||
#include "ZE_ZMusic.h"
|
||||
|
@ -8,17 +8,13 @@
|
||||
and the home of this Library is http://www.zengine.sourceforge.net
|
||||
*******************************************************************************/
|
||||
|
||||
/*!
|
||||
\par File Header:
|
||||
File: ZE_ZRect.cpp <br>
|
||||
Description: Implementation source file for core ZEngine Rectangle Object. <br>
|
||||
Author(s): James Turk <br>
|
||||
$Id: ZE_ZRect.cpp,v 1.9 2003/02/10 05:40:28 cozman Exp $<br>
|
||||
|
||||
/**
|
||||
\file ZE_ZRect.cpp
|
||||
\brief Source file for ZRect.
|
||||
|
||||
Implementation of ZRect, the Rectangle class for ZEngine.
|
||||
<br>$ id: $<br>
|
||||
\author James Turk
|
||||
**/
|
||||
|
||||
#include "ZE_ZRect.h"
|
||||
|
@ -8,17 +8,13 @@
|
||||
and the home of this Library is http://www.zengine.sourceforge.net
|
||||
*******************************************************************************/
|
||||
|
||||
/*!
|
||||
\par File Header:
|
||||
File: ZE_ZServer.cpp <br>
|
||||
Description: Implementation source file for core ZEngine TCP Server Object. <br>
|
||||
Author(s): James Turk <br>
|
||||
$Id: ZE_ZServer.cpp,v 1.4 2003/04/08 03:30:50 cozman Exp $<br>
|
||||
|
||||
/**
|
||||
\file ZE_ZServer.cpp
|
||||
\brief Source file for ZServer.
|
||||
|
||||
Implementation file for ZServer, the TCP Server class for ZEngine.
|
||||
<br>$ id: $<br>
|
||||
\author James Turk
|
||||
**/
|
||||
|
||||
#include "ZE_ZServer.h"
|
||||
|
@ -8,17 +8,13 @@
|
||||
and the home of this Library is http://www.zengine.sourceforge.net
|
||||
*******************************************************************************/
|
||||
|
||||
/*!
|
||||
\par File Header:
|
||||
File: ZE_ZSound.cpp <br>
|
||||
Description: Implementation source file for core ZEngine Sound Object. <br>
|
||||
Author(s): James Turk <br>
|
||||
$Id: ZE_ZSound.cpp,v 1.6 2003/02/10 04:02:39 cozman Exp $<br>
|
||||
|
||||
/**
|
||||
\file ZE_ZSound.cpp
|
||||
\brief Source file for ZSound.
|
||||
|
||||
Implementation of ZSound, the basic Sound class for ZEngine.
|
||||
<br>$ id: $<br>
|
||||
\author James Turk
|
||||
**/
|
||||
|
||||
#include "ZE_ZSound.h"
|
||||
|
@ -8,17 +8,13 @@
|
||||
and the home of this Library is http://www.zengine.sourceforge.net
|
||||
*******************************************************************************/
|
||||
|
||||
/*!
|
||||
\par File Header:
|
||||
File: ZE_ZTimer.cpp <br>
|
||||
Description: Implementation source file for core ZEngine Timer Object. <br>
|
||||
Author(s): James Turk <br>
|
||||
$Id: ZE_ZTimer.cpp,v 1.6 2003/02/10 04:40:30 cozman Exp $<br>
|
||||
|
||||
/**
|
||||
\file ZE_ZTimer.cpp
|
||||
\brief Source file for ZTimer.
|
||||
|
||||
Implementation of ZTimer, the basic Timer class for ZEngine.
|
||||
<br>$ id: $<br>
|
||||
\author James Turk
|
||||
**/
|
||||
|
||||
#include "ZE_ZTimer.h"
|
||||
|
Loading…
Reference in New Issue
Block a user