Go to file
Nicolas Weeger 0305f60685 Fix quest test 2021-07-18 14:12:34 +02: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 Use absolute paths for exits to the Astral Vault 2020-08-24 18:34:38 +00:00
brest Fix several broken instances of "@match" 2021-07-17 11:50:34 -05:00
darcap Fix several broken instances of "@match" 2021-07-17 11:50:34 -05:00
dragonisland Use archetypes for converters instead of custom ones. 2020-09-09 17:46:17 +00:00
dungeons Link second test, add some reward, add booming voice 2021-06-05 11:37:02 +02:00
editor Add pickmap for common Python objects 2019-08-13 00:19:22 +00:00
euthville Normalize quest title capitalization 2021-01-02 00:02:43 +00:00
inn_and_outpost Give map unique name 2021-01-07 18:21:57 +00:00
lake_country Remove smoothing for the ambolt face. 2021-05-13 12:30:02 +02:00
marksel Add ores in a mine, add random maps nearby with ores. 2021-01-29 18:38:39 +00:00
mlab Use archetypes for converters instead of custom ones. 2020-09-09 17:46:17 +00:00
navar_city Fix several broken instances of "@match" 2021-07-17 11:50:34 -05:00
planes Remove executable flag on maps. 2021-05-13 12:28:34 +02:00
port_joseph Normalize quest title capitalization 2021-01-02 00:02:43 +00:00
pup_land Remove executable flag on maps. 2021-05-13 12:28:34 +02:00
python Store factions/reputation information in a file instead of memory. 2021-05-28 19:15:17 +02:00
quests Reset Belzebub to use archetypes values 2021-06-06 12:09:41 +02:00
santo_dominion Remove executable flag on maps. 2021-05-13 12:28:34 +02:00
scorn Fix a bug in a ladder exit 2021-07-17 14:29:09 -05:00
sisters Capitalization correction in message text to Three Sisters Tower, Level 3 (sisters/tower3) in Three Sisters. 2012-03-30 04:44:29 +00:00
start Add zone with information on potions of life, slightly change layout 2021-05-30 11:24:20 +02:00
styles Remove executable flag on maps. 2021-05-13 12:28:34 +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 Change firewalls in maps to use direction instead of sp. Depends on r20469. 2017-08-06 01:08:45 +00:00
test Fix quest test 2021-07-18 14:12:34 +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 Use renamed treasure list for humans. 2021-04-23 17:35:52 +00:00
whalingoutpost Correct what material the Floe Shield is made of in Glacier Keep, Frost Lair (whalingoutpost/misc/castleb3), it now correctly identifies as made of iron and ice. 2017-03-27 04:55:19 +00:00
wolfsburg Move platter on top of table 2021-05-31 11:02:33 -07:00
world Redesign the flames atop the random maps northeast of Navar to no longer need connections nor creators. 2021-07-17 01:34:56 -04:00
.emergency
COPYING
ChangeLog Redesign the flames atop the random maps northeast of Navar to no longer need connections nor creators. 2021-07-17 01:34:56 -04:00
HallOfDMs Remove accidental commit with with Hall of Dungeon Masters map. 2015-12-01 06:15:58 +00:00
HallOfSelection Remove double word refernce (other other -> other) to the Hall Of Selection maps. 2012-03-15 04:11:43 +00:00
README
regions.reg Add Andustar region 2021-01-07 18:03:00 +00: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.