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.14 by root, Fri Jan 19 17:50:11 2007 UTC vs.
Revision 1.23 by root, Tue Apr 17 18:59:06 2007 UTC

100 has_ready_range 100 has_ready_range
101 hitback 101 hitback
102 hp 102 hp
103 identified 103 identified
104 immune 104 immune
105 inherit
105 int 106 int
106 inv_locked 107 inv_locked
107 invisible 108 invisible
108 is_animated 109 is_animated
109 is_blind 110 is_blind
230 str 231 str
231 subtype 232 subtype
232 tear_down 233 tear_down
233 title 234 title
234 tooltype 235 tooltype
235 treasure
236 type 236 type
237 unaggressive 237 unaggressive
238 undead 238 undead
239 unique 239 unique
240 unpaid 240 unpaid
250 wis 250 wis
251 wiz 251 wiz
252 x 252 x
253 xrays 253 xrays
254 y 254 y
255
256 Object
257 Str
258 Dex
259 Con
260 Wis
261 Cha
262 Int
263 Pow
264 More
265 255
266 maplore 256 maplore
267 endmaplore 257 endmaplore
268 enter_x 258 enter_x
269 enter_y 259 enter_y
319 unapply 309 unapply
320 weapon_sp 310 weapon_sp
321 lev_array 311 lev_array
322 endplst 312 endplst
323 313
324 color_fg
325 color_bg
326 visibility 314 visibility
327 magicmap 315 magicmap
328 316
317 match
329 parent 318 parent
330 longname 319 longname
320 jail_map
331 jail 321 jail_x
322 jail_y
332 fallback 323 fallback
333 nomore 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
334); 362);
335 363
336open GPERF, "|-", "exec $ARG{GPERF} -m50 >kw_hash.h" 364open GPERF, "|-", "exec $ARG{GPERF} -m50 >kw_hash.h"
337 or die "$ARGV{GPERF}: $!"; 365 or die "$ARGV{GPERF}: $!";
338 366

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines