Go to file
rjtanner 8a7b4bc976 Spelling corrections to the mainfloor map to all Guilds. No functional changes.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@17522 282e977c-c81d-0410-88c4-b93c2d0d6712
2012-03-16 03:22:34 +00:00
Info Update worldmap image. 2009-07-13 19:53:19 +00:00
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 corrections to the mainfloor map to all Guilds. No functional changes. 2012-03-16 03:22:34 +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
euthville Spelling corrections to the mainfloor map to all Guilds. No functional changes. 2012-03-16 03:22:34 +00:00
inn_and_outpost Removed forced line breaks and punctuation correction in message text to DF Outpost 6 (inn_and_outpost/treehouse_df6) in Inn and Outpost. 2012-02-04 05:25:29 +00:00
lake_country Spelling corrections to the mainfloor map to all Guilds. No functional changes. 2012-03-16 03:22:34 +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 to the mainfloor map to all Guilds. No functional changes. 2012-03-16 03:22:34 +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 corrections to the mainfloor map to all Guilds. No functional changes. 2012-03-16 03:22:34 +00:00
python
quests Split up laughter words in message text for various maps. 2012-03-15 04:24:57 +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 corrections to the mainfloor map to all Guilds. No functional changes. 2012-03-16 03:22:34 +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 corrections to the mainfloor map to all Guilds. No functional changes. 2012-03-16 03:22:34 +00:00
world Cosmetic overhaul to Scorn's Acme Inc. Building Shop (scorn/shops/buildshop) in Scorn. Expanded the map to include ground outside the shop walls. Floor plan matches the physical building shape. Door or entrance now opens when a player approaches. Map considered an outdoor map so darkness or time of day is visible when inside; added light sources. Updated world map for new map entrance destination. 2012-01-17 06:06:59 +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

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.