Go to file
rjtanner d6cd4ecbdd Removed line breaks in message text to Raffle 2, Entrance in Pup Land.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@16197 282e977c-c81d-0410-88c4-b93c2d0d6712
2011-12-17 01:29:46 +00:00
Info Update worldmap image. 2009-07-13 19:53:19 +00:00
animations/maps/navar_city
azumauindo Spelling correction (knowlege -> knowledge) to Ichidou, Entrance in Azumauindo. 2011-12-15 00:55:38 +00:00
brest Merge in changes from the guild template (r14506) to fix the connection to the inventory check for the Guild Tannery Token and the gate. Update applied to all guild maps secondfloor. 2011-11-06 00:36:14 +00:00
darcap Typo correction (I'ts -> It's) to Fun Zone Boulderball in Darcap Circus. 2011-12-15 00:24:43 +00:00
dragonisland Adapt to renamed archetype names. 2011-11-05 22:37:30 +00:00
dungeons Cosmetic changes with how swall merges with westcwall perimeter and around the garden gates. 2011-09-30 03:41:10 +00:00
editor Adapt to renamed archetype names. 2011-11-05 22:37:30 +00:00
euthville Merge in changes from the guild template (r14506) to fix the connection to the inventory check for the Guild Tannery Token and the gate. Update applied to all guild maps secondfloor. 2011-11-06 00:36:14 +00:00
inn_and_outpost Remove stray exit from a floor's inventory. 2011-06-28 19:29:19 +00:00
lake_country Remove explicit linebreaks; fix typos. 2011-11-11 20:32:45 +00:00
marksel Made the holy symbol and one of the roses non-pickable (nearby items - flowers and lockbox already are non-pickable) in the Church to Valriel in Marksel. 2011-10-13 05:44:29 +00:00
mlab Spelling corrections (ofcourse -> of course, buisness -> business) to Cloud World de City (mlab/citydeclouds/cloudworlddecity). 2011-12-14 00:12:58 +00:00
navar_city Correct map title to Warehouse 7 in Navar, warehouse7 map is now Warehouse 7 (not 8). 2011-11-22 06:07:05 +00:00
planes Remove unnecessary name_pl references in Purple Worm's Stomach (planes/purpleworm). 2011-11-13 04:35:07 +00:00
port_joseph Update and layout changes to The Drunken Shark of Port Joseph. Expanded the map to include ground outside the tavern walls. 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. 2011-11-30 06:36:32 +00:00
pup_land Removed line breaks in message text to Raffle 2, Entrance in Pup Land. 2011-12-17 01:29:46 +00:00
python Fix probably broken crystal room price (12 jade instead of 2 platinum). 2011-12-01 22:21:11 +00:00
quests Replace handler with specific one. Requires arch revision 15303. 2011-10-29 10:56:21 +00:00
santo_dominion Region correction for Santo Dominion Gatehouse (was santo dominion, now santodominion) 2011-11-11 23:48:28 +00:00
scorn Typo correction to Dilek the Drunk's dialogue (dont -> don't) in Goth's Tavern in Scorn. 2011-12-15 00:34:51 +00:00
sisters Run MapNormalizer editor script on all map files. 2009-07-12 14:47:05 +00:00
start Remove unnecessary name_pl reference to Hall Of Selection, Wraith. 2011-11-13 05:16:07 +00:00
styles Replace handler with specific one. Requires arch revision 15303. 2011-10-29 10:56:21 +00:00
teamarena Map header updates: Update maps with entrance x & y coordinates, adjust map level difficulty to something slightly more realistic, added region firevolcano 2008-10-02 01:01:23 +00:00
templates Use converter archetypes. 2011-12-11 16:06:03 +00:00
test Test for the 'NoSave' property. 2011-11-01 16:40:52 +00:00
under_world Set region as wilderness, considering the entrance and exit locations. 2010-06-26 07:32:04 +00:00
unlinked Adapt to renamed archetype names. 2011-11-05 22:37:30 +00:00
whalingoutpost Remove unnecessary name_pl references to Underwater Dungeon Level 1 in Whaling Outpost. 2011-11-16 04:56:35 +00:00
wolfsburg Remove unnecessary name_pl references to Wolfsburg's Ye Olde Shoppe of Transport. 2011-11-16 04:59:36 +00:00
world Update and layout changes to The Drunken Shark of Port Joseph. Expanded the map to include ground outside the tavern walls. 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. 2011-11-30 06:36:32 +00:00
.emergency
COPYING
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 Change face from priestnew to priest - the class animation uses 2011-10-19 05:16:31 +00:00
README
regions.reg New description for Port Joseph 2008-10-31 00:13:27 +00:00
world.quests Add quest for Undead Catacomb in Lake Country. 2011-11-06 18:13:31 +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.