Go to file
kbulgrien 9fbc7d83ea - Add a comment noting that when debugging, a server restart is needed to put
code changes into effect.
- No functional changes.
- Whitespace changes.


git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10634 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-11-21 07:02:53 +00:00
Info
animations/maps/navar_city
azumauindo Convert platinum payment altars to accept payment of any coin type, requires server update r10232 (or newer) 2008-11-21 02:37:29 +00:00
brest Convert platinum payment altars to accept payment of any coin type, requires server update r10232 (or newer) 2008-11-21 02:37:29 +00:00
darcap More descriptive names to the Darcap Circus maps 2008-11-21 02:58:32 +00:00
dragonisland Added map entrance x & y coordinates 2008-11-07 02:14:17 +00:00
dungeons (Inprogress checkin) Update map names to make them unique and more descriptive 2008-10-25 06:24:13 +00:00
editor Make editor scripts work with latest Gridarta. 2008-11-20 21:58:48 +00:00
euthville (Inprogress checkin) Update map names to make them unique and more descriptive 2008-10-26 07:09:18 +00:00
inn_and_outpost Convert platinum payment altars to accept payment of any coin type, requires server update r10232 (or newer) 2008-11-03 06:02:16 +00:00
lake_country Convert gold payment altars to accept payment of any coin type, requires server update r10232 (or newer) 2008-11-03 05:44:22 +00:00
marksel Convert gold payment altars to accept payment of any coin type, requires server update r10232 (or newer) 2008-11-03 05:44:22 +00:00
mlab Convert platinum payment altars to accept payment of any coin type 2008-11-02 06:36:36 +00:00
navar_city Convert platinum payment altars to accept payment of any coin type, requires server update r10232 (or newer) 2008-11-21 02:37:29 +00:00
planes Map header updates: Update maps with entrance x & y coordinates, adjust map level difficulty to something slightly more realistic 2008-09-20 23:51:28 +00:00
port_joseph Update churchtower map with a unique (and more descriptive) map name 2008-11-11 03:02:52 +00:00
pup_land Convert platinum payment altars to accept payment of any coin type, requires server update r10232 (or newer) 2008-11-21 02:37:29 +00:00
python - Add a comment noting that when debugging, a server restart is needed to put 2008-11-21 07:02:53 +00:00
quests Unique map names and made area name and references consistent (Narcopia -> Narcopin) 2008-10-31 00:39:39 +00:00
santo_dominion Convert platinum payment altars to accept payment of any coin type, requires server update r10232 (or newer) 2008-11-21 02:37:29 +00:00
scorn Convert platinum payment altars to accept payment of any coin type, requires server update r10232 (or newer) 2008-11-21 02:37:29 +00:00
sisters Apply new region (threesisters) to relevant maps 2008-10-29 01:29:40 +00:00
start Modify CFDialog.py to use a list of strings for the keywords instead of the "|" 2008-11-15 07:55:59 +00:00
styles Replaced my old e-mail address in map headers by a working one. 2008-07-19 23:46:03 +00:00
teamarena Map header updates: Update maps with entrance x & y coordinates, adjust map level difficulty to something slightly more realistic, added region firevolcano 2008-10-02 01:01:23 +00:00
templates
test Turning boat example map. 2008-11-16 18:59:26 +00:00
under_world Map header updates: Update maps with entrance x & y coordinates, adjust map level difficulty to something slightly more realistic 2008-10-02 01:08:06 +00:00
unlinked
whalingoutpost Minor dialog rework: Remove mid-sentence line breaks and break at possible 2008-11-18 05:36:54 +00:00
wolfsburg Convert platinum payment altars to accept payment of any coin type, requires server update r10232 (or newer) 2008-11-21 02:37:29 +00:00
world Remove no longer used name_pl tags from objects (terrain, buildings and ships) in the world maps 2008-11-21 01:40:13 +00:00
.emergency
COPYING
ChangeLog Updated ChangeLog file using svn2cl 2008-11-21 03:07:32 +00:00
HallOfDMs set the 'difficulty' value on some maps 2008-08-12 03:26:11 +00:00
HallOfSelection Map header updates: Correct creation date in map header that was changed in r7448, it was using the wrong month; Map name update (HallOfSelection -> Hall Of Selection) 2008-10-20 20:35:04 +00:00
README
regions.reg New description for Port Joseph 2008-10-31 00:13:27 +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.