Go to file
kbulgrien 84d35d0d24 - Add a README that briefly describes ChangeLog maintenance with svn2cl and
notes various issues associated when it is used to update the ChangeLog.


git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@8054 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-12-28 07:17:31 +00:00
Info Spelling corrections. 2007-05-12 22:46:19 +00:00
azumauindo Updated various banks to include a gold -> silver conversion table; addresses bug# 1832558 - Silver conversion 2007-11-19 01:27:56 +00:00
brest Add Zorn castle floor four. 2007-11-24 20:28:56 +00:00
darcap Replace obsolete field slow_move with move_slow/move_slow_penalty. 2007-11-18 23:16:20 +00:00
dragonisland Updated various banks to include a gold -> silver conversion table; addresses bug# 1832558 - Silver conversion 2007-11-19 01:27:56 +00:00
dungeons Rename Kitten of Gorokh to Cat of Gorokh and reduce number on map by half. 2007-11-13 05:34:36 +00:00
editor Do not create superfluous 'randomitems none' attributes. 2007-11-18 23:02:46 +00:00
euthville Update spellcasting objects to use inventory objects. 2007-11-04 19:05:10 +00:00
inn_and_outpost Replace obsolete field slow_move with move_slow/move_slow_penalty. 2007-11-18 23:16:20 +00:00
lake_country Update spellcasting objects to use inventory objects. 2007-11-04 19:05:10 +00:00
marksel Update spellcasting objects to use inventory objects. 2007-11-04 19:05:10 +00:00
mlab Update spellcasting objects to use inventory objects. 2007-11-04 19:05:10 +00:00
navar_city Updated the Navar bank to include a gold -> silver conversion table; addresses bug# 1832558 - Silver conversion 2007-11-18 23:10:36 +00:00
planes Unify Created: and Modified: map headers. 2007-11-02 22:49:56 +00:00
port_joseph Map normalize, no functional changes 2007-11-24 20:34:35 +00:00
pup_land - Line break removal and minor rework of some message texts. 2007-12-14 03:52:07 +00:00
python Add support for the "give" command, that allows a player to show an item to an NPC. 2007-12-23 01:19:42 +00:00
quests Update spellcasting objects to use inventory objects. 2007-11-04 19:05:10 +00:00
santo_dominion Update the guild maps to include map difficulty levels, ability to create an altar of valkyrie for 5 holy_shield, and altars are now level 120 (players are no longer able to reconsecrate them) which addresses bug [1824769] Players able to reconsecrate guild altars 2007-11-05 01:50:51 +00:00
scorn Cityhall is now closed at night. Petition board and bonus amulet remain available 2007-12-22 15:35:51 +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 - Remove spurious line breaks and section texts into paragraphs. 2007-12-24 17:41:23 +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 Fix message. 2007-12-26 23:15:12 +00:00
test Add a simple to use script that make use of NPC dialog 2007-12-16 15:15:41 +00:00
under_world Unify Created: and Modified: map headers. 2007-11-02 22:49:56 +00:00
unlinked Update spellcasting objects to use inventory objects. 2007-11-04 19:05:10 +00:00
whalingoutpost Update spellcasting objects to use inventory objects. 2007-11-04 19:05:10 +00:00
wolfsburg Fix a display problem with overlapping swall not looking correct when in-game 2007-12-04 19:22:46 +00:00
world undo woods convertion commit of 2 hours ago 2007-12-27 22:35:43 +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 - Updated ChangeLog with svn2cl 0.9, and merged manually edited information 2007-12-28 06:59:36 +00:00
HallOfDMs Unify Created: and Modified: map headers. 2007-11-02 22:49:56 +00:00
HallOfSelection - Remove spurious line breaks and section texts into paragraphs. 2007-12-24 17:41:23 +00:00
README - Add a README that briefly describes ChangeLog maintenance with svn2cl and 2007-12-28 07:17:31 +00:00
regions Implemented a new region for an existing area, Ruins of Euthville 2007-03-25 00:43:53 +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.

  $ 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.