Go to file
rjtanner ef84957f1a Part of Patch #337 Minor improvements to 'house with apartment' courtesy of Kevin Zheng. Improved altar and payment text.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@18746 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-06-28 20:48:26 +00:00
Info Remove trailing whitespace. 2013-05-09 11:08:11 +00:00
animations/maps/navar_city Remove trailing whitespace. 2013-05-09 11:08:11 +00:00
azumauindo Propagate template changes to the guilds. 2013-05-12 09:57:25 +00:00
brest Layout updates to Draughts House of Brest (brest/misc/draughts) which added king pieces, enlarged the no_spells areas and adjusted the room layout. 2013-05-31 18:13:53 +00:00
darcap Part of patch #334 Lighting fixes and text cleanup for Darcap Inn, courtesy of Kevin Zheng. Gate and magic_ear updates to Darcap Inn (darcap/darcap/inn). 2013-06-18 22:20:41 +00:00
dragonisland Part of Patch #337 Minor improvements to 'house with apartment' courtesy of Kevin Zheng. Improved altar and payment text. 2013-06-28 20:48:26 +00:00
dungeons Remove obsolete attributes 'no_pretext' and 'walk_on'. 2013-05-09 11:10:25 +00:00
editor Replace '[large_]gargolye' arch with '[large_]gargoyle'. 2012-11-18 12:22:43 +00:00
euthville Propagate template changes to the guilds. 2013-05-12 09:57:25 +00:00
inn_and_outpost Remove trailing whitespace. 2013-05-09 11:08:11 +00:00
lake_country Propagate template changes to the guilds. 2013-05-12 09:57:25 +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 Remove trailing whitespace. 2013-05-09 11:08:11 +00:00
navar_city Propagate template changes to the guilds. 2013-05-12 09:57:25 +00:00
planes
port_joseph Remove trailing whitespace. 2013-05-09 11:08:11 +00:00
pup_land Propagate template changes to the guilds. 2013-05-12 09:57:25 +00:00
python Change employee dialog. Part of patch #333: Attitude change to IPO employees, by Kevin Zheng. 2013-06-23 10:01:26 +00:00
quests Remove trailing whitespace. 2013-05-09 11:08:11 +00:00
santo_dominion Patch #336 Archetype and exit cleanup in Santo Dominion Tavern, courtesy of Kevin Zheng. Floor archetype and exit correction and updates in The Golden Lion (santo_dominion/tavern). 2013-06-28 18:14:12 +00:00
scorn Cosmetic and layout changes to Beginners2 (scorn/misc/beginners2) in Scorn. Enlarged the map to include the area surrounding the house, made the house larger and with windows. Updated world map (world/world_105_116) for map entrance coordinate changes. 2013-05-30 23:26:01 +00:00
sisters
start Updated 'curiosity reward' in Starting House (start/newbieshouse) map from 12 silver coins to 12 platinum coins. 2013-03-21 21:36:08 +00:00
styles Add a final map to the undead quest. Rename 'Lord Spectre' to 'Master Spectre', add a final Lord Spectre boss. 2012-11-18 15:30:49 +00:00
teamarena
templates Put exits under the floor. 2013-05-12 09:48:33 +00:00
test Remove trailing whitespace. 2013-05-09 11:08:11 +00:00
under_world Replace '[large_]gargolye' arch with '[large_]gargoyle'. 2012-11-18 12:22:43 +00:00
unlinked Replace '[large_]gargolye' arch with '[large_]gargoyle'. 2012-11-18 12:22:43 +00:00
whalingoutpost Remove trailing whitespace. 2013-05-09 11:08:11 +00:00
wolfsburg Propagate template changes to the guilds. 2013-05-12 09:57:25 +00:00
world New Map, Draughts House of Brest (brest/misc/draughts) with a 12x12 playing board. Updated world map (world/world_107_123) for the entrance to the new map. 2013-05-31 00:01:09 +00:00
.emergency
COPYING
ChangeLog Updated ChangeLog file using svn2cl. 2013-05-31 19:40:42 +00:00
HallOfDMs
HallOfSelection
README
regions.reg Remove trailing whitespace. 2013-05-09 11:08:11 +00:00
world.quests Remove trailing whitespace. 2013-05-09 11:08:11 +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.