tags
This commit is contained in:
parent
e1fa570ee0
commit
0de1a7d8a9
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
Definition file for ZEngine Utilities which are used throughout the engine and can be used in
|
Definition file for ZEngine Utilities which are used throughout the engine and can be used in
|
||||||
conjunction with ZEngine.
|
conjunction with ZEngine.
|
||||||
<br>$ id: $<br>
|
<br>$Id: ZE_Utility.h,v 1.4 2003/05/13 01:30:50 cozman Exp $<br>
|
||||||
\author James Turk
|
\author James Turk
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
\brief Definition file for ZClient.
|
\brief Definition file for ZClient.
|
||||||
|
|
||||||
Definition file for ZClient, the TCP Client class for ZEngine.
|
Definition file for ZClient, the TCP Client class for ZEngine.
|
||||||
<br>$ id: $<br>
|
<br>$Id: ZE_ZClient.h,v 1.6 2003/05/13 01:30:51 cozman Exp $<br>
|
||||||
\author James Turk
|
\author James Turk
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
@ -13,10 +13,12 @@
|
|||||||
\brief Definition file for core ZEngine class.
|
\brief Definition file for core ZEngine class.
|
||||||
|
|
||||||
ZEngine Game Engine core Engine definition.
|
ZEngine Game Engine core Engine definition.
|
||||||
<br>$Id: ZE_ZEngine.h,v 1.34 2003/05/13 01:16:10 cozman Exp $<br>
|
<br>$Id: ZE_ZEngine.h,v 1.35 2003/05/13 01:30:51 cozman Exp $<br>
|
||||||
\author James Turk
|
\author James Turk
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
//revision on this is so high.. can this be lowered?
|
||||||
|
|
||||||
#ifndef __ze_zengine_h__
|
#ifndef __ze_zengine_h__
|
||||||
#define __ze_zengine_h__
|
#define __ze_zengine_h__
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
Definition file for ZError, the Error logging class for ZEngine.
|
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.
|
This class should never be used by the average user, it is used by ZEngine to store information on an error.
|
||||||
<br>$ id: $<br>
|
<br>$Id: ZE_ZError.h,v 1.9 2003/05/13 01:30:51 cozman Exp $<br>
|
||||||
\author James Turk
|
\author James Turk
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
\brief Definition file for ZFont.
|
\brief Definition file for ZFont.
|
||||||
|
|
||||||
Definition file for ZFont, the basic Font class for ZEngine.
|
Definition file for ZFont, the basic Font class for ZEngine.
|
||||||
<br>$ Id: $<br>
|
<br>$ Id $<br>
|
||||||
\author James Turk
|
\author James Turk
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
\brief Definition file for ZImage.
|
\brief Definition file for ZImage.
|
||||||
|
|
||||||
Definition file for ZImage, the OpenGL version of the ZImage class for ZEngine.
|
Definition file for ZImage, the OpenGL version of the ZImage class for ZEngine.
|
||||||
<br>$ id: $<br>
|
<br>$Id: ZE_ZImage.h,v 1.18 2003/05/13 01:30:51 cozman Exp $<br>
|
||||||
\author James Turk
|
\author James Turk
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
\brief Definition file for ZMusic.
|
\brief Definition file for ZMusic.
|
||||||
|
|
||||||
Definition file for ZMusic, the Music file wrapper for ZEngine.
|
Definition file for ZMusic, the Music file wrapper for ZEngine.
|
||||||
<br>$ id: $<br>
|
<br>$Id: ZE_ZMusic.h,v 1.8 2003/05/13 01:30:51 cozman Exp $<br>
|
||||||
\author James Turk
|
\author James Turk
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
\brief Definition file for ZRect.
|
\brief Definition file for ZRect.
|
||||||
|
|
||||||
Definition file for ZRect, the Rectangle class for ZEngine.
|
Definition file for ZRect, the Rectangle class for ZEngine.
|
||||||
<br>$ id: $<br>
|
<br>$Id: ZE_ZRect.h,v 1.11 2003/05/13 01:30:51 cozman Exp $<br>
|
||||||
\author James Turk
|
\author James Turk
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
\brief Definition file for ZServer.
|
\brief Definition file for ZServer.
|
||||||
|
|
||||||
Definition file for ZServer, the TCP Server class for ZEngine.
|
Definition file for ZServer, the TCP Server class for ZEngine.
|
||||||
<br>$ id: $<br>
|
<br>$Id: ZE_ZServer.h,v 1.7 2003/05/13 01:30:51 cozman Exp $<br>
|
||||||
\author James Turk
|
\author James Turk
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
\brief Definition file for ZSound.
|
\brief Definition file for ZSound.
|
||||||
|
|
||||||
Definition file for ZSound, the Sound Effect wrapper for ZEngine.
|
Definition file for ZSound, the Sound Effect wrapper for ZEngine.
|
||||||
<br>$ id: $<br>
|
<br>$Id: ZE_ZSound.h,v 1.8 2003/05/13 01:30:51 cozman Exp $<br>
|
||||||
\author James Turk
|
\author James Turk
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
\brief Definition file for ZTimer.
|
\brief Definition file for ZTimer.
|
||||||
|
|
||||||
Definition file for ZTimer, the Timer class for ZEngine.
|
Definition file for ZTimer, the Timer class for ZEngine.
|
||||||
<br>$ id: $<br>
|
<br>$Id: ZE_ZTimer.h,v 1.8 2003/05/13 01:30:51 cozman Exp $<br>
|
||||||
\author James Turk
|
\author James Turk
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Header file for ZEngine Game Engine from Concept of Zero, this is the file that programs that wish to
|
Header file for ZEngine Game Engine from Concept of Zero, this is the file that programs that wish to
|
||||||
utilize ZEngine should include.
|
utilize ZEngine should include.
|
||||||
<br>$ id: $<br>
|
<br>$Id: ZEngine.h,v 1.26 2003/05/13 01:30:51 cozman Exp $<br>
|
||||||
\author James Turk
|
\author James Turk
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
\brief Source file for ZEngine utility functions.
|
\brief Source file for ZEngine utility functions.
|
||||||
|
|
||||||
Source file containing open utilities for use inside and alongside ZEngine.
|
Source file containing open utilities for use inside and alongside ZEngine.
|
||||||
<br>$ id: $<br>
|
<br>$Id: ZE_Utility.cpp,v 1.7 2003/05/13 01:31:30 cozman Exp $<br>
|
||||||
\author James Turk
|
\author James Turk
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
\brief Source file for ZClient.
|
\brief Source file for ZClient.
|
||||||
|
|
||||||
Implementation file for ZClient, the TCP Client class for ZEngine.
|
Implementation file for ZClient, the TCP Client class for ZEngine.
|
||||||
<br>$ id: $<br>
|
<br>$Id: ZE_ZClient.cpp,v 1.7 2003/05/13 01:31:30 cozman Exp $<br>
|
||||||
\author James Turk
|
\author James Turk
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
\brief Source file for ZConfigFile.
|
\brief Source file for ZConfigFile.
|
||||||
|
|
||||||
Implementation of ZConfigFile, the ZEngine INI-Style Config File.
|
Implementation of ZConfigFile, the ZEngine INI-Style Config File.
|
||||||
<br>$ id: $<br>
|
<br>$Id: ZE_ZConfigFile.cpp,v 1.10 2003/05/13 01:31:30 cozman Exp $<br>
|
||||||
\author James Turk
|
\author James Turk
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
\brief Central source file for ZEngine.
|
\brief Central source file for ZEngine.
|
||||||
|
|
||||||
Actual implementation of ZEngine singleton class, the core of ZEngine.
|
Actual implementation of ZEngine singleton class, the core of ZEngine.
|
||||||
<br>$ id: $<br>
|
<br>$Id: ZE_ZEngine.cpp,v 1.40 2003/05/13 01:31:30 cozman Exp $<br>
|
||||||
\author James Turk
|
\author James Turk
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
\brief Source file for ZError.
|
\brief Source file for ZError.
|
||||||
|
|
||||||
Implementation of ZError, the ZEngine internal error information storage class.
|
Implementation of ZError, the ZEngine internal error information storage class.
|
||||||
<br>$ id: $<br>
|
<br>$Id: ZE_ZError.cpp,v 1.8 2003/05/13 01:31:30 cozman Exp $<br>
|
||||||
\author James Turk
|
\author James Turk
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
\brief Source file for ZFont.
|
\brief Source file for ZFont.
|
||||||
|
|
||||||
Implementation of ZFont, the basic Font class for ZEngine.
|
Implementation of ZFont, the basic Font class for ZEngine.
|
||||||
<br>$ id: $<br>
|
<br>$Id: ZE_ZFont.cpp,v 1.10 2003/05/13 01:31:30 cozman Exp $<br>
|
||||||
\author James Turk
|
\author James Turk
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
\brief Source file for ZImage.
|
\brief Source file for ZImage.
|
||||||
|
|
||||||
Implementation of ZImage, the Image class for ZEngine.
|
Implementation of ZImage, the Image class for ZEngine.
|
||||||
<br>$ id: $<br>
|
<br>$Id: ZE_ZImage.cpp,v 1.32 2003/05/13 01:31:30 cozman Exp $<br>
|
||||||
\author James Turk
|
\author James Turk
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
\brief Source file for ZMusic.
|
\brief Source file for ZMusic.
|
||||||
|
|
||||||
Implementation of ZMusic, the basic Music class for ZEngine.
|
Implementation of ZMusic, the basic Music class for ZEngine.
|
||||||
<br>$ id: $<br>
|
<br>$Id: ZE_ZMusic.cpp,v 1.8 2003/05/13 01:31:30 cozman Exp $<br>
|
||||||
\author James Turk
|
\author James Turk
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
\brief Source file for ZRect.
|
\brief Source file for ZRect.
|
||||||
|
|
||||||
Implementation of ZRect, the Rectangle class for ZEngine.
|
Implementation of ZRect, the Rectangle class for ZEngine.
|
||||||
<br>$ id: $<br>
|
<br>$Id: ZE_ZRect.cpp,v 1.11 2003/05/13 01:31:30 cozman Exp $<br>
|
||||||
\author James Turk
|
\author James Turk
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
\brief Source file for ZServer.
|
\brief Source file for ZServer.
|
||||||
|
|
||||||
Implementation file for ZServer, the TCP Server class for ZEngine.
|
Implementation file for ZServer, the TCP Server class for ZEngine.
|
||||||
<br>$ id: $<br>
|
<br>$Id: ZE_ZServer.cpp,v 1.6 2003/05/13 01:31:30 cozman Exp $<br>
|
||||||
\author James Turk
|
\author James Turk
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
\brief Source file for ZSound.
|
\brief Source file for ZSound.
|
||||||
|
|
||||||
Implementation of ZSound, the basic Sound class for ZEngine.
|
Implementation of ZSound, the basic Sound class for ZEngine.
|
||||||
<br>$ id: $<br>
|
<br>$Id: ZE_ZSound.cpp,v 1.8 2003/05/13 01:31:30 cozman Exp $<br>
|
||||||
\author James Turk
|
\author James Turk
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
\brief Source file for ZTimer.
|
\brief Source file for ZTimer.
|
||||||
|
|
||||||
Implementation of ZTimer, the basic Timer class for ZEngine.
|
Implementation of ZTimer, the basic Timer class for ZEngine.
|
||||||
<br>$ id: $<br>
|
<br>$Id: ZE_ZTimer.cpp,v 1.8 2003/05/13 01:31:30 cozman Exp $<br>
|
||||||
\author James Turk
|
\author James Turk
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user