Menu

Tree [911807] master /
 History

HTTPS access


File Date Author Commit
 Info 2023-04-11 Rebecca Kelly Rebecca Kelly [340d6a] Add region-digraphs tool to generate GraphViz r...
 animations 2013-05-09 akirschbaum akirschbaum [5e430c] Remove trailing whitespace.
 azumauindo 2 days ago Rick Tanner Rick Tanner [1bcb07] Add difficulty level 1 (was level 0) to Go Dojo...
 brest 12 hours ago Rick Tanner Rick Tanner [911807] Remove double stacked monsters of acid sphere o...
 darcap 2 days ago Rick Tanner Rick Tanner [c74fb0] Add map entrance coordinates to Underground Tun...
 dragonisland 2025-08-02 Rick Tanner Rick Tanner [8287f8] Reduce shopmin value in The Adventurous Shop, 6...
 dungeons 2026-02-14 Rick Tanner Rick Tanner [a94d35] Update and reformat map header info to Dark Cav...
 editor 2024-03-17 Kevin Zheng Kevin Zheng [1ac90a] Add new dragon hangars
 euthville 5 days ago Rick Tanner Rick Tanner [a62b61] Add level 1 map difficulty to all the Guild Tan...
 inn_and_outpost 1 day ago 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 [a62b61] Add level 1 map difficulty to all the Guild Tan...
 marksel 2 days ago Rick Tanner Rick Tanner [1b9ca0] Add map entrance coordinates to Marksel Blacksm...
 mlab 2025-10-04 Rick Tanner Rick Tanner [4c6118] Replace blocked tiles with cave wall tiles in C...
 navar_city 1 day ago Rick Tanner Rick Tanner [4eb856] Add difficulty level 5 (was level 0) to Church ...
 planes 1 day ago Rick Tanner Rick Tanner [5179f5] Add difficulty level 1 (was level 0) to Astral ...
 port_joseph 2025-08-21 Rick Tanner Rick Tanner [8397d2] Replaced floor tiles with stone floor tiles aro...
 pup_land 5 days ago Rick Tanner Rick Tanner [a62b61] Add level 1 map difficulty to all the Guild Tan...
 python 2026-01-22 Kevin Zheng Kevin Zheng [5e0346] Create datafile directory if missing
 quests 2025-09-11 Rick Tanner Rick Tanner [94da70] Add flesh level (now level 1) to the corpse in ...
 santo_dominion 19 hours ago Rick Tanner Rick Tanner [c492e9] Add difficulty level 12 (was level 0) to Herb S...
 scorn 4 days ago Rick Tanner Rick Tanner [c784ca] Add difficulty level 1 to Ship to Santo Dominio...
 sisters 2026-03-14 Rick Tanner Rick Tanner [b4460f] Fill in empty space with blocked archetype in E...
 start 2023-12-04 Rick Tanner Rick Tanner [42cb86] Minor punctuation update to NPC dialogue in Tut...
 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 2025-08-08 Rick Tanner Rick Tanner [4206fc] Move a brazier one space to right right (and of...
 test 2025-06-19 Kevin Zheng Kevin Zheng [74d406] Add spell knockback testing map
 under_world 12 hours ago Rick Tanner Rick Tanner [4fa2e6] Add difficulty level 1 (was level 0) to Cavern ...
 unlinked 2023-02-17 Kevin Zheng Kevin Zheng [c1dd8f] Remove uses of absurdly high glow_radius
 whalingoutpost 6 days ago Rick Tanner Rick Tanner [1fbebf] Add move_block all and no_spells tiles outside ...
 wolfsburg 1 day ago Rick Tanner Rick Tanner [e8295a] Adjust swall sections for nicer merging with ne...
 world 2 days ago Rick Tanner Rick Tanner [1060d0] Update map entrance coordinates between Azumaui...
 .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 2022-05-22 Nicolas Weeger Nicolas Weeger [597b2a] Remove dot for coherency with other long names
 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.

MongoDB Logo MongoDB