#include "../game_netw/gne.h"
#include "../Util/Log.h"
Include dependency graph for Globals.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | _WINSOCKAPI_ |
#define | WM_TOGGLEFULLSCREEN (WM_USER+1) |
#define | MOUSE_LEFT 0 |
#define | MOUSE_RIGHT 1 |
Functions | |
void | initGlobals () |
Variables | |
bool | g_invertMouse |
float | g_mouseSensibility |
bool | g_fullscreen |
bool | g_toggleFullscreen |
bool | g_visible |
int | g_fullscreenWidth |
int | g_fullscreenHeight |
int | g_bitsPerPixel |
int | g_windowLeft |
int | g_windowRight |
int | g_windowTop |
int | g_windowBottom |
int | g_width |
int | g_height |
int | g_middleX |
int | g_middleY |
bool | g_running |
bool | g_showFPS |
float | g_time |
float | g_frameTime |
float | g_fps |
int | g_frames |
bool | g_console |
bool | g_drawConsole |
bool | g_stencilBuffer |
|
Author: Petter Alstermark, petter@alstermark.com |
|
Definition at line 17 of file Globals.h. Referenced by Application::setMouseButton(), and WndProc(). |
|
Definition at line 18 of file Globals.h. Referenced by WndProc(). |
|
Definition at line 15 of file Globals.h. Referenced by Application::toggleFullscreen(), and WndProc(). |
|
Definition at line 34 of file Globals.cpp. References g_bitsPerPixel, g_console, g_drawConsole, g_fps, g_frames, g_frameTime, g_fullscreen, g_fullscreenHeight, g_fullscreenWidth, g_invertMouse, g_mouseSensibility, g_running, g_showFPS, g_stencilBuffer, g_time, g_toggleFullscreen, g_visible, g_windowBottom, g_windowLeft, g_windowRight, and g_windowTop. Referenced by WinMain(). |
|
Definition at line 15 of file Globals.cpp. Referenced by OpenGLApp::createWindow(), DlgProcSetup(), and initGlobals(). |
|
Definition at line 27 of file Globals.cpp. Referenced by OpenGLConsole::draw(), MainApp::handleChar(), Console::handleKey(), initGlobals(), and MainApp::keyDown(). |
|
Definition at line 27 of file Globals.cpp. Referenced by OpenGLConsole::draw(), initGlobals(), MainApp::keyDown(), Demo::load(), Join::load(), Menu::load(), and Play::load(). |
|
Definition at line 24 of file Globals.cpp. Referenced by MainApp::drawFrame(), initGlobals(), WinMain(), and WndProc(). |
|
Definition at line 25 of file Globals.cpp. Referenced by initGlobals(), and WinMain(). |
|
Definition at line 24 of file Globals.cpp. Referenced by Play::bot(), Play::drawExplosions(), Join::drawFrame(), Menu::drawFrame(), Play::drawFrame(), Play::drawGrenades(), Join::drawLevels(), Play::drawParticleSystems(), Play::drawProjectiles(), Menu::drawSelection(), ObjLevel::drawWaterSurface(), initGlobals(), Join::setCamera(), Menu::setCamera(), Demo::update(), Play::update(), and WinMain(). |
|
Definition at line 14 of file Globals.cpp. Referenced by OpenGLApp::createWindow(), OpenGLApp::destroyWindow(), DlgProcSetup(), Join::drawFrame(), MainApp::drawFrame(), initGlobals(), MainApp::load(), WinMain(), and WndProc(). |
|
Definition at line 15 of file Globals.cpp. Referenced by OpenGLApp::createWindow(), DlgProcSetup(), initGlobals(), and WinMain(). |
|
Definition at line 15 of file Globals.cpp. Referenced by OpenGLApp::createWindow(), DlgProcSetup(), initGlobals(), and WinMain(). |
|
Definition at line 17 of file Globals.cpp. Referenced by OpenGLConsole::draw(), Demo::drawFrame(), Join::drawFrame(), Menu::drawFrame(), Play::drawFrame(), Play::drawLifebar(), MainApp::drawLoading(), OpenGLFont::startTextMode(), and WndProc(). |
|
Author: Petter Alstermark, petter@alstermark.com Definition at line 10 of file Globals.cpp. Referenced by initGlobals(). |
|
Definition at line 18 of file Globals.cpp. Referenced by Application::captureMouse(), Application::checkMouse(), WinMain(), and WndProc(). |
|
Definition at line 18 of file Globals.cpp. Referenced by Application::captureMouse(), Application::checkMouse(), WinMain(), and WndProc(). |
|
Definition at line 11 of file Globals.cpp. Referenced by initGlobals(). |
|
Definition at line 21 of file Globals.cpp. Referenced by DlgProcSetup(), initGlobals(), WinMain(), and WndProc(). |
|
Definition at line 23 of file Globals.cpp. Referenced by MainApp::drawFrame(), initGlobals(), Demo::load(), Join::load(), Menu::load(), Play::load(), and Console::process(). |
|
Definition at line 29 of file Globals.cpp. Referenced by Play::drawFrame(), initGlobals(), and Console::process(). |
|
|
Definition at line 14 of file Globals.cpp. Referenced by initGlobals(), WinMain(), and WndProc(). |
|
Definition at line 14 of file Globals.cpp. Referenced by OpenGLApp::createWindow(), initGlobals(), WinMain(), and WndProc(). |
|
Definition at line 17 of file Globals.cpp. Referenced by Menu::drawCredits(), Demo::drawFrame(), Join::drawFrame(), Menu::drawFrame(), Play::drawFrame(), Scores::drawFrame(), Play::drawLifebar(), MainApp::drawLoading(), OpenGLFont::startTextMode(), and WndProc(). |
|
Definition at line 16 of file Globals.cpp. Referenced by OpenGLApp::createWindow(), DlgProcSetup(), initGlobals(), WinMain(), and WndProc(). |
|
Definition at line 16 of file Globals.cpp. Referenced by OpenGLApp::createWindow(), DlgProcSetup(), initGlobals(), WinMain(), and WndProc(). |
|
Definition at line 16 of file Globals.cpp. Referenced by OpenGLApp::createWindow(), DlgProcSetup(), initGlobals(), WinMain(), and WndProc(). |
|
Definition at line 16 of file Globals.cpp. Referenced by OpenGLApp::createWindow(), DlgProcSetup(), initGlobals(), WinMain(), and WndProc(). |