ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/preprocess
(Generate patch)

Comparing deliantra/server/include/preprocess (file contents):
Revision 1.10 by root, Sun Dec 31 21:26:18 2006 UTC vs.
Revision 1.26 by root, Thu May 3 09:26:45 2007 UTC

10 walk_on 10 walk_on
11 walk_off 11 walk_off
12 fly_on 12 fly_on
13 fly_off 13 fly_off
14 flying 14 flying
15
16 attack_skill
17 ranged_skill
15 18
16 ac 19 ac
17 activate_on_push 20 activate_on_push
18 activate_on_release 21 activate_on_release
19 alive 22 alive
68 cursed 71 cursed
69 custom_name 72 custom_name
70 dam 73 dam
71 dam_modifier 74 dam_modifier
72 damned 75 damned
76 destroy_on_death
73 dex 77 dex
74 direction 78 direction
75 duration 79 duration
76 duration_modifier 80 duration_modifier
77 editable 81 editable
88 gen_sp_armour 92 gen_sp_armour
89 generator 93 generator
90 glow_radius 94 glow_radius
91 grace 95 grace
92 has_ready_bow 96 has_ready_bow
93 has_ready_horn
94 has_ready_rod
95 has_ready_scroll 97 has_ready_scroll
96 has_ready_skill 98 has_ready_skill
97 has_ready_wand
98 has_ready_weapon 99 has_ready_weapon
99 has_ready_range 100 has_ready_range
100 hitback 101 hitback
101 hp 102 hp
102 identified 103 identified
103 immune 104 immune
105 inherit
104 int 106 int
105 inv_locked 107 inv_locked
106 invisible 108 invisible
107 is_animated 109 is_animated
108 is_blind 110 is_blind
157 no_pick 159 no_pick
158 no_skill_ident 160 no_skill_ident
159 no_steal 161 no_steal
160 no_strength 162 no_strength
161 nrof 163 nrof
164 obj_original
162 object 165 object
163 oid 166 oid
164 one_hit 167 one_hit
165 only_attack 168 only_attack
166 other_arch 169 other_arch
170 path_repelled 173 path_repelled
171 perm_exp 174 perm_exp
172 pick_up 175 pick_up
173 player_sold 176 player_sold
174 pow 177 pow
178 precious
175 protected 179 protected
176 race 180 race
177 random_move 181 random_move
178 random_movement 182 random_movement
179 randomitems 183 randomitems
228 str 232 str
229 subtype 233 subtype
230 tear_down 234 tear_down
231 title 235 title
232 tooltype 236 tooltype
233 treasure 237 treasure_env
234 type 238 type
235 unaggressive 239 unaggressive
236 undead 240 undead
237 unique 241 unique
238 unpaid 242 unpaid
248 wis 252 wis
249 wiz 253 wiz
250 x 254 x
251 xrays 255 xrays
252 y 256 y
253
254 Object
255 Str
256 Dex
257 Con
258 Wis
259 Cha
260 Int
261 Pow
262 More
263 257
264 maplore 258 maplore
265 endmaplore 259 endmaplore
266 enter_x 260 enter_x
267 enter_y 261 enter_y
299 map 293 map
300 savebed_map 294 savebed_map
301 bed_x 295 bed_x
302 bed_y 296 bed_y
303 password 297 password
304 explore
305 shoottype
306 bowtype 298 bowtype
307 petmode 299 petmode
308 gen_hp 300 gen_hp
309 gen_sp 301 gen_sp
310 gen_grace 302 gen_grace
317 usekeys 309 usekeys
318 unapply 310 unapply
319 weapon_sp 311 weapon_sp
320 lev_array 312 lev_array
321 endplst 313 endplst
314
315 visibility
316 magicmap
317
318 match
319 parent
320 longname
321 jail_map
322 jail_x
323 jail_y
324 fallback
325 nomore
326
327 chance
328 mods
329 diff
330 saves
331 description
332 density
333 damage
334
335 anim
336 mina
337 facings
338 player
339
340 allowed
341 keycode
342 trans
343 yield
344 ingred
345 cauldron
346
347 Str
348 Dex
349 Con
350 Wis
351 Cha
352 Int
353 Pow
354
355 treasure
356 treasureone
357 list
358 change_name
359 change_title
360 change_slaying
361 yes
362 no
322); 363);
323 364
324open GPERF, "|-", "exec $ARG{GPERF} -m50 >kw_hash.h" 365open GPERF, "|-", "exec $ARG{GPERF} -m50 >kw_hash.h"
325 or die "$ARGV{GPERF}: $!"; 366 or die "$ARGV{GPERF}: $!";
326 367

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines