#!/bin/sh # this script calls normalize on all maps that we touch # it is to be used whenever we do local changes and # used before importing upstream map changes, to reduce # cvs conflicts. # those are typo fixes or other stuff that is # small enough to not cause conflicts # navar_city/spyhouse \ # start/newbieshouse \ # pup_land/lone_town/mshop \ # pup_land/rainbow/station \ # there is no need to normalise maps we don't get from upstream, such as # aldwulf/ elmex/ schmorp/ onefang/ cfmap-normalize \ scorn/temples/valriel \ scorn/misc/gatehouse \ scorn/temples/gorokh \ scorn/temples/valriel2 \ scorn/peterm/undead_quest \ scorn/misc/HallOfQuests \ world/world_104_116 \ world/world_104_115 \ world/world_105_115 \ world/world_105_116 \ world/world_106_115 \ world/world_106_116 \ world/world_110_118 \ world/world_121_117 \ world/world_122_117 \ ;