Go to file
rjtanner 22dfa28bc4 Removed redundant floor tiles to all guild maps as found in the template (r15445), plus removal of newly found redundant floor tiles under some of the gates to all guild maps and template.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@15449 282e977c-c81d-0410-88c4-b93c2d0d6712
2011-11-05 22:34:01 +00:00
Info
animations/maps/navar_city
azumauindo Removed redundant floor tiles to all guild maps as found in the template (r15445), plus removal of newly found redundant floor tiles under some of the gates to all guild maps and template. 2011-11-05 22:34:01 +00:00
brest Removed redundant floor tiles to all guild maps as found in the template (r15445), plus removal of newly found redundant floor tiles under some of the gates to all guild maps and template. 2011-11-05 22:34:01 +00:00
darcap Removed redundant floor tiles to all guild maps as found in the template (r15445), plus removal of newly found redundant floor tiles under some of the gates to all guild maps and template. 2011-11-05 22:34:01 +00:00
dragonisland Misc fixes to the house, courtesy Khaleh. 2011-07-23 10:18:06 +00:00
dungeons Cosmetic changes with how swall merges with westcwall perimeter and around the garden gates. 2011-09-30 03:41:10 +00:00
editor Change face from priestnew to priest - the class animation uses 2011-10-19 05:16:31 +00:00
euthville Removed redundant floor tiles to all guild maps as found in the template (r15445), plus removal of newly found redundant floor tiles under some of the gates to all guild maps and template. 2011-11-05 22:34:01 +00:00
inn_and_outpost Remove stray exit from a floor's inventory. 2011-06-28 19:29:19 +00:00
lake_country Removed redundant floor tiles to all guild maps as found in the template (r15445), plus removal of newly found redundant floor tiles under some of the gates to all guild maps and template. 2011-11-05 22:34:01 +00:00
marksel Made the holy symbol and one of the roses non-pickable (nearby items - flowers and lockbox already are non-pickable) in the Church to Valriel in Marksel. 2011-10-13 05:44:29 +00:00
mlab Cosmetic change with how fence (swall) sections merge with nearby walls in Crill's Projectile Store. 2011-11-05 03:44:50 +00:00
navar_city Removed redundant floor tiles to all guild maps as found in the template (r15445), plus removal of newly found redundant floor tiles under some of the gates to all guild maps and template. 2011-11-05 22:34:01 +00:00
planes
port_joseph Cosmetic wall changes with merging sections to the (pirates) Temple map in Port Joseph. 2011-10-15 03:32:18 +00:00
pup_land Removed redundant floor tiles to all guild maps as found in the template (r15445), plus removal of newly found redundant floor tiles under some of the gates to all guild maps and template. 2011-11-05 22:34:01 +00:00
python Decreased the number of fogs per seed fog 2011-09-14 20:23:59 +00:00
quests Replace handler with specific one. Requires arch revision 15303. 2011-10-29 10:56:21 +00:00
santo_dominion Removed redundant floor tiles to all guild maps as found in the template (r15445), plus removal of newly found redundant floor tiles under some of the gates to all guild maps and template. 2011-11-05 22:34:01 +00:00
scorn Update Scorn Sale Shop name (was shop) - world map already matched the name. 2011-11-04 04:32:52 +00:00
sisters
start Replace handler with specific one. Requires arch revision 15303. 2011-10-29 10:56:21 +00:00
styles Replace handler with specific one. Requires arch revision 15303. 2011-10-29 10:56:21 +00:00
teamarena
templates Removed redundant floor tiles to all guild maps as found in the template (r15445), plus removal of newly found redundant floor tiles under some of the gates to all guild maps and template. 2011-11-05 22:34:01 +00:00
test Test for the 'NoSave' property. 2011-11-01 16:40:52 +00:00
under_world
unlinked
whalingoutpost Fix bug #1864412: endless loop of being pushed by directors in the artic, by adding some spots without any movers. 2011-10-22 18:48:00 +00:00
wolfsburg Removed redundant floor tiles to all guild maps as found in the template (r15445), plus removal of newly found redundant floor tiles under some of the gates to all guild maps and template. 2011-11-05 22:34:01 +00:00
world Update Scorn General Store name (was store, now Store) in the world map - missed in previous commit. 2011-11-04 00:36:33 +00:00
.emergency
COPYING
ChangeLog Updated ChangeLog generated using svn2cl 2011-08-22 06:14:11 +00:00
HallOfDMs
HallOfSelection Change face from priestnew to priest - the class animation uses 2011-10-19 05:16:31 +00:00
README
regions.reg
world.quests Make the Mudman a quest. 2011-07-17 13:49:51 +00:00

README

==============================================================================
ChangeLog
==============================================================================

The ChangeLog file has been built with svn2cl 0.7 and 0.9 as obtained fromm
http://ch.tudelft.nl/~arthur/svn2cl/downloads.html.  Do not use version 0.6
or older as it appears to generate incompatible ChangeLog formats.

These instructions presume an installation of the tarball similar to this.
The actual paths may be different for each developer, but these are used for
sake of example.  There is no requirement to use the example paths.

  $ cd ~
  $ tar -xzf svn2cl-0.9.tar.gz

To update the ChangeLog, a command sequence like this is generally possible
with one caveat.  Do not check in the results without checking the the changes
with svn diff to avoid throwing away someone's comments that are more verbose
than the svn commit comment.

  $ cd /home/data/svn/crossfire/maps/trunk
  $ ~/svn2cl-0.9/svn2cl.sh

The following may be safer, but also may not entirely regenerate missing
entries if manual edits have been made.  Again, never check in updates without
checking differences and merging any manual edits developers may have made.

1) Only generate portion of the ChangeLog since the last svn2cl run.

   Determine the date of the last svn2cl run by looking at the top of the
   ChangeLog.  For this example, presume 2007-12-20 is the last svn2cl
   notation, and that today is 2007-12-30.

   $ cd /home/data/svn/crossfire/maps/trunk
   $ ~/svn2cl-0.9/svn2cl.sh -o ChangeLog.New -r "{2007-12-30}:{2007-12-20}"

   Note that the day of the last svn2cl is used in case new entries were made
   that day following the svn2cl run.

   Place the contents of ChangeLog.New at the top of the ChangeLog file, but
   make sure to delete any redundant entries.  If manual entries have been
   made, merge any additional content with the appropriate svn2cl generated
   entries.

2) Regenerate the entire log, but generate a patch file.

  $ cd /home/data/svn/crossfire/maps/trunk
  $ ~/svn2cl-0.9/svn2cl.sh --output=ChangeLog.New
  $ diff -u ChangeLog ChangeLog.New >ChangeLog.patch

  Verify the ChangeLog.patch file and remove any patch hunks that would remove
  information prior to patching up the ChangeLog file for commit.