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.17 by root, Fri Feb 9 01:52:10 2007 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
89 gen_sp_armour 92 gen_sp_armour
90 generator 93 generator
91 glow_radius 94 glow_radius
92 grace 95 grace
93 has_ready_bow 96 has_ready_bow
94 has_ready_horn
95 has_ready_rod
96 has_ready_scroll 97 has_ready_scroll
97 has_ready_skill 98 has_ready_skill
98 has_ready_wand
99 has_ready_weapon 99 has_ready_weapon
100 has_ready_range 100 has_ready_range
101 hitback 101 hitback
102 hp 102 hp
103 identified 103 identified
104 immune 104 immune
105 inherit
105 int 106 int
106 inv_locked 107 inv_locked
107 invisible 108 invisible
108 is_animated 109 is_animated
109 is_blind 110 is_blind
172 path_repelled 173 path_repelled
173 perm_exp 174 perm_exp
174 pick_up 175 pick_up
175 player_sold 176 player_sold
176 pow 177 pow
178 precious
177 protected 179 protected
178 race 180 race
179 random_move 181 random_move
180 random_movement 182 random_movement
181 randomitems 183 randomitems
230 str 232 str
231 subtype 233 subtype
232 tear_down 234 tear_down
233 title 235 title
234 tooltype 236 tooltype
235 treasure 237 treasure_env
236 type 238 type
237 unaggressive 239 unaggressive
238 undead 240 undead
239 unique 241 unique
240 unpaid 242 unpaid
250 wis 252 wis
251 wiz 253 wiz
252 x 254 x
253 xrays 255 xrays
254 y 256 y
255
256 Object
257 Str
258 Dex
259 Con
260 Wis
261 Cha
262 Int
263 Pow
264 More
265 257
266 maplore 258 maplore
267 endmaplore 259 endmaplore
268 enter_x 260 enter_x
269 enter_y 261 enter_y
301 map 293 map
302 savebed_map 294 savebed_map
303 bed_x 295 bed_x
304 bed_y 296 bed_y
305 password 297 password
306 shoottype
307 bowtype 298 bowtype
308 petmode 299 petmode
309 gen_hp 300 gen_hp
310 gen_sp 301 gen_sp
311 gen_grace 302 gen_grace
319 unapply 310 unapply
320 weapon_sp 311 weapon_sp
321 lev_array 312 lev_array
322 endplst 313 endplst
323 314
324 color_fg
325 color_bg
326 visibility 315 visibility
327 magicmap 316 magicmap
328 317
318 match
329 parent 319 parent
330 longname 320 longname
331 jail_map 321 jail_map
332 jail_x 322 jail_x
333 jail_y 323 jail_y
343 damage 333 damage
344 334
345 anim 335 anim
346 mina 336 mina
347 facings 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
348); 363);
349 364
350open GPERF, "|-", "exec $ARG{GPERF} -m50 >kw_hash.h" 365open GPERF, "|-", "exec $ARG{GPERF} -m50 >kw_hash.h"
351 or die "$ARGV{GPERF}: $!"; 366 or die "$ARGV{GPERF}: $!";
352 367

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines