ddnet/src/game/g_variables.h

59 lines
1.8 KiB
C
Raw Normal View History

2007-11-25 19:42:40 +00:00
/* copyright (c) 2007 magnus auvinen, see licence.txt for more info */
2007-12-10 20:53:37 +00:00
MACRO_CONFIG_INT(cl_predict, 1, 0, 1)
2007-12-10 19:13:00 +00:00
MACRO_CONFIG_INT(cl_nameplates, 0, 0, 1)
MACRO_CONFIG_INT(cl_nameplates_always, 0, 0, 1)
2007-12-11 23:10:07 +00:00
MACRO_CONFIG_INT(cl_autoswitch_weapons, 0, 0, 1)
MACRO_CONFIG_INT(cl_showfps, 0, 0, 1)
2007-10-06 17:36:24 +00:00
2008-03-23 11:57:25 +00:00
MACRO_CONFIG_INT(cl_airjumpindicator, 1, 0, 1)
MACRO_CONFIG_INT(cl_threadsoundloading, 0, 0, 1)
MACRO_CONFIG_INT(cl_warning_tuning, 1, 0, 1)
MACRO_CONFIG_INT(cl_mouse_deadzone, 300, 0, 0)
MACRO_CONFIG_INT(cl_mouse_followfactor, 60, 0, 200)
2008-03-11 08:48:48 +00:00
MACRO_CONFIG_INT(cl_mouse_max_distance, 800, 0, 0)
MACRO_CONFIG_INT(ed_showkeys, 0, 0, 1)
MACRO_CONFIG_INT(cl_flow, 0, 0, 1)
2007-12-16 22:34:43 +00:00
MACRO_CONFIG_INT(cl_show_welcome, 1, 0, 1)
MACRO_CONFIG_INT(player_use_custom_color, 0, 0, 1)
MACRO_CONFIG_INT(player_color_body, 65408, 0, 0)
MACRO_CONFIG_INT(player_color_feet, 65408, 0, 0)
MACRO_CONFIG_STR(player_skin, 64, "default")
MACRO_CONFIG_INT(dbg_bots, 0, 0, 11)
2008-01-12 12:08:26 +00:00
MACRO_CONFIG_INT(dbg_firedelay, 0, 0, 1)
MACRO_CONFIG_INT(dbg_flow, 0, 0, 1)
MACRO_CONFIG_INT(dbg_tuning, 0, 0, 1)
2007-08-25 08:54:14 +00:00
2008-03-22 15:29:01 +00:00
MACRO_CONFIG_INT(ui_page, 3, 0, 5)
MACRO_CONFIG_STR(ui_server_address, 128, "localhost:8303")
2007-11-18 22:29:01 +00:00
MACRO_CONFIG_INT(ui_scale, 100, 1, 100000)
2007-12-13 20:52:20 +00:00
MACRO_CONFIG_INT(ui_color_hue, 160, 0, 255)
MACRO_CONFIG_INT(ui_color_sat, 70, 0, 255)
MACRO_CONFIG_INT(ui_color_lht, 175, 0, 255)
MACRO_CONFIG_INT(ui_color_alpha, 228, 0, 255)
2007-12-11 23:10:07 +00:00
MACRO_CONFIG_INT(sv_warmup, 0, 0, 0)
2008-03-11 05:29:51 +00:00
MACRO_CONFIG_STR(sv_motd, 900, "")
2007-12-10 20:53:37 +00:00
MACRO_CONFIG_INT(sv_teamdamage, 0, 0, 1)
2007-12-11 23:10:07 +00:00
MACRO_CONFIG_STR(sv_maprotation, 512, "")
MACRO_CONFIG_INT(sv_rounds_per_map, 1, 1, 100)
2007-12-11 23:10:07 +00:00
MACRO_CONFIG_INT(sv_powerups, 1, 0, 1)
MACRO_CONFIG_INT(sv_scorelimit, 20, 0, 1000)
MACRO_CONFIG_INT(sv_timelimit, 0, 0, 1000)
MACRO_CONFIG_STR(sv_gametype, 32, "dm")
2007-12-18 22:07:57 +00:00
MACRO_CONFIG_INT(sv_tournament_mode, 0, 0, 1)
2008-03-29 14:39:45 +00:00
MACRO_CONFIG_INT(sv_spamprotection, 1, 0, 1)
2008-03-23 14:59:58 +00:00
MACRO_CONFIG_INT(sv_spectator_slots, 0, 0, 12)