-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.inc
More file actions
79 lines (79 loc) · 2.04 KB
/
config.inc
File metadata and controls
79 lines (79 loc) · 2.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
/*
Global configuration definitions
B = boolean
F = float
I = integer
P = pair of single character and 8-bit number
S = string
?(name,type,default)
These should be listed in ASCII order by name.
*/
P(alt_arrows,Uint16,0)
I(audio_buffer,Uint16,0)
F(audio_filter,float,1e-4)
I(audio_rate,Uint16,0)
I(audio_volume,Uint16,12288)
B(auto_suffix,Uint8,0)
I(block_color,Uint8,0x2E)
B(brd_edit_status,Uint8,1)
B(confirm_overwrite,Uint8,1)
P(ctrl_arrows,Uint16,0)
B(debug,Uint8,0)
B(default_colors,Uint8,1)
B(editor_auto,Uint8,1)
B(editor_custom_labels,Uint8,1)
I(editor_scroll_x,Uint8,16)
I(editor_scroll_y,Uint8,6)
B(enable_asn1_op,Uint8,0)
I(event_input,Uint8,0)
S(external,const char*,0)
S(extra_lump_file,char*,0)
S(extra_lump_name,char*,0)
I(file_list,Uint8,3)
B(font_anim,Uint8,1)
B(full_screen,Uint8,0)
I(game_key_repeat,Uint8,1)
S(help,const char*,0)
I(joy_index,int,-1)
S(joy_name,const char*,0)
I(joy_sensitivity,Sint16,4000)
I(key_repeat_delay,int,SDL_DEFAULT_REPEAT_DELAY)
I(key_repeat_interval,int,SDL_DEFAULT_REPEAT_INTERVAL)
I(mark_color,Uint8,0x71)
I(menu_x,Uint8,1)
I(menu_y,Uint8,1)
I(message_scrollback,Uint16,100)
I(message_timer,Uint16,75)
F(music_amp,float,1.0)
I(music_debug,Uint8,0)
S(music_resample,char*,0)
B(override_option,Uint8,1)
B(overwrite_stats,Uint8,0)
B(pause,Uint8,0)
S(printer_begin,const char*,0)
S(printer_command,const char*,0)
S(printer_end,const char*,0)
S(printer_option,const char*,0)
S(printer_type,const char*,0)
B(return_cancels,Uint8,1)
S(save_dir,char*,0)
B(scr_edit_status,Uint8,1)
P(shift_arrows,Uint16,0)
B(show_status,Uint8,1)
I(speed,Uint16,55)
I(speed_fast,Uint16,5)
I(template_board,Uint16,0)
S(temporary_file_1,const char*,".superzz0_save")
S(temporary_file_2,const char*,".superzz0_testgame")
I(test_mode,Uint8,0)
S(text_editor_command,const char*,0)
B(text_editor_insert,Uint8,1)
I(text_input,Uint8,0)
S(time_format,const char*,"%Y-%m-%d %H:%M:%S")
B(time_utc,Uint8,0)
B(version_auto,Uint8,255)
B(version_check,Uint8,1)
B(version_warn,Uint8,1)
S(video_gamma,const char*,0)
S(wave_resample,char*,0)
B(wave_sound,Uint8,0)