xoreos  0.0.5
Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
Engines::KotOR2::KotOR2Engine Class Reference

#include <kotor2.h>

Inheritance diagram for Engines::KotOR2::KotOR2Engine:
Inheritance graph
[legend]
Collaboration diagram for Engines::KotOR2::KotOR2Engine:
Collaboration graph
[legend]

Public Member Functions

 KotOR2Engine ()
 
 ~KotOR2Engine ()
 
bool detectLanguages (Aurora::GameID game, const Common::UString &target, Aurora::Platform platform, std::vector< Aurora::Language > &languages) const
 Detect which languages this game instance supports. More...
 
bool getLanguage (Aurora::Language &language) const
 Return the game's current language. More...
 
bool changeLanguage ()
 Change the game's current language. More...
 
GamegetGame ()
 Return the context running the actual game. More...
 
- Public Member Functions inherited from Engines::Engine
 Engine ()
 
virtual ~Engine ()
 
virtual bool detectLanguages (Aurora::GameID game, const Common::UString &target, Aurora::Platform platform, std::vector< Aurora::Language > &languagesText, std::vector< Aurora::Language > &languagesVoice) const
 Detect which languages this game instance supports. More...
 
bool detectLanguages (std::vector< Aurora::Language > &languages) const
 
bool detectLanguages (std::vector< Aurora::Language > &languagesText, std::vector< Aurora::Language > &languagesVoice) const
 
virtual bool getLanguage (Aurora::Language &languageText, Aurora::Language &languageVoice) const
 Return the game's current language. More...
 
void start (Aurora::GameID game, const Common::UString &target, Aurora::Platform platform)
 
void showFPS ()
 Evaluate the FPS display setting and show/hide the FPS display. More...
 

Protected Member Functions

void run ()
 Run the game. More...
 
- Protected Member Functions inherited from Engines::Engine
bool evaluateLanguage (bool find, Aurora::Language &language) const
 
bool evaluateLanguage (bool find, Aurora::Language &languageVoice, Aurora::Language &languageText) const
 

Private Member Functions

void init ()
 
void initConfig ()
 
void declareLanguages ()
 
void initResources (LoadProgress &progress)
 
void initCursorsRemap ()
 
void initCursors ()
 
void initGameConfig ()
 
void deinit ()
 
void checkConfig ()
 
void playIntroVideos ()
 

Private Attributes

Aurora::Language _language
 
Common::ScopedPtr< Game_game
 

Additional Inherited Members

- Protected Attributes inherited from Engines::Engine
Aurora::GameID _game
 
Aurora::Platform _platform
 
Common::UString _target
 
Common::ScopedPtr< Console_console
 
Common::ScopedPtr< Graphics::Aurora::FPS_fps
 

Detailed Description

Definition at line 42 of file kotor2.h.

Constructor & Destructor Documentation

◆ KotOR2Engine()

Engines::KotOR2::KotOR2Engine::KotOR2Engine ( )

Definition at line 57 of file kotor2.cpp.

References Engines::Engine::_console.

◆ ~KotOR2Engine()

Engines::KotOR2::KotOR2Engine::~KotOR2Engine ( )

Definition at line 61 of file kotor2.cpp.

Member Function Documentation

◆ changeLanguage()

bool Engines::KotOR2::KotOR2Engine::changeLanguage ( )
virtual

Change the game's current language.

Reimplemented from Engines::Engine.

Definition at line 103 of file kotor2.cpp.

References _language, and Engines::Engine::evaluateLanguage().

Here is the call graph for this function:

◆ checkConfig()

void Engines::KotOR2::KotOR2Engine::checkConfig ( )
private

Definition at line 411 of file kotor2.cpp.

References Engines::checkConfigInt().

Referenced by init().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ declareLanguages()

void Engines::KotOR2::KotOR2Engine::declareLanguages ( )
private

◆ deinit()

void Engines::KotOR2::KotOR2Engine::deinit ( )
private

Definition at line 415 of file kotor2.cpp.

References _game, and Engines::unregisterModelLoader().

Referenced by run().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ detectLanguages()

bool Engines::KotOR2::KotOR2Engine::detectLanguages ( Aurora::GameID  game,
const Common::UString target,
Aurora::Platform  platform,
std::vector< Aurora::Language > &  languages 
) const
virtual

Detect which languages this game instance supports.

Reimplemented from Engines::Engine.

Definition at line 64 of file kotor2.cpp.

References Common::FileList::addDirectory(), Common::UString::empty(), Common::FileList::findFirst(), Aurora::TalkTable_TLK::getLanguageID(), Aurora::kLanguageInvalid, Aurora::kPlatformLinux, Aurora::kPlatformMacOSX, and LangMan.

Here is the call graph for this function:

◆ getGame()

Game & Engines::KotOR2::KotOR2Engine::getGame ( )

◆ getLanguage()

bool Engines::KotOR2::KotOR2Engine::getLanguage ( Aurora::Language language) const
virtual

Return the game's current language.

Reimplemented from Engines::Engine.

Definition at line 98 of file kotor2.cpp.

References _language.

◆ init()

void Engines::KotOR2::KotOR2Engine::init ( )
private

Definition at line 137 of file kotor2.cpp.

References _language, checkConfig(), declareLanguages(), Engines::Engine::evaluateLanguage(), EventMan, initConfig(), initCursors(), initGameConfig(), initResources(), LangMan, status(), Engines::LoadProgress::step(), and warning().

Referenced by run().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ initConfig()

void Engines::KotOR2::KotOR2Engine::initConfig ( )
private

Definition at line 402 of file kotor2.cpp.

References ConfigMan, and Common::kConfigRealmDefault.

Referenced by init().

Here is the caller graph for this function:

◆ initCursors()

void Engines::KotOR2::KotOR2Engine::initCursors ( )
private

Definition at line 363 of file kotor2.cpp.

References Engines::Engine::_platform, CursorMan, and Aurora::kPlatformXbox.

Referenced by init().

Here is the caller graph for this function:

◆ initCursorsRemap()

void Engines::KotOR2::KotOR2Engine::initCursorsRemap ( )
private

Definition at line 264 of file kotor2.cpp.

References ResMan.

Referenced by initResources().

Here is the caller graph for this function:

◆ initGameConfig()

void Engines::KotOR2::KotOR2Engine::initGameConfig ( )
private

Definition at line 406 of file kotor2.cpp.

References ConfigMan, Common::FilePath::findSubDirectory(), Common::kConfigRealmGameTemp, and ResMan.

Referenced by init().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ initResources()

void Engines::KotOR2::KotOR2Engine::initResources ( LoadProgress progress)
private

◆ playIntroVideos()

void Engines::KotOR2::KotOR2Engine::playIntroVideos ( )
private

Definition at line 421 of file kotor2.cpp.

References Engines::playVideo().

Referenced by run().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ run()

void Engines::KotOR2::KotOR2Engine::run ( )
protectedvirtual

Run the game.

Implements Engines::Engine.

Definition at line 117 of file kotor2.cpp.

References Engines::Engine::_console, _game, Engines::Engine::_platform, CursorMan, deinit(), EventMan, init(), and playIntroVideos().

Here is the call graph for this function:

Member Data Documentation

◆ _game

Common::ScopedPtr<Game> Engines::KotOR2::KotOR2Engine::_game
private

Definition at line 65 of file kotor2.h.

Referenced by deinit(), getGame(), and run().

◆ _language

Aurora::Language Engines::KotOR2::KotOR2Engine::_language
private

Definition at line 63 of file kotor2.h.

Referenced by changeLanguage(), getLanguage(), and init().


The documentation for this class was generated from the following files: