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.11 by root, Sun Jan 7 02:39:14 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
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
99 has_ready_range 103 has_ready_range
100 hitback 104 hitback
101 hp 105 hp
102 identified 106 identified
103 immune 107 immune
108 inherit
104 int 109 int
105 inv_locked 110 inv_locked
106 invisible 111 invisible
107 is_animated 112 is_animated
108 is_blind 113 is_blind
157 no_pick 162 no_pick
158 no_skill_ident 163 no_skill_ident
159 no_steal 164 no_steal
160 no_strength 165 no_strength
161 nrof 166 nrof
167 obj_original
162 object 168 object
163 oid 169 oid
164 one_hit 170 one_hit
165 only_attack 171 only_attack
166 other_arch 172 other_arch
170 path_repelled 176 path_repelled
171 perm_exp 177 perm_exp
172 pick_up 178 pick_up
173 player_sold 179 player_sold
174 pow 180 pow
181 precious
175 protected 182 protected
176 race 183 race
177 random_move 184 random_move
178 random_movement 185 random_movement
179 randomitems 186 randomitems
228 str 235 str
229 subtype 236 subtype
230 tear_down 237 tear_down
231 title 238 title
232 tooltype 239 tooltype
233 treasure 240 treasure_env
234 type 241 type
235 unaggressive 242 unaggressive
236 undead 243 undead
237 unique 244 unique
238 unpaid 245 unpaid
248 wis 255 wis
249 wiz 256 wiz
250 x 257 x
251 xrays 258 xrays
252 y 259 y
253
254 Object
255 Str
256 Dex
257 Con
258 Wis
259 Cha
260 Int
261 Pow
262 More
263 260
264 maplore 261 maplore
265 endmaplore 262 endmaplore
266 enter_x 263 enter_x
267 enter_y 264 enter_y
299 map 296 map
300 savebed_map 297 savebed_map
301 bed_x 298 bed_x
302 bed_y 299 bed_y
303 password 300 password
304 shoottype
305 bowtype 301 bowtype
306 petmode 302 petmode
307 gen_hp 303 gen_hp
308 gen_sp 304 gen_sp
309 gen_grace 305 gen_grace
316 usekeys 312 usekeys
317 unapply 313 unapply
318 weapon_sp 314 weapon_sp
319 lev_array 315 lev_array
320 endplst 316 endplst
317
318 visibility
319 magicmap
320
321 match
322 parent
323 longname
324 jail_map
325 jail_x
326 jail_y
327 fallback
328 nomore
329
330 chance
331 mods
332 diff
333 saves
334 description
335 density
336 damage
337
338 anim
339 mina
340 facings
341 player
342
343 allowed
344 keycode
345 trans
346 yield
347 ingred
348 cauldron
349
350 Str
351 Dex
352 Con
353 Wis
354 Cha
355 Int
356 Pow
357
358 treasure
359 treasureone
360 list
361 change_name
362 change_title
363 change_slaying
364 yes
365 no
321); 366);
322 367
323open GPERF, "|-", "exec $ARG{GPERF} -m50 >kw_hash.h" 368open GPERF, "|-", "exec $ARG{GPERF} -m50 >kw_hash.h"
324 or die "$ARGV{GPERF}: $!"; 369 or die "$ARGV{GPERF}: $!";
325 370

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines