Menu

Tree [29f72a] 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 2025-06-19 Kevin Zheng Kevin Zheng [ba4474] Update guilds from template
 brest 2025-06-19 Kevin Zheng Kevin Zheng [ba4474] Update guilds from template
 darcap 2025-06-26 Rick Tanner Rick Tanner [158cee] Remake tavern NPC in Darcap to talk about a dif...
 dragonisland 2025-02-09 Rick Tanner Rick Tanner [f135f4] Replace ground tiles under the building perimet...
 dungeons 2025-02-13 Rick Tanner Rick Tanner [970005] Remove two wall blocks with a broken connection...
 editor 2024-03-17 Kevin Zheng Kevin Zheng [1ac90a] Add new dragon hangars
 euthville 2025-06-28 Nicolas Weeger Nicolas Weeger [bdc836] Fix gateway faces, adjust broken gateway message
 inn_and_outpost 2025-06-28 Kevin Zheng Kevin Zheng [025ba7] Reduce repeated uninteresting dialog
 lake_country 2025-06-19 Kevin Zheng Kevin Zheng [ba4474] Update guilds from template
 marksel 2025-03-23 Rick Tanner Rick Tanner [935bc3] Update exit door to make it animated in Marksel...
 mlab 2025-04-03 Rick Tanner Rick Tanner [f180e8] Remove stray swall section in City de Clouds Ca...
 navar_city 3 days ago Rick Tanner Rick Tanner [e939d3] Replace table to purchase unusable staffs with ...
 planes 2024-08-28 Rick Tanner Rick Tanner [16b19d] Update instruction note in Astral Vault to expl...
 port_joseph 3 hours ago Rick Tanner Rick Tanner [29f72a] Correct entrance coordinates from Moogly Bills'...
 pup_land 5 days ago Rick Tanner Rick Tanner [d972a6] Remove stray swall section in Reception, Water ...
 python 2025-07-18 Kevin Zheng Kevin Zheng [d28be8] Add problem report webhook
 quests 2025-02-19 Rick Tanner Rick Tanner [0f08ca] Expand the map and added exterior walls to Lore...
 santo_dominion 2025-06-26 Rick Tanner Rick Tanner [5ebbf5] Give a sense of distance and correct location -...
 scorn 4 days ago Rick Tanner Rick Tanner [25b600] Expand the lobby area of Scorn Weapon Shop to m...
 sisters 2023-12-03 Rick Tanner Rick Tanner [edb6ad] Minor grammar and wording updates to NPC dialog...
 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 2023-06-14 Rick Tanner Rick Tanner [4aeabe] Correct spacing after punctuation in msg text f...
 templates 2025-06-19 Kevin Zheng Kevin Zheng [a59818] Add sign about no-save area
 test 2025-06-19 Kevin Zheng Kevin Zheng [74d406] Add spell knockback testing map
 under_world 2023-06-14 Rick Tanner Rick Tanner [945510] Correct spacing after punctuation in msg text f...
 unlinked 2023-02-17 Kevin Zheng Kevin Zheng [c1dd8f] Remove uses of absurdly high glow_radius
 whalingoutpost 2023-11-29 Rick Tanner Rick Tanner [8bb573] Minor grammar and punctuation update to NPC dia...
 wolfsburg 7 days ago Rick Tanner Rick Tanner [ec21fe] Update directional signs in One-Eyed Mike's Dep...
 world 4 days ago Rick Tanner Rick Tanner [576bd8] Correct some direction errors - some destinatio...
 .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 2023-04-18 SilverNexus SilverNexus [6eef17] Try to somewhat merge the citylife definitions ...
 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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.