Go to file
tannerrj 93e1ba151b Add a more details to the location of a glowing crystal for the Crown of Might quest in Oldie Moldie's Jewelry shop (lake_country/shops/Olds_jewel) in Lake Country 2021-09-30 02:04:58 -05:00
Info Prevent setting of start numbers from affecting the generation seed. 2016-05-25 03:43:26 +00:00
animations/maps/navar_city Remove trailing whitespace. 2013-05-09 11:08:11 +00:00
azumauindo Add messageboard graphics and arch and use them 2021-08-21 19:22:11 +02:00
brest Add messageboard graphics and arch and use them 2021-08-21 19:22:11 +02:00
darcap Give more information on the cave's location 2021-08-22 11:09:59 +02:00
dragonisland Add messageboard graphics and arch and use them 2021-08-21 19:22:11 +02:00
dungeons Describe the origin or purpose of every key 2021-08-13 18:55:09 +02:00
editor Revert parts of 449fc26e37 which didn't belong into that commit 2021-08-31 22:43:01 +02:00
euthville Rename 'Scorn Royalty Quest' to 'scorn/ScornHero', add developer comment 2021-09-21 20:42:12 +02:00
inn_and_outpost Describe the origin or purpose of every key 2021-08-13 18:55:09 +02:00
lake_country Add a more details to the location of a glowing crystal for the Crown of Might quest in Oldie Moldie's Jewelry shop (lake_country/shops/Olds_jewel) in Lake Country 2021-09-30 02:04:58 -05:00
marksel Add messageboard graphics and arch and use them 2021-08-21 19:22:11 +02:00
mlab Add messageboard graphics and arch and use them 2021-08-21 19:22:11 +02:00
navar_city Fix layout according to current Navar layout 2021-08-22 10:19:35 +02:00
planes Remove executable flag on maps. 2021-05-13 12:28:34 +02:00
port_joseph Rename 'Lursendis' to 'wolfsburg/Lursendis' to match system quest name, 2021-09-21 20:42:06 +02:00
pup_land Add messageboard graphics and arch and use them 2021-08-21 19:22:11 +02:00
python Un-trigger QuestTriggerConnect if player steps off 2021-08-28 13:41:16 -07:00
quests Rename 'Scorn Royalty Quest' to 'scorn/ScornHero', add developer comment 2021-09-21 20:42:12 +02:00
santo_dominion Add messageboard graphics and arch and use them 2021-08-21 19:22:11 +02:00
scorn Rename 'Scorn Royalty Quest' to 'scorn/ScornHero', add developer comment 2021-09-21 20:42:12 +02:00
sisters Describe the origin or purpose of every key 2021-08-13 18:55:09 +02:00
start Better newbie experience and re-added tutorial1 map 2021-08-13 19:25:08 +02:00
styles Replace invalid arch 'book' by 'book_red' 2021-08-20 13:03:47 +02:00
teamarena Spelling correction (Pereodically -> Periodically) in message text to Team War Register (teamarena/twregister). 2012-01-21 02:39:28 +00:00
templates Add messageboard graphics and arch and use them 2021-08-21 19:22:11 +02:00
test Mark test quests and unfinished quest as 'system' to not show them to players 2021-08-23 23:09:22 +02:00
under_world New maps related to Undermountain of Brittany, added to give more sense of underground depth. Still unlinked from the world map. 2020-10-31 22:17:57 +00:00
unlinked Better newbie experience and re-added tutorial1 map 2021-08-13 19:25:08 +02:00
whalingoutpost Describe the origin or purpose of every key 2021-08-13 18:55:09 +02:00
wolfsburg Rename 'Lursendis' to 'wolfsburg/Lursendis' to match system quest name, 2021-09-21 20:42:06 +02:00
world Update Scorn (world/world_105_115) to include signs for Castle of Scorn and a hint about the royalty quests 2021-09-30 01:55:58 -05: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 Add messageboard graphics and arch and use them 2021-08-21 19:22:11 +02:00
HallOfDMs Add messageboard graphics and arch and use them 2021-08-21 19:22:11 +02:00
HallOfSelection Remove double word refernce (other other -> other) to the Hall Of Selection maps. 2012-03-15 04:11:43 +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.reg Fix message 2021-09-22 18:16:19 +02:00
world.bells Add city bells definition file. 2021-04-20 17:53:01 +00:00
world.citylife Add city life definition file. 2021-04-20 17:59:43 +00:00
world.quests Sort global quest 'include' statements. 2013-08-18 01:14:30 +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.