|
9 | 9 |
|
10 | 10 | // name, default, min, max, comment |
11 | 11 | const Sett_entry_base entry_base[] = { |
12 | | - {"fullscreen", 0, 0, 1, "0 - windowed, 1 - fullscreen"}, |
13 | | - {"screen_x", 640, 0, UINT_MAX, "screen resolution"}, |
14 | | - {"screen_y", 480, 0, UINT_MAX, ""}, |
15 | | - {"vsync", 0, 0, 1, "0 - vsync off, 1 - vsync on"}, |
16 | | - {"antialiasing", 0, 0, 0, "0 - off"}, |
17 | | - {"hq_textures", 0, 0, 1, "0 - lower details, 1 - higher details"}, |
18 | | - {"texture_filter", 0, 0, 1, "0 - bilinear, 1 - trilinear"}, |
19 | | - {"mipmaps", 0, 0, 1, "0 - mipmaps off, 1 - mipmaps on"}, |
20 | | - {"view_distance", 0, 0, 10, "10 - far (best), 0 - near"}, |
21 | | - {"show_fps", 1, 0, 1, "0 - fps counter off, 1 - fps counter on"}, |
22 | | - {"enable_sound", 1, 0, 1, "0 - disable, 1 - enable"}, |
23 | | - {"sound_volume", 100, 0, 100, "0 - 100"}, |
24 | | - {"last_laps", 3, 1, 50, "last session"}, |
25 | | - {"last_daytime", 0, 0, 1, "0 - day, 1 - evening"}, |
26 | | - {"last_track", 0, 0, UINT_MAX, ""}, |
27 | | - {"last_direction", 0, 0, 1, "0 - regular, 1 - reversed"}, |
28 | | - {"last_players", 2, 1, 4, ""}, |
29 | | - {"last_carsel1", 0, 0, UINT_MAX, ""}, |
30 | | - {"last_cartex1", 0, 0, UINT_MAX, ""}, |
31 | | - {"last_carsel2", 0, 0, UINT_MAX, ""}, |
32 | | - {"last_cartex2", 1, 0, UINT_MAX, ""}, |
33 | | - {"last_carsel3", 0, 0, UINT_MAX, ""}, |
34 | | - {"last_cartex3", 2, 0, UINT_MAX, ""}, |
35 | | - {"last_carsel4", 0, 0, UINT_MAX, ""}, |
36 | | - {"last_cartex4", 3, 0, UINT_MAX, ""}, |
| 12 | + {"fullscreen", 1, 0, 1, "0 - windowed, 1 - fullscreen"}, |
| 13 | + {"screen_x", 640, 0, UINT_MAX, "screen resolution"}, |
| 14 | + {"screen_y", 480, 0, UINT_MAX, ""}, |
| 15 | + {"vsync", 0, 0, 1, "0 - vsync off, 1 - vsync on"}, |
| 16 | + {"antialiasing", 0, 0, 0, "0 - off"}, |
| 17 | + {"hq_textures", 0, 0, 1, "0 - lower details, 1 - higher details"}, |
| 18 | + {"texture_filter", 0, 0, 1, "0 - bilinear, 1 - trilinear"}, |
| 19 | + {"mipmaps", 0, 0, 1, "0 - mipmaps off, 1 - mipmaps on"}, |
| 20 | + {"view_distance", 0, 0, 10, "10 - far (best), 0 - near"}, |
| 21 | + {"show_fps", 1, 0, 1, "0 - fps counter off, 1 - fps counter on"}, |
| 22 | + {"sound_quality", 2, 0, 2, "0 - off, 1 - low quality, 2 - normal quality"}, |
| 23 | + {"sound_volume", 100, 0, 100, "0 - 100"}, |
| 24 | + {"last_laps", 3, 1, 50, "last session"}, |
| 25 | + {"last_daytime", 0, 0, 1, "0 - day, 1 - evening"}, |
| 26 | + {"last_track", 0, 0, UINT_MAX, ""}, |
| 27 | + {"last_direction", 0, 0, 1, "0 - regular, 1 - reversed"}, |
| 28 | + {"last_players", 2, 1, 4, ""}, |
| 29 | + {"last_carsel1", 0, 0, UINT_MAX, ""}, |
| 30 | + {"last_cartex1", 0, 0, UINT_MAX, ""}, |
| 31 | + {"last_carsel2", 0, 0, UINT_MAX, ""}, |
| 32 | + {"last_cartex2", 1, 0, UINT_MAX, ""}, |
| 33 | + {"last_carsel3", 0, 0, UINT_MAX, ""}, |
| 34 | + {"last_cartex3", 2, 0, UINT_MAX, ""}, |
| 35 | + {"last_carsel4", 0, 0, UINT_MAX, ""}, |
| 36 | + {"last_cartex4", 3, 0, UINT_MAX, ""}, |
37 | 37 | }; |
38 | 38 |
|
39 | 39 | const char* Settings::controlNames[16] = { |
|
0 commit comments