#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ctype.h>#include "types.h"#include "game.h"#include "digi.h"#include "kconfig.h"#include "palette.h"#include "joy.h"#include "args.h"#include "player.h"#include "mission.h"Functions | |
| void | set_custom_detail_vars (void) |
| int | ReadConfigFile () |
| int | WriteConfigFile () |
Variables | |
| static char * | digi_dev_str = "DigiDeviceID" |
| static char * | digi_port_str = "DigiPort" |
| static char * | digi_irq_str = "DigiIrq" |
| static char * | digi_dma_str = "DigiDma" |
| static char * | midi_dev_str = "MidiDeviceID" |
| static char * | midi_port_str = "MidiPort" |
| static char * | digi_volume_str = "DigiVolume" |
| static char * | midi_volume_str = "MidiVolume" |
| static char * | detail_level_str = "DetailLevel" |
| static char * | gamma_level_str = "GammaLevel" |
| static char * | stereo_rev_str = "StereoReverse" |
| static char * | joystick_min_str = "JoystickMin" |
| static char * | joystick_max_str = "JoystickMax" |
| static char * | joystick_cen_str = "JoystickCen" |
| static char * | last_player_str = "LastPlayer" |
| static char * | last_mission_str = "LastMission" |
| static char * | config_vr_type_str = "VR_type" |
| static char * | config_vr_tracking_str = "VR_tracking" |
| char | config_last_player [CALLSIGN_LEN+1] = "" |
| char | config_last_mission [MISSION_NAME_LEN+1] = "" |
| int | Config_digi_type = 0 |
| int | Config_midi_type = 0 |
| int | Config_vr_type = 0 |
| int | Config_vr_tracking = 0 |
| byte | Object_complexity |
| byte | Object_detail |
| byte | Wall_detail |
| byte | Wall_render_depth |
| byte | Debris_amount |
| byte | SoundChannels |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6