Go to file
rjtanner d83202c703 Removed line breaks in message text to Hut (/pup_land/ancient/village/hut1) in Ancient Pupland.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@15953 282e977c-c81d-0410-88c4-b93c2d0d6712
2011-11-29 06:45:27 +00:00
Info
animations/maps/navar_city
azumauindo 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
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 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
dragonisland Adapt to renamed archetype names. 2011-11-05 22:37:30 +00:00
dungeons
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
lake_country Remove explicit linebreaks; fix typos. 2011-11-11 20:32:45 +00:00
marksel
mlab Removed references to name_pl in City de Clouds Villa, 4th Floor (citydecloudsvillaC3.) Technical change, no functional changes. 2011-11-09 05:56:17 +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 Cosmetic changes to Portia's House, Second Floor in Port Joseph. Changed the walls to woodwalls. Expanded the map by one column so the size matches the lower level. Also moved around the decor accordingly due to the size expansion. 2011-11-27 02:35:59 +00:00
pup_land Removed line breaks in message text to Hut (/pup_land/ancient/village/hut1) in Ancient Pupland. 2011-11-29 06:45:27 +00:00
python Clean script. 2011-11-06 21:28:56 +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 Fix plural form. Bug #3438520: dragon lord quest. 2011-11-19 17:05:20 +00:00
sisters
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
templates Adapt to renamed archetype names. 2011-11-05 22:37:30 +00:00
test Test for the 'NoSave' property. 2011-11-01 16:40:52 +00:00
under_world
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 Major updates to Portia's House in Port Joseph. Expanded the map to include ground outside the house walls. Layout changes to match the world graphic archeytpe. 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. Updated stair coordinates for Second Floor of Portia's House. 2011-11-27 02:04:00 +00:00
.emergency
COPYING
ChangeLog Updated ChangeLog generated using svn2cl 2011-11-23 05:55:25 +00:00
HallOfDMs
HallOfSelection Change face from priestnew to priest - the class animation uses 2011-10-19 05:16:31 +00:00
README
regions.reg
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.