ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra/bin/cfmap-tagify
(Generate patch)

Comparing deliantra/Deliantra/bin/cfmap-tagify (file contents):
Revision 1.6 by root, Sat Oct 24 04:11:30 2009 UTC vs.
Revision 1.7 by root, Sat May 15 00:22:27 2010 UTC

2 2
3# read through the whole maps at .=/ and replace all exits by 3# read through the whole maps at .=/ and replace all exits by
4# tags that point to one of the maps given on the commandline 4# tags that point to one of the maps given on the commandline
5# (which must be relative paths starting at .!) 5# (which must be relative paths starting at .!)
6 6
7use strict; 7use common::sense;
8 8
9use Deliantra; 9use Deliantra;
10use Deliantra::Map; 10use Deliantra::Map;
11use Tie::Cache; 11use Tie::Cache;
12use Errno; 12use Errno;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines