Go to file
Kevin Zheng 0a6853964f Add timeout and use text mode 2022-06-04 13:12:07 -07:00
Info Remove obsolete scripts 2022-05-15 11:55:32 +02:00
animations/maps/navar_city Remove trailing whitespace. 2013-05-09 11:08:11 +00:00
azumauindo Remove double cwalls 2022-05-25 14:16:28 -07:00
brest Fix Pup Land Terminal exit coordinates 2022-02-17 09:31:09 -08:00
darcap Fix Pup Land Terminal exit coordinates 2022-02-17 09:31:09 -08:00
dragonisland Use singular form rather than plural 2022-04-30 15:33:57 +02:00
dungeons Grammar and spelling corrections to NPC dialog 2021-10-17 01:57:36 -05:00
editor Move to pickmaps directory 2022-05-31 13:34:07 -07:00
euthville Fix Pup Land Terminal exit coordinates 2022-02-17 09:31:09 -08:00
inn_and_outpost Add abandoned road to azumauindo 2022-04-17 18:49:46 -04:00
lake_country Fix typo 2022-05-07 17:27:17 -07:00
marksel Grammar and spelling corrections to NPC dialog 2021-10-17 01:57:36 -05:00
mlab Add no_spell tiles to shop tiles 2022-05-21 15:31:44 +02:00
navar_city Fix 'shopitems' line 2022-04-30 15:29:02 +02:00
planes Remove executable flag on maps. 2021-05-13 12:28:34 +02:00
port_joseph Adjust more dialogue affected by the recent grammatical changes. 2021-11-01 18:22:23 -04:00
pup_land Adjust proof scroll text 2022-05-17 18:40:18 -07:00
python Add timeout and use text mode 2022-06-04 13:12:07 -07:00
quests Fix exit coordinates 2022-05-29 18:58:55 +02:00
santo_dominion Fix Pup Land Terminal exit coordinates 2022-02-17 09:31:09 -08:00
scorn Adjust Valriel's treasure 2022-05-24 17:27:15 -07:00
sisters Describe the origin or purpose of every key 2021-08-13 18:55:09 +02:00
start Make a path with both tutorial maps, and give some details on the form they have 2021-11-27 09:47:23 +01:00
styles Improve Nethack in Crossfire 2022-02-06 15:05:23 -08:00
teamarena Spelling correction (Pereodically -> Periodically) in message text to Team War Register (teamarena/twregister). 2012-01-21 02:39:28 +00:00
templates Fix Pup Land Terminal exit coordinates 2022-02-17 09:31:09 -08:00
test Add map for testing terrain-aware pathing. 2021-11-06 15:34:37 -04: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 Move to pickmaps directory 2022-05-31 13:34:07 -07:00
whalingoutpost Convert Jade Chest quest to new quest system 2022-01-09 12:36:23 -06:00
wolfsburg Tweak Treasure Island quest 2022-06-01 23:56:40 -07:00
world Tweak Treasure Island quest 2022-06-01 23:56:40 -07:00
.emergency scorn/scorn: Removed, city is world map - keeping that one around will 2002-06-15 07:51:10 +00:00
.gitignore Ignore Python compiled files 2022-05-15 13:12:56 +02:00
COPYING add license to maps directory. 2006-06-29 06:24:07 +00:00
ChangeLog Add no_spell tiles to shop tiles 2022-05-21 15:31:44 +02:00
HallOfDMs Add more teleporters to HallOfDMs 2022-05-25 14:02:47 -07: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 Remove dot for coherency with other long names 2022-05-22 13:07:46 +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 Remove obsolete 'include' from quests, update the root file to contain the syntax 2021-11-07 19:38:11 +01: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.