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.8 by root, Mon Dec 11 19:10:58 2006 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
68 cursed 71 cursed
69 custom_name 72 custom_name
70 dam 73 dam
71 dam_modifier 74 dam_modifier
72 damned 75 damned
76 destroy_on_death
73 dex 77 dex
74 direction 78 direction
75 duration 79 duration
76 duration_modifier 80 duration_modifier
77 editable 81 editable
99 has_ready_range 103 has_ready_range
100 hitback 104 hitback
101 hp 105 hp
102 identified 106 identified
103 immune 107 immune
108 inherit
104 int 109 int
105 inv_locked 110 inv_locked
106 invisible 111 invisible
107 is_animated 112 is_animated
108 is_blind 113 is_blind
157 no_pick 162 no_pick
158 no_skill_ident 163 no_skill_ident
159 no_steal 164 no_steal
160 no_strength 165 no_strength
161 nrof 166 nrof
167 obj_original
162 object 168 object
163 oid 169 oid
164 one_hit 170 one_hit
165 only_attack 171 only_attack
166 other_arch 172 other_arch
170 path_repelled 176 path_repelled
171 perm_exp 177 perm_exp
172 pick_up 178 pick_up
173 player_sold 179 player_sold
174 pow 180 pow
181 precious
175 protected 182 protected
176 race 183 race
177 random_move 184 random_move
178 random_movement 185 random_movement
179 randomitems 186 randomitems
228 str 235 str
229 subtype 236 subtype
230 tear_down 237 tear_down
231 title 238 title
232 tooltype 239 tooltype
233 treasure 240 treasure_env
234 type 241 type
235 unaggressive 242 unaggressive
236 undead 243 undead
237 unique 244 unique
238 unpaid 245 unpaid
249 wiz 256 wiz
250 x 257 x
251 xrays 258 xrays
252 y 259 y
253 260
254 Object 261 maplore
262 endmaplore
263 enter_x
264 enter_y
265 width
266 height
267 reset_timeout
268 reset_time
269 swap_time
270 difficulty
271 darkness
272 fixed_resettime
273 per_player
274 per_party
275 region
276 shopitems
277 shopgreed
278 shopmin
279 shopmax
280 shoprace
281 outdoor
282 tile_path_1
283 tile_path_2
284 tile_path_3
285 tile_path_4
286
287 file_format_version
288
289 temp
290 pressure
291 humid
292 windspeed
293 winddir
294 sky
295
296 map
297 savebed_map
298 bed_x
299 bed_y
300 password
301 bowtype
302 petmode
303 gen_hp
304 gen_sp
305 gen_grace
306 listening
307 peaceful
308 digestion
309 pickup
310 outputs_sync
311 outputs_count
312 usekeys
313 unapply
314 weapon_sp
315 lev_array
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
255 Str 350 Str
256 Dex 351 Dex
257 Con 352 Con
258 Wis 353 Wis
259 Cha 354 Cha
260 Int 355 Int
261 Pow 356 Pow
262 More 357
358 treasure
359 treasureone
360 list
361 change_name
362 change_title
363 change_slaying
364 yes
365 no
263); 366);
264 367
265open GPERF, "|-", "exec $ARG{GPERF} -m50 >kw_hash.h" 368open GPERF, "|-", "exec $ARG{GPERF} -m50 >kw_hash.h"
266 or die "$ARGV{GPERF}: $!"; 369 or die "$ARGV{GPERF}: $!";
267 370

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines