Menu

Tree [57a057] 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 2024-08-10 Kevin Zheng Kevin Zheng [6c15ed] Fix guild toolsheds
 brest 3 days ago Rick Tanner Rick Tanner [57a057] Minor cosmetic changes to the temple perimeter ...
 darcap 2024-08-10 Kevin Zheng Kevin Zheng [6c15ed] Fix guild toolsheds
 dragonisland 2024-03-17 Kevin Zheng Kevin Zheng [1ac90a] Add new dragon hangars
 dungeons 2023-11-21 Rick Tanner Rick Tanner [9193a6] Wording correction (strangly -> strongly) to NP...
 editor 2024-03-17 Kevin Zheng Kevin Zheng [1ac90a] Add new dragon hangars
 euthville 2024-08-10 Kevin Zheng Kevin Zheng [6c15ed] Fix guild toolsheds
 inn_and_outpost 2023-12-01 Rick Tanner Rick Tanner [0d25f6] Minor wording update to NPC dialogue in Sweets Inn
 lake_country 2024-08-10 Kevin Zheng Kevin Zheng [6c15ed] Fix guild toolsheds
 marksel 2023-11-27 Rick Tanner Rick Tanner [b4f039] Minor grammar updates to NPC dilaogue in Sages'...
 mlab 2024-03-23 Kevin Zheng Kevin Zheng [3d20a7] Add missing shop mat
 navar_city 2024-08-10 Kevin Zheng Kevin Zheng [6c15ed] Fix guild toolsheds
 planes 2024-08-28 Rick Tanner Rick Tanner [16b19d] Update instruction note in Astral Vault to expl...
 port_joseph 2023-12-04 Rick Tanner Rick Tanner [4f3c2c] Punctuation updates to NPC dialogue in Undergro...
 pup_land 2024-08-10 Kevin Zheng Kevin Zheng [6c15ed] Fix guild toolsheds
 python 2024-08-10 Kevin Zheng Kevin Zheng [438269] Add function for triggered connections in Python
 quests 2024-06-07 Rick Tanner Rick Tanner [06c566] Remove no longer valid or functional swap_time ...
 santo_dominion 2024-08-10 Kevin Zheng Kevin Zheng [6c15ed] Fix guild toolsheds
 scorn 2024-08-10 Kevin Zheng Kevin Zheng [6c15ed] Fix guild toolsheds
 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 2024-08-10 Kevin Zheng Kevin Zheng [e102bb] Remove gate open lightning-wall trigger
 test 2024-06-07 Rick Tanner Rick Tanner [06c566] Remove no longer valid or functional swap_time ...
 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 2024-08-10 Kevin Zheng Kevin Zheng [6c15ed] Fix guild toolsheds
 world 2024-07-11 Rick Tanner Rick Tanner [a0ae84] Correct map warning with invalid coordinates fr...
 .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 2023-06-04 Rick Tanner Rick Tanner [5fd961] Correct spacing after punctuation in msg text
 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.