Menu

Tree [9b5287] master /
 History

HTTPS access


File Date Author Commit
 Info 2026-06-10 Rick Tanner Rick Tanner [c3515c] Update and expand instructions in the manual pa...
 animations 2013-05-09 akirschbaum akirschbaum [5e430c] Remove trailing whitespace.
 azumauindo 5 days ago Rick Tanner Rick Tanner [1cc109] Change map header references from Creator: (leg...
 brest 5 days ago Rick Tanner Rick Tanner [1cc109] Change map header references from Creator: (leg...
 darcap 5 days ago Rick Tanner Rick Tanner [1cc109] Change map header references from Creator: (leg...
 dragonisland 2025-08-02 Rick Tanner Rick Tanner [8287f8] Reduce shopmin value in The Adventurous Shop, 6...
 dungeons 5 days ago Rick Tanner Rick Tanner [1cc109] Change map header references from Creator: (leg...
 editor 2024-03-17 Kevin Zheng Kevin Zheng [1ac90a] Add new dragon hangars
 euthville 5 days ago Rick Tanner Rick Tanner [1cc109] Change map header references from Creator: (leg...
 inn_and_outpost 2026-04-07 Rick Tanner Rick Tanner [fe6be1] Add difficulty level 1 (was level 0) in Ko's ca...
 lake_country 5 days ago Rick Tanner Rick Tanner [1cc109] Change map header references from Creator: (leg...
 marksel 2026-06-14 Rick Tanner Rick Tanner [41129a] Expand the map size and added a second altar in...
 mlab 5 days ago Rick Tanner Rick Tanner [1cc109] Change map header references from Creator: (leg...
 navar_city 5 days ago Rick Tanner Rick Tanner [c424ce] Change map header references from Creator: (leg...
 planes 2026-04-07 Rick Tanner Rick Tanner [5179f5] Add difficulty level 1 (was level 0) to Astral ...
 port_joseph 2026-06-27 Rick Tanner Rick Tanner [b12361] Add a second altar to Ixalovh Shrine (port_jose...
 pup_land 5 days ago Rick Tanner Rick Tanner [c424ce] Change map header references from Creator: (leg...
 python 2026-04-28 Kevin Zheng Kevin Zheng [85dc99] Add 'trigger' command for connection debugging
 quests 5 days ago Rick Tanner Rick Tanner [c535f1] Add flesh level to Head of the Goblin Chief (qu...
 santo_dominion 5 days ago Rick Tanner Rick Tanner [c424ce] Change map header references from Creator: (leg...
 scorn 21 hours ago Rick Tanner Rick Tanner [9b5287] Add map creator name to House of Power (scorn/m...
 sisters 2026-03-14 Rick Tanner Rick Tanner [b4460f] Fill in empty space with blocked archetype in E...
 start 2026-06-09 Rick Tanner Rick Tanner [900adf] Add additional info on how to contend with a de...
 styles 2024-02-26 SilverNexus SilverNexus [487fe5] Deadname removal.
 teamarena 2026-03-15 Rick Tanner Rick Tanner [97d3d9] Fill in empty spaces with wasteland tiles in Te...
 templates 5 days ago Rick Tanner Rick Tanner [1cc109] Change map header references from Creator: (leg...
 test 5 days ago Rick Tanner Rick Tanner [1cc109] Change map header references from Creator: (leg...
 under_world 2026-04-08 Rick Tanner Rick Tanner [4fa2e6] Add difficulty level 1 (was level 0) to Cavern ...
 unlinked 5 days ago Rick Tanner Rick Tanner [1cc109] Change map header references from Creator: (leg...
 whalingoutpost 2026-04-19 Rick Tanner Rick Tanner [076064] Update cave wall segments for nicer visual merg...
 wolfsburg 5 days ago Rick Tanner Rick Tanner [c424ce] Change map header references from Creator: (leg...
 world 5 days ago Rick Tanner Rick Tanner [d4da7e] New map, Joseph's Gate House (scorn/misc/joseph...
 .emergency 2002-06-15 mwedel mwedel [500afb] scorn/scorn: Removed, city is world map - keepi...
 .gitignore 2022-05-15 Nicolas Weeger Nicolas Weeger [67ee1c] Ignore Python compiled files
 COPYING 2006-06-29 mwedel mwedel [021e68] add license to maps directory.
 ChangeLog 2024-02-26 SilverNexus SilverNexus [487fe5] Deadname removal.
 HallOfDMs 2025-07-09 Rick Tanner Rick Tanner [c3a67d] Add portal from Hall of DMs to Port Joseph (wor...
 HallOfSelection 2023-06-04 Rick Tanner Rick Tanner [426995] Correct spacing after punctuation in msg text, ...
 README 2007-12-30 kbulgrien kbulgrien [c5f8f4] - Change the order of the dates when using -r w...
 regions.reg 2026-04-30 Rick Tanner Rick Tanner [b8818b] Update summary for The World region so it's no ...
 world.bells 2021-04-20 ryo_saeba ryo_saeba [061d30] Add city bells definition file.
 world.citylife 2025-08-10 Rick Tanner Rick Tanner [052bfd] Move citylife spawn point in Wolfsburg from ins...
 world.quests 2021-11-07 Nicolas Weeger Nicolas Weeger [110166] Remove obsolete 'include' from quests, update t...

Read Me

==============================================================================
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.

Auth0 Logo