ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/maps/normalize
Revision: 1.12
Committed: Sun Apr 30 05:38:14 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.11: +46 -46 lines
Log Message:
fix syntax and move maps away that we changed but not change considerably

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.12 # dragonisland/house7 \
15     # lake_country/Butakis/gate_outer
16     # lake_country/Butakis/prison_e
17     # lake_country/Butakis/prison_n
18     # lake_country/Butakis/prison_s
19     # lake_country/Mwizard/Mwizard0
20     # lake_country/Mwizard/Mwizard1
21     # lake_country/Mwizard/Mwizard2
22     # lake_country/Mwizard/Mwizard3
23     # lake_country/Mwizard/Mwizard4
24     # lake_country/Mwizard/Mwizard5
25     # lake_country/Mwizard/Mwizard6
26     # lake_country/Mwizard/MwizardG
27     # lake_country/shops/Olds_jewel
28     # lake_country/shops/clems_archery
29     # lake_country/small_buildings/hut_Galmorus
30     # navar_city/city1houses3
31     # pup_land/barrier
32     # pup_land/world
33     # pup_land/castle_eureca/castle_eureca1
34     # pup_land/kurte/hut2
35     # pup_land/lone_town/gemshop
36     # pup_land/lone_town/guild_law
37     # pup_land/nurnberg/alshop
38     # pup_land/nurnberg/aqueduct
39     # pup_land/nurnberg/ashop
40     # pup_land/nurnberg/bshop
41     # pup_land/nurnberg/pshop
42     # pup_land/nurnberg/washop
43     # pup_land/nurnberg/dick/house
44     # pup_land/nurnberg/reception/reception
45     # pup_land/rainbow/shore
46     # pup_land/rainbow/station
47     # pup_land/rainbow/Lv1/hut1
48     # pup_land/rainbow/Lv1/hut2
49     # pup_land/rainbow/Lv1/hut3
50     # pup_land/rainbow/Lv1/hut4
51     # pup_land/s_f/Kira
52     # pup_land/s_f/ki
53     # pup_land/s_f/to-jyo
54     # quests/peterm/FireTemple/FifthFloor
55     # scorn/houses/jones
56     # scorn/misc/drywell
57     # scorn/misc/castle2
58     # scorn/oldcity/oldcity6
59     # scorn/shops/bowshop
60 root 1.1
61 root 1.7 # there is no need to normalise maps we don't get from upstream, such as
62     # aldwulf/ elmex/ schmorp/ onefang/
63    
64 root 1.1 cfmap-normalize \
65 pippijn 1.10 navar_city/city1enter \
66     scorn/oldcity/oldcity7 \
67     pup_land/lone_town/apartment/groundfloor \
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 ;