vegastrike  0.5.1.r1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
config_xml.cpp File Reference
#include <expat.h>
#include "xml_support.h"
#include "vegastrike.h"
#include <assert.h>
#include "config_xml.h"
#include "easydom.h"
#include "cmd/ai/flykeyboard.h"
#include "cmd/ai/firekeyboard.h"
#include "cmd/music.h"
#include "gfx/loc_select.h"
#include "audiolib.h"
#include "in_joystick.h"
#include "main_loop.h"
#include "gfx/cockpit.h"
#include "in_kb_data.h"
#include "python/python_compile.h"
#include "gfx/screenshot.h"

Go to the source code of this file.

Functions

void RunPythonPress (const KBData &, KBSTATE)
 
void RunPythonRelease (const KBData &, KBSTATE)
 
void RunPythonToggle (const KBData &, KBSTATE)
 
void RunPythonPhysicsFrame (const KBData &, KBSTATE)
 
void incmusicvol (const KBData &, KBSTATE a)
 
void decmusicvol (const KBData &, KBSTATE a)
 
void doReloadShader (const KBData &, KBSTATE a)
 
void doScreenshot (const KBData &, KBSTATE a)
 
void incvol (const KBData &, KBSTATE a)
 
void decvol (const KBData &, KBSTATE a)
 
void mute (const KBData &, KBSTATE a)
 
void incdop (const KBData &, KBSTATE a)
 
void decdop (const KBData &, KBSTATE a)
 
void inc_time_compression (const KBData &, KBSTATE a)
 
void JoyStickToggleKey (const KBData &, KBSTATE a)
 
void SuicideKey (const KBData &, KBSTATE a)
 
void dec_time_compression (const KBData &, KBSTATE a)
 
void reset_time_compression (const KBData &, KBSTATE a)
 
void MapKey (const KBData &, KBSTATE a)
 
void VolUp (const KBData &, KBSTATE a)
 
void VolDown (const KBData &, KBSTATE a)
 
CommandMap initGlobalCommandMap ()
 

Variables

const float volinc = 1
 
const float dopinc = .1
 
bool screenshotkey = false
 

Function Documentation

void dec_time_compression ( const KBData ,
KBSTATE  a 
)

Definition at line 71 of file lin_time.cpp.

void decdop ( const KBData ,
KBSTATE  a 
)

Definition at line 120 of file config_xml.cpp.

void decmusicvol ( const KBData ,
KBSTATE  a 
)
void decvol ( const KBData ,
KBSTATE  a 
)

Definition at line 99 of file config_xml.cpp.

void doReloadShader ( const KBData ,
KBSTATE  a 
)

Definition at line 79 of file config_xml.cpp.

void doScreenshot ( const KBData ,
KBSTATE  a 
)

Definition at line 85 of file config_xml.cpp.

void inc_time_compression ( const KBData ,
KBSTATE  a 
)

Definition at line 63 of file lin_time.cpp.

void incdop ( const KBData ,
KBSTATE  a 
)

Definition at line 113 of file config_xml.cpp.

void incmusicvol ( const KBData ,
KBSTATE  a 
)
void incvol ( const KBData ,
KBSTATE  a 
)

Definition at line 91 of file config_xml.cpp.

CommandMap initGlobalCommandMap ( )

Definition at line 494 of file config_xml.cpp.

void JoyStickToggleKey ( const KBData ,
KBSTATE  a 
)

Definition at line 84 of file in_joystick.cpp.

void MapKey ( const KBData ,
KBSTATE  a 
)
void mute ( const KBData ,
KBSTATE  a 
)

Definition at line 107 of file config_xml.cpp.

void reset_time_compression ( const KBData ,
KBSTATE  a 
)

Definition at line 79 of file lin_time.cpp.

void RunPythonPhysicsFrame ( const KBData ,
KBSTATE   
)
void RunPythonPress ( const KBData ,
KBSTATE   
)
void RunPythonRelease ( const KBData ,
KBSTATE   
)
void RunPythonToggle ( const KBData ,
KBSTATE   
)
void SuicideKey ( const KBData ,
KBSTATE  a 
)
void VolDown ( const KBData ,
KBSTATE  a 
)

Definition at line 111 of file main_loop.cpp.

void VolUp ( const KBData ,
KBSTATE  a 
)

Definition at line 97 of file main_loop.cpp.

Variable Documentation

const float dopinc = .1

Definition at line 70 of file config_xml.cpp.

bool screenshotkey = false

Definition at line 77 of file config_xml.cpp.

const float volinc = 1

Definition at line 69 of file config_xml.cpp.