Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
+
Generated on Sun Apr 27 14:53:40 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 0dc93a5..4819aa6 100755
--- a/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Variable.html
+++ b/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Variable.html
@@ -5,7 +5,7 @@
-Main Page Namespace List Class Hierarchy Compound List File List Namespace Members Compound Members File Members
+Main Page Namespace List Compound List File List Namespace Members Compound Members File Members
ZE::ZConfigFile::ZCF_Variable Class Reference
List of all members.
Detailed Description
ZConfigFile class for mapping a variable name to it's value, stored in string form (later converted to bool or int if needed).
@@ -21,7 +21,7 @@ string
ZE_ZConfigFile.h
- Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
+ Generated on Sun Apr 27 14:53:40 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 e0f7494..e92b295 100644
--- a/doc/html/classZE_1_1ZEngine-members.html
+++ b/doc/html/classZE_1_1ZEngine-members.html
@@ -5,7 +5,7 @@
-Main Page Namespace List Class Hierarchy Compound List File List Namespace Members Compound Members File Members
+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. Generated on Tue Jan 28 16:31:29 2003 for ZEngine by
+ Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/classZE_1_1ZEngine.html b/doc/html/classZE_1_1ZEngine.html
index 4db9fb1..9e0467b 100644
--- a/doc/html/classZE_1_1ZEngine.html
+++ b/doc/html/classZE_1_1ZEngine.html
@@ -5,7 +5,7 @@
-Main Page Namespace List Class Hierarchy Compound List File List Namespace Members Compound Members File Members
+Main Page Namespace List Compound List File List Namespace Members Compound Members File Members
ZE::ZEngine Class Reference#include <ZE_ZEngine.h>
List of all members.
Detailed Description
@@ -88,9 +88,9 @@
| 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) |
+void | ReportError (ZErrorCode code, string desc="", string file="", unsigned int line=0) |
| Report an error.
|
-ZErrorCode | GetLastError () |
+ZErrorCode | GetLastError () |
| Get the last error.
|
void | WriteLog (string str) |
| Write to the log.
|
@@ -140,75 +140,75 @@ bool | |
bool | mInitialized |
| If ZEngine display has been setup.
|
-
-int | mRate |
- | Sound Bitrate.
|
-
-bool | mStereo |
- | Stereo setting of Sound Subsystem.
|
-
-SDL_Surface * | mScreen |
+
+SDL_Surface * | mScreen |
| Pointer to Display.
|
-
-bool | mPaused |
+
+bool | mPaused |
| Keep track of paused state of game.
|
-
-bool | mUnpauseOnActive |
+
+bool | mUnpauseOnActive |
| Keep track of if ZEngine should unpause on active event.
|
-
-Uint8 | mDesiredFramerate |
+
+Uint8 | mDesiredFramerate |
| Value framerate strives to be at, set by SetDesiredFramerate.
|
-
-Uint32 | mNextUpdate |
+
+Uint32 | mNextUpdate |
| Time scheduled for next update (used for framerate locked movement).
|
-
-Uint32 | mLastPause |
+
+Uint32 | mLastPause |
| Keep track of time game was last paused.
|
-
-Uint32 | mPausedTime |
+
+Uint32 | mPausedTime |
| Keep track of total globally paused time.
|
-
-Uint32 | mLastTime |
+
+Uint32 | mLastTime |
| Keep track of last screen update time.
|
-
-double | mSecPerFrame |
+
+double | mSecPerFrame |
| Seconds per frame.
|
-
-bool | mNeedReload |
+
+bool | mNeedReload |
| bool which is only set to true if the engine thinks the images need to be reloaded (loss of focus in fullscreen).
|
-
-bool | mActive |
+
+bool | mActive |
| bool describing Active or Inactive State of Game
|
-
-bool | mQuit |
+
+bool | mQuit |
| bool for checking if a Quit event has been detected
|
-
-Uint8 * | mKeyIsPressed |
+
+Uint8 * | mKeyIsPressed |
| Pointer to array of Keys.
|
-
-bool | mKeyPress [SDLK_LAST] |
+
+bool | mKeyPress [SDLK_LAST] |
| Array of keys, used by KeyPress.
|
-
-int | mMouseX |
+
+int | mMouseX |
| X Position of Mouse.
|
-
-int | mMouseY |
+
+int | mMouseY |
| Y Position of Mouse.
|
-
-Uint8 | mMouseB |
+
+Uint8 | mMouseB |
| Mouse Button Information.
|
-
-queue< ZError > | mErrorQueue |
+
+queue< ZError > | mErrorQueue |
| Stack of Errors which have occured.
|
-
-ZError | mCurError |
+
+ZError | mCurError |
| Current error.
|
-
-bool | mLogAllErrors |
+
+bool | mLogAllErrors |
| Option controlling how logfile is used.
|
-
-FILE * | mErrlog |
+
+FILE * | mErrlog |
| C-style FILE* for error logging.
|
+
+int | mRate |
+ | Sound Bitrate.
|
+
+bool | mStereo |
+ | Stereo setting of Sound Subsystem.
|
Static Private Attributes |
ZEngine * | sInstance = NULL |
@@ -425,7 +425,7 @@ Sets display parameters to specified parameters. (called before CreateDisplay)
-Set sound settings to specified parameters. (called before CreateDisplay)
+Set sound settings to specified parameters. (If not called before CreateDisplay rate will default to 22050+mono)
- Parameters:
-
@@ -471,7 +471,7 @@ Set sound settings to specified parameters. (called before CreateDisplay)
-SetupDisplay and SetupSound should be called prior to this to change settings, settings from those do not go into effect until this function is called. Specify no icon file to use default icon. Returns result of setting up ZEngine, and logs error if false is returned (Trys not to fail + returns bool in versions >= 0.8.2).
+SetupDisplay and SetupSound should be called prior to this to change settings, settings from those do not go into effect until this function is called. Specify no icon file to use default icon for OS. Returns result of setting up ZEngine, and logs error if false is returned (Trys not to fail + returns bool in versions >= 0.8.2).
- Parameters:
-
@@ -1160,7 +1160,7 @@ Function that is good to call every frame to check if images should be reloaded,
-Calls SDL_EnableKeyRepeat(rate,rate) because usually this is the desired movement style for games. The rate is set to 30 upon the creation of the display, pass zero to disable this. SDL_EnableKeyRepeat can be called separately: http://sdldoc.csn.ul.ie/sdlenablekeyrepeat.php.
+Calls SDL_EnableKeyRepeat(rate,rate) because usually this is the desired movement style for games. 0 to disable. If 2 different values are needed SDL_EnableKeyRepeat can be called separately: http://sdldoc.csn.ul.ie/sdlenablekeyrepeat.php.
- Parameters:
-
@@ -1598,7 +1598,7 @@ Change the way errors are logged and the file they are logged to, before calling
void ZE::ZEngine::ReportError |
( |
- ZErrorCode |
+ ZErrorCode |
code, |
@@ -1655,7 +1655,7 @@ Adds the error to the the error queue, and sets the current error to this error.
- ZErrorCode ZE::ZEngine::GetLastError |
+ ZErrorCode ZE::ZEngine::GetLastError |
( |
|
) |
@@ -2011,7 +2011,7 @@ Get Fullscreen setting of Display. - Returns:
- True
The documentation for this class was generated from the following files:
- Generated on Tue Jan 28 16:31:29 2003 for ZEngine by
+ Generated on Sun Apr 27 14:53:40 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 c0cea45..4f934c1 100755
--- a/doc/html/classZE_1_1ZError-members.html
+++ b/doc/html/classZE_1_1ZError-members.html
@@ -5,20 +5,21 @@
-Main Page Namespace List Class Hierarchy Compound List File List Namespace Members Compound Members File Members
+Main Page Namespace List Compound List File List Namespace Members Compound Members File Members
ZE::ZError Member ListThis is the complete list of members for ZE::ZError, including all inherited members.
- Code() const | ZE::ZError | |
- Create(ZErrorCode code, string desc="", string file="", int line=0) | ZE::ZError | |
+ Code() const | ZE::ZError | |
+ Create(ZErrorCode code, string desc="", string file="", int line=0) | ZE::ZError | |
CreateStringTable() | ZE::ZError | [static] |
DestroyStringTable() | ZE::ZError | [static] |
- LogString() const | ZE::ZError | |
+ LogString() const | ZE::ZError | |
rCode | ZE::ZError | [protected] |
rDescription | ZE::ZError | [protected] |
rFilename | ZE::ZError | [protected] |
rLine | ZE::ZError | [protected] |
sErrorDesc | ZE::ZError | [protected, static] |
ZError(ZErrorCode code=ZERR_NONE, string desc="", string file="", int line=0) | ZE::ZError | |
- Generated on Tue Jan 28 16:31:29 2003 for ZEngine by
+ ~ZError() | ZE::ZError | [virtual] |
+ | Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/classZE_1_1ZError.html b/doc/html/classZE_1_1ZError.html
index cf6be8c..a5e7655 100755
--- a/doc/html/classZE_1_1ZError.html
+++ b/doc/html/classZE_1_1ZError.html
@@ -5,24 +5,26 @@
-Main Page Namespace List Class Hierarchy Compound List File List Namespace Members Compound Members File Members
+Main Page Namespace List Compound List File List Namespace Members Compound Members File Members
ZE::ZError Class Reference#include <ZE_ZError.h>
List of all members.
Detailed Description
-ZError class for storing and printing information on errors. Inherited from ZObject and tied closely to ZEngine. - Since:
- 0.8.2
+ZError class for storing and printing information on errors. Inherited from ZObject and tied closely to ZEngine. - Since:
- 0.8.2
|
Public Methods |
- | ZError (ZErrorCode code=ZERR_NONE, string desc="", string file="", int line=0) |
+ | ZError (ZErrorCode code=ZERR_NONE, string desc="", string file="", int line=0) |
| Default constructor for ZError.
|
-void | Create (ZErrorCode code, string desc="", string file="", int line=0) |
- | Set members of error object.
|
-ZErrorCode | Code () const |
- | Get ZErrorCode of error.
|
-string | LogString () const |
- | Get formatted string for log file.
|
+virtual | ~ZError () |
+ | Virtual Destructor.
|
+void | Create (ZErrorCode code, string desc="", string file="", int line=0) |
+ | Set members of error object.
|
+ZErrorCode | Code () const |
+ | Get ZErrorCode of error.
|
+string | LogString () const |
+ | Get formatted string for log file.
|
Static Public Methods |
void | CreateStringTable () |
| Construct string table for error strings.
|
@@ -30,7 +32,7 @@
| Destroy string table of error strings.
|
Protected Attributes |
-ZErrorCode | rCode |
+ZErrorCode rCode |
| Error ID.
|
string | rDescription |
@@ -55,7 +57,7 @@ string * ZE::ZError::ZError |
( |
- ZErrorCode |
+ ZErrorCode |
code = ZERR_NONE, |
@@ -105,6 +107,34 @@ Make new ZError object, by defau
+
+
+
+
+
+
+ ZE::ZError::~ZError |
+ ( |
+ |
+ ) |
+ [virtual] |
+
+
+
+ |
+
+
+
+
+
+
+ |
+
+
+
+Virtual destructor making future inheritance safe. |
+
+
Member Function Documentation
@@ -162,7 +192,7 @@ Constructs a string table for errors, enabling
+
@@ -170,7 +200,7 @@ Properly delete the string table, freeing all memory used by the strings.
|
void ZE::ZError::Create |
( |
- ZErrorCode |
+ ZErrorCode |
code, |
@@ -220,13 +250,13 @@ Set new values in ZError object.
-
+
-
+
@@ -279,7 +309,7 @@ Return the string to be written to the logfile. Called by ZE_ZError.h- /src/ZE_ZError.cpp
-
Generated on Tue Jan 28 16:31:29 2003 for ZEngine by
+ Generated on Sun Apr 27 14:53:40 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 60cfaff..45ca74d 100644
--- a/doc/html/classZE_1_1ZFont-members.html
+++ b/doc/html/classZE_1_1ZFont-members.html
@@ -5,7 +5,7 @@
-Main Page Namespace List Class Hierarchy Compound List File List Namespace Members Compound Members File Members
+Main Page Namespace List Compound List File List Namespace Members Compound Members File Members
ZE::ZFont Member ListThis is the complete list of members for ZE::ZFont, including all inherited members.
DrawShadedText(string text, ZImage &image) const | ZE::ZFont | |
DrawText(string text, ZImage &image) const | ZE::ZFont | |
@@ -16,13 +16,13 @@
IsUnderlined() const | ZE::ZFont | |
LineSkip() const | ZE::ZFont | |
Open(string filename, int size) | ZE::ZFont | |
- rBGColor | ZE::ZFont | [protected] |
- rColor | ZE::ZFont | [protected] |
+ rBGColor | ZE::ZFont | [protected] |
+ rColor | ZE::ZFont | [protected] |
Release() | ZE::ZFont | |
- rEngine | ZE::ZObject | [protected] |
+ rEngine | ZE::ZFont | [protected] |
Resize(int size) | ZE::ZFont | |
- rFilename | ZE::ZFont | [protected] |
- rFont | ZE::ZFont | [protected] |
+ rFilename | ZE::ZFont | [protected] |
+ rFont | ZE::ZFont | [protected] |
SetBGColor(Uint8 r, Uint8 g, Uint8 b) | ZE::ZFont | |
SetColor(Uint8 r, Uint8 g, Uint8 b) | ZE::ZFont | |
SetStyle(bool bold, bool italic, bool underline) | ZE::ZFont | |
@@ -30,10 +30,8 @@
StringWidth(string text) const | ZE::ZFont | |
ZFont() | ZE::ZFont | |
ZFont(string filename, int size) | ZE::ZFont | |
- ZObject() | ZE::ZObject | [inline] |
- ~ZFont() | ZE::ZFont | |
- ~ZObject() | ZE::ZObject | [inline, virtual] |
- Generated on Tue Jan 28 16:31:29 2003 for ZEngine by
+ ~ZFont() | ZE::ZFont | [virtual] |
+ | Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/classZE_1_1ZFont.html b/doc/html/classZE_1_1ZFont.html
index dcf773e..e22b5ad 100644
--- a/doc/html/classZE_1_1ZFont.html
+++ b/doc/html/classZE_1_1ZFont.html
@@ -5,13 +5,11 @@
-Main Page Namespace List Class Hierarchy Compound List File List Namespace Members Compound Members File Members
+Main Page Namespace List Compound List File List Namespace Members Compound Members File Members
ZE::ZFont Class Reference#include <ZE_ZFont.h>
-Inherits ZE::ZObject.
-
List of all members.
Detailed Description
-ZFont font container class, class wraps common features of SDL_TTF. Inherited from ZObject.
+ZFont font container class, class wraps common features of SDL_TTF. Inherited from ZObject.
|
@@ -20,7 +18,7 @@ Inherits ZE::ZObject.
| Default Constructor.
|
| ZFont (string filename, int size) |
| Constructor that opens a font with a certain size.
|
- | ~ZFont () |
+virtual | ~ZFont () |
| Destructor, frees memory.
|
void | Open (string filename, int size) |
| Opens a font with a certain size.
|
@@ -55,17 +53,20 @@ Inherits ZE::ZObject.
int | StringHeight (string text) const |
| Get String Height.
|
Protected Attributes |
-
-TTF_Font * | rFont |
+
+ZEngine * | rEngine |
+ | Pointer to ZEngine Object.
|
+
+TTF_Font * | rFont |
| Pointer to font data.
|
-
-string | rFilename |
+
+string | rFilename |
| Filename, for resizing.
|
-
-SDL_Color | rColor |
+
+SDL_Color | rColor |
| SDL_Color for current text color.
|
-
-SDL_Color | rBGColor |
+
+SDL_Color | rBGColor |
| SDL_Color for background color to be used in shaded draws.
|
Constructor & Destructor Documentation
@@ -147,11 +148,11 @@ Constructor simply calls ZFont::Op
|
- ZE::ZFont::~ZFont |
+ virtual ZE::ZFont::~ZFont |
( |
|
) |
- |
+ [virtual] |
@@ -763,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 Tue Jan 28 16:31:29 2003 for ZEngine by
+ Generated on Sun Apr 27 14:53:40 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 efefa91..18b187a 100644
--- a/doc/html/classZE_1_1ZImage-members.html
+++ b/doc/html/classZE_1_1ZImage-members.html
@@ -5,45 +5,47 @@
-Main Page Namespace List Class Hierarchy Compound List File List Namespace Members Compound Members File Members
+Main Page Namespace List Compound List File List Namespace Members Compound Members File Members
ZE::ZImage Member ListThis is the complete list of members for ZE::ZImage, including all inherited members.
- Alpha() const | ZE::ZImage | |
- Attach(SDL_Surface *surface) | ZE::ZImage | |
- Bind() const | ZE::ZImage | |
- Draw(float x, float y) const | ZE::ZImage | |
- DrawRotated(int x, int y, float angle) const | ZE::ZImage | |
- Flip(bool horizontal, bool vertical) | ZE::ZImage | |
- Height() const | ZE::ZImage | |
- IsLoaded() const | ZE::ZImage | |
- Open(string filename) | ZE::ZImage | |
- OpenFromImage(SDL_Surface *img, Sint16 x, Sint16 y, Sint16 w, Sint16 h) | ZE::ZImage | |
- rAlpha | ZE::ZImage | [protected] |
- Release() | ZE::ZImage | |
- Reload() | ZE::ZImage | |
- rEngine | ZE::ZObject | [protected] |
- Resize(unsigned int width, unsigned int height) | ZE::ZImage | |
- rHeight | ZE::ZImage | [protected] |
- rImage | ZE::ZImage | [protected] |
- rTexID | ZE::ZImage | [protected] |
- rTexMaxX | ZE::ZImage | [protected] |
- rTexMaxY | ZE::ZImage | [protected] |
- rTexMinX | ZE::ZImage | [protected] |
- rTexMinY | ZE::ZImage | [protected] |
- rWidth | ZE::ZImage | [protected] |
- SetAlpha(Uint8 alpha) | ZE::ZImage | |
- SetColorKey(Uint8 red, Uint8 green, Uint8 blue) | ZE::ZImage | |
- Stretch(float xFactor, float yFactor) | ZE::ZImage | |
- Surface() const | ZE::ZImage | |
- Width() const | ZE::ZImage | |
+ Alpha() const | ZE::ZImage | |
+ Attach(SDL_Surface *surface) | ZE::ZImage | |
+ Bind() const | ZE::ZImage | |
+ Draw(int x, int y) const | ZE::ZImage | |
+ Draw(float x, float y) const | ZE::ZImage | |
+ DrawRotated(int x, int y, float angle) const | ZE::ZImage | |
+ DrawRotated(float x, float y, float angle) const | ZE::ZImage | |
+ Flip(bool horizontal, bool vertical) | ZE::ZImage | |
+ Height() const | ZE::ZImage | |
+ IsLoaded() const | ZE::ZImage | |
+ Open(string filename) | ZE::ZImage | |
+ OpenFromImage(SDL_Surface *img, Sint16 x, Sint16 y, Sint16 w, Sint16 h) | ZE::ZImage | |
+ OpenFromImage(const ZImage &img, Sint16 x, Sint16 y, Sint16 w, Sint16 h) | ZE::ZImage | |
+ rAlpha | ZE::ZImage | [protected] |
+ Release() | ZE::ZImage | |
+ Reload() | ZE::ZImage | |
+ rEngine | ZE::ZImage | [protected] |
+ Resize(unsigned int width, unsigned int height) | ZE::ZImage | |
+ rHeight | ZE::ZImage | [protected] |
+ rImage | ZE::ZImage | [protected] |
+ rTexID | ZE::ZImage | [protected] |
+ rTexMaxX | ZE::ZImage | [protected] |
+ rTexMaxY | ZE::ZImage | [protected] |
+ rTexMinX | ZE::ZImage | [protected] |
+ rTexMinY | ZE::ZImage | [protected] |
+ rWidth | ZE::ZImage | [protected] |
+ SetAlpha(Uint8 alpha) | ZE::ZImage | |
+ SetColorKey(Uint8 red, Uint8 green, Uint8 blue) | ZE::ZImage | |
+ Stretch(float xFactor, float yFactor) | ZE::ZImage | |
+ Surface() const | ZE::ZImage | |
+ Width() const | ZE::ZImage | |
ZImage() | ZE::ZImage | |
ZImage(const ZImage &rhs) | ZE::ZImage | |
ZImage(string filename) | ZE::ZImage | |
ZImage(SDL_Surface *surface) | ZE::ZImage | |
ZImage(SDL_Surface *img, Sint16 x, Sint16 y, Sint16 w, Sint16 h) | ZE::ZImage | |
- ZObject() | ZE::ZObject | [inline] |
- ~ZImage() | ZE::ZImage | |
- ~ZObject() | ZE::ZObject | [inline, virtual] |
- Generated on Tue Jan 28 16:31:29 2003 for ZEngine by
+ ZImage(const ZImage &img, Sint16 x, Sint16 y, Sint16 w, Sint16 h) | ZE::ZImage | |
+ ~ZImage() | ZE::ZImage | [virtual] |
+ Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/classZE_1_1ZImage.html b/doc/html/classZE_1_1ZImage.html
index e12e6c2..db4233e 100644
--- a/doc/html/classZE_1_1ZImage.html
+++ b/doc/html/classZE_1_1ZImage.html
@@ -5,13 +5,11 @@
-Main Page Namespace List Class Hierarchy Compound List File List Namespace Members Compound Members File Members
+Main Page Namespace List Compound List File List Namespace Members Compound Members File Members
ZE::ZImage Class Reference#include <ZE_ZImage.h>
-Inherits ZE::ZObject.
-
List of all members.
Detailed Description
-ZImage image drawing class, class wraps common features of SDL_Surface. Inherited from ZObject.
+ZImage image drawing class, class wraps common features of SDL_Surface. Inherited from ZObject.
|
@@ -26,71 +24,82 @@ Inherits ZE::ZObject.
| Constructor to Construct from SDL_Surface*.
|
| ZImage (SDL_Surface *img, Sint16 x, Sint16 y, Sint16 w, Sint16 h) |
| Constructor to Construct from part of an SDL_Surface*.
|
- | ~ZImage () |
- | Destructor, frees memory.
|
-void | Open (string filename) |
- | Opens a file.
|
-void | OpenFromImage (SDL_Surface *img, Sint16 x, Sint16 y, Sint16 w, Sint16 h) |
- | Cuts part of an existing image to create the new image.
|
-void | Attach (SDL_Surface *surface) |
- | Attach an existing surface to class.
|
-void | Reload () |
- | Reattach a preloaded texture that has been lost.
|
-void | Release () |
- | Releases image.
|
-void | SetAlpha (Uint8 alpha) |
- | Set alpha value (translucency) of image.
|
-void | SetColorKey (Uint8 red, Uint8 green, Uint8 blue) |
- | Set Color Key (transparent color) of image.
|
-void | Flip (bool horizontal, bool vertical) |
- | Flip image over one or both axes.
|
-void | Stretch (float xFactor, float yFactor) |
- | Stretch the image by a certain X and Y factor.
|
-void | Resize (unsigned int width, unsigned int height) |
- | Resizes an image, stretching to new size.
|
-void | Bind () const |
- | OpenGL related bind call.
|
-void | Draw (float x, float y) const |
- | Draw Image to Screen.
|
-void | DrawRotated (int x, int y, float angle) const |
- | Draw Image rotated to screen.
|
-bool | IsLoaded () const |
- | Check if file is loaded.
|
-SDL_Surface * | Surface () const |
- | Get SDL_Surface. Get SDL_Surface pointer to actual image data.
|
-int | Width () const |
- | Get Width.
|
-int | Height () const |
- | Get Height.
|
-Uint8 | Alpha () const |
- | Get Alpha component.
|
+ | ZImage (const ZImage &img, Sint16 x, Sint16 y, Sint16 w, Sint16 h) |
+ | Constructor to Construct from part of another ZImage.
|
+virtual | ~ZImage () |
+ | Destructor, frees memory.
|
+void | Open (string filename) |
+ | Opens a file.
|
+void | OpenFromImage (SDL_Surface *img, Sint16 x, Sint16 y, Sint16 w, Sint16 h) |
+ | Cuts part of an existing image to create a new image.
|
+void | OpenFromImage (const ZImage &img, Sint16 x, Sint16 y, Sint16 w, Sint16 h) |
+ | Cuts part of an existing ZImage to create a new image.
|
+void | Attach (SDL_Surface *surface) |
+ | Attach an existing surface to class.
|
+void | Reload () |
+ | Reattach a preloaded texture that has been lost.
|
+void | Release () |
+ | Releases image.
|
+void | SetAlpha (Uint8 alpha) |
+ | Set alpha value (translucency) of image.
|
+void | SetColorKey (Uint8 red, Uint8 green, Uint8 blue) |
+ | Set Color Key (transparent color) of image.
|
+void | Flip (bool horizontal, bool vertical) |
+ | Flip image over one or both axes.
|
+void | Stretch (float xFactor, float yFactor) |
+ | Stretch the image by a certain X and Y factor.
|
+void | Resize (unsigned int width, unsigned int height) |
+ | Resizes an image, stretching to new size.
|
+void | Bind () const |
+ | OpenGL related bind call.
|
+void | Draw (int x, int y) const |
+ | Draw Image to Screen.
|
+void | Draw (float x, float y) const |
+ | Draw Image to Screen.
|
+void | DrawRotated (int x, int y, float angle) const |
+ | Draw Image rotated to screen.
|
+void | DrawRotated (float x, float y, float angle) const |
+ | Draw Image rotated to screen.
|
+bool | IsLoaded () const |
+ | Check if file is loaded.
|
+SDL_Surface * | Surface () const |
+ | Get SDL_Surface. Get SDL_Surface pointer to actual image data.
|
+int | Width () const |
+ | Get Width.
|
+int | Height () const |
+ | Get Height.
|
+Uint8 | Alpha () const |
+ | Get Alpha component.
|
Protected Attributes |
-
-GLfloat | rTexMinX |
+
+ZEngine * | rEngine |
+ | Pointer to ZEngine Object.
|
+
+GLfloat | rTexMinX |
| Texture lower X, used internally for flip.
|
-
-GLfloat | rTexMinY |
+
+GLfloat | rTexMinY |
| Texture lower Y, used internally for flip.
|
-
-GLfloat | rTexMaxX |
+
+GLfloat | rTexMaxX |
| Texture X width ratio, used internally by OpenGL.
|
-
-GLfloat | rTexMaxY |
+
+GLfloat | rTexMaxY |
| Texture Y width ratio, used internally by OpenGL.
|
-
-SDL_Surface * | rImage |
+
+SDL_Surface * | rImage |
| Stored texture for future use.
|
-
-unsigned int | rTexID |
+
+unsigned int | rTexID |
| Texture ID for OpenGL.
|
-
-unsigned int | rWidth |
+
+unsigned int | rWidth |
| Current draw width of Texture.
|
-
-unsigned int | rHeight |
+
+unsigned int | rHeight |
| Current draw height of Texture.
|
-
-Uint8 | rAlpha |
+
+Uint8 | rAlpha |
| Stored alpha value for drawing texture.
|
Constructor & Destructor Documentation
@@ -182,7 +191,7 @@ Creates one ZImage using another
-Constructor is same as calling ZImage::Open() on passed filename. - Parameters:
-
+Constructor is same as calling ZImage::Open() on passed filename.
- Parameters:
-
filename | File to open as rImage. |
@@ -216,7 +225,7 @@ Constructor is same as calling ZI
-Constructor is same as calling ZImage::Attach() on passed SDL_Surface*. - Parameters:
-
+Constructor is same as calling ZImage::Attach() on passed SDL_Surface*.
- Parameters:
-
surface | SDL_Surface* to use as rImage. |
@@ -277,7 +286,7 @@ Constructor is same as calling ZI
-Constructor is same as calling ZImage::OpenFromImage.
+Constructor is same as calling ZImage::OpenFromImage with an SDL_Surface*.
- Parameters:
-
@@ -291,17 +300,45 @@ Constructor is same as calling ZI
-
+
- ZE::ZImage::~ZImage |
+ ZE::ZImage::ZImage |
( |
- |
- ) |
- |
+ const ZImage & |
+ img, |
+
+
+ |
+ |
+ Sint16 |
+ x, |
+
+
+ |
+ |
+ Sint16 |
+ y, |
+
+
+ |
+ |
+ Sint16 |
+ w, |
+
+
+ |
+ |
+ Sint16 |
+ h |
+
+
+ |
+ ) |
+ |
@@ -316,11 +353,50 @@ Constructor is same as calling ZI
|
-Destructor calls ZImage::Release(). |
+Constructor is same as calling ZImage::OpenFromImage with a ZImage.
+
+ - Parameters:
-
+
+ img | Image to take new image from. |
+ x | X Coordinate in source of top left corner. |
+ y | Y Coordinate in source of top left corner. |
+ w | Width of new image. |
+ h | Height of new image. |
+
+
+
+
+
+
+
+
+
+
+
+ ZE::ZImage::~ZImage |
+ ( |
+ |
+ ) |
+ [virtual] |
+
+
+
+ |
+
+
+
Member Function Documentation
-
+
@@ -354,7 +430,7 @@ Open a file using ZEngine. Load
|
-
+
@@ -411,7 +487,7 @@ Cut part of an SDL_Surface to create a new Image.
- Parameters:
-
- img | Image to take new image from. |
+ img | SDL_Surface* to take new image from. |
x | X Coordinate in source of top left corner. |
y | Y Coordinate in source of top left corner. |
w | Width of new image. |
@@ -421,7 +497,74 @@ Cut part of an SDL_Surface to create a new Image.
-
+
+
+
+
+
+
+ void ZE::ZImage::OpenFromImage |
+ ( |
+ const ZImage & |
+ img, |
+
+
+ |
+ |
+ Sint16 |
+ x, |
+
+
+ |
+ |
+ Sint16 |
+ y, |
+
+
+ |
+ |
+ Sint16 |
+ w, |
+
+
+ |
+ |
+ Sint16 |
+ h |
+
+
+ |
+ ) |
+ |
+
+
+
+ |
+
+
+
+
+
+
+ |
+
+
+
+Cut part of another ZImage to create a new Image.
+
+ - Parameters:
-
+
+ img | ZImage to take new image from. |
+ x | X Coordinate in source of top left corner. |
+ y | Y Coordinate in source of top left corner. |
+ w | Width of new image. |
+ h | Height of new image. |
+
+
+ |
+
+
+
@@ -455,7 +598,7 @@ Attach a pointer to instance of ZIma
|
-
+
-
+
@@ -511,7 +654,7 @@ Attach loaded textures which have been lost due to loss of focus, should be call
Frees memory via call to SDL_FreeSurface for the image. |
-
+
@@ -546,7 +689,7 @@ Set translucency value 0-255 (0 is transparent, 255 = opaque). - <
|
-
+
@@ -597,7 +740,7 @@ Set color which will not be drawn in image. - Parameters:
|
-
+
@@ -641,7 +784,7 @@ Flip image vertical and/or horizontal. - Parameters:
|
-
+
@@ -685,7 +828,7 @@ Stretch image using a factor to multiply width and height by. -
|
-
+
@@ -729,7 +872,7 @@ Stretch image to new width and height. - Parameters:
|
-
+
@@ -757,7 +900,51 @@ Stretch image to new width and height. - Parameters:
|
-
+
+
+
+
+
+
+ void ZE::ZImage::Draw |
+ ( |
+ int |
+ x, |
+
+
+ |
+ |
+ int |
+ y |
+
+
+ |
+ ) |
+ const |
+
+
+
+ |
+
+
+
+
+
+
+ |
+
+
+
+Draw Image to screen at specified location. - Parameters:
-
+
+ x | X coord to draw Image to. |
+ y | Y coord to draw Image to. |
+
+
+ |
+
+
+
@@ -792,7 +979,8 @@ OpenGL related bind call, only available in case you want to bind image in 3D. D
|
-Draw Image to screen at specified location. - Parameters:
-
+Draw Image to screen at specified location.
- Since:
- 0.8.3
+- Parameters:
-
x | X coord to draw Image to. |
y | Y coord to draw Image to. |
@@ -801,7 +989,7 @@ Draw Image to screen at specified location. - Parameters:
-
+
@@ -852,7 +1040,59 @@ Image is rotated about it's own center by specified angle, then drawn to screen.
|
-
+
+
+
+
+
+
+ void ZE::ZImage::DrawRotated |
+ ( |
+ float |
+ x, |
+
+
+ |
+ |
+ float |
+ y, |
+
+
+ |
+ |
+ float |
+ angle |
+
+
+ |
+ ) |
+ const |
+
+
+
+ |
+
+
+
+
+
+
+ |
+
+
+
+Image is rotated about it's own center by specified angle, then drawn to screen. - Since:
- 0.8.3
+- Parameters:
-
+
+ x | X coord to draw Image to. |
+ y | Y coord to draw Image to. |
+ angle | Angle in degrees to rotate image. |
+
+
+ |
+
+
+
@@ -881,7 +1121,7 @@ Check if surface is a valid GL texture. (does not detect surface loss)
|
-
+
@@ -910,7 +1150,7 @@ Check if surface is a valid GL texture. (does not detect surface loss)
|
-
+
@@ -939,7 +1179,7 @@ Get Current Width of Image. - Returns:
- Image Width.
|
-
+
@@ -968,7 +1208,7 @@ Get Current Height of Image. - Returns:
- Image Heigh
|
-
+
@@ -1000,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 Tue Jan 28 16:31:29 2003 for ZEngine by
+ Generated on Sun Apr 27 14:53:40 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 b3ab12b..52e4ce8 100644
--- a/doc/html/classZE_1_1ZMusic-members.html
+++ b/doc/html/classZE_1_1ZMusic-members.html
@@ -5,7 +5,7 @@
-Main Page Namespace List Class Hierarchy Compound List File List Namespace Members Compound Members File Members
+Main Page Namespace List Compound List File List Namespace Members Compound Members File Members
ZE::ZMusic Member ListThis is the complete list of members for ZE::ZMusic, including all inherited members. Generated on Tue Jan 28 16:31:29 2003 for ZEngine by
+ ~ZMusic() | ZE::ZMusic | [virtual] |
+
| Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/classZE_1_1ZMusic.html b/doc/html/classZE_1_1ZMusic.html
index 4d228ad..eac214e 100644
--- a/doc/html/classZE_1_1ZMusic.html
+++ b/doc/html/classZE_1_1ZMusic.html
@@ -5,13 +5,11 @@
-Main Page Namespace List Class Hierarchy Compound List File List Namespace Members Compound Members File Members
+Main Page Namespace List Compound List File List Namespace Members Compound Members File Members
ZE::ZMusic Class Reference#include <ZE_ZMusic.h>
-Inherits ZE::ZObject.
-
List of all members.
Detailed Description
-ZMusic music class, class wraps common features for SDL_Mixer's Mix_Music. Inherited from ZObject.
+ZMusic music class, class wraps common features for SDL_Mixer's Mix_Music. Inherited from ZObject.
|
@@ -20,7 +18,7 @@ Inherits ZE::ZObject.
| Default Constructor.
|
| ZMusic (string filename) |
| Constructor that opens a music file.
|
- | ~ZMusic () |
+virtual | ~ZMusic () |
| Destructor, frees memory.
|
void | Open (string filename) |
| Opens a music file.
|
@@ -51,8 +49,11 @@ Inherits ZE::ZObject.
const int LoopInfinite |
| Static Variable For Infinite loop of sound. (Defined as -1).
|
Protected Attributes |
-
-Mix_Music * | rMusic |
+
+ZEngine * | rEngine |
+ | Pointer to ZEngine Object.
|
+
+Mix_Music * | rMusic |
| Pointer to music data.
|
Constructor & Destructor Documentation
@@ -124,11 +125,11 @@ Constructor simply calls ZMusic::
- ZE::ZMusic::~ZMusic |
+ virtual ZE::ZMusic::~ZMusic |
( |
|
) |
- |
+ [virtual] |
@@ -523,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 Tue Jan 28 16:31:29 2003 for ZEngine by
+ Generated on Sun Apr 27 14:53:40 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 a6d0358..7b9a049 100644
--- a/doc/html/classZE_1_1ZRect-members.html
+++ b/doc/html/classZE_1_1ZRect-members.html
@@ -5,36 +5,38 @@
-Main Page Namespace List Class Hierarchy Compound List File List Namespace Members Compound Members File Members
+Main Page Namespace List Compound List File List Namespace Members Compound Members File Members
ZE::ZRect Member ListThis is the complete list of members for ZE::ZRect, including all inherited members.
- Bottom() const | ZE::ZRect | |
- Contains(float x, float y) const | ZE::ZRect | |
- Contains(const ZRect &rect) const | ZE::ZRect | |
- Draw(Uint8 red, Uint8 green, Uint8 blue, Uint8 alpha=255) const | ZE::ZRect | |
- Height() const | ZE::ZRect | |
- Intersection(const ZRect &rect) const | ZE::ZRect | |
- Intersects(const ZRect &rect) const | ZE::ZRect | |
- Left() const | ZE::ZRect | |
- Move(float x, float y) | ZE::ZRect | |
- MoveRel(float xMove, float yMove) | ZE::ZRect | |
- operator<(const ZRect &rhs) const | ZE::ZRect | |
- operator=(const ZRect &rhs) | ZE::ZRect | |
- Resize(float width, float height) | ZE::ZRect | |
- ResizeRel(float widthChange, float heightChange) | ZE::ZRect | |
+ Bottom() const | ZE::ZRect | |
+ Contains(float x, float y) const | ZE::ZRect | |
+ Contains(const ZRect &rect) const | ZE::ZRect | |
+ Draw(Uint8 red, Uint8 green, Uint8 blue, Uint8 alpha=255) const | ZE::ZRect | |
+ Height() const | ZE::ZRect | |
+ Intersection(const ZRect &rect) const | ZE::ZRect | |
+ Intersects(const ZRect &rect) const | ZE::ZRect | |
+ Left() const | ZE::ZRect | |
+ Move(float x, float y) | ZE::ZRect | |
+ MoveRel(float xMove, float yMove) | ZE::ZRect | |
+ operator<(const ZRect &rhs) const | ZE::ZRect | |
+ operator=(const ZRect &rhs) | ZE::ZRect | |
+ Resize(float width, float height) | ZE::ZRect | |
+ ResizeRel(float widthChange, float heightChange) | ZE::ZRect | |
rHeight | ZE::ZRect | [protected] |
- Right() const | ZE::ZRect | |
+ Right() const | ZE::ZRect | |
rWidth | ZE::ZRect | [protected] |
rX | ZE::ZRect | [protected] |
rY | ZE::ZRect | [protected] |
- SDLrect() const | ZE::ZRect | |
- Top() const | ZE::ZRect | |
- Width() const | ZE::ZRect | |
- X() const | ZE::ZRect | |
- Y() const | ZE::ZRect | |
+ SDLrect() const | ZE::ZRect | |
+ Top() const | ZE::ZRect | |
+ Width() const | ZE::ZRect | |
+ X() const | ZE::ZRect | |
+ Y() const | ZE::ZRect | |
ZRect() | ZE::ZRect | |
ZRect(float x, float y, float width, float height) | ZE::ZRect | |
- ZRect(const ZRect &rhs) | ZE::ZRect | |
- Generated on Tue Jan 28 16:31:29 2003 for ZEngine by
+ ZRect(const SDL_Rect &rect) | ZE::ZRect | |
+ ZRect(const ZRect &rhs) | ZE::ZRect | |
+ ~ZRect() | ZE::ZRect | [virtual] |
+
|
|
|
| Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/classZE_1_1ZRect.html b/doc/html/classZE_1_1ZRect.html
index dd7a707..60dda12 100644
--- a/doc/html/classZE_1_1ZRect.html
+++ b/doc/html/classZE_1_1ZRect.html
@@ -5,7 +5,7 @@
-Main Page Namespace List Class Hierarchy Compound List File List Namespace Members Compound Members File Members
+Main Page Namespace List Compound List File List Namespace Members Compound Members File Members
ZE::ZRect Class Reference#include <ZE_ZRect.h>
List of all members.
Detailed Description
@@ -18,48 +18,52 @@
| Default constructor for ZRect.
|
| ZRect (float x, float y, float width, float height) |
| Constructor for ZRect that takes inital values.
|
- | ZRect (const ZRect &rhs) |
- | Copy constructor for ZRect.
|
-const ZRect & | operator= (const ZRect &rhs) |
- | Overload for = operator with ZRect.
|
-bool | operator< (const ZRect &rhs) const |
- | Overload for < operator with ZRect, based upon location then size.
|
-void | Draw (Uint8 red, Uint8 green, Uint8 blue, Uint8 alpha=255) const |
- | Draw rectangle. (filled).
|
-void | Move (float x, float y) |
- | Changes the location of the rectangle.
|
-void | MoveRel (float xMove, float yMove) |
- | Changes the location of the rectangle based upon the current location.
|
-void | Resize (float width, float height) |
- | Resize rectangle.
|
-void | ResizeRel (float widthChange, float heightChange) |
- | Grows or shrinks current rectangle.
|
-bool | Intersects (const ZRect &rect) const |
- | Check if one ZRect intersects another.
|
-bool | Contains (float x, float y) const |
- | Check if a rectangle contains a given point.
|
-bool | Contains (const ZRect &rect) const |
- | Check if a rectangle contains a given point.
|
-ZRect | Intersection (const ZRect &rect) const |
- | Finds intersection of two rectangles.
|
-SDL_Rect | SDLrect () const |
- | Returns an SDL_Rect representing the rectangle.
|
-float | X () const |
- | Returns X Location.
|
-float | Y () const |
- | Returns Y Location.
|
-float | Left () const |
- | Return position of left side.
|
-float | Right () const |
- | Return position of right side.
|
-float | Top () const |
- | Return position of top side.
|
-float | Bottom () const |
- | Return position of bottom side.
|
-float | Width () const |
- | Returns Width.
|
-float | Height () const |
- | Returns Height.
|
+ | ZRect (const SDL_Rect &rect) |
+ | Constructor for ZRect that uses an SDL_Rect.
|
+ | ZRect (const ZRect &rhs) |
+ | Copy constructor for ZRect.
|
+const ZRect & | operator= (const ZRect &rhs) |
+ | Overload for = operator with ZRect.
|
+virtual | ~ZRect () |
+ | Virtual Destructor.
|
+bool | operator< (const ZRect &rhs) const |
+ | Overload for < operator with ZRect, based upon location then size.
|
+void | Draw (Uint8 red, Uint8 green, Uint8 blue, Uint8 alpha=255) const |
+ | Draw rectangle. (filled).
|
+void | Move (float x, float y) |
+ | Changes the location of the rectangle.
|
+void | MoveRel (float xMove, float yMove) |
+ | Changes the location of the rectangle based upon the current location.
|
+void | Resize (float width, float height) |
+ | Resize rectangle.
|
+void | ResizeRel (float widthChange, float heightChange) |
+ | Grows or shrinks current rectangle.
|
+bool | Intersects (const ZRect &rect) const |
+ | Check if one ZRect intersects another.
|
+bool | Contains (float x, float y) const |
+ | Check if a rectangle contains a given point.
|
+bool | Contains (const ZRect &rect) const |
+ | Check if a rectangle contains a given point.
|
+ZRect | Intersection (const ZRect &rect) const |
+ | Finds intersection of two rectangles.
|
+SDL_Rect | SDLrect () const |
+ | Returns an SDL_Rect representing the rectangle.
|
+float | X () const |
+ | Returns X Location.
|
+float | Y () const |
+ | Returns Y Location.
|
+float | Left () const |
+ | Return position of left side.
|
+float | Right () const |
+ | Return position of right side.
|
+float | Top () const |
+ | Return position of top side.
|
+float | Bottom () const |
+ | Return position of bottom side.
|
+float | Width () const |
+ | Returns Width.
|
+float | Height () const |
+ | Returns Height.
|
Protected Attributes |
float | rX |
@@ -162,6 +166,40 @@ Constructor for ZRect that takes
|
+
+
+
+
+
+ ZE::ZRect::ZRect |
+ ( |
+ const SDL_Rect & |
+ rect |
+ ) |
+ |
+
+
+
+ |
+
+
+
+
+
+
+ |
+
+
+
+Constructor for ZRect that initializes from an SDL_Rect. - Parameters:
-
+
+ rect | SDL_Rect to intialize from. |
+
+
+ |
+
+
+
@@ -195,8 +233,36 @@ Takes a ZRect and constructs a ne
|
+
+
+
+
+
+
+ ZE::ZRect::~ZRect |
+ ( |
+ |
+ ) |
+ [virtual] |
+
+
+
+ |
+
+
+
+
+
+
+ |
+
+
+
+Virtual destructor making future inheritance safe. |
+
+
Member Function Documentation
-
+
@@ -231,7 +297,7 @@ Copies all values from one ZRect
|
-
+
@@ -266,7 +332,7 @@ Rectangles are sorted by y value, followed by x value, if they start at the same
|
-
+
@@ -324,7 +390,7 @@ Draw the ZRect, this function is
|
-
+
@@ -368,7 +434,7 @@ Changes the current x,y position of the rectangle. - Parameters
|
-
+
@@ -412,7 +478,7 @@ Changes the current x,y position of the rectangle relative to the current locati
|
-
+
@@ -456,7 +522,7 @@ Changes the current width and height of the rectangle. - Parame
|
-
+
@@ -500,7 +566,7 @@ Changes the current width and height of the rectangle based upon current values.
|
-
+
@@ -535,7 +601,7 @@ Checks for overlap and returns boolean value based on if overlap exists.
|
-
+
@@ -580,7 +646,7 @@ Checks point against boundaries of rectangle and returns result. -
|
-
+
@@ -615,7 +681,7 @@ Checks point against boundaries of rectangle and returns result. -
|
-
+
@@ -650,7 +716,7 @@ Checks for intersection, and returns rectangle where the two rectangles intersec
|
-
+
@@ -679,7 +745,7 @@ Makes a SDL_Rect representing the rectangle, for use where functions require an
|
-
+
@@ -708,7 +774,7 @@ Access private X location member. - Returns:
- Value
|
-
+
@@ -737,7 +803,7 @@ Access private Y location member. - Returns:
- Value
|
-
+
@@ -766,7 +832,7 @@ Find X position of left side of rectangle. - Returns:
<
|
-
+
@@ -795,7 +861,7 @@ Find X position of right side of rectangle. - Returns:
|
-
+
@@ -824,7 +890,7 @@ Find Y position of top side of rectangle. - Returns:
|
-
+
@@ -853,7 +919,7 @@ Find Y position of left side of rectangle. - Returns:
<
|
-
+
@@ -882,7 +948,7 @@ Access private width member. - Returns:
- Value of mW
|
-
+
@@ -913,7 +979,7 @@ Access private height member. - Returns:
- Value of m
|
The documentation for this class was generated from the following files:
- Generated on Tue Jan 28 16:31:29 2003 for ZEngine by
+ Generated on Sun Apr 27 14:53:40 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 79e9179..e047969 100644
--- a/doc/html/classZE_1_1ZSound-members.html
+++ b/doc/html/classZE_1_1ZSound-members.html
@@ -5,7 +5,7 @@
-Main Page Namespace List Class Hierarchy Compound List File List Namespace Members Compound Members File Members
+Main Page Namespace List Compound List File List Namespace Members Compound Members File Members
ZE::ZSound Member ListThis is the complete list of members for ZE::ZSound, including all inherited members. Generated on Tue Jan 28 16:31:29 2003 for ZEngine by
+ ~ZSound() | ZE::ZSound | [virtual] |
+ Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/classZE_1_1ZSound.html b/doc/html/classZE_1_1ZSound.html
index 5c75bd8..c93398e 100644
--- a/doc/html/classZE_1_1ZSound.html
+++ b/doc/html/classZE_1_1ZSound.html
@@ -5,13 +5,11 @@
-Main Page Namespace List Class Hierarchy Compound List File List Namespace Members Compound Members File Members
+Main Page Namespace List Compound List File List Namespace Members Compound Members File Members
ZE::ZSound Class Reference#include <ZE_ZSound.h>
-Inherits ZE::ZObject.
-
List of all members.
Detailed Description
-ZSound music class, class wraps common features for SDL_Mixer's Mix_Chunk. Inherited from ZObject.
+ZSound music class, class wraps common features for SDL_Mixer's Mix_Chunk. Inherited from ZObject.
|
@@ -20,7 +18,7 @@ Inherits ZE::ZObject.
| Default Constructor.
|
| ZSound (string filename) |
| Constructor that opens a sound effect file.
|
- | ~ZSound () |
+virtual | ~ZSound () |
| Destructor, frees memory.
|
void | Open (string filename) |
| Opens a sound effect file.
|
@@ -49,11 +47,14 @@ Inherits ZE::ZObject.
const int LoopInfinite |
| Static Variable For Infinite loop of sound. (Defined as -1).
|
Protected Attributes |
-
-Mix_Chunk * | rSound |
+
+ZEngine * | rEngine |
+ | Pointer to ZEngine Object.
|
+
+Mix_Chunk * | rSound |
| Pointer to music data.
|
-
-int | rChannelID |
+
+int | rChannelID |
| Channel ID Number from SDL_Mixer.
|
Constructor & Destructor Documentation
@@ -125,11 +126,11 @@ Constructor simply calls ZSound::
- ZE::ZSound::~ZSound |
+ virtual ZE::ZSound::~ZSound |
( |
|
) |
- |
+ [virtual] |
@@ -496,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 Tue Jan 28 16:31:29 2003 for ZEngine by
+ Generated on Sun Apr 27 14:53:40 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 c2dcc0b..6866c7c 100644
--- a/doc/html/classZE_1_1ZTimer-members.html
+++ b/doc/html/classZE_1_1ZTimer-members.html
@@ -5,23 +5,22 @@
-Main Page Namespace List Class Hierarchy Compound List File List Namespace Members Compound Members File Members
+Main Page Namespace List Compound List File List Namespace Members Compound Members File Members
ZE::ZTimer Member ListThis is the complete list of members for ZE::ZTimer, including all inherited members. Generated on Tue Jan 28 16:31:29 2003 for ZEngine by
+ ~ZTimer() | ZE::ZTimer | [virtual] |
+ Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/classZE_1_1ZTimer.html b/doc/html/classZE_1_1ZTimer.html
index 5e7ff39..3fc9b6b 100644
--- a/doc/html/classZE_1_1ZTimer.html
+++ b/doc/html/classZE_1_1ZTimer.html
@@ -5,44 +5,47 @@
-Main Page Namespace List Class Hierarchy Compound List File List Namespace Members Compound Members File Members
+Main Page Namespace List Compound List File List Namespace Members Compound Members File Members
ZE::ZTimer Class Reference#include <ZE_ZTimer.h>
-Inherits ZE::ZObject.
-
List of all members.
Detailed Description
-ZTimer timing class, class wraps common features of SDL timer. Inherited from ZObject and tied to ZEngine main timer.
+ZTimer timing class, class wraps common features of SDL timer. Inherited from ZObject and tied to ZEngine main timer.
Constructor & Destructor Documentation
@@ -80,6 +83,34 @@ Sets TimePaused to current ZEngine<
|
+
+
+
+
+
+
+ ZE::ZTimer::~ZTimer |
+ ( |
+ |
+ ) |
+ [virtual] |
+
+
+
+ |
+
+
+
+
+
+
+ |
+
+
+
+Virtual destructor making future inheritance safe. |
+
+
Member Function Documentation
@@ -110,7 +141,7 @@ Protected method to get time from whichever timer is parent. -
-
+
@@ -138,7 +169,7 @@ Protected method to get time from whichever timer is parent. -
Set Timer back to Zero, will also unpause timer if it was paused.
|
-
+
@@ -166,7 +197,7 @@ Set Timer back to Zero, will also unpause timer if it was paused. |
Pause the timer if it is unpaused.
-
+
@@ -194,7 +225,7 @@ Pause the timer if it is unpaused. |
Unpause the timer if it is paused.
-
+
@@ -223,7 +254,7 @@ Get current time accounting for time paused. - Returns:
|
-
+
@@ -254,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 Tue Jan 28 16:31:29 2003 for ZEngine by
+ Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/files.html b/doc/html/files.html
index 04a4761..527faee 100644
--- a/doc/html/files.html
+++ b/doc/html/files.html
@@ -5,25 +5,27 @@
-Main Page Namespace List Class Hierarchy Compound List File List Namespace Members Compound Members File Members
+Main Page Namespace List Compound List File List Namespace Members Compound Members File Members
ZEngine File ListHere is a list of all documented files with brief descriptions:
- Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
+ Generated on Sun Apr 27 14:53:39 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/functions.html b/doc/html/functions.html
index b70254a..cfc4baa 100644
--- a/doc/html/functions.html
+++ b/doc/html/functions.html
@@ -5,7 +5,7 @@
-Main Page Namespace List Class Hierarchy Compound List File List Namespace Members Compound Members File Members
+Main Page Namespace List Compound List File List Namespace Members Compound Members File Members
ZEngine Compound Members
a | b | c | d | e | f | g | h | i | k | l | m | o | p | q | r | s | t | u | v | w | x | y | z | ~
@@ -13,25 +13,25 @@
Here is a list of all documented class members with links to the class documentation for each member:
+: ZE::ZImage- Attach()
+: ZE::ZImage
- d -
@@ -40,53 +40,54 @@ Here is a list of all documented class members with links to the class documenta
: ZE::ZEngine - DestroyStringTable()
: ZE::ZError
- Display()
: ZE::ZEngine
- Draw()
-: ZE::ZRect, ZE::ZImage
- DrawRotated()
-: ZE::ZImage
- DrawShadedText()
+: ZE::ZRect, ZE::ZImage
- DrawRotated()
+: ZE::ZImage
- DrawShadedText()
: ZE::ZFont
- DrawText()
: ZE::ZFont
+: ZE::ZConfigFile
- ImagesNeedReload()
: ZE::ZEngine
- Initialized()
: ZE::ZEngine
- Intersection()
-: ZE::ZRect
- Intersects()
-: ZE::ZRect
- IsActive()
+: ZE::ZRect
- Intersects()
+: ZE::ZRect
- IsActive()
: ZE::ZEngine
- IsBold()
: ZE::ZFont
- IsFullscreen()
: ZE::ZEngine
- IsItalic()
: ZE::ZFont
- IsLoaded()
-: ZE::ZSound, ZE::ZMusic, ZE::ZImage, ZE::ZFont
- IsPaused()
-: ZE::ZTimer, ZE::ZSound, ZE::ZMusic, ZE::ZEngine
- IsPlaying()
+: ZE::ZSound, ZE::ZMusic, ZE::ZImage, ZE::ZFont
- IsPaused()
+: ZE::ZTimer, ZE::ZSound, ZE::ZMusic, ZE::ZEngine
- IsPlaying()
: ZE::ZSound, ZE::ZMusic
- IsUnderlined()
: ZE::ZFont
- k -
@@ -98,64 +99,62 @@ Here is a list of all documented class members with links to the class documenta
+: ZE::ZSound, ZE::ZMusic, ZE::ZImage, ZE::ZFont - OpenFromImage()
+: ZE::ZImage
- operator<()
+: ZE::ZRect
- operator=()
+: ZE::ZRect
@@ -166,83 +165,85 @@ Here is a list of all documented class members with links to the class documenta
- rAlpha
-: ZE::ZImage
- rBGColor
-: ZE::ZFont
- RButtonPressed()
+: ZE::ZImage
- rBGColor
+: ZE::ZFont
- RButtonPressed()
: ZE::ZEngine
- rChannelID
-: ZE::ZSound
- rCode
+: ZE::ZSound
- rCode
: ZE::ZError
- rColor
-: ZE::ZFont
- rDescription
+: ZE::ZFont
- rDescription
: ZE::ZError
- Release()
-: ZE::ZSound, ZE::ZMusic, ZE::ZImage, ZE::ZFont
- ReleaseInstance()
+: ZE::ZSound, ZE::ZMusic, ZE::ZImage, ZE::ZFont
- ReleaseInstance()
: ZE::ZEngine
- Reload()
-: ZE::ZImage
- rEngine
-: ZE::ZObject
- ReportError()
+: ZE::ZImage
- rEngine
+: ZE::ZTimer, ZE::ZSound, ZE::ZMusic, ZE::ZImage, ZE::ZFont
- ReportError()
: ZE::ZEngine
- RequestQuit()
: ZE::ZEngine
- Reset()
-: ZE::ZTimer
- Resize()
-: ZE::ZRect, ZE::ZImage, ZE::ZFont
- ResizeRel()
-: ZE::ZRect
- Rewind()
-: ZE::ZMusic
- rFilename
-: ZE::ZFont, ZE::ZError
- rFont
-: ZE::ZFont
- rHeight
-: ZE::ZRect, ZE::ZImage
- Right()
-: ZE::ZRect
- rImage
-: ZE::ZImage
- rLastPause
-: ZE::ZTimer
- rLine
+: ZE::ZTimer
- Resize()
+: ZE::ZRect, ZE::ZImage, ZE::ZFont
- ResizeRel()
+: ZE::ZRect
- Rewind()
+: ZE::ZMusic
- rFileLayout
+: ZE::ZConfigFile
- rFilename
+: ZE::ZFont, ZE::ZError, ZE::ZConfigFile
- rFont
+: ZE::ZFont
- rHeight
+: ZE::ZRect, ZE::ZImage
- Right()
+: ZE::ZRect
- rImage
+: ZE::ZImage
- rLastPause
+: ZE::ZTimer
- rLine
: ZE::ZError
- rMusic
-: ZE::ZMusic
- rPaused
-: ZE::ZTimer
- rPausedTime
-: ZE::ZTimer
- rSound
-: ZE::ZSound
- rTexID
-: ZE::ZImage
- rTexMaxX
-: ZE::ZImage
- rTexMaxY
-: ZE::ZImage
- rTexMinX
-: ZE::ZImage
- rTexMinY
-: ZE::ZImage
- rUseZEngine
-: ZE::ZTimer
- rWidth
-: ZE::ZRect, ZE::ZImage
- rX
+: ZE::ZMusic
- rPaused
+: ZE::ZTimer
- rPausedTime
+: ZE::ZTimer
- rSound
+: ZE::ZSound
- rTexID
+: ZE::ZImage
- rTexMaxX
+: ZE::ZImage
- rTexMaxY
+: ZE::ZImage
- rTexMinX
+: ZE::ZImage
- rTexMinY
+: ZE::ZImage
- rUseZEngine
+: ZE::ZTimer
- rWidth
+: ZE::ZRect, ZE::ZImage
- rX
: ZE::ZRect
- rY
: ZE::ZRect
+: ZE::ZImage
+: ZE::ZRect
- v -
@@ -255,16 +256,16 @@ Here is a list of all documented class members with links to the class documenta
+: ZE::ZRect
+: ZE::ZRect
- Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
+: ZE::ZImage- ~ZMusic()
+: ZE::ZMusic
- ~ZRect()
+: ZE::ZRect
- ~ZSound()
+: ZE::ZSound
- ~ZTimer()
+: ZE::ZTimer
+
Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/globals.html b/doc/html/globals.html
index 46f36e6..1597ce8 100644
--- a/doc/html/globals.html
+++ b/doc/html/globals.html
@@ -5,9 +5,9 @@
-Main Page Namespace List Class Hierarchy Compound List File List Namespace Members Compound Members File Members
+Main Page Namespace List Compound List File List Namespace Members Compound Members File Members
ZEngine File Members
-f | u | v
+f | m | u | v | z
Here is a list of all documented file members with links to the documentation: - f -
@@ -17,17 +17,25 @@ Here is a list of all documented file members with links to the documentation:ZE_Utility.h- FreeMusic
: ZE_Utility.h
- FreeSound
: ZE_Utility.h
+
+: ZE_Defines.h
- USE_SDL_MIXER
+: ZE_Defines.h
- USE_SDL_TTF
+: ZE_Defines.h
-
Generated on Tue Jan 28 16:31:29 2003 for ZEngine by
+: ZE_Defines.h
+
+ Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/index.html b/doc/html/index.html
index 1715e24..7d20909 100644
--- a/doc/html/index.html
+++ b/doc/html/index.html
@@ -5,12 +5,12 @@
-Main Page Namespace List Class Hierarchy Compound List File List Namespace Members Compound Members File Members
+Main Page Namespace List Compound List File List Namespace Members Compound Members File Members
ZEngine Documentation
- 0.8.2- Author:
- James Turk
-- Version:
- 0.8.2
-- Date:
- January 28, 2003
+0.8.3- Author:
- James Turk
+- Version:
- 0.8.3
+- Date:
- April 27, 2003
About ZEngine
@@ -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
- Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
+ Kevin Watters kwatters@adelphia.net - Fix to ZImage::SetColorKey<br> Generated on Sun Apr 27 14:53:39 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/namespaceZE.html b/doc/html/namespaceZE.html
index 49fd3a5..8d367a4 100644
--- a/doc/html/namespaceZE.html
+++ b/doc/html/namespaceZE.html
@@ -5,7 +5,7 @@
-Main Page Namespace List Class Hierarchy Compound List File List Namespace Members Compound Members File Members
+Main Page Namespace List Compound List File List Namespace Members Compound Members File Members
ZE Namespace Reference
Detailed Description
Namespace for ZEngine classes and utility functions.
@@ -32,8 +32,6 @@ Namespace for ZEngine classes a
| ZImage class for basic Image use. More...
|
class | ZMusic |
| ZMusic class for playing full length music (eg. ogg or wav). More...
|
-class | ZObject |
- | ZObject base class for other ZEngine objects. More...
|
class | ZRect |
| ZEngine class for simplified rectangle use. More...
|
class | ZSound |
@@ -41,34 +39,39 @@ Namespace for ZEngine classes a
class | ZTimer |
| ZTimer class for Timer use. More...
|
Enumerations |
-enum | ZErrorCode {
- ZERR_NONE,
-ZERR_SDL_INTERNAL,
-ZERR_SDL_INIT,
-ZERR_MIX_INIT,
+ | enum | ZErrorCode {
+ ZERR_NONE,
+ZERR_SDL_INTERNAL,
+ZERR_SDL_INIT,
+ZERR_MIX_INIT,
- ZERR_TTF_INIT,
-ZERR_VIDMODE,
-ZERR_LOAD_IMAGE,
-ZERR_LOAD_SOUND,
+ ZERR_TTF_INIT,
+ZERR_NET_INIT,
+ZERR_VIDMODE,
+ZERR_LOAD_IMAGE,
- ZERR_LOAD_MUSIC,
-ZERR_LOAD_FONT,
-ZERR_NOIMAGE,
-ZERR_NOSOUND,
+ ZERR_LOAD_SOUND,
+ZERR_LOAD_MUSIC,
+ZERR_LOAD_FONT,
+ZERR_NOIMAGE,
- ZERR_NOMUSIC,
-ZERR_NOFONT,
-ZERR_LAST
+ ZERR_NOSOUND,
+ZERR_NOMUSIC,
+ZERR_NOFONT,
+ZERR_NOSOCKET,
+
+ ZERR_NET_CLIENT,
+ZERR_NET_SERVER,
+ZERR_LAST
} |
- | Enumeration of ZEngine error codes. More...
|
+ | Enumeration of ZEngine error codes. More...
|
Functions |
-string | FormatStr (const char *fmtstr,...) |
- | Parses a string and interprets variable arguments, similar to sprintf.
|
+string | FormatStr (const char *fmtstr,...) |
+ | Parses a string and interprets variable arguments, similar to sprintf.
|
Enumeration Type Documentation
-
+
@@ -89,35 +92,43 @@ Namespace for ZEngine classes a
All the error codes currently possibly by ZEngine, note that ZERR_LAST is not used as an error code, but instead as a range check on the others. - Enumeration values:
-
-ZERR_NONE |
+ | ZERR_NONE |
No error has occured. |
-ZERR_SDL_INTERNAL |
+ | ZERR_SDL_INTERNAL |
Error internal to SDL has occured, usually more detail is given by SDL. |
-ZERR_SDL_INIT |
+ | ZERR_SDL_INIT |
Error Initializing SDL. |
-ZERR_MIX_INIT |
+ | ZERR_MIX_INIT |
Error Initializing SDL_mixer. |
-ZERR_TTF_INIT |
+ | ZERR_TTF_INIT |
Error Initializing SDL_ttf. |
-ZERR_VIDMODE |
+ | ZERR_NET_INIT |
+Error Initializing SDL_net. |
+ZERR_VIDMODE |
Error setting up the display. |
-ZERR_LOAD_IMAGE |
+ | ZERR_LOAD_IMAGE |
Error loading an image. |
-ZERR_LOAD_SOUND |
+ | ZERR_LOAD_SOUND |
Error loading a sound sample. |
-ZERR_LOAD_MUSIC |
+ | ZERR_LOAD_MUSIC |
Error loading music. |
-ZERR_LOAD_FONT |
+ | ZERR_LOAD_FONT |
Error loading a font. |
-ZERR_NOIMAGE |
+ | ZERR_NOIMAGE |
Error trying to use a ZImage without properly loading an image. |
-ZERR_NOSOUND |
+ | ZERR_NOSOUND |
Error trying to use a ZSound without properly loading a sound. |
-ZERR_NOMUSIC |
+ | ZERR_NOMUSIC |
Error trying to use a ZMusic without properly loading music. |
-ZERR_NOFONT |
+ | ZERR_NOFONT |
Error trying to use a ZFont without properly loading a font. |
-ZERR_LAST |
+ | ZERR_NOSOCKET |
+Error trying to use a ZClient without having an open socket. |
+ZERR_NET_CLIENT |
+Error using SDL_net in ZClient. |
+ZERR_NET_SERVER |
+Error using SDL_net in ZClient. |
+ZERR_LAST |
Value used as range index, not a valid error code. |
@@ -125,7 +136,7 @@ Value used as range index, not a valid error code. |
Function Documentation
-
+
@@ -170,7 +181,7 @@ Takes identifiers out of fmtstr and parses them, replacing them with coorespond
|
- Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
+ Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/namespacemembers.html b/doc/html/namespacemembers.html
index 004d718..43a7483 100644
--- a/doc/html/namespacemembers.html
+++ b/doc/html/namespacemembers.html
@@ -5,7 +5,7 @@
-Main Page Namespace List Class Hierarchy Compound List File List Namespace Members Compound Members File Members
+Main Page Namespace List Compound List File List Namespace Members Compound Members File Members
ZEngine Namespace Members
f | z
@@ -13,27 +13,31 @@
Here is a list of all documented namespace members with links to the namespaces they belong to:
+: ZE
- ZERR_LAST
-: ZE
- ZERR_LOAD_FONT
-: ZE
- ZERR_LOAD_IMAGE
-: ZE
- ZERR_LOAD_MUSIC
-: ZE
- ZERR_LOAD_SOUND
-: ZE
- ZERR_MIX_INIT
-: ZE
- ZERR_NOFONT
-: ZE
- ZERR_NOIMAGE
-: ZE
- ZERR_NOMUSIC
-: ZE
- ZERR_NONE
-: ZE
- ZERR_NOSOUND
-: ZE
- ZERR_SDL_INIT
-: ZE
- ZERR_SDL_INTERNAL
-: ZE
- ZERR_TTF_INIT
-: ZE
- ZERR_VIDMODE
-: ZE
- ZErrorCode
-: ZE
- Generated on Tue Jan 28 16:31:29 2003 for ZEngine by
+: ZE- ZERR_LOAD_FONT
+: ZE
- ZERR_LOAD_IMAGE
+: ZE
- ZERR_LOAD_MUSIC
+: ZE
- ZERR_LOAD_SOUND
+: ZE
- ZERR_MIX_INIT
+: ZE
- ZERR_NET_CLIENT
+: ZE
- ZERR_NET_INIT
+: ZE
- ZERR_NET_SERVER
+: ZE
- ZERR_NOFONT
+: ZE
- ZERR_NOIMAGE
+: ZE
- ZERR_NOMUSIC
+: ZE
- ZERR_NONE
+: ZE
- ZERR_NOSOCKET
+: ZE
- ZERR_NOSOUND
+: ZE
- ZERR_SDL_INIT
+: ZE
- ZERR_SDL_INTERNAL
+: ZE
- ZERR_TTF_INIT
+: ZE
- ZERR_VIDMODE
+: ZE
- ZErrorCode
+: ZE
+
Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/namespaces.html b/doc/html/namespaces.html
index 4a3a481..1ff9600 100644
--- a/doc/html/namespaces.html
+++ b/doc/html/namespaces.html
@@ -5,11 +5,11 @@
-Main Page Namespace List Class Hierarchy Compound List File List Namespace Members Compound Members File Members
+Main Page Namespace List Compound List File List Namespace Members Compound Members File Members
ZEngine Namespace ListHere is a list of all documented namespaces with brief descriptions:
- Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
+ Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
1.3-rc2
diff --git a/doc/html/physfsrwops_8h-source.html b/doc/html/physfsrwops_8h-source.html
index e620e6b..feeaf3b 100644
--- a/doc/html/physfsrwops_8h-source.html
+++ b/doc/html/physfsrwops_8h-source.html
@@ -5,7 +5,7 @@
-Main Page Namespace List Class Hierarchy Compound List File List Namespace Members Compound Members File Members
+Main Page Namespace List Compound List File List Namespace Members Compound Members File Members
/include/external/physfsrwops.h00001
00002
00003
@@ -46,7 +46,7 @@
00078
00079
00080
- Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
+ Generated on Sun Apr 27 14:53:39 2003 for ZEngine by
1.3-rc2
diff --git a/include/ZE_Defines.h b/include/ZE_Defines.h
index 8c708c8..9a045e5 100644
--- a/include/ZE_Defines.h
+++ b/include/ZE_Defines.h
@@ -13,7 +13,7 @@
File: ZE_Defines.h
Description: Defines header file for ZEngine class, where all #define statements to control compilation options are placed.
Author(s): James Turk
-$Id: ZE_Defines.h,v 1.11 2003/04/08 03:33:10 cozman Exp $
+$Id: ZE_Defines.h,v 1.12 2003/04/27 18:55:00 cozman Exp $
\file ZE_Defines.h
\brief Define file for ZEngine.
@@ -27,7 +27,7 @@ $Id: ZE_Defines.h,v 1.11 2003/04/08 03:33:10 cozman Exp $
//Defines- undefine any of these if you dont have the indicated SDL extension//
//! Version number.
-#define VERSION "0.8.3-pre"
+#define VERSION "0.8.3"
//! Define to include font support.
#define USE_SDL_TTF
@@ -36,7 +36,7 @@ $Id: ZE_Defines.h,v 1.11 2003/04/08 03:33:10 cozman Exp $
//! Define to include sound support.
#define USE_SDL_MIXER
//! Define to include net support.
-#define USE_SDL_NET
+//#define USE_SDL_NET
//! Define to use the Physfs file system.
//#define USE_PHYSFS
diff --git a/include/ZEngine.h b/include/ZEngine.h
index a10866a..cd26a1c 100644
--- a/include/ZEngine.h
+++ b/include/ZEngine.h
@@ -3,7 +3,7 @@
File: ZEngine.h
Description: Public Header File for ZEngine.
Author(s): James Turk
-$Id: ZEngine.h,v 1.23 2003/03/15 03:34:08 cozman Exp $
+$Id: ZEngine.h,v 1.24 2003/04/27 18:55:00 cozman Exp $
\file ZEngine.h
\brief Header file for ZEngine.
@@ -16,8 +16,8 @@ $Id: ZEngine.h,v 1.23 2003/03/15 03:34:08 cozman Exp $
\mainpage ZEngine Documentation
\author James Turk
- \version 0.8.2
- \date January 28, 2003
+ \version 0.8.3
+ \date April 27, 2003
\section ZEngine About ZEngine
@@ -48,6 +48,7 @@ $Id: ZEngine.h,v 1.23 2003/03/15 03:34:08 cozman Exp $
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
**/
#ifndef __zengine_h__
diff --git a/test/ZImageTest.cpp b/test/ZImageTest.cpp
index a8fef92..baee29c 100644
--- a/test/ZImageTest.cpp
+++ b/test/ZImageTest.cpp
@@ -8,7 +8,7 @@
and the home of this Library is http://www.zengine.sourceforge.net
*******************************************************************************/
-/*$Id: ZImageTest.cpp,v 1.16 2003/01/25 20:36:13 cozman Exp $*/
+/*$Id: ZImageTest.cpp,v 1.17 2003/04/27 18:55:00 cozman Exp $*/
#include
#include
@@ -90,7 +90,6 @@ void Test()
image1.SetAlpha(alpha);
image1.Draw(0,0);
-
image2.DrawRotated(100,0,angle);
if(++angle > 360)
angle = 0.0f;
diff --git a/vc7/ZEngine.sln b/vc7/ZEngine.sln
index 33d7e22..bdf908a 100644
--- a/vc7/ZEngine.sln
+++ b/vc7/ZEngine.sln
@@ -17,8 +17,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZRectTest", "ZRectTest.vcpr
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
- ConfigName.0 = Debug
- ConfigName.1 = Release
+ ConfigName.0 = Release
EndGlobalSection
GlobalSection(ProjectDependencies) = postSolution
{7DA4211A-D6BD-4F3E-8FC6-AA47DC8EBC66}.0 = {65AA7404-28C1-4B15-979E-4D3A14092CC1}
@@ -30,36 +29,20 @@ Global
{37D500C5-E6C4-4E56-BFAA-33F1303B147C}.0 = {65AA7404-28C1-4B15-979E-4D3A14092CC1}
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
- {65AA7404-28C1-4B15-979E-4D3A14092CC1}.Debug.ActiveCfg = Debug|Win32
- {65AA7404-28C1-4B15-979E-4D3A14092CC1}.Debug.Build.0 = Debug|Win32
{65AA7404-28C1-4B15-979E-4D3A14092CC1}.Release.ActiveCfg = Release|Win32
{65AA7404-28C1-4B15-979E-4D3A14092CC1}.Release.Build.0 = Release|Win32
- {7DA4211A-D6BD-4F3E-8FC6-AA47DC8EBC66}.Debug.ActiveCfg = Debug|Win32
- {7DA4211A-D6BD-4F3E-8FC6-AA47DC8EBC66}.Debug.Build.0 = Debug|Win32
{7DA4211A-D6BD-4F3E-8FC6-AA47DC8EBC66}.Release.ActiveCfg = Release|Win32
{7DA4211A-D6BD-4F3E-8FC6-AA47DC8EBC66}.Release.Build.0 = Release|Win32
- {999F6F58-3518-4F66-AEDD-FAD808DA2878}.Debug.ActiveCfg = Debug|Win32
- {999F6F58-3518-4F66-AEDD-FAD808DA2878}.Debug.Build.0 = Debug|Win32
{999F6F58-3518-4F66-AEDD-FAD808DA2878}.Release.ActiveCfg = Release|Win32
{999F6F58-3518-4F66-AEDD-FAD808DA2878}.Release.Build.0 = Release|Win32
- {18BBFFEC-92F0-40C7-BDF9-2C2D5CA62673}.Debug.ActiveCfg = Debug|Win32
- {18BBFFEC-92F0-40C7-BDF9-2C2D5CA62673}.Debug.Build.0 = Debug|Win32
{18BBFFEC-92F0-40C7-BDF9-2C2D5CA62673}.Release.ActiveCfg = Release|Win32
{18BBFFEC-92F0-40C7-BDF9-2C2D5CA62673}.Release.Build.0 = Release|Win32
- {C658B38D-B4E7-434D-8431-88BAD8CF0781}.Debug.ActiveCfg = Debug|Win32
- {C658B38D-B4E7-434D-8431-88BAD8CF0781}.Debug.Build.0 = Debug|Win32
{C658B38D-B4E7-434D-8431-88BAD8CF0781}.Release.ActiveCfg = Release|Win32
{C658B38D-B4E7-434D-8431-88BAD8CF0781}.Release.Build.0 = Release|Win32
- {1CE76EE8-27D4-41AE-9229-5B09922EBFE9}.Debug.ActiveCfg = Debug|Win32
- {1CE76EE8-27D4-41AE-9229-5B09922EBFE9}.Debug.Build.0 = Debug|Win32
{1CE76EE8-27D4-41AE-9229-5B09922EBFE9}.Release.ActiveCfg = Release|Win32
{1CE76EE8-27D4-41AE-9229-5B09922EBFE9}.Release.Build.0 = Release|Win32
- {68E3AB20-1BC1-4852-9A91-33DADFCED7CA}.Debug.ActiveCfg = Debug|Win32
- {68E3AB20-1BC1-4852-9A91-33DADFCED7CA}.Debug.Build.0 = Debug|Win32
{68E3AB20-1BC1-4852-9A91-33DADFCED7CA}.Release.ActiveCfg = Release|Win32
{68E3AB20-1BC1-4852-9A91-33DADFCED7CA}.Release.Build.0 = Release|Win32
- {37D500C5-E6C4-4E56-BFAA-33F1303B147C}.Debug.ActiveCfg = Debug|Win32
- {37D500C5-E6C4-4E56-BFAA-33F1303B147C}.Debug.Build.0 = Debug|Win32
{37D500C5-E6C4-4E56-BFAA-33F1303B147C}.Release.ActiveCfg = Release|Win32
{37D500C5-E6C4-4E56-BFAA-33F1303B147C}.Release.Build.0 = Release|Win32
EndGlobalSection
diff --git a/vc7/ZEngine.vcproj b/vc7/ZEngine.vcproj
index 70a362b..50c615e 100644
--- a/vc7/ZEngine.vcproj
+++ b/vc7/ZEngine.vcproj
@@ -10,43 +10,6 @@
Name="Win32"/>
-
-
-
-
-
-
-
-
-
-
-
+
+
@@ -116,12 +83,6 @@
-
-
-
+
+
@@ -154,6 +118,9 @@
+
+
@@ -173,10 +140,10 @@
RelativePath="..\include\ZE_ZMusic.h">
+ RelativePath="..\include\ZE_ZRect.h">
+ RelativePath="..\include\ZE_ZServer.h">
diff --git a/vc7/ZFontTest.vcproj b/vc7/ZFontTest.vcproj
index 53a55eb..88147ec 100644
--- a/vc7/ZFontTest.vcproj
+++ b/vc7/ZFontTest.vcproj
@@ -10,56 +10,6 @@
Name="Win32"/>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
|