ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/genkeywords
(Generate patch)

Comparing deliantra/server/include/genkeywords (file contents):
Revision 1.13 by root, Wed Nov 11 04:45:22 2009 UTC vs.
Revision 1.21 by root, Sat May 7 20:03:28 2011 UTC

26 26
27use List::Util; 27use List::Util;
28 28
29# todo: gather dynamically 29# todo: gather dynamically
30my @kw = qw( 30my @kw = qw(
31 no_pass
32 walk_on
33 walk_off
34 fly_on
35 fly_off
36 flying
37
38 gender 31 gender
39 hintmode 32 hintmode
40 attack_skill 33 attack_skill
41 ranged_skill 34 ranged_skill
42 35
136 is_blind 129 is_blind
137 is_buildable 130 is_buildable
138 is_cauldron 131 is_cauldron
139 is_dust 132 is_dust
140 is_floor 133 is_floor
134 is_transparent_floor
141 is_hilly 135 is_hilly
142 is_lightable 136 is_lightable
143 is_thrown 137 is_thrown
144 is_turnable 138 is_turnable
145 is_used_up 139 is_used_up
201 pick_up 195 pick_up
202 player_sold 196 player_sold
203 pow 197 pow
204 precious 198 precious
205 protected 199 protected
200 is_quad
206 race 201 race
207 random_move 202 random_move
208 random_movement 203 random_movement
204 random_speed
209 randomitems 205 randomitems
210 range 206 range
211 range_modifier 207 range_modifier
212 reflect_missile 208 reflect_missile
213 reflect_spell 209 reflect_spell
250 sound_destroy 246 sound_destroy
251 smoothlevel 247 smoothlevel
252 sp 248 sp
253 speed 249 speed
254 speed_left 250 speed_left
251 sl
255 splitting 252 splitting
256 stand_still 253 stand_still
257 startequip 254 startequip
258 state 255 state
259 stealth 256 stealth
305 outdoor 302 outdoor
306 tile_path_1 303 tile_path_1
307 tile_path_2 304 tile_path_2
308 tile_path_3 305 tile_path_3
309 tile_path_4 306 tile_path_4
307 tile_path_5
308 tile_path_6
310 309
311 file_format_version 310 file_format_version
312
313 temp
314 pressure
315 humid
316 windspeed
317 winddir
318 sky
319 311
320 map 312 map
321 savebed_map 313 savebed_map
322 bed_x 314 bed_x
323 bed_y 315 bed_y
347 longname 339 longname
348 jail_map 340 jail_map
349 jail_x 341 jail_x
350 jail_y 342 jail_y
351 portal_map 343 portal_map
352 portal_x
353 portal_y
354 fallback 344 fallback
355 nomore 345 nomore
356 346
357 chance 347 chance
358 mods 348 mods
388 change_name 378 change_name
389 change_title 379 change_title
390 change_slaying 380 change_slaying
391 yes 381 yes
392 no 382 no
383
384 max_level
385
386 authour
387 size
388 index
393); 389);
394 390
395open GPERF, "|-", "exec $ARG{GPERF} -m50 >kw_hash.h" 391open GPERF, "|-", "exec $ARG{GPERF} -m50 >kw_hash.h"
396 or die "$ARGV{GPERF}: $!"; 392 or die "$ARGV{GPERF}: $!";
397 393

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines