doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros | Functions | Variables
Session.cpp File Reference
#include "../idlib/precompiled.h"
#include "Session_local.h"

Go to the source code of this file.

Macros

#define CDKEY_DIGITS   "TWSBJCGD7PA23RLH"
 

Functions

void RandomizeStack (void)
 
void Session_RescanSI_f (const idCmdArgs &args)
 
void LoadGame_f (const idCmdArgs &args)
 
void SaveGame_f (const idCmdArgs &args)
 
void TakeViewNotes_f (const idCmdArgs &args)
 
void TakeViewNotes2_f (const idCmdArgs &args)
 
void Session_Hitch_f (const idCmdArgs &args)
 

Variables

idSessionLocal sessLocal
 
idSessionsession = &sessLocal
 
const int PREVIEW_X = 211
 
const int PREVIEW_Y = 31
 
const int PREVIEW_WIDTH = 398
 
const int PREVIEW_HEIGHT = 298
 

Macro Definition Documentation

#define CDKEY_DIGITS   "TWSBJCGD7PA23RLH"

Definition at line 3090 of file Session.cpp.

Function Documentation

void LoadGame_f ( const idCmdArgs args)

Definition at line 1737 of file Session.cpp.

void RandomizeStack ( void  )

Definition at line 56 of file Session.cpp.

void SaveGame_f ( const idCmdArgs args)

Definition at line 1752 of file Session.cpp.

void Session_Hitch_f ( const idCmdArgs args)

Definition at line 1837 of file Session.cpp.

void Session_RescanSI_f ( const idCmdArgs args)

Definition at line 72 of file Session.cpp.

void TakeViewNotes2_f ( const idCmdArgs args)

Definition at line 1780 of file Session.cpp.

void TakeViewNotes_f ( const idCmdArgs args)

Definition at line 1770 of file Session.cpp.

Variable Documentation

const int PREVIEW_HEIGHT = 298

Definition at line 54 of file Session.cpp.

const int PREVIEW_WIDTH = 398

Definition at line 53 of file Session.cpp.

const int PREVIEW_X = 211

Definition at line 51 of file Session.cpp.

const int PREVIEW_Y = 31

Definition at line 52 of file Session.cpp.

idSession* session = &sessLocal

Definition at line 48 of file Session.cpp.

idSessionLocal sessLocal

Definition at line 47 of file Session.cpp.