Go to file
rjtanner ae0a976ade Removed extra floor tile from within the vault of Bank of Skud, Darcap Branch (darcap/darcap/shops/bank_darcap). Technical change only, no functional changes.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@18426 282e977c-c81d-0410-88c4-b93c2d0d6712
2012-09-03 06:31:29 +00:00
Info
animations/maps/navar_city
azumauindo New Map, Ranbounagisatoshi Imperial Post Office (azumauindo/ranbounagisatoshi/shops/IPO_ranbounagisatoshi) with the usual features of message sending and receiving mail. Updated world map (world/world_127_101) to include the IPO. 2012-08-28 06:15:28 +00:00
brest Removed weather setting (temp 50) from map header to the private shop maps. Technical change, no functional changes. 2012-08-18 05:50:39 +00:00
darcap Removed extra floor tile from within the vault of Bank of Skud, Darcap Branch (darcap/darcap/shops/bank_darcap). Technical change only, no functional changes. 2012-09-03 06:31:29 +00:00
dragonisland New Map, Stoneville Imperial Post Office (dragonisland/shops/IPO_stoneville) with the usual features of message sending and receiving along with a message board. Updated world map (world/world_103_127) to include the IPO. 2012-08-24 05:35:59 +00:00
dungeons
editor
euthville Map name update to Valriel's Church, Catacombs (was Valriel's church, catacombs) in Euthville. No functional changes. 2012-08-04 05:14:50 +00:00
inn_and_outpost
lake_country New Map, Lake Country Imperial Post Office (lake_country/shops/IPO_lakecountry) with the usual features of message sending and receiving along with a message board. Updated world map (world/world_109_126) to include the IPO. 2012-08-19 06:04:50 +00:00
marksel New Map, Marksel Imperial Post Office (marksel/shops/IPO_marksel) with the usual features of message sending and receiving along with a message board. Updated world map (world/world_120_109) to include the IPO. 2012-08-26 06:28:55 +00:00
mlab Spelling correction (bucher -> butcher) in Cloud World Castle, Dungeon Level 2 (mlab/citydeclouds/castle/cwdccastleb2). 2012-08-29 05:32:42 +00:00
navar_city Remove weather settings from Meeting House (navar_city/houses/meetinghouse) in Navar. Technical change - no function changes. Not even sure how those settings were activated on the map. 2012-08-18 05:35:55 +00:00
planes
port_joseph New Map, Port Joseph Imperial Post Office (port_joseph/town/shops/IPO_portjoseph) that includes message sending and receiving. Updated world map (world/world_101_114) to include the IPO. 2012-08-21 06:06:57 +00:00
pup_land New Map, Lone Town Imperial Post Office (pup_land/lone_town/shops/IPO_lonetown) with the usual features of message sending and receiving along with a message board. Updated world map (pup_land/lone_town/town) to include the IPO. 2012-08-22 06:08:38 +00:00
python Use the wrapper move_to() function, remove unused function. 2012-07-08 16:19:43 +00:00
quests
santo_dominion New map called Bank of Skud, Santo Dominion Branch (santo_dominion/shops/bank_santodominion) located in Santo Dominion. Updated the world map (world/world_102_108) for the bank. 2012-08-30 05:26:32 +00:00
scorn Remove weather setting (temp 50) from map header of Scorn Private Shop (scorn/shops/privateshop). Technical change, no functional changes. 2012-08-22 22:58:25 +00:00
sisters
start
styles
teamarena
templates
test Removed weather setting (temp 50) from map header to the private shop maps. Technical change, no functional changes. 2012-08-18 05:50:39 +00:00
under_world
unlinked
whalingoutpost
wolfsburg New Map, Wolfsburg Imperial Post Office (wolfsburg/shops/IPO_wolfsburg) with the usual features of message sending and receiving along with a message board. Updated world map (world/world_128_109) to include the IPO. 2012-08-17 08:32:07 +00:00
world New map called Bank of Skud, Darcap Branch (darcap/darcap/shops/bank_darcap) located in Darcap. Updated the world map (world/world_116_102) for the bank. 2012-08-31 08:30:34 +00:00
.emergency
COPYING
ChangeLog Updated ChangeLog file using svn2cl. 2012-09-02 08:36:44 +00:00
HallOfDMs
HallOfSelection
README
regions.reg
world.quests Quest: Moogly Bill's treasure. 2012-06-15 21:41:25 +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.