ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/maps/normalize
Revision: 1.7
Committed: Thu Apr 20 21:33:09 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.6: +3 -1 lines
Log Message:
*** empty log message ***

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    
14 root 1.7 # there is no need to normalise maps we don't get from upstream, such as
15     # aldwulf/ elmex/ schmorp/ onefang/
16    
17 root 1.1 cfmap-normalize \
18 elmex 1.2 scorn/temples/valriel \
19 elmex 1.3 scorn/misc/gatehouse \
20 elmex 1.2 scorn/temples/gorokh \
21 root 1.1 scorn/temples/valriel2 \
22 pippijn 1.6 scorn/peterm/undead_quest \
23     scorn/misc/HallOfQuests \
24 root 1.1 world/world_104_116 \
25 elmex 1.2 world/world_104_115 \
26 root 1.4 world/world_105_115 \
27 root 1.1 world/world_105_116 \
28     world/world_106_115 \
29     world/world_106_116 \
30     world/world_110_118 \
31     world/world_121_117 \
32 root 1.5 world/world_122_117 \
33 root 1.1 ;