~ubuntu-branches/ubuntu/trusty/teeworlds/trusty-updates

« back to all changes in this revision

Viewing changes to src/game/g_variables.h

  • Committer: Bazaar Package Importer
  • Author(s): Gonéri Le Bouder
  • Date: 2009-04-12 02:32:37 UTC
  • mfrom: (3.2.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090412023237-ufmf1xn0rkjmx6f3
Tags: 0.5.1-2
* Fix the ouput of teeworlds-server --help with /bin/sh ->
  /bin/bash (Closes: #511600)
* Standard version 3.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* copyright (c) 2007 magnus auvinen, see licence.txt for more info */
2
 
MACRO_CONFIG_INT(cl_predict, 1, 0, 1)
3
 
MACRO_CONFIG_INT(cl_nameplates, 0, 0, 1)
4
 
MACRO_CONFIG_INT(cl_nameplates_always, 0, 0, 1)
5
 
MACRO_CONFIG_INT(cl_autoswitch_weapons, 0, 0, 1)
6
 
 
7
 
MACRO_CONFIG_INT(cl_showfps, 0, 0, 1)
8
 
 
9
 
MACRO_CONFIG_INT(cl_airjumpindicator, 1, 0, 1)
10
 
MACRO_CONFIG_INT(cl_threadsoundloading, 0, 0, 1)
11
 
 
12
 
 
13
 
MACRO_CONFIG_INT(cl_warning_tuning, 1, 0, 1)
14
 
 
15
 
MACRO_CONFIG_INT(cl_mouse_deadzone, 300, 0, 0)
16
 
MACRO_CONFIG_INT(cl_mouse_followfactor, 60, 0, 200)
17
 
MACRO_CONFIG_INT(cl_mouse_max_distance, 800, 0, 0)
18
 
 
19
 
 
20
 
MACRO_CONFIG_INT(ed_showkeys, 0, 0, 1)
21
 
 
22
 
MACRO_CONFIG_INT(cl_flow, 0, 0, 1)
23
 
 
24
 
MACRO_CONFIG_INT(cl_show_welcome, 1, 0, 1)
25
 
MACRO_CONFIG_INT(cl_motd_time, 10, 0, 100)
26
 
 
27
 
MACRO_CONFIG_INT(player_use_custom_color, 0, 0, 1)
28
 
MACRO_CONFIG_INT(player_color_body, 65408, 0, 0)
29
 
MACRO_CONFIG_INT(player_color_feet, 65408, 0, 0)
30
 
MACRO_CONFIG_STR(player_skin, 64, "default")
31
 
 
32
 
MACRO_CONFIG_INT(dbg_dummies, 0, 0, 11)
33
 
MACRO_CONFIG_INT(dbg_firedelay, 0, 0, 1)
34
 
MACRO_CONFIG_INT(dbg_flow, 0, 0, 1)
35
 
MACRO_CONFIG_INT(dbg_tuning, 0, 0, 1)
36
 
 
37
 
MACRO_CONFIG_INT(ui_page, 3, 0, 5)
38
 
MACRO_CONFIG_STR(ui_server_address, 128, "localhost:8303")
39
 
MACRO_CONFIG_INT(ui_scale, 100, 1, 100000)
40
 
 
41
 
MACRO_CONFIG_INT(ui_color_hue, 160, 0, 255)
42
 
MACRO_CONFIG_INT(ui_color_sat, 70, 0, 255)
43
 
MACRO_CONFIG_INT(ui_color_lht, 175, 0, 255)
44
 
MACRO_CONFIG_INT(ui_color_alpha, 228, 0, 255)
45
 
 
46
 
 
47
 
MACRO_CONFIG_INT(sv_warmup, 0, 0, 0)
48
 
MACRO_CONFIG_STR(sv_motd, 900, "")
49
 
MACRO_CONFIG_INT(sv_teamdamage, 0, 0, 1)
50
 
MACRO_CONFIG_STR(sv_maprotation, 512, "")
51
 
MACRO_CONFIG_INT(sv_rounds_per_map, 1, 1, 100)
52
 
MACRO_CONFIG_INT(sv_powerups, 1, 0, 1)
53
 
MACRO_CONFIG_INT(sv_scorelimit, 20, 0, 1000)
54
 
MACRO_CONFIG_INT(sv_timelimit, 0, 0, 1000)
55
 
MACRO_CONFIG_STR(sv_gametype, 32, "dm")
56
 
MACRO_CONFIG_INT(sv_tournament_mode, 0, 0, 1)
57
 
MACRO_CONFIG_INT(sv_spamprotection, 1, 0, 1)
58
 
 
59
 
MACRO_CONFIG_INT(sv_spectator_slots, 0, 0, 12)