Go to file
akirschbaum c8f86746b6 Remove obsolete attributes 'no_pretext' and 'walk_on'.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@18705 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-05-09 11:10:25 +00:00
Info Remove trailing whitespace. 2013-05-09 11:08:11 +00:00
animations/maps/navar_city Remove trailing whitespace. 2013-05-09 11:08:11 +00:00
azumauindo Replace obsolete attributes can_use_rod, can_use_wand, and can_use_horn with can_use_range. 2013-05-09 10:41:28 +00:00
brest Remove trailing whitespace. 2013-05-09 11:08:11 +00:00
darcap Fix typos in attribute names. 2013-05-09 10:58:38 +00:00
dragonisland Correct typo (Stonville -> Stoneville) in map name for Stoneville Bank and Savings (dragonisland/shops/bank_stoneville). 2012-09-05 00:04:25 +00:00
dungeons Remove obsolete attributes 'no_pretext' and 'walk_on'. 2013-05-09 11:10:25 +00:00
editor Replace '[large_]gargolye' arch with '[large_]gargoyle'. 2012-11-18 12:22:43 +00:00
euthville Replace obsolete attributes can_use_rod, can_use_wand, and can_use_horn with can_use_range. 2013-05-09 10:41:28 +00:00
inn_and_outpost Remove trailing whitespace. 2013-05-09 11:08:11 +00:00
lake_country Remove obsolete attributes 'no_pretext' and 'walk_on'. 2013-05-09 11:10:25 +00:00
marksel New Map, Marksel Imperial Post Office (marksel/shops/IPO_marksel) with the usual features of message sending and receiving along with a message board. Updated world map (world/world_120_109) to include the IPO. 2012-08-26 06:28:55 +00:00
mlab Remove trailing whitespace. 2013-05-09 11:08:11 +00:00
navar_city Fix typo in attribute name. 2013-05-09 11:09:20 +00:00
planes Technical change, no function changes. Updated formatting of creation and modified time stamps to Guild Bigchest (planes/bigchest). 2012-02-20 05:51:11 +00:00
port_joseph Remove trailing whitespace. 2013-05-09 11:08:11 +00:00
pup_land Remove trailing whitespace. 2013-05-09 11:08:11 +00:00
python Remove trailing whitespace. 2013-05-09 11:08:11 +00:00
quests Remove trailing whitespace. 2013-05-09 11:08:11 +00:00
santo_dominion Fix typos in attribute names. 2013-05-09 10:58:38 +00:00
scorn Remove trailing whitespace. 2013-05-09 11:08:11 +00:00
sisters Capitalization correction in message text to Three Sisters Tower, Level 3 (sisters/tower3) in Three Sisters. 2012-03-30 04:44:29 +00:00
start Updated 'curiosity reward' in Starting House (start/newbieshouse) map from 12 silver coins to 12 platinum coins. 2013-03-21 21:36:08 +00:00
styles Add a final map to the undead quest. Rename 'Lord Spectre' to 'Master Spectre', add a final Lord Spectre boss. 2012-11-18 15:30:49 +00:00
teamarena Spelling correction (Pereodically -> Periodically) in message text to Team War Register (teamarena/twregister). 2012-01-21 02:39:28 +00:00
templates Replace obsolete attributes can_use_rod, can_use_wand, and can_use_horn with can_use_range. 2013-05-09 10:41:28 +00:00
test Remove trailing whitespace. 2013-05-09 11:08:11 +00:00
under_world Replace '[large_]gargolye' arch with '[large_]gargoyle'. 2012-11-18 12:22:43 +00:00
unlinked Replace '[large_]gargolye' arch with '[large_]gargoyle'. 2012-11-18 12:22:43 +00:00
whalingoutpost Remove trailing whitespace. 2013-05-09 11:08:11 +00:00
wolfsburg Replace obsolete attributes can_use_rod, can_use_wand, and can_use_horn with can_use_range. 2013-05-09 10:41:28 +00:00
world New map, Draughts of Santo Dominion (santo_dominion/misc/draughts) - with 8x8 playing board. World map (world/world_102_108) update to add a building and make the entrance. 2013-04-23 10:49:15 +00:00
.emergency scorn/scorn: Removed, city is world map - keeping that one around will 2002-06-15 07:51:10 +00:00
COPYING add license to maps directory. 2006-06-29 06:24:07 +00:00
ChangeLog Updated ChangeLog file using svn2cl. 2013-03-29 22:10:25 +00:00
HallOfDMs Run MapNormalizer editor script on all map files. 2009-07-12 14:47:05 +00:00
HallOfSelection Remove double word refernce (other other -> other) to the Hall Of Selection maps. 2012-03-15 04:11:43 +00:00
README - Change the order of the dates when using -r with svn2cl so that the log 2007-12-30 05:37:41 +00:00
regions.reg Remove trailing whitespace. 2013-05-09 11:08:11 +00:00
world.quests Remove trailing whitespace. 2013-05-09 11:08:11 +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.