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.9 by root, Sat Dec 30 10:16:10 2006 UTC vs.
Revision 1.19 by root, Fri Feb 16 19:43:41 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
157 no_pick 158 no_pick
158 no_skill_ident 159 no_skill_ident
159 no_steal 160 no_steal
160 no_strength 161 no_strength
161 nrof 162 nrof
163 obj_original
162 object 164 object
163 oid 165 oid
164 one_hit 166 one_hit
165 only_attack 167 only_attack
166 other_arch 168 other_arch
249 wiz 251 wiz
250 x 252 x
251 xrays 253 xrays
252 y 254 y
253 255
254 Object
255 Str
256 Dex
257 Con
258 Wis
259 Cha
260 Int
261 Pow
262 More
263
264 maplore 256 maplore
265 endmaplore 257 endmaplore
266 enter_x 258 enter_x
267 enter_y 259 enter_y
268 width 260 width
293 pressure 285 pressure
294 humid 286 humid
295 windspeed 287 windspeed
296 winddir 288 winddir
297 sky 289 sky
290
291 map
292 savebed_map
293 bed_x
294 bed_y
295 password
296 shoottype
297 bowtype
298 petmode
299 gen_hp
300 gen_sp
301 gen_grace
302 listening
303 peaceful
304 digestion
305 pickup
306 outputs_sync
307 outputs_count
308 usekeys
309 unapply
310 weapon_sp
311 lev_array
312 endplst
313
314 color_fg
315 color_bg
316 visibility
317 magicmap
318
319 parent
320 longname
321 jail_map
322 jail_x
323 jail_y
324 fallback
325 nomore
326
327 chance
328 mods
329 diff
330 saves
331 description
332 density
333 damage
334
335 anim
336 mina
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
298); 354);
299 355
300open GPERF, "|-", "exec $ARG{GPERF} -m50 >kw_hash.h" 356open GPERF, "|-", "exec $ARG{GPERF} -m50 >kw_hash.h"
301 or die "$ARGV{GPERF}: $!"; 357 or die "$ARGV{GPERF}: $!";
302 358

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines