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.12 by root, Sun Jan 7 23:10:43 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
100 has_ready_range 103 has_ready_range
101 hitback 104 hitback
102 hp 105 hp
103 identified 106 identified
104 immune 107 immune
108 inherit
105 int 109 int
106 inv_locked 110 inv_locked
107 invisible 111 invisible
108 is_animated 112 is_animated
109 is_blind 113 is_blind
158 no_pick 162 no_pick
159 no_skill_ident 163 no_skill_ident
160 no_steal 164 no_steal
161 no_strength 165 no_strength
162 nrof 166 nrof
167 obj_original
163 object 168 object
164 oid 169 oid
165 one_hit 170 one_hit
166 only_attack 171 only_attack
167 other_arch 172 other_arch
171 path_repelled 176 path_repelled
172 perm_exp 177 perm_exp
173 pick_up 178 pick_up
174 player_sold 179 player_sold
175 pow 180 pow
181 precious
176 protected 182 protected
177 race 183 race
178 random_move 184 random_move
179 random_movement 185 random_movement
180 randomitems 186 randomitems
229 str 235 str
230 subtype 236 subtype
231 tear_down 237 tear_down
232 title 238 title
233 tooltype 239 tooltype
234 treasure 240 treasure_env
235 type 241 type
236 unaggressive 242 unaggressive
237 undead 243 undead
238 unique 244 unique
239 unpaid 245 unpaid
249 wis 255 wis
250 wiz 256 wiz
251 x 257 x
252 xrays 258 xrays
253 y 259 y
254
255 Object
256 Str
257 Dex
258 Con
259 Wis
260 Cha
261 Int
262 Pow
263 More
264 260
265 maplore 261 maplore
266 endmaplore 262 endmaplore
267 enter_x 263 enter_x
268 enter_y 264 enter_y
300 map 296 map
301 savebed_map 297 savebed_map
302 bed_x 298 bed_x
303 bed_y 299 bed_y
304 password 300 password
305 shoottype
306 bowtype 301 bowtype
307 petmode 302 petmode
308 gen_hp 303 gen_hp
309 gen_sp 304 gen_sp
310 gen_grace 305 gen_grace
317 usekeys 312 usekeys
318 unapply 313 unapply
319 weapon_sp 314 weapon_sp
320 lev_array 315 lev_array
321 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
322); 366);
323 367
324open GPERF, "|-", "exec $ARG{GPERF} -m50 >kw_hash.h" 368open GPERF, "|-", "exec $ARG{GPERF} -m50 >kw_hash.h"
325 or die "$ARGV{GPERF}: $!"; 369 or die "$ARGV{GPERF}: $!";
326 370

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines