Go to file
anmaster c2b50229c9 Cosmetic change of /lake_country/Butakis/inn to hide the blue exits under the floor.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9141 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-05-23 07:16:09 +00:00
Info Spelling corrections. 2007-05-12 22:46:19 +00:00
animations/maps/navar_city Add a new professor to the university, and associated scripts (only Lorkas lore, for now). Fix some lights and wrong desks. 2008-05-20 22:02:01 +00:00
azumauindo Remove empty space around map. 2008-05-11 09:59:00 +00:00
brest Run the pshop_copier script to update the shops, some of the shops had small differences. 2008-05-22 21:45:23 +00:00
darcap Make some tourches that could be used to bypass some maps in puplands non-pickable. 2008-05-22 21:40:06 +00:00
dragonisland Fix typo. 2008-05-12 19:35:58 +00:00
dungeons Correct accidentally broken chests. 2008-04-05 10:34:32 +00:00
editor Adapt MapValidator script to Gridarta changes. 2008-04-24 22:08:34 +00:00
euthville Link the Scorn Royalty maps together. 2008-03-24 09:04:38 +00:00
inn_and_outpost Extend the dialog for the inn & outpost section of maps a bit. 2008-05-22 22:30:26 +00:00
lake_country Cosmetic change of /lake_country/Butakis/inn to hide the blue exits under the floor. 2008-05-23 07:16:09 +00:00
marksel Make some tourches that could be used to bypass some maps in puplands non-pickable. 2008-05-22 21:40:06 +00:00
mlab Add region info in mlab, courtesy of Arvid Norlander 2008-05-18 19:38:53 +00:00
navar_city Add a new professor to the university, and associated scripts (only Lorkas lore, for now). Fix some lights and wrong desks. 2008-05-20 22:02:01 +00:00
planes Part of patch #1677738: Purple worm (with pythonscript and map), by Mike B. 2008-04-05 07:46:32 +00:00
port_joseph Link Lursendis quest maps. 2008-04-05 07:53:10 +00:00
pup_land Typo correction, should be mission instead of misson 2008-05-14 16:36:39 +00:00
python Fix wrong price of objects in help for IPO. 2008-05-22 21:26:18 +00:00
quests Add various links to other maps, set difficulty from monsters on map. 2008-05-07 17:56:55 +00:00
santo_dominion - Spelling correction. 2008-03-23 22:20:33 +00:00
scorn Make coloured mail work in the Scorn armour shop 2008-05-21 06:33:44 +00:00
sisters Modify NPC or magic_mouth dialogue to be generic in regards to player race; Fix for bug [825637] Some maps assume what race you are. 2007-11-06 05:46:36 +00:00
start Descriptive text change on a sign from the map normalizer plugin in the editor. 2008-01-30 06:42:16 +00:00
styles Update spellcasting objects to use inventory objects. 2007-11-04 19:05:10 +00:00
teamarena Update spellcasting objects to use inventory objects. 2007-11-04 19:05:10 +00:00
templates Updated the README file with a reminder to update the storage_hall map exit. Map template provided by Alestan jehloq@yahoo.com 2008-04-07 01:39:14 +00:00
test Some fun with plugins. 2008-05-20 21:25:32 +00:00
under_world Unify Created: and Modified: map headers. 2007-11-02 22:49:56 +00:00
unlinked Description of where those maps come from. 2008-05-07 17:58:34 +00:00
whalingoutpost Rename dwall3_3 to dwall_3_3 after removing incorrect Object in 2008-01-19 00:56:11 +00:00
wolfsburg Add region info in Wolfsburg, courtesy of Arvid Norlander 2008-05-18 19:43:56 +00:00
world Workaround for cfrhg causing random maps when walking on gates to castle of Scorn. 2008-05-22 21:24:00 +00:00
.emergency scorn/scorn: Removed, city is world map - keeping that one around will 2002-06-15 07:51:10 +00:00
COPYING add license to maps directory. 2006-06-29 06:24:07 +00:00
ChangeLog Make coloured mail work in the Scorn armour shop 2008-05-21 06:33:44 +00:00
HallOfDMs Unify Created: and Modified: map headers. 2007-11-02 22:49:56 +00:00
HallOfSelection Updated HallOfSelection with a valid map difficulty, re-added missing class descriptions for monk and warlock, re-added missing magic mouth that included further character creation instructions 2008-03-10 05:18:57 +00:00
README - Change the order of the dates when using -r with svn2cl so that the log 2007-12-30 05:37:41 +00:00
regions Added description for Stoneville in the regions file 2008-01-22 06:15:34 +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.