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.20 by root, Sun Mar 11 02:12:44 2007 UTC vs.
Revision 1.25 by root, Mon Apr 30 04:25:30 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
100 has_ready_range 103 has_ready_range
101 hitback 104 hitback
102 hp 105 hp
103 identified 106 identified
104 immune 107 immune
108 inherit
105 int 109 int
106 inv_locked 110 inv_locked
107 invisible 111 invisible
108 is_animated 112 is_animated
109 is_blind 113 is_blind
172 path_repelled 176 path_repelled
173 perm_exp 177 perm_exp
174 pick_up 178 pick_up
175 player_sold 179 player_sold
176 pow 180 pow
181 precious
177 protected 182 protected
178 race 183 race
179 random_move 184 random_move
180 random_movement 185 random_movement
181 randomitems 186 randomitems
230 str 235 str
231 subtype 236 subtype
232 tear_down 237 tear_down
233 title 238 title
234 tooltype 239 tooltype
235 treasure 240 treasure_env
236 type 241 type
237 unaggressive 242 unaggressive
238 undead 243 undead
239 unique 244 unique
240 unpaid 245 unpaid
291 map 296 map
292 savebed_map 297 savebed_map
293 bed_x 298 bed_x
294 bed_y 299 bed_y
295 password 300 password
296 shoottype
297 bowtype 301 bowtype
298 petmode 302 petmode
299 gen_hp 303 gen_hp
300 gen_sp 304 gen_sp
301 gen_grace 305 gen_grace
312 endplst 316 endplst
313 317
314 visibility 318 visibility
315 magicmap 319 magicmap
316 320
321 match
317 parent 322 parent
318 longname 323 longname
319 jail_map 324 jail_map
320 jail_x 325 jail_x
321 jail_y 326 jail_y
347 Con 352 Con
348 Wis 353 Wis
349 Cha 354 Cha
350 Int 355 Int
351 Pow 356 Pow
357
358 treasure
359 treasureone
360 list
361 change_name
362 change_title
363 change_slaying
364 yes
365 no
352); 366);
353 367
354open GPERF, "|-", "exec $ARG{GPERF} -m50 >kw_hash.h" 368open GPERF, "|-", "exec $ARG{GPERF} -m50 >kw_hash.h"
355 or die "$ARGV{GPERF}: $!"; 369 or die "$ARGV{GPERF}: $!";
356 370

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines