ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/res/ui/pl_settings_page.res
(Generate patch)

Comparing deliantra/arch/res/ui/pl_settings_page.res (file contents):
Revision 1.1 by root, Fri Dec 28 12:00:26 2007 UTC vs.
Revision 1.4 by root, Thu Oct 8 20:56:03 2009 UTC

1#! perl 1#! perl
2 2
3# the settings page in the palyer book 3# the settings page in the player book
4 4
5[ 5[
6 ScrolledWindow => { 6 ScrolledWindow => {
7 s_id => "page", 7 s_id => "page",
8 c_tab => ["Settings", "Various Character Settings"], 8 c_tab => ["Settings", "Various Character Settings"],
90 Selector => { 90 Selector => {
91 s_id => "petmode", 91 s_id => "petmode",
92 c_col => 1, c_row => 2, 92 c_col => 1, c_row => 2,
93 tooltip => "Controls how your pets/charmed monsters will behave", 93 tooltip => "Controls how your pets/charmed monsters will behave",
94 options => [ 94 options => [
95 [0 => "normal", "normal (default mode)"], 95 [0 => "normal", "normal (normal behaviour for that monster)"],
96 [1 => "sad" , "search and destroy (pets will roam and attack freely)"], 96 [1 => "sad" , "search and destroy (pets will roam and attack freely)"],
97 [2 => "defend", "defend (pets will trry to stay close and defend you)"], 97 [2 => "defend", "defend (pets will try to stay close and defend you)"],
98 [3 => "arens" , "arena (like normal, but also attack other players)"], 98 [3 => "arens" , "arena (like normal, but also attack other players)"],
99 ], 99 ],
100 }, 100 },
101 101
102 Label => { 102 Label => {
123 s_id => "usekeys", 123 s_id => "usekeys",
124 c_col => 4, c_row => 1, 124 c_col => 4, c_row => 1,
125 tooltip => "Controls how, when and if to use keys automatically", 125 tooltip => "Controls how, when and if to use keys automatically",
126 options => [ 126 options => [
127 [0 => "inventory" , "inventory (only keys in the top level inventory are used)"], 127 [0 => "inventory" , "inventory (only keys in the top level inventory are used)"],
128 [1 => "keyrings" , "keyrings (only keys inactive keyrings will be used)"], 128 [1 => "keyrings" , "keyrings (only keys in active keyrings will be used)"],
129 [2 => "containers", "containers (only keys in active containers will be used)"], 129 [2 => "containers", "containers (only keys in active containers will be used)"],
130 ], 130 ],
131 }, 131 },
132 ], 132 ],
133 }, 133 },

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines