#include "rFont.h"
#include "tSysTime.h"
#include "tConfiguration.h"
#include "rConsole.h"
#include "rScreen.h"
#include <iostream>
Go to the source code of this file.
Defines | |
#define | MAXBACK 300 |
#define | BACKEXTRA 100 |
Variables | |
static int | sr_rows = 5 |
static tConfItem< int > | sr_rowsConf ("CONSOLE_ROWS", sr_rows) |
static int | sr_maxRows = 19 |
static tConfItem< int > | sr_maxRowsConf ("CONSOLE_ROWS_MAX", sr_maxRows) |
REAL | rCWIDTH_CON = REAL(16/640.0) |
REAL | rCHEIGHT_CON = REAL(32/480.0) |
rConsole | sr_con |
static tCallbackOr * | tCallbackOr_anchor |
static tCallbackOr * | SmallColsole_anchor |
static tCallback * | CenterDisplay_anchor |
static tCallbackOr * | NoAutoDisplayAtNewline_anchor |
#define BACKEXTRA 100 |
#define MAXBACK 300 |
tCallback* CenterDisplay_anchor [static] |
Definition at line 197 of file rConsole.cpp.
tCallbackOr* NoAutoDisplayAtNewline_anchor [static] |
Definition at line 206 of file rConsole.cpp.
REAL rCHEIGHT_CON = REAL(32/480.0) |
Definition at line 93 of file rConsole.cpp.
Referenced by rConsole::MaxHeight(), and rConsole::Render().
REAL rCWIDTH_CON = REAL(16/640.0) |
tCallbackOr* SmallColsole_anchor [static] |
Definition at line 187 of file rConsole.cpp.
Definition at line 174 of file rConsole.cpp.
Referenced by gServerBrowser::BrowseLAN(), gServerBrowser::BrowseSpecialMaster(), ConnectToServerCore(), do_chat(), do_con(), exit_game_objects(), main(), MainMenu(), messdown_func(), messup_func(), ret_to_MainMenu(), sr_ConsolePerFrame(), and gGame::StateUpdate().
int sr_maxRows = 19 [static] |
tConfItem<int> sr_maxRowsConf("CONSOLE_ROWS_MAX", sr_maxRows) [static] |
int sr_rows = 5 [static] |
tConfItem<int> sr_rowsConf("CONSOLE_ROWS", sr_rows) [static] |
tCallbackOr* tCallbackOr_anchor [static] |
Definition at line 178 of file rConsole.cpp.