Go to file
rjtanner 2cff8edab5 Part of Patch #342. Standardized exits from Ava's House (navar_city/houses/avashouse) in Navar.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@19565 282e977c-c81d-0410-88c4-b93c2d0d6712
2014-06-20 17:30:29 +00:00
Info Add manual page for world generator 2014-06-07 21:52:40 +00:00
animations/maps/navar_city Remove trailing whitespace. 2013-05-09 11:08:11 +00:00
azumauindo Run MapNormalizer editor script on all map files. 2013-07-19 13:26:30 +00:00
brest Part of Patch #342. Standardized exits to Acme Inc. of Brest, First Floor (brest/shops/buildshop) 2014-06-20 17:15:54 +00:00
darcap Punctuation in sign text to Darcap Circus Bigtop (darcap/darcap/circus/bigtop). No functional changes. 2013-10-03 22:32:51 +00:00
dragonisland Updates to key sale house and related places. 2013-07-15 03:09:41 +00:00
dungeons Fixed a few nonexistant river archetypes in dark-cave. 2013-11-24 21:50:29 +00:00
editor Add pickmap for a few common types of walls. 2014-06-06 01:33:46 +00:00
euthville Fix typo in message for priest. 2014-05-29 02:26:19 +00:00
inn_and_outpost Add more hints to help find Greenway. 2014-04-20 04:08:59 +00:00
lake_country Map header update (name correction) to Galmorus' Hut (lake_country/small_buildings/hut_Galmorus) in Lake Country. No functional changes. 2014-04-28 21:37:49 +00:00
marksel Cosmetic cleanups to Sages' Tower. 2013-07-28 04:53:27 +00:00
mlab Removed forced line breaks in message text to West Scorn Trade Market, Vault Level 1 (mlab/mlabscrntrdb1). No functional changes. 2013-09-28 07:06:28 +00:00
navar_city Part of Patch #342. Standardized exits from Ava's House (navar_city/houses/avashouse) in Navar. 2014-06-20 17:30:29 +00:00
planes Fix map's tiling to avoid server crash. (related to bug #756) 2013-08-04 18:36:28 +00:00
port_joseph Run MapNormalizer editor script on all map files. 2013-07-19 13:26:30 +00:00
pup_land Minor map fixes. 2013-08-05 03:10:29 +00:00
python Make it possible for players to rent private shops. 2014-05-25 21:55:18 +00:00
quests Fix capitalization and improve map names. 2014-03-30 14:25:45 +00:00
santo_dominion Improve ship boarding passes. 2013-09-13 23:03:08 +00:00
scorn Shrink boundaries of Scorn's south city wall. 2014-06-06 01:33:59 +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 Added ore decorstyle for random maps. 2014-05-28 02:56:22 +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 Fix executable flags. 2013-08-10 13:57:14 +00:00
test Add AttackMovement test. 2013-07-23 19:25:49 +00:00
under_world Replace '[large_]gargolye' arch with '[large_]gargoyle'. 2012-11-18 12:22:43 +00:00
unlinked Created third quest for set of 40 in Forgotten Town. Linked it to the Forgotten Town city map for further testing. 2013-11-25 02:48:10 +00:00
whalingoutpost Run MapNormalizer editor script on all map files. 2013-07-19 13:26:30 +00:00
wolfsburg Use map tiling for Wolfsburg Twin Towers (level 1). 2013-07-28 14:46:43 +00:00
world Shrink boundaries of Scorn's south city wall. 2014-06-06 01:33:59 +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 Added ore decorstyle for random maps. 2014-05-28 02:56:22 +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 Reformat all region descriptions on one line. 2013-07-15 13:09:52 +00:00
world.quests Sort global quest 'include' statements. 2013-08-18 01:14:30 +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.