ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/shstrinc.h
Revision: 1.18
Committed: Tue Nov 3 23:44:21 2009 UTC (14 years, 7 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-2_90
Changes since 1.17: +22 -0 lines
Log Message:
tighten copyright statements for files containing no gpl code whatsoever anymore

File Contents

# Content
1 /*
2 * This file is part of Deliantra, the Roguelike Realtime MMORPG.
3 *
4 * Copyright (©) 2005,2006,2007,2008,2009 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5 *
6 * Deliantra is free software: you can redistribute it and/or modify it under
7 * the terms of the Affero GNU General Public License as published by the
8 * Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the Affero GNU General Public License
17 * and the GNU General Public License along with this program. If not, see
18 * <http://www.gnu.org/licenses/>.
19 *
20 * The authors can be reached via e-mail to <support@deliantra.net>
21 */
22
23 // declare some predefined const shstr's
24
25 def (none)
26 def (NONE) //TODO, eradicate
27 def (All) //TODO, eradicate
28 def (NOCLASSFACECHANGE)
29 def (monk)
30 def (unknown)
31 def (bug)
32 def (player)
33 def (undead)
34 def (money)
35 def (clawing)
36 def (battleground)
37 def (shop_coords)
38 def (on_use_yield)
39 def (burnout)
40 def (icecube)
41 def (fire_trail)
42 def (noise_force)
43 def (killer_quit)
44 def (killer_logout)
45 def (rune_mark)
46 def (magic_mouth)
47 def (doppleganger)
48 def (keys)
49 def (GOD)
50 def (GOD_SLAYING)
51 def (GOD_FRIEND)
52 def (GODCULTMON)
53 def2(shstr_one_handed_weapons, "one handed weapons")
54 def2(shstr_two_handed_weapons, "two handed weapons")
55 def2(shstr_grace_limit, "grace limit")
56 def2(shstr_restore_grace, "restore grace")
57
58 // dragons
59 def (dragon)
60 def (dragon_ability_force)
61 def (dragon_ability_fire)
62 def (dragon_ability_cold)
63 def (dragon_ability_elec)
64 def (dragon_ability_poison)
65 def (dragon_skin_force)
66
67 //treasures
68 def (ring)
69 def (amulet)
70 def (staff)
71 def (crown)
72 def (empty_archetype)
73
74 // rmg
75 def (fountain)
76 def (exit)
77 def (chest)
78 def (sign)
79 def (key_random_map)
80 def (locked_door1)
81