ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/maps/normalize
Revision: 1.2
Committed: Fri Mar 31 21:53:17 2006 UTC (18 years, 1 month ago) by elmex
Branch: MAIN
Changes since 1.1: +4 -0 lines
Log Message:
added some modified maps

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     cfmap-normalize \
15 elmex 1.2 scorn/temples/valriel \
16     scorn/temples/gorokh \
17 root 1.1 scorn/temples/valriel2 \
18     world/world_104_116 \
19 elmex 1.2 world/world_104_115 \
20 root 1.1 world/world_105_116 \
21 elmex 1.2 world/world_105_115 \
22 root 1.1 world/world_106_115 \
23     world/world_106_116 \
24     world/world_110_118 \
25     world/world_121_117 \
26     ;