#include <session.h>
void Session::active_animation |
( |
std::string |
node, |
|
|
std::string |
animation_name |
|
) |
| |
|
private |
void Session::add_bot |
( |
std::string |
nick | ) |
|
void Session::add_instrumentated_player |
( |
std::string |
nick | ) |
|
void Session::add_network_player |
( |
std::string |
nick | ) |
|
void Session::add_remote_players |
( |
Tinman::LoginInfo |
login_info | ) |
|
|
private |
Tinman::LoginInfo Session::complete_login |
( |
Ice::AsyncResultPtr |
login | ) |
|
void Session::config_cars_in_login_order |
( |
void |
| ) |
|
|
private |
void Session::configure_race |
( |
| ) |
|
|
private |
void Session::create_overlays |
( |
void |
| ) |
|
|
private |
void Session::disconnect |
( |
void |
| ) |
|
int Session::get_human_player_position |
( |
| ) |
|
|
private |
Ice::AsyncResultPtr Session::login |
( |
| ) |
|
void Session::next_race |
( |
| ) |
|
bool Session::race_ended |
( |
| ) |
|
void Session::realize |
( |
| ) |
|
void Session::reset_race |
( |
| ) |
|
|
private |
void Session::store |
( |
Tinman::Snapshot |
snapshot | ) |
|
std::string Session::to_string_with_precision |
( |
const float |
number, |
|
|
const int |
n |
|
) |
| |
|
private |
void Session::update |
( |
float |
delta | ) |
|
void Session::update_overlays |
( |
void |
| ) |
|
|
private |
void Session::update_players |
( |
float |
delta | ) |
|
|
private |
void Session::update_ranking |
( |
| ) |
|
|
private |
std::shared_ptr<Game> Session::game_ |
Ogre::OverlayElement * Session::lap_overlay_ |
|
private |
Tinman::LoginInfo Session::login_info_ |
|
private |
Ogre::OverlayElement * Session::nitro_overlay_ |
|
private |
std::vector<std::string> Session::players_nicks_ |
std::vector<std::pair<std::string, int> > Session::players_positions_ |
|
private |
Ogre::OverlayElement * Session::position_overlay_ |
|
private |
std::vector<Tinman::Snapshot> Session::snapshots_ |
|
private |
Ogre::OverlayElement* Session::timer_ |
|
private |
The documentation for this class was generated from the following files:
- /home/isaac.lacoba/repos/tfg.tinman/src/model/session.h
- /home/isaac.lacoba/repos/tfg.tinman/src/model/session.cpp