Tactics: Western Philosophers Vs. Musicians
0.12
A turn-based tactical game combining rules and gameplay elements inspired by Final Fantasy Tactics and the Mayfair Exponential Game System. Unlike most games of this type, motion is in full, grid-less 3D.
|
#include <Tactics3DIntroScreen.h>
Public Member Functions | |
IntroScreen (App *app_) | |
virtual void | unload () |
virtual | ~IntroScreen () |
Public Member Functions inherited from OpenSkyNet::Graphics::UIScreen | |
UIScreen (UI *app_, const std::string &fileName_) | |
virtual void | load () |
virtual void | reload () |
virtual | ~UIScreen () |
CEGUI::Window * | getGUISheet () |
virtual void | switchMouseMode () |
virtual bool | update (float dt_) |
virtual bool | keyPressed (const OIS::KeyEvent &arg_) |
virtual bool | keyReleased (const OIS::KeyEvent &arg_) |
virtual void | pushScreen (UIScreen *screen_) |
virtual void | popScreen (bool doUnload_=true) |
void | popAndUnloadScreenNextUpdate () |
Protected Member Functions | |
virtual void | setupEventHandlers () |
bool | handleNewGameButton (const CEGUI::EventArgs &e) |
bool | handleLoadGameButton (const CEGUI::EventArgs &e) |
bool | handleOnlineGameButton (const CEGUI::EventArgs &e) |
Additional Inherited Members | |
Protected Attributes inherited from OpenSkyNet::Graphics::UIScreen | |
UI * | _app |
std::string | _fileName |
CEGUI::Window * | _window |
bool | _popAndUnloadScreenNextUpdate |
HUD containing the intro.
IntroScreen::IntroScreen | ( | App * | app_ | ) |
|
inlinevirtual |
|
protected |
|
protected |
|
protected |
|
protectedvirtual |
Reimplemented from OpenSkyNet::Graphics::UIScreen.
|
virtual |
Reimplemented from OpenSkyNet::Graphics::UIScreen.