ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/shstrinc.h
Revision: 1.15
Committed: Wed Dec 31 17:35:37 2008 UTC (15 years, 4 months ago) by root
Content type: text/plain
Branch: MAIN
Changes since 1.14: +1 -0 lines
Log Message:
refactoring of shstr classe,s new shstr_tmp, lots of minor rewriting

File Contents

# User Rev Content
1 root 1.1 // declare some predefined const shstr's
2    
3 root 1.2 def (unknown)
4 root 1.1 def (undead)
5 root 1.3 def (money)
6 root 1.1 def (clawing)
7 root 1.4 def (battleground)
8 root 1.9 def (shop_coords)
9     def (on_use_yield)
10 root 1.10 def (burnout)
11     def (icecube)
12     def (fire_trail)
13 root 1.14 def (noise_force)
14 root 1.11 def (killer_quit)
15     def (killer_logout)
16 root 1.12 def (bug)
17 root 1.15 def (none)
18 root 1.9
19     // dragons
20 root 1.1 def (dragon_ability_force)
21 root 1.5 def (dragon_ability_fire)
22     def (dragon_ability_cold)
23     def (dragon_ability_elec)
24     def (dragon_ability_poison)
25 root 1.1 def (dragon_skin_force)
26 root 1.9
27     //treasures
28 root 1.6 def (ring)
29     def (amulet)
30     def (staff)
31     def (crown)
32     def (empty_archetype)
33 root 1.7 def (player)
34 root 1.9
35     // rmg
36     def (fountain)
37     def (exit)
38     def (chest)
39     def (sign)
40 root 1.13 def (key_random_map)
41 root 1.9 def (locked_door1)
42 root 1.14