Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
Functions | |
bool | HasXmppClient () |
void | SetRankedGame (bool isRanked) |
void | StartXmppClient (const ScriptRequest &rq, const std::wstring &username, const std::wstring &password, const std::wstring &room, const std::wstring &nick, int historyRequestSize) |
void | StartRegisterXmppClient (const ScriptRequest &rq, const std::wstring &username, const std::wstring &password) |
void | StopXmppClient (const ScriptRequest &rq) |
IXmppClient * | XmppGetter (const ScriptRequest &, JS::CallArgs &) |
void | SendRegisterGame (const ScriptInterface &scriptInterface, JS::HandleValue data) |
JS::Value | GuiPollNewMessages (const ScriptInterface &scriptInterface) |
std::string | EncryptPassword (const std::string &password, const std::string &username) |
void | RegisterScriptFunctions (const ScriptRequest &rq) |
std::string JSI_Lobby::EncryptPassword | ( | const std::string & | password, |
const std::string & | username | ||
) |
JS::Value JSI_Lobby::GuiPollNewMessages | ( | const ScriptInterface & | scriptInterface | ) |
bool JSI_Lobby::HasXmppClient | ( | ) |
void JSI_Lobby::RegisterScriptFunctions | ( | const ScriptRequest & | rq | ) |
void JSI_Lobby::SendRegisterGame | ( | const ScriptInterface & | scriptInterface, |
JS::HandleValue | data | ||
) |
void JSI_Lobby::SetRankedGame | ( | bool | isRanked | ) |
void JSI_Lobby::StartRegisterXmppClient | ( | const ScriptRequest & | rq, |
const std::wstring & | username, | ||
const std::wstring & | password | ||
) |
void JSI_Lobby::StartXmppClient | ( | const ScriptRequest & | rq, |
const std::wstring & | username, | ||
const std::wstring & | password, | ||
const std::wstring & | room, | ||
const std::wstring & | nick, | ||
int | historyRequestSize | ||
) |
void JSI_Lobby::StopXmppClient | ( | const ScriptRequest & | rq | ) |
IXmppClient * JSI_Lobby::XmppGetter | ( | const ScriptRequest & | , |
JS::CallArgs & | |||
) |