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.3 by root, Thu Aug 31 17:54:14 2006 UTC vs.
Revision 1.6 by root, Wed Sep 13 02:05:19 2006 UTC

2 2
3use List::Util; 3use List::Util;
4 4
5# todo: gather dynamically 5# todo: gather dynamically
6my @kw = qw( 6my @kw = qw(
7 no_pass
8 walk_on
9 walk_off
10 fly_on
11 fly_off
12 flying
13
7 ac 14 ac
8 activate_on_push 15 activate_on_push
9 activate_on_release 16 activate_on_release
10 alive 17 alive
11 anim_speed 18 anim_speed
223 unaggressive 230 unaggressive
224 undead 231 undead
225 unique 232 unique
226 unpaid 233 unpaid
227 use_content_on_gen 234 use_content_on_gen
235 uuid
228 value 236 value
229 vulnerable 237 vulnerable
230 was_wiz 238 was_wiz
231 wc 239 wc
232 weapontype 240 weapontype
235 wis 243 wis
236 wiz 244 wiz
237 x 245 x
238 xrays 246 xrays
239 y 247 y
248
249 Object
250 Str
251 Dex
252 Con
253 Wis
254 Cha
255 Int
256 Pow
257 More
240); 258);
241 259
242open GPERF, "|-", "gperf -m50 >kw_hash.h" 260open GPERF, "|-", "gperf -m50 >kw_hash.h"
243 or die "gperf: $!"; 261 or die "gperf: $!";
244 262

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines