xoreos
0.0.5
|
#include <kotor2.h>
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... | |
Game & | getGame () |
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 |
Engines::KotOR2::KotOR2Engine::KotOR2Engine | ( | ) |
Definition at line 57 of file kotor2.cpp.
References Engines::Engine::_console.
Engines::KotOR2::KotOR2Engine::~KotOR2Engine | ( | ) |
Definition at line 61 of file kotor2.cpp.
|
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().
|
private |
Definition at line 411 of file kotor2.cpp.
References Engines::checkConfigInt().
Referenced by init().
|
private |
Definition at line 174 of file kotor2.cpp.
References ARRAYSIZE, Common::kEncodingCP1250, Common::kEncodingCP1252, Common::kEncodingCP932, Common::kEncodingCP936, Common::kEncodingCP949, Common::kEncodingCP950, Aurora::kLanguageChineseSimplified, Aurora::kLanguageChineseTraditional, Aurora::kLanguageEnglish, Aurora::kLanguageFrench, Aurora::kLanguageGerman, Aurora::kLanguageItalian, Aurora::kLanguageJapanese, Aurora::kLanguageKorean, Aurora::kLanguagePolish, Aurora::kLanguageSpanish, and LangMan.
Referenced by init().
|
private |
Definition at line 415 of file kotor2.cpp.
References _game, and Engines::unregisterModelLoader().
Referenced by run().
|
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.
Game & Engines::KotOR2::KotOR2Engine::getGame | ( | ) |
Return the context running the actual game.
Definition at line 111 of file kotor2.cpp.
References _game.
Referenced by Engines::KotOR2::Console::cmdExitModule(), Engines::KotOR2::Console::cmdFlyCam(), Engines::KotOR2::Console::cmdGetPCRoom(), Engines::KotOR2::Console::cmdListRoomsVisibleFrom(), Engines::KotOR2::Console::cmdLoadModule(), Engines::KotOR2::Console::cmdPlayAnim(), Engines::KotOR2::Console::cmdPlayMusic(), Engines::KotOR2::Console::cmdShowTriggers(), Engines::KotOR2::Console::cmdShowWalkmesh(), and Engines::KotOR2::Console::cmdStopMusic().
|
virtual |
Return the game's current language.
Reimplemented from Engines::Engine.
Definition at line 98 of file kotor2.cpp.
References _language.
|
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().
|
private |
Definition at line 402 of file kotor2.cpp.
References ConfigMan, and Common::kConfigRealmDefault.
Referenced by init().
|
private |
Definition at line 363 of file kotor2.cpp.
References Engines::Engine::_platform, CursorMan, and Aurora::kPlatformXbox.
Referenced by init().
|
private |
Definition at line 264 of file kotor2.cpp.
References ResMan.
Referenced by initResources().
|
private |
Definition at line 406 of file kotor2.cpp.
References ConfigMan, Common::FilePath::findSubDirectory(), Common::kConfigRealmGameTemp, and ResMan.
Referenced by init().
|
private |
Definition at line 191 of file kotor2.cpp.
References Engines::Engine::_platform, Engines::Engine::_target, EventMan, FontMan, Engines::indexMandatoryArchive(), Engines::indexMandatoryDirectory(), Engines::indexOptionalDirectory(), initCursorsRemap(), Aurora::kFileTypeTPC, Aurora::kFileTypeTXB, Graphics::Aurora::kFontFormatTexture, Aurora::kPlatformLinux, Aurora::kPlatformMacOSX, Aurora::kPlatformWindows, Aurora::kPlatformXbox, Engines::registerModelLoader(), ResMan, Engines::LoadProgress::step(), and TalkMan.
Referenced by init().
|
private |
Definition at line 421 of file kotor2.cpp.
References Engines::playVideo().
Referenced by 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().
|
private |
|
private |
Definition at line 63 of file kotor2.h.
Referenced by changeLanguage(), getLanguage(), and init().