ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/maps/normalize
Revision: 1.11
Committed: Sat Apr 29 22:29:21 2006 UTC (18 years ago) by pippijn
Branch: MAIN
Changes since 1.10: +46 -0 lines
Log Message:
Adding some forgotten maxhp attributes when hp was altered.

File Contents

# User Rev Content
1 root 1.1 #!/bin/sh
2    
3     # this script calls normalize on all maps that we touch
4     # it is to be used whenever we do local changes and
5     # used before importing upstream map changes, to reduce
6     # cvs conflicts.
7    
8     # those are typo fixes or other stuff that is
9     # small enough to not cause conflicts
10     # navar_city/spyhouse \
11     # start/newbieshouse \
12     # pup_land/lone_town/mshop \
13 root 1.8 # pup_land/rainbow/station \
14 root 1.1
15 root 1.7 # there is no need to normalise maps we don't get from upstream, such as
16     # aldwulf/ elmex/ schmorp/ onefang/
17    
18 root 1.1 cfmap-normalize \
19 pippijn 1.10 navar_city/city1enter \
20     scorn/oldcity/oldcity7 \
21     pup_land/lone_town/apartment/groundfloor \
22 pippijn 1.11 dragonisland/house7 \
23     lake_country/Butakis/gate_outer
24     lake_country/Butakis/prison_e
25     lake_country/Butakis/prison_n
26     lake_country/Butakis/prison_s
27     lake_country/Mwizard/Mwizard0
28     lake_country/Mwizard/Mwizard1
29     lake_country/Mwizard/Mwizard2
30     lake_country/Mwizard/Mwizard3
31     lake_country/Mwizard/Mwizard4
32     lake_country/Mwizard/Mwizard5
33     lake_country/Mwizard/Mwizard6
34     lake_country/Mwizard/MwizardG
35     lake_country/shops/Olds_jewel
36     lake_country/shops/clems_archery
37     lake_country/small_buildings/hut_Galmorus
38     navar_city/city1houses3
39     pup_land/barrier
40     pup_land/world
41     pup_land/castle_eureca/castle_eureca1
42     pup_land/kurte/hut2
43     pup_land/lone_town/gemshop
44     pup_land/lone_town/guild_law
45     pup_land/nurnberg/alshop
46     pup_land/nurnberg/aqueduct
47     pup_land/nurnberg/ashop
48     pup_land/nurnberg/bshop
49     pup_land/nurnberg/pshop
50     pup_land/nurnberg/washop
51     pup_land/nurnberg/dick/house
52     pup_land/nurnberg/reception/reception
53     pup_land/rainbow/shore
54     pup_land/rainbow/station
55     pup_land/rainbow/Lv1/hut1
56     pup_land/rainbow/Lv1/hut2
57     pup_land/rainbow/Lv1/hut3
58     pup_land/rainbow/Lv1/hut4
59     pup_land/s_f/Kira
60     pup_land/s_f/ki
61     pup_land/s_f/to-jyo
62     quests/peterm/FireTemple/FifthFloor
63     scorn/houses/jones
64     scorn/misc/drywell
65     scorn/misc/castle2
66     scorn/oldcity/oldcity6
67     scorn/shops/bowshop
68 elmex 1.2 scorn/temples/valriel \
69 elmex 1.3 scorn/misc/gatehouse \
70 elmex 1.2 scorn/temples/gorokh \
71 root 1.1 scorn/temples/valriel2 \
72 pippijn 1.6 scorn/peterm/undead_quest \
73     scorn/misc/HallOfQuests \
74 root 1.9 scorn/anthony/portgate \
75 root 1.1 world/world_104_116 \
76 elmex 1.2 world/world_104_115 \
77 root 1.4 world/world_105_115 \
78 root 1.1 world/world_105_116 \
79     world/world_106_115 \
80     world/world_106_116 \
81     world/world_110_118 \
82     world/world_121_117 \
83 root 1.5 world/world_122_117 \
84 root 1.1 ;