Go to file
rjtanner 0034f7aab1 Minor text format changes to the diary text found in Small Manor, Upstairs 2022-09-18 00:09:00 -05:00
Info Remove obsolete scripts 2022-05-15 11:55:32 +02:00
animations/maps/navar_city
azumauindo Make Suno-yamatoshi Tower maps part of the same reset group, azumauindo_suno-yamatoshi-tou1 2022-08-09 02:03:39 -05:00
brest Remove duplicate floor tile under the entrance stairs of Brest CVT Vault (brest/shops/brest_bank_vault) map 2022-08-11 00:55:52 -05:00
darcap Remove worthless dragon from all maps 2022-09-10 21:57:53 -04:00
dragonisland Make Bank of Skud, Stoneville Branch maps part of the same reset group, stoneville_bank 2022-08-11 00:59:40 -05:00
dungeons Make Liomal's House maps part of the same reset_group, wilderness_liomal-house 2022-07-20 00:36:03 -05:00
editor Remove worthless dragon from all maps 2022-09-10 21:57:53 -04:00
euthville Make Grim House maps part of the same reset_group, euthville_grim-house 2022-07-20 00:53:08 -05:00
inn_and_outpost Add abandoned road to azumauindo 2022-04-17 18:49:46 -04:00
lake_country Make Lake Country Bank maps part of the same reset group, lakecountry_bank 2022-08-11 01:02:14 -05:00
marksel Make Bank of Marksel maps part of the same reset group, marksel_bank 2022-08-11 01:05:09 -05:00
mlab Make City de Clouds - Office of the Guards maps part of the same reset group, citydeclouds_office-of-guards 2022-08-11 00:37:06 -05:00
navar_city Make Bank of Skud, Navar Branch maps part of the same reset group, navar_bank 2022-08-11 01:07:31 -05:00
planes Make The Green Way maps part of the same reset_group, greenway 2022-07-26 01:03:39 -05:00
port_joseph Make Port Joseph Bank maps part of the same reset group, portjoseph_bank 2022-08-11 01:09:58 -05:00
pup_land Modify Lickmond so the fight is actually winnable, but should still be tough. 2022-09-10 22:40:18 -04:00
python Remove accidental dependency 2022-06-13 22:55:09 -07:00
quests Add maplore to Lorde Spectre's lair (quests/peterm/quests/undead_final) map so it shows up as part of the ScornHero quest 2022-07-31 01:36:32 -05:00
santo_dominion Make Bank of Skud, Santo Dominion Branch maps part of the same reset group, santodominion_bank 2022-08-11 01:35:38 -05:00
scorn Make Bank of Skud (scorn) maps part of the same reset group, scorn_bank 2022-08-11 01:38:33 -05:00
sisters Minor text format changes to the diary text found in Small Manor, Upstairs 2022-09-18 00:09:00 -05: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 Adjust nethack monster styles to derive ape and carniverous ape from the ape arch instead of the small troll arch. 2022-07-04 11:47:38 -04:00
teamarena Make Team Arena (Fire Volcano) maps part of the same reset_group, firevolcano_teamwar 2022-08-04 01:38:34 -05: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 Remove worthless dragon from all maps 2022-09-10 21:57:53 -04:00
whalingoutpost Make Lightkeeper's House and Cavern maps part of the same reset_group, whalingoutpost_lightkeepers-house 2022-08-05 01:24:29 -05:00
wolfsburg Remove worthless dragon from all maps 2022-09-10 21:57:53 -04:00
world Tweak Treasure Island quest 2022-06-01 23:56:40 -07:00
.emergency
.gitignore Ignore Python compiled files 2022-05-15 13:12:56 +02:00
COPYING
ChangeLog Fix jade chest quest not having an end 2022-06-30 11:14:01 +02:00
HallOfDMs Add more teleporters to HallOfDMs 2022-05-25 14:02:47 -07:00
HallOfSelection
README
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.