#include <dialogs/ScoreDialog.h>#include <tank/TankSort.h>#include <tank/TankContainer.h>#include <tank/TankTeamScore.h>#include <tank/TankColorGenerator.h>#include <tank/TankScore.h>#include <tank/TankState.h>#include <tank/TankAvatar.h>#include <tankgraph/TargetRendererImplTank.h>#include <tankai/TankAI.h>#include <GLW/GLWFont.h>#include <GLW/GLWWindowManager.h>#include <GLW/GLWColors.h>#include <client/ClientParams.h>#include <graph/OptionsDisplay.h>#include <common/OptionsTransient.h>#include <common/OptionsScorched.h>#include <common/Defines.h>#include <engine/GameState.h>#include <client/ClientState.h>#include <client/ScorchedClient.h>#include <client/ClientScoreHandler.h>#include <server/ScorchedServer.h>#include <lang/LangResource.h>#include <stdio.h>Go to the source code of this file.
Variables | |
| static const float | rankLeft = 15.0f |
| static const float | iconLeft = 5.0f |
| static const float | nameLeft = 35.0f |
| static const float | livesLeft = 230.0f |
| static const float | killsLeft = 255.0f |
| static const float | assistsLeft = 280.0f |
| static const float | winsLeft = 305.0f |
| static const float | moneyLeft = 325.0f |
| static const float | scoreLeft = 405.0f |
| static const float | statsLeft = 475.0f |
| static const float | readyLeft = 515.0f |
| static const float | lineSpacer = 10.0f |
const float assistsLeft = 280.0f [static] |
Definition at line 52 of file ScoreDialog.cpp.
Referenced by ScoreDialog::addLine(), and ScoreDialog::draw().
const float iconLeft = 5.0f [static] |
const float killsLeft = 255.0f [static] |
Definition at line 51 of file ScoreDialog.cpp.
Referenced by ScoreDialog::addLine(), and ScoreDialog::draw().
const float lineSpacer = 10.0f [static] |
Definition at line 58 of file ScoreDialog.cpp.
Referenced by ScoreDialog::addLine(), ScoreDialog::addScoreLine(), and ScoreDialog::draw().
const float livesLeft = 230.0f [static] |
Definition at line 50 of file ScoreDialog.cpp.
Referenced by ScoreDialog::addLine(), and ScoreDialog::draw().
const float moneyLeft = 325.0f [static] |
Definition at line 54 of file ScoreDialog.cpp.
Referenced by ScoreDialog::addLine(), and ScoreDialog::draw().
const float nameLeft = 35.0f [static] |
Definition at line 49 of file ScoreDialog.cpp.
Referenced by ScoreDialog::addLine(), and ScoreDialog::draw().
const float rankLeft = 15.0f [static] |
const float readyLeft = 515.0f [static] |
const float scoreLeft = 405.0f [static] |
Definition at line 55 of file ScoreDialog.cpp.
Referenced by ScoreDialog::addLine(), ScoreDialog::addScoreLine(), and ScoreDialog::draw().
const float statsLeft = 475.0f [static] |
Definition at line 56 of file ScoreDialog.cpp.
Referenced by ScoreDialog::addLine(), and ScoreDialog::draw().
const float winsLeft = 305.0f [static] |
Definition at line 53 of file ScoreDialog.cpp.
Referenced by ScoreDialog::addLine(), and ScoreDialog::draw().
1.5.3