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.23 by root, Tue Apr 17 18:59:06 2007 UTC

68 cursed 68 cursed
69 custom_name 69 custom_name
70 dam 70 dam
71 dam_modifier 71 dam_modifier
72 damned 72 damned
73 destroy_on_death
73 dex 74 dex
74 direction 75 direction
75 duration 76 duration
76 duration_modifier 77 duration_modifier
77 editable 78 editable
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
228 str 231 str
229 subtype 232 subtype
230 tear_down 233 tear_down
231 title 234 title
232 tooltype 235 tooltype
233 treasure
234 type 236 type
235 unaggressive 237 unaggressive
236 undead 238 undead
237 unique 239 unique
238 unpaid 240 unpaid
248 wis 250 wis
249 wiz 251 wiz
250 x 252 x
251 xrays 253 xrays
252 y 254 y
253
254 Object
255 Str
256 Dex
257 Con
258 Wis
259 Cha
260 Int
261 Pow
262 More
263 255
264 maplore 256 maplore
265 endmaplore 257 endmaplore
266 enter_x 258 enter_x
267 enter_y 259 enter_y
299 map 291 map
300 savebed_map 292 savebed_map
301 bed_x 293 bed_x
302 bed_y 294 bed_y
303 password 295 password
304 explore
305 shoottype 296 shoottype
306 bowtype 297 bowtype
307 petmode 298 petmode
308 gen_hp 299 gen_hp
309 gen_sp 300 gen_sp
317 usekeys 308 usekeys
318 unapply 309 unapply
319 weapon_sp 310 weapon_sp
320 lev_array 311 lev_array
321 endplst 312 endplst
313
314 visibility
315 magicmap
316
317 match
318 parent
319 longname
320 jail_map
321 jail_x
322 jail_y
323 fallback
324 nomore
325
326 chance
327 mods
328 diff
329 saves
330 description
331 density
332 damage
333
334 anim
335 mina
336 facings
337 player
338
339 allowed
340 keycode
341 trans
342 yield
343 ingred
344 cauldron
345
346 Str
347 Dex
348 Con
349 Wis
350 Cha
351 Int
352 Pow
353
354 treasure
355 treasureone
356 list
357 change_name
358 change_title
359 change_slaying
360 yes
361 no
322); 362);
323 363
324open GPERF, "|-", "exec $ARG{GPERF} -m50 >kw_hash.h" 364open GPERF, "|-", "exec $ARG{GPERF} -m50 >kw_hash.h"
325 or die "$ARGV{GPERF}: $!"; 365 or die "$ARGV{GPERF}: $!";
326 366

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines