Go to file
rjtanner 1f355eb666 Spelling correction (kindgom -> kingdom) to message text to Darcap library, upper floor (darcap/darcap/library_upper) in Darcap.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@17546 282e977c-c81d-0410-88c4-b93c2d0d6712
2012-03-17 04:06:44 +00:00
Info
animations/maps/navar_city
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 correction (kindgom -> kingdom) to message text to Darcap library, upper floor (darcap/darcap/library_upper) in Darcap. 2012-03-17 04:06:44 +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 corrections (Thievies -> Thievies) to multiple house maps (lake_country/Butakis/houses/) in Lake Country. 2012-03-17 04:04:45 +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
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 Sign context update to Gorks Grovel, Level 1 (scorn/kar/gorks1) in Scorn. 2012-03-17 03:58:28 +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
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
under_world Sentence structure correction in Navar to Darcap Tunnel (under_world/uworld_120_109). 2012-01-21 02:42:58 +00:00
unlinked
whalingoutpost Fix exit destination. 2012-01-22 18:47:37 +00:00
wolfsburg Spelling correction (Adultry -> Adultery) to message text in Captain Connor's Stronghold (wolfsburg/dungeons/stronghold) in Wolfsburg. 2012-03-16 06:06:54 +00:00
world Spelling correction (philospoher -> philosopher) in world map (world/world_115_117). 2012-03-16 04:21:22 +00:00
.emergency
COPYING
ChangeLog
HallOfDMs
HallOfSelection Remove double word refernce (other other -> other) to the Hall Of Selection maps. 2012-03-15 04:11:43 +00:00
README
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.