diff --git a/include/ZE_Utility.h b/include/ZE_Utility.h index 22768d2..1a858d8 100755 --- a/include/ZE_Utility.h +++ b/include/ZE_Utility.h @@ -14,7 +14,7 @@ Definition file for ZEngine Utilities which are used throughout the engine and can be used in conjunction with ZEngine. -
$ id: $
+
$Id: ZE_Utility.h,v 1.4 2003/05/13 01:30:50 cozman Exp $
\author James Turk **/ diff --git a/include/ZE_ZClient.h b/include/ZE_ZClient.h index 8a12e44..b9e6287 100755 --- a/include/ZE_ZClient.h +++ b/include/ZE_ZClient.h @@ -13,7 +13,7 @@ \brief Definition file for ZClient. Definition file for ZClient, the TCP Client class for ZEngine. -
$ id: $
+
$Id: ZE_ZClient.h,v 1.6 2003/05/13 01:30:51 cozman Exp $
\author James Turk **/ diff --git a/include/ZE_ZEngine.h b/include/ZE_ZEngine.h index 1282927..911cb64 100644 --- a/include/ZE_ZEngine.h +++ b/include/ZE_ZEngine.h @@ -13,10 +13,12 @@ \brief Definition file for core ZEngine class. ZEngine Game Engine core Engine definition. -
$Id: ZE_ZEngine.h,v 1.34 2003/05/13 01:16:10 cozman Exp $
+
$Id: ZE_ZEngine.h,v 1.35 2003/05/13 01:30:51 cozman Exp $
\author James Turk **/ +//revision on this is so high.. can this be lowered? + #ifndef __ze_zengine_h__ #define __ze_zengine_h__ diff --git a/include/ZE_ZError.h b/include/ZE_ZError.h index ea025b7..9826673 100755 --- a/include/ZE_ZError.h +++ b/include/ZE_ZError.h @@ -14,7 +14,7 @@ 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. -
$ id: $
+
$Id: ZE_ZError.h,v 1.9 2003/05/13 01:30:51 cozman Exp $
\author James Turk **/ diff --git a/include/ZE_ZFont.h b/include/ZE_ZFont.h index 992d4b6..2202e1a 100644 --- a/include/ZE_ZFont.h +++ b/include/ZE_ZFont.h @@ -13,7 +13,7 @@ \brief Definition file for ZFont. Definition file for ZFont, the basic Font class for ZEngine. -
$ Id: $
+
$ Id $
\author James Turk **/ diff --git a/include/ZE_ZImage.h b/include/ZE_ZImage.h index f341a51..f6a4790 100644 --- a/include/ZE_ZImage.h +++ b/include/ZE_ZImage.h @@ -13,7 +13,7 @@ \brief Definition file for ZImage. Definition file for ZImage, the OpenGL version of the ZImage class for ZEngine. -
$ id: $
+
$Id: ZE_ZImage.h,v 1.18 2003/05/13 01:30:51 cozman Exp $
\author James Turk **/ diff --git a/include/ZE_ZMusic.h b/include/ZE_ZMusic.h index 6b8baa3..17addf0 100644 --- a/include/ZE_ZMusic.h +++ b/include/ZE_ZMusic.h @@ -13,7 +13,7 @@ \brief Definition file for ZMusic. Definition file for ZMusic, the Music file wrapper for ZEngine. -
$ id: $
+
$Id: ZE_ZMusic.h,v 1.8 2003/05/13 01:30:51 cozman Exp $
\author James Turk **/ diff --git a/include/ZE_ZRect.h b/include/ZE_ZRect.h index c854b40..16c5208 100644 --- a/include/ZE_ZRect.h +++ b/include/ZE_ZRect.h @@ -13,7 +13,7 @@ \brief Definition file for ZRect. Definition file for ZRect, the Rectangle class for ZEngine. -
$ id: $
+
$Id: ZE_ZRect.h,v 1.11 2003/05/13 01:30:51 cozman Exp $
\author James Turk **/ diff --git a/include/ZE_ZServer.h b/include/ZE_ZServer.h index a3cb48b..5fdf956 100755 --- a/include/ZE_ZServer.h +++ b/include/ZE_ZServer.h @@ -13,7 +13,7 @@ \brief Definition file for ZServer. Definition file for ZServer, the TCP Server class for ZEngine. -
$ id: $
+
$Id: ZE_ZServer.h,v 1.7 2003/05/13 01:30:51 cozman Exp $
\author James Turk **/ diff --git a/include/ZE_ZSound.h b/include/ZE_ZSound.h index 0ed4d8e..e6324d7 100644 --- a/include/ZE_ZSound.h +++ b/include/ZE_ZSound.h @@ -13,7 +13,7 @@ \brief Definition file for ZSound. Definition file for ZSound, the Sound Effect wrapper for ZEngine. -
$ id: $
+
$Id: ZE_ZSound.h,v 1.8 2003/05/13 01:30:51 cozman Exp $
\author James Turk **/ diff --git a/include/ZE_ZTimer.h b/include/ZE_ZTimer.h index a77193c..2d9b5f6 100644 --- a/include/ZE_ZTimer.h +++ b/include/ZE_ZTimer.h @@ -13,7 +13,7 @@ \brief Definition file for ZTimer. Definition file for ZTimer, the Timer class for ZEngine. -
$ id: $
+
$Id: ZE_ZTimer.h,v 1.8 2003/05/13 01:30:51 cozman Exp $
\author James Turk **/ diff --git a/include/ZEngine.h b/include/ZEngine.h index 643cfbe..426e5c9 100644 --- a/include/ZEngine.h +++ b/include/ZEngine.h @@ -4,7 +4,7 @@ Header file for ZEngine Game Engine from Concept of Zero, this is the file that programs that wish to utilize ZEngine should include. -
$ id: $
+
$Id: ZEngine.h,v 1.26 2003/05/13 01:30:51 cozman Exp $
\author James Turk **/ diff --git a/src/ZE_Utility.cpp b/src/ZE_Utility.cpp index e9e7159..5fcb050 100755 --- a/src/ZE_Utility.cpp +++ b/src/ZE_Utility.cpp @@ -13,7 +13,7 @@ \brief Source file for ZEngine utility functions. Source file containing open utilities for use inside and alongside ZEngine. -
$ id: $
+
$Id: ZE_Utility.cpp,v 1.7 2003/05/13 01:31:30 cozman Exp $
\author James Turk **/ diff --git a/src/ZE_ZClient.cpp b/src/ZE_ZClient.cpp index eb65169..1ceb64e 100755 --- a/src/ZE_ZClient.cpp +++ b/src/ZE_ZClient.cpp @@ -13,7 +13,7 @@ \brief Source file for ZClient. Implementation file for ZClient, the TCP Client class for ZEngine. -
$ id: $
+
$Id: ZE_ZClient.cpp,v 1.7 2003/05/13 01:31:30 cozman Exp $
\author James Turk **/ diff --git a/src/ZE_ZConfigFile.cpp b/src/ZE_ZConfigFile.cpp index 28e876f..22c1855 100644 --- a/src/ZE_ZConfigFile.cpp +++ b/src/ZE_ZConfigFile.cpp @@ -13,7 +13,7 @@ \brief Source file for ZConfigFile. Implementation of ZConfigFile, the ZEngine INI-Style Config File. -
$ id: $
+
$Id: ZE_ZConfigFile.cpp,v 1.10 2003/05/13 01:31:30 cozman Exp $
\author James Turk **/ diff --git a/src/ZE_ZEngine.cpp b/src/ZE_ZEngine.cpp index d74b1b9..a3ffca2 100644 --- a/src/ZE_ZEngine.cpp +++ b/src/ZE_ZEngine.cpp @@ -13,7 +13,7 @@ \brief Central source file for ZEngine. Actual implementation of ZEngine singleton class, the core of ZEngine. -
$ id: $
+
$Id: ZE_ZEngine.cpp,v 1.40 2003/05/13 01:31:30 cozman Exp $
\author James Turk **/ diff --git a/src/ZE_ZError.cpp b/src/ZE_ZError.cpp index e80b339..a949963 100755 --- a/src/ZE_ZError.cpp +++ b/src/ZE_ZError.cpp @@ -13,7 +13,7 @@ \brief Source file for ZError. Implementation of ZError, the ZEngine internal error information storage class. -
$ id: $
+
$Id: ZE_ZError.cpp,v 1.8 2003/05/13 01:31:30 cozman Exp $
\author James Turk **/ diff --git a/src/ZE_ZFont.cpp b/src/ZE_ZFont.cpp index 592f74d..c3a93e8 100644 --- a/src/ZE_ZFont.cpp +++ b/src/ZE_ZFont.cpp @@ -13,7 +13,7 @@ \brief Source file for ZFont. Implementation of ZFont, the basic Font class for ZEngine. -
$ id: $
+
$Id: ZE_ZFont.cpp,v 1.10 2003/05/13 01:31:30 cozman Exp $
\author James Turk **/ diff --git a/src/ZE_ZImage.cpp b/src/ZE_ZImage.cpp index b7c1623..5cb5a63 100644 --- a/src/ZE_ZImage.cpp +++ b/src/ZE_ZImage.cpp @@ -13,7 +13,7 @@ \brief Source file for ZImage. Implementation of ZImage, the Image class for ZEngine. -
$ id: $
+
$Id: ZE_ZImage.cpp,v 1.32 2003/05/13 01:31:30 cozman Exp $
\author James Turk **/ diff --git a/src/ZE_ZMusic.cpp b/src/ZE_ZMusic.cpp index c00b4e0..7fe4686 100644 --- a/src/ZE_ZMusic.cpp +++ b/src/ZE_ZMusic.cpp @@ -13,7 +13,7 @@ \brief Source file for ZMusic. Implementation of ZMusic, the basic Music class for ZEngine. -
$ id: $
+
$Id: ZE_ZMusic.cpp,v 1.8 2003/05/13 01:31:30 cozman Exp $
\author James Turk **/ diff --git a/src/ZE_ZRect.cpp b/src/ZE_ZRect.cpp index f32d946..f735525 100644 --- a/src/ZE_ZRect.cpp +++ b/src/ZE_ZRect.cpp @@ -13,7 +13,7 @@ \brief Source file for ZRect. Implementation of ZRect, the Rectangle class for ZEngine. -
$ id: $
+
$Id: ZE_ZRect.cpp,v 1.11 2003/05/13 01:31:30 cozman Exp $
\author James Turk **/ diff --git a/src/ZE_ZServer.cpp b/src/ZE_ZServer.cpp index 9566c3d..c8f54c5 100755 --- a/src/ZE_ZServer.cpp +++ b/src/ZE_ZServer.cpp @@ -13,7 +13,7 @@ \brief Source file for ZServer. Implementation file for ZServer, the TCP Server class for ZEngine. -
$ id: $
+
$Id: ZE_ZServer.cpp,v 1.6 2003/05/13 01:31:30 cozman Exp $
\author James Turk **/ diff --git a/src/ZE_ZSound.cpp b/src/ZE_ZSound.cpp index dc4f5c0..cbce8fb 100644 --- a/src/ZE_ZSound.cpp +++ b/src/ZE_ZSound.cpp @@ -13,7 +13,7 @@ \brief Source file for ZSound. Implementation of ZSound, the basic Sound class for ZEngine. -
$ id: $
+
$Id: ZE_ZSound.cpp,v 1.8 2003/05/13 01:31:30 cozman Exp $
\author James Turk **/ diff --git a/src/ZE_ZTimer.cpp b/src/ZE_ZTimer.cpp index 0629ef1..1916efb 100644 --- a/src/ZE_ZTimer.cpp +++ b/src/ZE_ZTimer.cpp @@ -13,7 +13,7 @@ \brief Source file for ZTimer. Implementation of ZTimer, the basic Timer class for ZEngine. -
$ id: $
+
$Id: ZE_ZTimer.cpp,v 1.8 2003/05/13 01:31:30 cozman Exp $
\author James Turk **/