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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines