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.1 by root, Mon May 28 21:15:56 2007 UTC vs.
Revision 1.19 by elmex, Thu Apr 28 12:11:04 2011 UTC

1#!/opt/bin/perl 1#!/opt/bin/perl
2
3#
4# This file is part of Deliantra, the Roguelike Realtime MMORPG.
5#
6# Copyright (©) 2005,2006,2007,2008,2009 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
7#
8# Deliantra is free software: you can redistribute it and/or modify it under
9# the terms of the Affero GNU General Public License as published by the
10# Free Software Foundation, either version 3 of the License, or (at your
11# option) any later version.
12#
13# This program is distributed in the hope that it will be useful,
14# but WITHOUT ANY WARRANTY; without even the implied warranty of
15# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16# GNU General Public License for more details.
17#
18# You should have received a copy of the Affero GNU General Public License
19# and the GNU General Public License along with this program. If not, see
20# <http://www.gnu.org/licenses/>.
21#
22# The authors can be reached via e-mail to <support@deliantra.net>
23#
2 24
3my %ARG = @ARGV; 25my %ARG = @ARGV;
4 26
5use List::Util; 27use List::Util;
6 28
11 walk_off 33 walk_off
12 fly_on 34 fly_on
13 fly_off 35 fly_off
14 flying 36 flying
15 37
38 gender
39 hintmode
16 attack_skill 40 attack_skill
17 ranged_skill 41 ranged_skill
18 42
19 ac 43 ac
20 activate_on_push 44 activate_on_push
154 name_pl 178 name_pl
155 neutral 179 neutral
156 no_attack 180 no_attack
157 no_damage 181 no_damage
158 no_drop 182 no_drop
159 no_fix_player
160 no_magic 183 no_magic
161 no_pick 184 no_pick
162 no_skill_ident 185 no_skill_ident
163 no_steal 186 no_steal
164 no_strength 187 no_strength
168 oid 191 oid
169 one_hit 192 one_hit
170 only_attack 193 only_attack
171 other_arch 194 other_arch
172 overlay_floor 195 overlay_floor
196 owner
173 path_attuned 197 path_attuned
174 path_denied 198 path_denied
175 path_repelled 199 path_repelled
176 perm_exp 200 perm_exp
177 pick_up 201 pick_up
178 player_sold 202 player_sold
179 pow 203 pow
180 precious 204 precious
181 protected 205 protected
206 is_quad
182 race 207 race
183 random_move 208 random_move
184 random_movement 209 random_movement
210 random_speed
185 randomitems 211 randomitems
186 range 212 range
187 range_modifier 213 range_modifier
188 reflect_missile 214 reflect_missile
189 reflect_spell 215 reflect_spell
220 see_invisible 246 see_invisible
221 skill 247 skill
222 slaying 248 slaying
223 sleep 249 sleep
224 slow_move 250 slow_move
251 sound
252 sound_destroy
225 smoothlevel 253 smoothlevel
226 sp 254 sp
227 speed 255 speed
228 speed_left 256 speed_left
257 sl
229 splitting 258 splitting
230 stand_still 259 stand_still
231 startequip 260 startequip
232 state 261 state
233 stealth 262 stealth
234 str 263 str
235 subtype 264 subtype
265 tag
236 tear_down 266 tear_down
237 title 267 title
238 tooltype
239 treasure_env 268 treasure_env
240 type 269 type
241 unaggressive 270 unaggressive
242 undead 271 undead
243 unique 272 unique
267 difficulty 296 difficulty
268 darkness 297 darkness
269 fixed_resettime 298 fixed_resettime
270 per_player 299 per_player
271 per_party 300 per_party
301 no_reset
272 region 302 region
273 shopitems 303 shopitems
274 shopgreed 304 shopgreed
275 shopmin 305 shopmin
276 shopmax 306 shopmax
278 outdoor 308 outdoor
279 tile_path_1 309 tile_path_1
280 tile_path_2 310 tile_path_2
281 tile_path_3 311 tile_path_3
282 tile_path_4 312 tile_path_4
313 tile_path_5
314 tile_path_6
283 315
284 file_format_version 316 file_format_version
285
286 temp
287 pressure
288 humid
289 windspeed
290 winddir
291 sky
292 317
293 map 318 map
294 savebed_map 319 savebed_map
295 bed_x 320 bed_x
296 bed_y 321 bed_y
314 endplst 339 endplst
315 340
316 visibility 341 visibility
317 magicmap 342 magicmap
318 343
319 match
320 parent 344 parent
321 longname 345 longname
322 jail_map 346 jail_map
323 jail_x 347 jail_x
324 jail_y 348 jail_y
325 portal_map 349 portal_map
326 portal_x
327 portal_y
328 fallback 350 fallback
329 nomore 351 nomore
330 352
331 chance 353 chance
332 mods 354 mods
362 change_name 384 change_name
363 change_title 385 change_title
364 change_slaying 386 change_slaying
365 yes 387 yes
366 no 388 no
389
390 max_level
391
392 authour
393 size
394 index
367); 395);
368 396
369open GPERF, "|-", "exec $ARG{GPERF} -m50 >kw_hash.h" 397open GPERF, "|-", "exec $ARG{GPERF} -m50 >kw_hash.h"
370 or die "$ARGV{GPERF}: $!"; 398 or die "$ARGV{GPERF}: $!";
371 399

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines