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__
+00005 #define __sdlgl_h__
+00006
+00007 #include "ZE_Includes.h"
+00008
+00009 int power_of_two(int input);
+00010 GLuint SDL_GL_LoadTexture(SDL_Surface *surface, GLfloat *texcoord);
+00011
+00012 #endif //__sdlgl_h__
+
Generated on Sun Apr 27 18:14:00 2003 for ZEngine by
+
+1.3-rc2
+
+
diff --git a/doc/html/ZE__Defines_8h-source.html b/doc/html/ZE__Defines_8h-source.html
index 152523f..4bc1d6e 100644
--- a/doc/html/ZE__Defines_8h-source.html
+++ b/doc/html/ZE__Defines_8h-source.html
@@ -29,15 +29,16 @@
00036
00037#define USE_SDL_MIXER
00038
-00039 //#define USE_SDL_NET
-00041 //#define USE_PHYSFS
-00042
-00044#define MAX_MSG_LEN 10240
+00039#define USE_SDL_NET
+00040
+00041#define USE_PHYSFS
+00042
+00044#define MAX_MSG_LEN 10240
00045
-00046typedefcharZByte;
+00046typedefcharZByte;
00047
00048 #endif //__ze_defines_h__
-Generated on Sun Apr 27 18:14:00 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/ZE__Defines_8h.html b/doc/html/ZE__Defines_8h.html
index ac3835d..539aa77 100644
--- a/doc/html/ZE__Defines_8h.html
+++ b/doc/html/ZE__Defines_8h.html
@@ -34,15 +34,21 @@ Definition file, holds #define statements describing optional features of ZEngin
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/ZE__Includes_8h-source.html b/doc/html/ZE__Includes_8h-source.html
index 1ed0f49..2be1687 100644
--- a/doc/html/ZE__Includes_8h-source.html
+++ b/doc/html/ZE__Includes_8h-source.html
@@ -55,7 +55,7 @@
00061 usingnamespace std;
00062
00063 #endif //__ze_includes_h__
-Generated on Sun Apr 27 18:14:00 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/ZE__Includes_8h.html b/doc/html/ZE__Includes_8h.html
index 17c58cb..8cfd980 100644
--- a/doc/html/ZE__Includes_8h.html
+++ b/doc/html/ZE__Includes_8h.html
@@ -24,6 +24,9 @@ ZE_*.h files should only include this file and any other ZE_*.h files that they
#include "SDL_image.h" #include "SDL_ttf.h" #include "SDL_mixer.h"
+#include "SDL_net.h"
+#include "physfs.h"
+#include "external/physfsrwops.h" #include "external/mt19937ar.h" #include <string> #include <vector>
@@ -42,7 +45,7 @@ ZE_*.h files should only include this file and any other ZE_*.h files that they
Namespaces
namespace
std
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/ZE__Utility_8cpp.html b/doc/html/ZE__Utility_8cpp.html
index 6055ad1..be09dcd 100755
--- a/doc/html/ZE__Utility_8cpp.html
+++ b/doc/html/ZE__Utility_8cpp.html
@@ -23,7 +23,7 @@ Source file containing open utilities for use inside and alongside ZEngine.
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/ZE__Utility_8h-source.html b/doc/html/ZE__Utility_8h-source.html
index 7524292..859114d 100755
--- a/doc/html/ZE__Utility_8h-source.html
+++ b/doc/html/ZE__Utility_8h-source.html
@@ -47,7 +47,7 @@
00073
00074 #endif //__ze_utility_h__
00075
-Generated on Sun Apr 27 18:14:00 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/ZE__Utility_8h.html b/doc/html/ZE__Utility_8h.html
index 4c8d63d..0b4e178 100755
--- a/doc/html/ZE__Utility_8h.html
+++ b/doc/html/ZE__Utility_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 Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/ZE__ZClient_8cpp.html b/doc/html/ZE__ZClient_8cpp.html
index 53a2ca4..0b1c8d5 100755
--- a/doc/html/ZE__ZClient_8cpp.html
+++ b/doc/html/ZE__ZClient_8cpp.html
@@ -21,7 +21,7 @@ Implementation file for ZClient, the TCP Client class for ZEngine.
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/ZE__ZClient_8h-source.html b/doc/html/ZE__ZClient_8h-source.html
index a150875..3555450 100755
--- a/doc/html/ZE__ZClient_8h-source.html
+++ b/doc/html/ZE__ZClient_8h-source.html
@@ -26,33 +26,33 @@
00031 namespace ZE
00032 {
00033
-00040 class ZClient
+00040class ZClient
00041 {
00042 protected:
-00044 ZEngine *rEngine;
-00046 TCPsocket rSocket;
-00048 SDLNet_SocketSet rSocketSet;
-00050 bool rVerbose;
-00052 int rWaitTime;
+00044ZEngine *rEngine;
+00046 TCPsocket rSocket;
+00048 SDLNet_SocketSet rSocketSet;
+00050boolrVerbose;
+00052intrWaitTime;
00053
00054 public:
-00061 ZClient(bool verbose=false);
+00061 ZClient(bool verbose=false);
00062
-00068 virtual ~ZClient();
+00068 virtual~ZClient();
00069
-00078 bool Connect(char *server, Uint16 port);
+00078 boolConnect(char *server, Uint16 port);
00079
-00085 void Disconnect();
+00085 voidDisconnect();
00086
-00094 void SetWaitTime(int wait);
+00094 voidSetWaitTime(int wait);
00095
-00104 bool Send(ZByte *data, int size);
+00104 boolSend(ZByte *data, int size);
00105
-00113 int Receive(ZByte *data);
+00113 intReceive(ZByte *data);
00114
-00121 bool Connected();
+00121 boolConnected();
00122
-00129 int WaitTime();
+00129 intWaitTime();
00130 };
00131
00132 } //namespace ZE
@@ -60,7 +60,7 @@
00134 #endif //USE_SDL_NET
00135
00136 #endif //__ze_zclient_h__
-Generated on Sun Apr 27 18:14:00 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/ZE__ZClient_8h.html b/doc/html/ZE__ZClient_8h.html
index 23ecab3..1eaab4d 100755
--- a/doc/html/ZE__ZClient_8h.html
+++ b/doc/html/ZE__ZClient_8h.html
@@ -22,8 +22,10 @@ Definition file for ZClient, the TCP Client class for ZEngine.
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/ZE__ZConfigFile_8cpp.html b/doc/html/ZE__ZConfigFile_8cpp.html
index 34be26a..65b833b 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.
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/ZE__ZConfigFile_8h-source.html b/doc/html/ZE__ZConfigFile_8h-source.html
index 6220bca..58674e0 100644
--- a/doc/html/ZE__ZConfigFile_8h-source.html
+++ b/doc/html/ZE__ZConfigFile_8h-source.html
@@ -92,7 +92,7 @@
00266 }
00267
00268 #endif //__ze_zconfigfile_h__
-Generated on Sun Apr 27 18:14:00 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/ZE__ZConfigFile_8h.html b/doc/html/ZE__ZConfigFile_8h.html
index 62c0192..8c238a8 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.
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/ZE__ZEngine_8cpp.html b/doc/html/ZE__ZEngine_8cpp.html
index a4ee05c..c7f4905 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, the core of ZEngine.
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/ZE__ZError_8cpp.html b/doc/html/ZE__ZError_8cpp.html
index d9ccb74..55e1493 100755
--- a/doc/html/ZE__ZError_8cpp.html
+++ b/doc/html/ZE__ZError_8cpp.html
@@ -23,7 +23,7 @@ Implementation of ZError, the ZEngine internal error information storage class.
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/ZE__ZError_8h-source.html b/doc/html/ZE__ZError_8h-source.html
index e80326d..152e5ae 100755
--- a/doc/html/ZE__ZError_8h-source.html
+++ b/doc/html/ZE__ZError_8h-source.html
@@ -80,7 +80,7 @@
00147 }
00148
00149 #endif //__ze_zerror_h__
-Generated on Sun Apr 27 18:14:00 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/ZE__ZError_8h.html b/doc/html/ZE__ZError_8h.html
index 41cf8da..26ee9f6 100755
--- a/doc/html/ZE__ZError_8h.html
+++ b/doc/html/ZE__ZError_8h.html
@@ -26,7 +26,7 @@ Definition file for ZError, the Error logging class for ZEngine. This class shou
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/ZE__ZFont_8cpp.html b/doc/html/ZE__ZFont_8cpp.html
index 98a8f28..97b54f6 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 Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/ZE__ZFont_8h-source.html b/doc/html/ZE__ZFont_8h-source.html
index 45a2734..70d31a5 100644
--- a/doc/html/ZE__ZFont_8h-source.html
+++ b/doc/html/ZE__ZFont_8h-source.html
@@ -88,7 +88,7 @@
00232 #endif //USE_SDL_TTF
00233
00234 #endif //__ze_zfont_h__
-Generated on Sun Apr 27 18:14:00 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/ZE__ZFont_8h.html b/doc/html/ZE__ZFont_8h.html
index 676008b..acae20e 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.
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/ZE__ZImage_8cpp.html b/doc/html/ZE__ZImage_8cpp.html
index b5fd44f..db62cfe 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.
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/ZE__ZImage_8h-source.html b/doc/html/ZE__ZImage_8h-source.html
index 885c540..2727f87 100644
--- a/doc/html/ZE__ZImage_8h-source.html
+++ b/doc/html/ZE__ZImage_8h-source.html
@@ -106,7 +106,7 @@
00330 }
00331
00332 #endif
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/ZE__ZImage_8h.html b/doc/html/ZE__ZImage_8h.html
index 7841ab7..15c865f 100644
--- a/doc/html/ZE__ZImage_8h.html
+++ b/doc/html/ZE__ZImage_8h.html
@@ -25,7 +25,7 @@ Definition file for ZImage, the OpenGL version of the ZImage class for ZEngine.
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/ZE__ZMusic_8cpp.html b/doc/html/ZE__ZMusic_8cpp.html
index 70f3dda..8d6bbb9 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 Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/ZE__ZMusic_8h-source.html b/doc/html/ZE__ZMusic_8h-source.html
index f47bf1a..28b6fbe 100644
--- a/doc/html/ZE__ZMusic_8h-source.html
+++ b/doc/html/ZE__ZMusic_8h-source.html
@@ -78,7 +78,7 @@
00183 #endif //USE_SDL_MIXER
00184
00185 #endif //__ze_zmusic_h__
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/ZE__ZMusic_8h.html b/doc/html/ZE__ZMusic_8h.html
index 27d82d4..ec47beb 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.
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/ZE__ZRect_8cpp.html b/doc/html/ZE__ZRect_8cpp.html
index 31dc1b3..33aa890 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.
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/ZE__ZRect_8h-source.html b/doc/html/ZE__ZRect_8h-source.html
index 0899cb8..ba6d223 100644
--- a/doc/html/ZE__ZRect_8h-source.html
+++ b/doc/html/ZE__ZRect_8h-source.html
@@ -88,7 +88,7 @@
00268 } //namespace ZE
00269
00270 #endif //__ze_zrect_h__
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/ZE__ZRect_8h.html b/doc/html/ZE__ZRect_8h.html
index c46be64..2d930aa 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.
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/ZE__ZServer_8cpp.html b/doc/html/ZE__ZServer_8cpp.html
index ff79167..1864b8c 100755
--- a/doc/html/ZE__ZServer_8cpp.html
+++ b/doc/html/ZE__ZServer_8cpp.html
@@ -21,7 +21,7 @@ Implementation file for ZServer, the TCP Server class for ZEngine.
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/ZE__ZServer_8h-source.html b/doc/html/ZE__ZServer_8h-source.html
index 6cd950d..aa7f4d0 100755
--- a/doc/html/ZE__ZServer_8h-source.html
+++ b/doc/html/ZE__ZServer_8h-source.html
@@ -26,35 +26,35 @@
00031 namespace ZE
00032 {
00033
-00041 class ZServer
+00041class ZServer
00042 {
00043 private:
-00045 ZEngine *rEngine;
-00047 TCPsocket rSocket;
-00049 SDLNet_SocketSet rSocketSet;
-00051 TCPsocket *rClientSockets;
-00053 int rMaxClients;
-00055 bool rVerbose;
-00057 int rWaitTime;
+00045ZEngine *rEngine;
+00047 TCPsocket rSocket;
+00049 SDLNet_SocketSet rSocketSet;
+00051 TCPsocket *rClientSockets;
+00053intrMaxClients;
+00055boolrVerbose;
+00057intrWaitTime;
00058
-00065 void CloseSocket(int num);
+00065 voidCloseSocket(int num);
00066
00067 public:
-00074 ZServer(bool verbose=false);
+00074 ZServer(bool verbose=false);
00075
-00081 virtual ~ZServer();
+00081 virtual~ZServer();
00082
-00091 bool Start(int maxClients, Uint16 port);
+00091 boolStart(int maxClients, Uint16 port);
00092
-00098 void Stop();
+00098 voidStop();
00099
-00107 void SetWaitTime(int wait);
+00107 voidSetWaitTime(int wait);
00108
-00115 void CheckSockets();
+00115 voidCheckSockets();
00116
-00123 int Clients();
+00123 intClients();
00124
-00131 int WaitTime();
+00131 intWaitTime();
00132 };
00133
00134 } //namespace ZE
@@ -62,7 +62,7 @@
00136 #endif //USE_SDL_NET
00137
00138 #endif //__ze_zserver_h__
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/ZE__ZServer_8h.html b/doc/html/ZE__ZServer_8h.html
index badd0eb..b815744 100755
--- a/doc/html/ZE__ZServer_8h.html
+++ b/doc/html/ZE__ZServer_8h.html
@@ -22,8 +22,10 @@ Definition file for ZServer, the TCP Server class for ZEngine.
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/ZE__ZSound_8cpp.html b/doc/html/ZE__ZSound_8cpp.html
index 7290b26..4a56e03 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 Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/ZE__ZSound_8h-source.html b/doc/html/ZE__ZSound_8h-source.html
index f9671de..4125f63 100644
--- a/doc/html/ZE__ZSound_8h-source.html
+++ b/doc/html/ZE__ZSound_8h-source.html
@@ -77,7 +77,7 @@
00178 #endif //USE_SDL_MIXER
00179
00180 #endif //__ze_zsound_h__
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/ZE__ZSound_8h.html b/doc/html/ZE__ZSound_8h.html
index 4ca0d7c..95e5ba2 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.
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/ZE__ZTimer_8cpp.html b/doc/html/ZE__ZTimer_8cpp.html
index 59902ef..2a0b8c4 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.
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/ZE__ZTimer_8h-source.html b/doc/html/ZE__ZTimer_8h-source.html
index 2d1c3f5..9573391 100644
--- a/doc/html/ZE__ZTimer_8h-source.html
+++ b/doc/html/ZE__ZTimer_8h-source.html
@@ -55,7 +55,7 @@
00114 }
00115
00116 #endif //__ze_ztimer_h__
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/ZE__ZTimer_8h.html b/doc/html/ZE__ZTimer_8h.html
index 2a3f07e..130ef3c 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.
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/ZEngine_8h-source.html b/doc/html/ZEngine_8h-source.html
index f14c76f..274f301 100644
--- a/doc/html/ZEngine_8h-source.html
+++ b/doc/html/ZEngine_8h-source.html
@@ -30,7 +30,7 @@
00074 #endif
00075
00076 #endif //__zengine_h__
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/ZEngine_8h.html b/doc/html/ZEngine_8h.html
index 684d06f..f8e2408 100644
--- a/doc/html/ZEngine_8h.html
+++ b/doc/html/ZEngine_8h.html
@@ -27,12 +27,14 @@ Header file for ZEngine Game Engine from Concept of Zero, this is the file that
#include "ZE_ZFont.h" #include "ZE_ZSound.h" #include "ZE_ZMusic.h"
+#include "ZE_ZClient.h"
+#include "ZE_ZServer.h"
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/annotated.html b/doc/html/annotated.html
index 4e676ed..bbcc48f 100644
--- a/doc/html/annotated.html
+++ b/doc/html/annotated.html
@@ -7,6 +7,7 @@
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/classZE_1_1ZClient-members.html b/doc/html/classZE_1_1ZClient-members.html
new file mode 100755
index 0000000..4e3f6a1
--- /dev/null
+++ b/doc/html/classZE_1_1ZClient-members.html
@@ -0,0 +1,29 @@
+
+
+Member List
+
+
+
+
+Connects to a server (given in dotted ip form) on a given port.
Parameters:
+
+
server
Dotted IP address to connect to.
+
port
Port number to connect to.
+
+
+
Returns:
true if connected, false otherwise.
+
+
+
+
+
+
+
+
+
+
void ZE::ZClient::Disconnect
+
(
+
+
)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Disconnect from server if connected.
+
+
+
+
+
+
+
+
+
void ZE::ZClient::SetWaitTime
+
(
+
int
+
wait
+
)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Sets wait time in milliseconds , time which ZClient::Recieve will wait before returning if there is no data. Before this is called for the first time WaitTime is 0.
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/classZE_1_1ZConfigFile.html b/doc/html/classZE_1_1ZConfigFile.html
index eb3c01d..8f24e4c 100644
--- a/doc/html/classZE_1_1ZConfigFile.html
+++ b/doc/html/classZE_1_1ZConfigFile.html
@@ -877,7 +877,7 @@ Flush the file and clear the filename.
The documentation for this class was generated from the following files:
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
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 5154db2..cd6a3d6 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 @@
Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
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 ce09d9c..f51dcc4 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 Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
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 a48386b..655e3d5 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 @@
Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
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 7e13e89..1a7f67c 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 Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/classZE_1_1ZEngine-members.html b/doc/html/classZE_1_1ZEngine-members.html
index e9000fe..2fe9545 100644
--- a/doc/html/classZE_1_1ZEngine-members.html
+++ b/doc/html/classZE_1_1ZEngine-members.html
@@ -7,35 +7,37 @@
Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/classZE_1_1ZEngine.html b/doc/html/classZE_1_1ZEngine.html
index 98e4625..ddb1fca 100644
--- a/doc/html/classZE_1_1ZEngine.html
+++ b/doc/html/classZE_1_1ZEngine.html
@@ -86,42 +86,46 @@
Check for Activation, Window Manager, and Quit Events.
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/classZE_1_1ZError-members.html b/doc/html/classZE_1_1ZError-members.html
index 2a948d0..3923638 100755
--- a/doc/html/classZE_1_1ZError-members.html
+++ b/doc/html/classZE_1_1ZError-members.html
@@ -19,7 +19,7 @@
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/classZE_1_1ZError.html b/doc/html/classZE_1_1ZError.html
index 8b6bb31..05b2193 100755
--- a/doc/html/classZE_1_1ZError.html
+++ b/doc/html/classZE_1_1ZError.html
@@ -309,7 +309,7 @@ Return the string to be written to the logfile. Called by ZE_ZError.h
/src/ZE_ZError.cpp
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/classZE_1_1ZFont-members.html b/doc/html/classZE_1_1ZFont-members.html
index 4fc0e1c..bccdb07 100644
--- a/doc/html/classZE_1_1ZFont-members.html
+++ b/doc/html/classZE_1_1ZFont-members.html
@@ -31,7 +31,7 @@
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/classZE_1_1ZFont.html b/doc/html/classZE_1_1ZFont.html
index ddf7aaf..fb90e80 100644
--- a/doc/html/classZE_1_1ZFont.html
+++ b/doc/html/classZE_1_1ZFont.html
@@ -764,7 +764,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 Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/classZE_1_1ZImage-members.html b/doc/html/classZE_1_1ZImage-members.html
index 6073c41..0723d06 100644
--- a/doc/html/classZE_1_1ZImage-members.html
+++ b/doc/html/classZE_1_1ZImage-members.html
@@ -45,7 +45,7 @@
ZImage(SDL_Surface *img, Sint16 x, Sint16 y, Sint16 w, Sint16 h)
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/classZE_1_1ZImage.html b/doc/html/classZE_1_1ZImage.html
index 25da0d2..4cce4f9 100644
--- a/doc/html/classZE_1_1ZImage.html
+++ b/doc/html/classZE_1_1ZImage.html
@@ -1240,7 +1240,7 @@ Get current alpha value of image.
Since:
0.8.2
The documentation for this class was generated from the following files:
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/classZE_1_1ZMusic-members.html b/doc/html/classZE_1_1ZMusic-members.html
index 802da22..68a3fba 100644
--- a/doc/html/classZE_1_1ZMusic-members.html
+++ b/doc/html/classZE_1_1ZMusic-members.html
@@ -25,7 +25,7 @@
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/classZE_1_1ZMusic.html b/doc/html/classZE_1_1ZMusic.html
index 7fa412a..838edf3 100644
--- a/doc/html/classZE_1_1ZMusic.html
+++ b/doc/html/classZE_1_1ZMusic.html
@@ -524,7 +524,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 Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/classZE_1_1ZRect-members.html b/doc/html/classZE_1_1ZRect-members.html
index 1ed6b6d..ef1df9a 100644
--- a/doc/html/classZE_1_1ZRect-members.html
+++ b/doc/html/classZE_1_1ZRect-members.html
@@ -36,7 +36,7 @@
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/classZE_1_1ZRect.html b/doc/html/classZE_1_1ZRect.html
index bcf20d4..06edfa4 100644
--- a/doc/html/classZE_1_1ZRect.html
+++ b/doc/html/classZE_1_1ZRect.html
@@ -979,7 +979,7 @@ Access private height member.
Returns:
Value of m
The documentation for this class was generated from the following files:
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/classZE_1_1ZServer-members.html b/doc/html/classZE_1_1ZServer-members.html
new file mode 100755
index 0000000..96495b3
--- /dev/null
+++ b/doc/html/classZE_1_1ZServer-members.html
@@ -0,0 +1,31 @@
+
+
+Member List
+
+
+
+
+ZServer server class, used to create a simple TCP game server for use with ZClient. A very simple turnaround server, all the server does is accept connections and relay all recieved data to all other clients.
+Starts server with a number of maximum clients and on a specified port.
Parameters:
+
+
maxClients
Maximum number of clients possible to connect to server.
+
port
Port to listen on for connections.
+
+
+
Returns:
True if server started, false otherwise.
+
+
+
+
+
+
+
+
+
+
void ZE::ZServer::Stop
+
(
+
+
)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Closes port and disconnects all clients.
+
+
+
+
+
+
+
+
+
void ZE::ZServer::SetWaitTime
+
(
+
int
+
wait
+
)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Sets wait time in milliseconds , time which ZServer::CheckSockets will wait before returning if there is no activity. Before this is called for the first time the wait time is 0.
Parameters:
+
+
wait
Wait time.
+
+
+
+
+
+
+
+
+
+
+
+
void ZE::ZServer::CheckSockets
+
(
+
+
)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Check sockets for connections or data, accepting new connections or relaying data from existing connections. Waits the specified wait period. This should be called very often to keep events flowing.
+
+
+
+
+
+
+
+
+
int ZE::ZServer::Clients
+
(
+
+
)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Finds number of connected clients.
Returns:
Number of clients.
+
+
+
+
+
+
+
+
+
+
int ZE::ZServer::WaitTime
+
(
+
+
)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Gets amount of time in milliseconds that is specified to wait for data on CheckSockets.
Returns:
Wait time.
+
+
+
+The documentation for this class was generated from the following file:
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/classZE_1_1ZSound.html b/doc/html/classZE_1_1ZSound.html
index 0c2b83a..5eddcfa 100644
--- a/doc/html/classZE_1_1ZSound.html
+++ b/doc/html/classZE_1_1ZSound.html
@@ -497,7 +497,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 Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/classZE_1_1ZTimer-members.html b/doc/html/classZE_1_1ZTimer-members.html
index 8c4f53f..7b53af3 100644
--- a/doc/html/classZE_1_1ZTimer-members.html
+++ b/doc/html/classZE_1_1ZTimer-members.html
@@ -20,7 +20,7 @@
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/classZE_1_1ZTimer.html b/doc/html/classZE_1_1ZTimer.html
index 02adac5..5d05692 100644
--- a/doc/html/classZE_1_1ZTimer.html
+++ b/doc/html/classZE_1_1ZTimer.html
@@ -285,7 +285,7 @@ Find out paused state of timer.
Returns:
Paused s
The documentation for this class was generated from the following files:
-Generated on Sun Apr 27 18:14:00 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/functions.html b/doc/html/functions.html
index 9e6007f..840a91d 100644
--- a/doc/html/functions.html
+++ b/doc/html/functions.html
@@ -12,7 +12,8 @@
Here is a list of all documented class members with links to the class documentation for each member:
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/globals.html b/doc/html/globals.html
index a1f0b79..5e52252 100644
--- a/doc/html/globals.html
+++ b/doc/html/globals.html
@@ -20,12 +20,14 @@ Here is a list of all documented file members with links to the documentation:- m -
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+: ZE_Defines.h
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/index.html b/doc/html/index.html
index 50d8396..e1717ed 100644
--- a/doc/html/index.html
+++ b/doc/html/index.html
@@ -36,7 +36,7 @@ Contributing Authors
James Turk james@conceptofzero.net - Core Engine, Design, Docs, and Classes
Gamer Tazar tazar@conceptofzero.net - OpenGL assistance
Sean sean@conceptofzero.net - MSVC++6 Project Files
- Kevin Watters kwatters@adelphia.net - Fix to ZImage::SetColorKey<br>Generated on Sun Apr 27 18:14:00 2003 for ZEngine by
+ Kevin Watters kwatters@adelphia.net - Fix to ZImage::SetColorKey<br>Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/mt19937ar_8h-source.html b/doc/html/mt19937ar_8h-source.html
index 25987ff..7c8c85b 100755
--- a/doc/html/mt19937ar_8h-source.html
+++ b/doc/html/mt19937ar_8h-source.html
@@ -29,7 +29,7 @@
00021 double genrand_res53(void);
00022
00023 #endif //__mt19937ar__
-Generated on Sun Apr 27 18:14:00 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/namespaceZE.html b/doc/html/namespaceZE.html
index d0e1db7..d0bc367 100644
--- a/doc/html/namespaceZE.html
+++ b/doc/html/namespaceZE.html
@@ -16,6 +16,8 @@ Namespace for ZEngine classes a
Value used as range index, not a valid error code.
@@ -181,7 +185,7 @@ Takes identifiers out of fmtstr and parses them, replacing them with coorespond
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/namespacemembers.html b/doc/html/namespacemembers.html
index 1da59ae..3bb7b44 100644
--- a/doc/html/namespacemembers.html
+++ b/doc/html/namespacemembers.html
@@ -37,7 +37,7 @@ Here is a list of all documented namespace members with links to the namespaces
: ZE
ZErrorCode
: ZE
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/namespaces.html b/doc/html/namespaces.html
index 6f64ac0..b148871 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:
-Generated on Sun Apr 27 18:14:01 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/physfsrwops_8h-source.html b/doc/html/physfsrwops_8h-source.html
index 839520c..e9a7b33 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 Apr 27 18:14:00 2003 for ZEngine by
+Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
1.3-rc2