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.12 by root, Sun Jan 7 23:10:43 2007 UTC vs.
Revision 1.30 by root, Tue May 22 10:49:59 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
39 body_shoulder 42 body_shoulder
40 body_foot 43 body_foot
41 body_hand 44 body_hand
42 body_wrist 45 body_wrist
43 body_waist 46 body_waist
47 body_shield
48 body_combat
44 can_apply 49 can_apply
45 can_cast_spell 50 can_cast_spell
46 can_roll 51 can_roll
47 can_see_in_dark 52 can_see_in_dark
48 can_use_armour 53 can_use_armour
89 gen_sp_armour 94 gen_sp_armour
90 generator 95 generator
91 glow_radius 96 glow_radius
92 grace 97 grace
93 has_ready_bow 98 has_ready_bow
94 has_ready_horn
95 has_ready_rod
96 has_ready_scroll 99 has_ready_scroll
97 has_ready_skill 100 has_ready_skill
98 has_ready_wand
99 has_ready_weapon 101 has_ready_weapon
100 has_ready_range 102 has_ready_range
101 hitback 103 hitback
102 hp 104 hp
103 identified 105 identified
104 immune 106 immune
107 inherit
105 int 108 int
106 inv_locked 109 inv_locked
107 invisible 110 invisible
108 is_animated 111 is_animated
109 is_blind 112 is_blind
158 no_pick 161 no_pick
159 no_skill_ident 162 no_skill_ident
160 no_steal 163 no_steal
161 no_strength 164 no_strength
162 nrof 165 nrof
166 obj_original
163 object 167 object
164 oid 168 oid
165 one_hit 169 one_hit
166 only_attack 170 only_attack
167 other_arch 171 other_arch
171 path_repelled 175 path_repelled
172 perm_exp 176 perm_exp
173 pick_up 177 pick_up
174 player_sold 178 player_sold
175 pow 179 pow
180 precious
176 protected 181 protected
177 race 182 race
178 random_move 183 random_move
179 random_movement 184 random_movement
180 randomitems 185 randomitems
229 str 234 str
230 subtype 235 subtype
231 tear_down 236 tear_down
232 title 237 title
233 tooltype 238 tooltype
234 treasure 239 treasure_env
235 type 240 type
236 unaggressive 241 unaggressive
237 undead 242 undead
238 unique 243 unique
239 unpaid 244 unpaid
240 use_content_on_gen 245 use_content_on_gen
241 uuid 246 uuid
242 value 247 value
243 vulnerable 248 vulnerable
244 was_wiz
245 wc 249 wc
246 weapontype 250 weapontype
247 weight 251 weight
248 will_apply 252 will_apply
249 wis 253 wis
250 wiz
251 x 254 x
252 xrays 255 xrays
253 y 256 y
254
255 Object
256 Str
257 Dex
258 Con
259 Wis
260 Cha
261 Int
262 Pow
263 More
264 257
265 maplore 258 maplore
266 endmaplore 259 endmaplore
267 enter_x 260 enter_x
268 enter_y 261 enter_y
300 map 293 map
301 savebed_map 294 savebed_map
302 bed_x 295 bed_x
303 bed_y 296 bed_y
304 password 297 password
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
315 outputs_sync 307 outputs_sync
316 outputs_count 308 outputs_count
317 usekeys 309 usekeys
318 unapply 310 unapply
319 weapon_sp 311 weapon_sp
312 weapon_sp_left
320 lev_array 313 lev_array
321 endplst 314 endplst
315
316 visibility
317 magicmap
318
319 match
320 parent
321 longname
322 jail_map
323 jail_x
324 jail_y
325 portal_map
326 portal_x
327 portal_y
328 fallback
329 nomore
330
331 chance
332 mods
333 diff
334 saves
335 description
336 density
337 damage
338
339 anim
340 mina
341 facings
342 player
343
344 allowed
345 keycode
346 trans
347 yield
348 ingred
349 cauldron
350
351 Str
352 Dex
353 Con
354 Wis
355 Cha
356 Int
357 Pow
358
359 treasure
360 treasureone
361 list
362 change_name
363 change_title
364 change_slaying
365 yes
366 no
322); 367);
323 368
324open GPERF, "|-", "exec $ARG{GPERF} -m50 >kw_hash.h" 369open GPERF, "|-", "exec $ARG{GPERF} -m50 >kw_hash.h"
325 or die "$ARGV{GPERF}: $!"; 370 or die "$ARGV{GPERF}: $!";
326 371

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines