Generated on Sun Apr 27 21:57:35 2003 for ZEngine by
+
Generated on Sun Apr 27 22:34:35 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 9137d09..150036c 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 21:57:35 2003 for ZEngine by
+ Generated on Sun Apr 27 22:34:35 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 b274c5f..8eb464c 100644
--- a/doc/html/classZE_1_1ZEngine-members.html
+++ b/doc/html/classZE_1_1ZEngine-members.html
@@ -7,35 +7,37 @@
Main Page Namespace List Compound List File List Namespace Members Compound Members File Members
ZE::ZEngine Member ListThis is the complete list of members for ZE::ZEngine, including all inherited members.
- BPP() | ZE::ZEngine | |
+ AddPhysFSDir(string dir) | ZE::ZEngine | |
+ BPP() | ZE::ZEngine | |
CheckEvents() | ZE::ZEngine | |
Clear(float red=0.0f, float green=0.0f, float blue=0.0f, float alpha=1.0f) | ZE::ZEngine | |
CloseDisplay() | ZE::ZEngine | |
CreateDisplay(string title, string icon="") | ZE::ZEngine | |
Delay(Uint32 milliseconds) | ZE::ZEngine | |
Display() | ZE::ZEngine | |
- FlushErrors() | ZE::ZEngine | |
+ FlushErrors() | ZE::ZEngine | |
GetDesiredFramerate() | ZE::ZEngine | |
GetFramerate() | ZE::ZEngine | |
GetFrameTime() | ZE::ZEngine | |
GetInstance() | ZE::ZEngine | [static] |
- GetLastError() | ZE::ZEngine | |
+ GetLastError() | ZE::ZEngine | |
GetTime() | ZE::ZEngine | |
GetVersion() | ZE::ZEngine | [static] |
- Height() | ZE::ZEngine | |
+ Height() | ZE::ZEngine | |
HideCursor() | ZE::ZEngine | |
ImagesNeedReload() | ZE::ZEngine | |
Initialized() | ZE::ZEngine | |
+ InitPhysFS(string argv) | ZE::ZEngine | |
IsActive() | ZE::ZEngine | |
- IsFullscreen() | ZE::ZEngine | |
+ IsFullscreen() | ZE::ZEngine | |
IsPaused() | ZE::ZEngine | |
KeyIsPressed(SDLKey key) | ZE::ZEngine | |
KeyPress(SDLKey key) | ZE::ZEngine | |
LButtonPressed() | ZE::ZEngine | |
- LoadFont(string filename, int size) | ZE::ZEngine | |
- LoadImage(string filename) | ZE::ZEngine | |
- LoadMusic(string filename) | ZE::ZEngine | |
- LoadSound(string filename) | ZE::ZEngine | |
+ LoadFont(string filename, int size) | ZE::ZEngine | |
+ LoadImage(string filename) | ZE::ZEngine | |
+ LoadMusic(string filename) | ZE::ZEngine | |
+ LoadSound(string filename) | ZE::ZEngine | |
LogError(ZError error) | ZE::ZEngine | [private] |
mActive | ZE::ZEngine | [private] |
mBPP | ZE::ZEngine | [private] |
@@ -70,17 +72,17 @@
mWidth | ZE::ZEngine | [private] |
PauseTimer() | ZE::ZEngine | |
QuitRequested() | ZE::ZEngine | |
- RandDouble() | ZE::ZEngine | |
- RandDouble(double min, double max) | ZE::ZEngine | |
- RandLong(unsigned long max) | ZE::ZEngine | |
- RandLong(long min, long max) | ZE::ZEngine | |
+ RandDouble() | ZE::ZEngine | |
+ RandDouble(double min, double max) | ZE::ZEngine | |
+ RandLong(unsigned long max) | ZE::ZEngine | |
+ RandLong(long min, long max) | ZE::ZEngine | |
RButtonPressed() | ZE::ZEngine | |
ReleaseInstance() | ZE::ZEngine | [static] |
- ReportError(ZErrorCode code, string desc="", string file="", unsigned int line=0) | ZE::ZEngine | |
+ ReportError(ZErrorCode code, string desc="", string file="", unsigned int line=0) | ZE::ZEngine | |
RequestQuit() | ZE::ZEngine | |
- SeedRandom(unsigned long seed) | ZE::ZEngine | |
+ SeedRandom(unsigned long seed) | ZE::ZEngine | |
SetDesiredFramerate(Uint8 rate) | ZE::ZEngine | |
- SetErrorLog(bool logAll, string logFile="") | ZE::ZEngine | |
+ SetErrorLog(bool logAll, string logFile="") | ZE::ZEngine | |
SetEventFilter(SDL_EventFilter filter) | ZE::ZEngine | |
SetGL2D() | ZE::ZEngine | |
SetKeyRepeatRate(int rate) | ZE::ZEngine | |
@@ -92,10 +94,10 @@
ToggleFullscreen() | ZE::ZEngine | |
UnpauseTimer() | ZE::ZEngine | |
Update() | ZE::ZEngine | |
- Width() | ZE::ZEngine | |
- WriteLog(string str) | ZE::ZEngine | |
+ Width() | ZE::ZEngine | |
+ WriteLog(string str) | ZE::ZEngine | |
ZEngine() | ZE::ZEngine | [private] |
- Generated on Sun Apr 27 21:57:35 2003 for ZEngine by
+ Generated on Sun Apr 27 22:34:35 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/classZE_1_1ZEngine.html b/doc/html/classZE_1_1ZEngine.html
index b908f16..51bd703 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.
|
void | SetEventFilter (SDL_EventFilter filter) |
| Add a SDL Event Filter for user processing of events.
|
-void | SetErrorLog (bool logAll, string logFile="") |
- | Modify Error Logging.
|
-void | ReportError (ZErrorCode code, string desc="", string file="", unsigned int line=0) |
- | Report an error.
|
-ZErrorCode | GetLastError () |
- | Get the last error.
|
-void | WriteLog (string str) |
- | Write to the log.
|
-void | FlushErrors () |
- | Flush Stack of Errors to file.
|
-void | SeedRandom (unsigned long seed) |
- | Seed random number generator.
|
-unsigned long | RandLong (unsigned long max) |
- | Obtain random integer [0,max).
|
-long | RandLong (long min, long max) |
- | Obtain random integer [min,max].
|
-double | RandDouble () |
- | Obtain random double [0,1).
|
-double | RandDouble (double min, double max) |
- | Obtain random double [min,max].
|
-SDL_Surface * | LoadImage (string filename) |
- | Load an Image.
|
-Mix_Chunk * | LoadSound (string filename) |
- | Load a Sound.
|
-Mix_Music * | LoadMusic (string filename) |
- | Load a Music File.
|
-TTF_Font * | LoadFont (string filename, int size) |
- | Load a Font.
|
-int | Width () |
- | Get Current Display Width.
|
-int | Height () |
- | Get Current Display Height.
|
-int | BPP () |
- | Get Current Display BPP.
|
-bool | IsFullscreen () |
- | Get Fullscreen setting.
|
+void | InitPhysFS (string argv) |
+ | Initialize PhysicsFS.
|
+void | AddPhysFSDir (string dir) |
+ | Add Directory to PhysFS Search Path.
|
+void | SetErrorLog (bool logAll, string logFile="") |
+ | Modify Error Logging.
|
+void | ReportError (ZErrorCode code, string desc="", string file="", unsigned int line=0) |
+ | Report an error.
|
+ZErrorCode | GetLastError () |
+ | Get the last error.
|
+void | WriteLog (string str) |
+ | Write to the log.
|
+void | FlushErrors () |
+ | Flush Stack of Errors to file.
|
+void | SeedRandom (unsigned long seed) |
+ | Seed random number generator.
|
+unsigned long | RandLong (unsigned long max) |
+ | Obtain random integer [0,max).
|
+long | RandLong (long min, long max) |
+ | Obtain random integer [min,max].
|
+double | RandDouble () |
+ | Obtain random double [0,1).
|
+double | RandDouble (double min, double max) |
+ | Obtain random double [min,max].
|
+SDL_Surface * | LoadImage (string filename) |
+ | Load an Image.
|
+Mix_Chunk * | LoadSound (string filename) |
+ | Load a Sound.
|
+Mix_Music * | LoadMusic (string filename) |
+ | Load a Music File.
|
+TTF_Font * | LoadFont (string filename, int size) |
+ | Load a Font.
|
+int | Width () |
+ | Get Current Display Width.
|
+int | Height () |
+ | Get Current Display Height.
|
+int | BPP () |
+ | Get Current Display BPP.
|
+bool | IsFullscreen () |
+ | Get Fullscreen setting.
|
Static Public Methods |
ZEngine * | GetInstance () |
| Get Instance.
|
@@ -1520,6 +1524,74 @@ This is only needed when you need tight control with
+
+
+
+
+
+ void ZE::ZEngine::InitPhysFS |
+ ( |
+ string |
+ argv |
+ ) |
+ |
+
+
+
+ |
+
+
+
+
+
+
+ |
+
+
+
+Sets up PhysicsFS, must be called when application is started. - Parameters:
-
+
+ argv | argv[0] from application's main. |
+
+
+ |
+
+
+
+
+
+
+
+
+ void ZE::ZEngine::AddPhysFSDir |
+ ( |
+ string |
+ dir |
+ ) |
+ |
+
+
+
+ |
+
+
+
+
+
+
+ |
+
+
+
+Add Directory to PhysicsFS search path, the path it looks in for files when attempting to load. - Parameters:
-
+
+ dir | Directory to add to search path. |
+
+
+ |
+
+
@@ -1555,7 +1627,7 @@ Writes error to current error file. - Since:
- 0.8.2
-
+
@@ -1600,7 +1672,7 @@ Change the way errors are logged and the file they are logged to, before calling
|
-
+
@@ -1659,7 +1731,7 @@ Adds the error to the the error queue, and sets the current error to this error.
|
-
+
@@ -1689,7 +1761,7 @@ Get the last error reported. - Since:
- 0.8.2
|
-
+
@@ -1724,7 +1796,7 @@ Write a string to the log, allowing special usage of the error log.
|
-
+
@@ -1753,7 +1825,7 @@ Write the error stack to the error log. - Since:
- 0.
|
-
+
@@ -1788,7 +1860,7 @@ Reseed Mersenne Twister (MT19937) random number generator. NOTE: Generator is in
|
-
+
@@ -1824,7 +1896,7 @@ Obtain random long l where 0 <= l < max. - Since:
|
-
+
@@ -1870,7 +1942,7 @@ Obtain random long l where min <= l <= max. - Since:<
|
-
+
@@ -1900,7 +1972,7 @@ Obtain random double d where 0 <= d < 1. - Since:
|
-
+
@@ -1946,7 +2018,7 @@ Obtain random double d where min <= d <= max. - Since:
|
-
+
@@ -1981,7 +2053,7 @@ Loads an Image to an ImageData class which keeps vital information on the Image.
|
-
+
@@ -2016,7 +2088,7 @@ Loads a Sound to a SoundData class which keeps vital information on the Sound
|
-
+
@@ -2051,7 +2123,7 @@ Loads a Music Clip to a MusicData class which keeps vital information on the Mus
|
-
+
@@ -2096,7 +2168,7 @@ Loads a Font to a FontData class which keeps vital information on the Font
|
-
+
@@ -2125,7 +2197,7 @@ Get Width of Window or Fullscreen mode. - Returns:
-
|
-
+
@@ -2154,7 +2226,7 @@ Get Height of Window or Fullscreen mode. - Returns:
-
|
-
+
@@ -2183,7 +2255,7 @@ Get BPP of Window or Fullscreen mode. - Returns:
- BP
|
-
+
@@ -2214,7 +2286,7 @@ Get Fullscreen setting of Display. - Returns:
- True
|
The documentation for this class was generated from the following files:
- Generated on Sun Apr 27 21:57:35 2003 for ZEngine by
+ Generated on Sun Apr 27 22:34:35 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 a3f5926..72679ff 100755
--- a/doc/html/classZE_1_1ZError-members.html
+++ b/doc/html/classZE_1_1ZError-members.html
@@ -19,7 +19,7 @@
sErrorDesc | ZE::ZError | [protected, static] |
ZError(ZErrorCode code=ZERR_NONE, string desc="", string file="", int line=0) | ZE::ZError | |
~ZError() | ZE::ZError | [virtual] |
- Generated on Sun Apr 27 21:57:35 2003 for ZEngine by
+ Generated on Sun Apr 27 22:34:35 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/classZE_1_1ZError.html b/doc/html/classZE_1_1ZError.html
index 9496b65..aead1ef 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 21:57:35 2003 for ZEngine by
+ Generated on Sun Apr 27 22:34:35 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 56fc6e9..f7cfc2f 100644
--- a/doc/html/classZE_1_1ZFont-members.html
+++ b/doc/html/classZE_1_1ZFont-members.html
@@ -31,7 +31,7 @@
ZFont() | ZE::ZFont | |
ZFont(string filename, int size) | ZE::ZFont | |
~ZFont() | ZE::ZFont | [virtual] |
- Generated on Sun Apr 27 21:57:35 2003 for ZEngine by
+ Generated on Sun Apr 27 22:34:35 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/classZE_1_1ZFont.html b/doc/html/classZE_1_1ZFont.html
index bbd308a..fe40458 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 21:57:35 2003 for ZEngine by
+ Generated on Sun Apr 27 22:34:35 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 aa65227..9339dfd 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) | ZE::ZImage | |
ZImage(const ZImage &img, Sint16 x, Sint16 y, Sint16 w, Sint16 h) | ZE::ZImage | |
~ZImage() | ZE::ZImage | [virtual] |
- Generated on Sun Apr 27 21:57:35 2003 for ZEngine by
+ Generated on Sun Apr 27 22:34:35 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/classZE_1_1ZImage.html b/doc/html/classZE_1_1ZImage.html
index 32ee1c3..e44e88c 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 21:57:35 2003 for ZEngine by
+ Generated on Sun Apr 27 22:34:35 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 295c767..fb88a82 100644
--- a/doc/html/classZE_1_1ZMusic-members.html
+++ b/doc/html/classZE_1_1ZMusic-members.html
@@ -25,7 +25,7 @@
ZMusic() | ZE::ZMusic | |
ZMusic(string filename) | ZE::ZMusic | |
~ZMusic() | ZE::ZMusic | [virtual] |
- Generated on Sun Apr 27 21:57:35 2003 for ZEngine by
+ Generated on Sun Apr 27 22:34:35 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/classZE_1_1ZMusic.html b/doc/html/classZE_1_1ZMusic.html
index f069ee5..012c836 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 21:57:35 2003 for ZEngine by
+ Generated on Sun Apr 27 22:34:35 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 5c89d6a..a343688 100644
--- a/doc/html/classZE_1_1ZRect-members.html
+++ b/doc/html/classZE_1_1ZRect-members.html
@@ -36,7 +36,7 @@
ZRect(const SDL_Rect &rect) | ZE::ZRect | |
ZRect(const ZRect &rhs) | ZE::ZRect | |
~ZRect() | ZE::ZRect | [virtual] |
- Generated on Sun Apr 27 21:57:35 2003 for ZEngine by
+ Generated on Sun Apr 27 22:34:35 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/classZE_1_1ZRect.html b/doc/html/classZE_1_1ZRect.html
index 39ac9fd..25da7b2 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 21:57:35 2003 for ZEngine by
+ Generated on Sun Apr 27 22:34:35 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
index 96495b3..0379064 100755
--- a/doc/html/classZE_1_1ZServer-members.html
+++ b/doc/html/classZE_1_1ZServer-members.html
@@ -23,7 +23,7 @@
WaitTime() | ZE::ZServer | |
ZServer(bool verbose=false) | ZE::ZServer | |
~ZServer() | ZE::ZServer | [virtual] |
- Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
+ Generated on Sun Apr 27 22:34:35 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/classZE_1_1ZServer.html b/doc/html/classZE_1_1ZServer.html
index 8c0c382..8526631 100755
--- a/doc/html/classZE_1_1ZServer.html
+++ b/doc/html/classZE_1_1ZServer.html
@@ -350,7 +350,7 @@ Gets amount of time in milliseconds that is specified to wait for data on CheckS
The documentation for this class was generated from the following file:
- Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
+ Generated on Sun Apr 27 22:34:35 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/classZE_1_1ZSound-members.html b/doc/html/classZE_1_1ZSound-members.html
index c64fad8..83aecf0 100644
--- a/doc/html/classZE_1_1ZSound-members.html
+++ b/doc/html/classZE_1_1ZSound-members.html
@@ -25,7 +25,7 @@
ZSound() | ZE::ZSound | |
ZSound(string filename) | ZE::ZSound | |
~ZSound() | ZE::ZSound | [virtual] |
- Generated on Sun Apr 27 21:57:35 2003 for ZEngine by
+ Generated on Sun Apr 27 22:34:35 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/classZE_1_1ZSound.html b/doc/html/classZE_1_1ZSound.html
index bb61f5e..452958a 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 21:57:35 2003 for ZEngine by
+ Generated on Sun Apr 27 22:34:35 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 2936bad..8b01848 100644
--- a/doc/html/classZE_1_1ZTimer-members.html
+++ b/doc/html/classZE_1_1ZTimer-members.html
@@ -20,7 +20,7 @@
Unpause() | ZE::ZTimer | |
ZTimer(bool useZEngine=true) | ZE::ZTimer | |
~ZTimer() | ZE::ZTimer | [virtual] |
- Generated on Sun Apr 27 21:57:35 2003 for ZEngine by
+ Generated on Sun Apr 27 22:34:35 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/classZE_1_1ZTimer.html b/doc/html/classZE_1_1ZTimer.html
index 14992fb..6689252 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 21:57:35 2003 for ZEngine by
+ Generated on Sun Apr 27 22:34:35 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/files.html b/doc/html/files.html
index 3749d68..34fb021 100644
--- a/doc/html/files.html
+++ b/doc/html/files.html
@@ -38,7 +38,7 @@
/src/ZE_ZSound.cpp | Source file for ZSound |
/src/ZE_ZTimer.cpp | Source file for ZTimer |
- Generated on Sun Apr 27 21:57:34 2003 for ZEngine by
+ Generated on Sun Apr 27 22:34:35 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/functions.html b/doc/html/functions.html
index 9fe51b9..a1fdb19 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:
- b -
@@ -20,16 +21,21 @@ Here is a list of all documented class members with links to the class documenta
- Bind()
: ZE::ZImage
- Bottom()
: ZE::ZRect
- BPP()
-: ZE::ZEngine
+: ZE::ZEngine
- GetBool()
@@ -64,7 +71,7 @@ Here is a list of all documented class members with links to the class documenta
: ZE::ZEngine
- GetInstance()
: ZE::ZEngine
- GetInt()
: ZE::ZConfigFile
- GetLastError()
-: ZE::ZEngine
- GetParentTime()
+: ZE::ZEngine
- GetParentTime()
: ZE::ZTimer
- GetString()
: ZE::ZConfigFile
- GetTime()
: ZE::ZTimer, ZE::ZEngine
- GetVariable()
@@ -73,18 +80,19 @@ Here is a list of all documented class members with links to the class documenta
@@ -166,19 +174,21 @@ Here is a list of all documented class members with links to the class documenta
- rAlpha
: ZE::ZImage
- RandDouble()
-: ZE::ZEngine
- RandLong()
-: ZE::ZEngine
- rBGColor
+: ZE::ZEngine
- RandLong()
+: ZE::ZEngine
- rBGColor
: ZE::ZFont
- RButtonPressed()
: ZE::ZEngine
- rChannelID
-: ZE::ZSound
- rCode
+: ZE::ZSound
- rClientSockets
+: ZE::ZServer
- rCode
: ZE::ZError
- rColor
: ZE::ZFont
- rDescription
-: ZE::ZError
- Release()
+: ZE::ZError
- Receive()
+: ZE::ZClient
- Release()
: ZE::ZSound, ZE::ZMusic, ZE::ZImage, ZE::ZFont
- ReleaseInstance()
: ZE::ZEngine
- Reload()
: ZE::ZImage
- rEngine
-: ZE::ZTimer, ZE::ZSound, ZE::ZMusic, ZE::ZImage, ZE::ZFont
- ReportError()
-: ZE::ZEngine
- RequestQuit()
+: ZE::ZTimer, ZE::ZSound, ZE::ZServer, ZE::ZMusic, ZE::ZImage, ZE::ZFont, ZE::ZClient
- ReportError()
+: ZE::ZEngine
- RequestQuit()
: ZE::ZEngine
- Reset()
: ZE::ZTimer
- Resize()
: ZE::ZRect, ZE::ZImage, ZE::ZFont
- ResizeRel()
@@ -191,17 +201,22 @@ Here is a list of all documented class members with links to the class documenta
: ZE::ZRect
- rImage
: ZE::ZImage
- rLastPause
: ZE::ZTimer
- rLine
-: ZE::ZError
- rMusic
+: ZE::ZError
- rMaxClients
+: ZE::ZServer
- rMusic
: ZE::ZMusic
- rPaused
: ZE::ZTimer
- rPausedTime
-: ZE::ZTimer
- rSound
+: ZE::ZTimer
- rSocket
+: ZE::ZServer, ZE::ZClient
- rSocketSet
+: ZE::ZServer, ZE::ZClient
- rSound
: ZE::ZSound
- rTexID
: ZE::ZImage
- rTexMaxX
: ZE::ZImage
- rTexMaxY
: ZE::ZImage
- rTexMinX
: ZE::ZImage
- rTexMinY
: ZE::ZImage
- rUseZEngine
-: ZE::ZTimer
- rWidth
+: ZE::ZTimer
- rVerbose
+: ZE::ZServer, ZE::ZClient
- rWaitTime
+: ZE::ZServer, ZE::ZClient
- rWidth
: ZE::ZRect, ZE::ZImage
- rX
: ZE::ZRect
- rY
: ZE::ZRect
@@ -210,7 +225,8 @@ Here is a list of all documented class members with links to the class documenta
- SDLrect()
: ZE::ZRect
- section
: ZE::ZConfigFile::ZCF_Section
- SeedRandom()
-: ZE::ZEngine
- sErrorDesc
+: ZE::ZEngine
- Send()
+: ZE::ZClient
- sErrorDesc
: ZE::ZError
- SetAlpha()
: ZE::ZImage
- SetBGColor()
: ZE::ZFont
- SetBool()
@@ -218,7 +234,7 @@ Here is a list of all documented class members with links to the class documenta
: ZE::ZFont
- SetColorKey()
: ZE::ZImage
- SetDesiredFramerate()
: ZE::ZEngine
- SetErrorLog()
-: ZE::ZEngine
- SetEventFilter()
+: ZE::ZEngine
- SetEventFilter()
: ZE::ZEngine
- SetFloat()
: ZE::ZConfigFile
- SetGL2D()
: ZE::ZEngine
- SetInt()
@@ -230,10 +246,12 @@ Here is a list of all documented class members with links to the class documenta
: ZE::ZEngine
- SetupSound()
: ZE::ZEngine
- SetVariable()
: ZE::ZConfigFile
- SetVolume()
-: ZE::ZSound, ZE::ZMusic
- ShowCursor()
+: ZE::ZSound, ZE::ZMusic
- SetWaitTime()
+: ZE::ZServer, ZE::ZClient
- ShowCursor()
: ZE::ZEngine
- sInstance
-: ZE::ZEngine
- Stop()
-: ZE::ZSound, ZE::ZMusic
- Stretch()
+: ZE::ZEngine
- Start()
+: ZE::ZServer
- Stop()
+: ZE::ZSound, ZE::ZServer, ZE::ZMusic
- Stretch()
: ZE::ZImage
- StringHeight()
: ZE::ZFont
- StringWidth()
: ZE::ZFont
- Surface()
@@ -258,9 +276,10 @@ Here is a list of all documented class members with links to the class documenta
: ZE::ZSound, ZE::ZMusic
+ - WaitTime()
+: ZE::ZServer, ZE::ZClient
- Width()
+: ZE::ZRect, ZE::ZImage, ZE::ZEngine
- WriteLog()
+: ZE::ZEngine
- X()
@@ -271,28 +290,32 @@ Here is a list of all documented class members with links to the class documenta
: ZE::ZRect
- Generated on Sun Apr 27 21:57:35 2003 for ZEngine by
+ Generated on Sun Apr 27 22:34:35 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/globals.html b/doc/html/globals.html
index 39b2bd4..75ec0f6 100644
--- a/doc/html/globals.html
+++ b/doc/html/globals.html
@@ -13,12 +13,14 @@
Here is a list of all documented file members with links to the documentation:
+: ZE_Defines.h
@@ -27,8 +29,8 @@ Here is a list of all documented file members with links to the documentation:- z -
- Generated on Sun Apr 27 21:57:35 2003 for ZEngine by
+: ZE_Defines.h
+ Generated on Sun Apr 27 22:34:35 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/index.html b/doc/html/index.html
index e67d11b..bab1ea2 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 21:57:34 2003 for ZEngine by
+ Kevin Watters kwatters@adelphia.net - Fix to ZImage::SetColorKey<br> Generated on Sun Apr 27 22:34:35 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/mt19937ar_8h-source.html b/doc/html/mt19937ar_8h-source.html
index 35cb0b0..a5e28f1 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 21:57:34 2003 for ZEngine by
+ Generated on Sun Apr 27 22:34:35 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/namespaceZE.html b/doc/html/namespaceZE.html
index 04a06aa..3e0a212 100644
--- a/doc/html/namespaceZE.html
+++ b/doc/html/namespaceZE.html
@@ -16,6 +16,8 @@ Namespace for ZEngine classes a
|
Compounds |
+class | ZClient |
+ | ZEngine class for a simplified TCP client. More...
|
class | ZConfigFile |
| ZConfigFile Class for use in ZEngine. More...
|
class | ZCF_Variable |
@@ -34,6 +36,8 @@ Namespace for ZEngine classes a
| ZMusic class for playing full length music (eg. ogg or wav). More...
|
class | ZRect |
| ZEngine class for simplified rectangle use. More...
|
+class | ZServer |
+ | ZEngine class for simplified TCP server. More...
|
class | ZSound |
| ZSound class for playing sound effects. (WAV). More...
|
class | ZTimer |
@@ -131,11 +135,11 @@ Error trying to use a ZMusic wit
ZERR_NOFONT |
Error trying to use a ZFont without properly loading a font. |
ZERR_NOSOCKET |
-Error trying to use a ZClient without having an open socket. |
+Error trying to use a ZClient without having an open socket.
ZERR_NET_CLIENT |
-Error using SDL_net in ZClient. |
+Error using SDL_net in ZClient.
ZERR_NET_SERVER |
-Error using SDL_net in ZClient. |
+Error using SDL_net in ZClient.
ZERR_LAST |
Value used as range index, not a valid error code. |
@@ -325,7 +329,7 @@ Safely free a TTF_Font* and set it to NULL. - Parameters:
|
-
Generated on Sun Apr 27 21:57:35 2003 for ZEngine by
+
Generated on Sun Apr 27 22:34:35 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/namespacemembers.html b/doc/html/namespacemembers.html
index 8e33312..9412818 100644
--- a/doc/html/namespacemembers.html
+++ b/doc/html/namespacemembers.html
@@ -41,7 +41,7 @@ Here is a list of all documented namespace members with links to the namespaces
: ZEZERR_VIDMODE
: ZEZErrorCode
: ZE
-
Generated on Sun Apr 27 21:57:35 2003 for ZEngine by
+
Generated on Sun Apr 27 22:34:35 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/namespaces.html b/doc/html/namespaces.html
index 1c5e673..bb85010 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 21:57:35 2003 for ZEngine by
+
Generated on Sun Apr 27 22:34:35 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/physfsrwops_8h-source.html b/doc/html/physfsrwops_8h-source.html
index 7c731e2..9712a84 100644
--- a/doc/html/physfsrwops_8h-source.html
+++ b/doc/html/physfsrwops_8h-source.html
@@ -46,7 +46,7 @@
00078
00079
00080
-
Generated on Sun Apr 27 21:57:34 2003 for ZEngine by
+
Generated on Sun Apr 27 22:34:35 2003 for ZEngine by
1.3-rc2