Go to file
rjtanner 32b6f62515 Spelling correction for Harbinger references.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@17541 282e977c-c81d-0410-88c4-b93c2d0d6712
2012-03-16 05:26:12 +00:00
Info Update worldmap image. 2009-07-13 19:53:19 +00:00
animations/maps/navar_city Add a new professor to the university, and associated scripts (only Lorkas lore, for now). Fix some lights and wrong desks. 2008-05-20 22:02:01 +00:00
azumauindo Spelling corrections to the mainfloor map to all Guilds. No functional changes. 2012-03-16 03:22:34 +00:00
brest Spelling correction (dont -> don't) and updated instructions for resetting a unique map with DM powers to all the Private Shop maps, 3rd Floor (brest/pshops/pshop*/floor2) in Brest. 2012-03-16 04:59:15 +00:00
darcap Spelling corrections to the mainfloor map to all Guilds. No functional changes. 2012-03-16 03:22:34 +00:00
dragonisland Removed forced line breaks in message text to Dreadful house (dragonisland/house7) in Stoneville. 2012-02-02 05:37:32 +00:00
dungeons Removed forced line breaks in message text to Zombie Training (dungeons/train/zombie) in Wilderness. 2012-02-03 05:32:26 +00:00
editor Enable file chooser dialog for selecting maps to run editor plugin scripts on. Requires Gridarta r9170 or later. 2012-01-08 19:35:25 +00:00
euthville Spelling corrections to the mainfloor map to all Guilds. No functional changes. 2012-03-16 03:22:34 +00:00
inn_and_outpost Spelling correction (jewelery -> jewelry) to multiple maps. 2012-03-16 03:58:37 +00:00
lake_country Spelling correction (jewelery -> jewelry) to multiple maps. 2012-03-16 03:58:37 +00:00
marksel Split up laughter words in message text for various maps. 2012-03-15 04:24:57 +00:00
mlab Typo correction (Recieving -> Receiving) in message text for two of the IPO maps. 2012-03-15 04:37:22 +00:00
navar_city Spelling corrections (intereupted -> interrupted) to Houses (navar_city/city1houses2) in Navar. 2012-03-16 04:26:25 +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 Remvoed forced line breaks and word spacing corrections in message text to Underground Tavern (port_joseph/town/underground_tavern) in Port Joseph. 2012-02-22 05:46:27 +00:00
pup_land Spelling correction (jewelery -> jewelry) to multiple maps. 2012-03-16 03:58:37 +00:00
python Script to record a list of players having done something great. 2011-12-30 21:39:42 +00:00
quests Spelling correction for Harbinger references. 2012-03-16 05:26:12 +00:00
santo_dominion Spelling corrections to the mainfloor map to all Guilds. No functional changes. 2012-03-16 03:22:34 +00:00
scorn Spelling correction (wildlands -> wild lands) in message text to Breezy Acres (scorn/houses/breezy_acres) in Scorn. 2012-03-16 05:01:58 +00:00
sisters Removed forced line breaks in item message text to Three Sisters Tower, Level 3 (sisters/tower3) in Valley of the Three Sisters. 2012-01-20 05:19:29 +00:00
start Split up laughter words in message text for various maps. 2012-03-15 04:24:57 +00:00
styles Replace handler with specific one. Requires arch revision 15303. 2011-10-29 10:56:21 +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 Spelling corrections to the mainfloor map to all Guilds. No functional changes. 2012-03-16 03:22:34 +00:00
test Test for the 'NoSave' property. 2011-11-01 16:40:52 +00:00
under_world Sentence structure correction in Navar to Darcap Tunnel (under_world/uworld_120_109). 2012-01-21 02:42:58 +00:00
unlinked Adapt to renamed archetype names. 2011-11-05 22:37:30 +00:00
whalingoutpost Fix exit destination. 2012-01-22 18:47:37 +00:00
wolfsburg Spelling correction for Harbinger references. 2012-03-16 05:26:12 +00:00
world Spelling correction (philospoher -> philosopher) in world map (world/world_115_117). 2012-03-16 04:21:22 +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 generated using svn2cl 2011-11-23 05:55: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 Spelling correction (wonderous -> wondrous) to two maps and the regions.reg file. 2012-03-14 05:22:51 +00:00
world.quests New small quest, to inform of Grukk's tower. 2012-01-01 15:03:29 +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.