#include "gStuff.h"
#include "eCoord.h"
#include "tConfiguration.h"
#include "tResourceManager.h"
#include "uInput.h"
#include "tInitExit.h"
#include "nConfig.h"
#include "rSDL.h"
#include "rScreen.h"
#include "rRender.h"
Go to the source code of this file.
Functions | |
bool | sg_MoviePack () |
Variables | |
bool | pp_out = 1 |
bool | pp_tess_deb = 0 |
static nSettingItem< tString > | conf_res_repo ("RESOURCE_REPOSITORY_SERVER", tResourceManager::AccessRepoServer()) |
static tConfItem< bool > | grab ("MOUSE_GRAB", su_mouseGrab) |
bool | sg_moviepackInstalled = false |
bool | sg_moviepackUse = true |
static tConfItem< bool > | ump ("MOVIEPACK", sg_moviepackUse) |
static nSettingItemWatched< REAL > | su_doubleBindTimeoutConf ("DOUBLEBIND_TIME", su_doubleBindTimeout, nConfItemVersionWatcher::Group_Cheating, 7) |
bool sg_MoviePack | ( | ) |
Definition at line 59 of file gStuff.cpp.
Referenced by gFloor::BlackSky(), dir_eWall_select(), gLogo::Display(), gFloor::FloorColor(), gFloor::glFloorTexture(), gFloor::glFloorTexture_a(), gFloor::glFloorTexture_b(), gFloor::GridSize(), gWallRim_helper(), gCycle::MyInitAfterCreation(), eWallRim::RenderAll(), gWallRim::RenderReal(), and sky_select().
00059 { 00060 return sg_moviepackInstalled && sg_moviepackUse; 00061 }
nSettingItem<tString> conf_res_repo("RESOURCE_REPOSITORY_SERVER", tResourceManager::AccessRepoServer()) [static] |
bool pp_out = 1 |
Definition at line 43 of file gStuff.cpp.
Referenced by cleanup(), eGameObject::DeleteAll(), and RenderAllViewports().
bool pp_tess_deb = 0 |
Definition at line 44 of file gStuff.cpp.
bool sg_moviepackInstalled = false |
bool sg_moviepackUse = true |
nSettingItemWatched<REAL> su_doubleBindTimeoutConf("DOUBLEBIND_TIME", su_doubleBindTimeout, nConfItemVersionWatcher::Group_Cheating, 7) [static] |