Go to file
Rick Tanner 8b1c421875 Fix typo to NPC name in Liberation Army Headquarters, Prison & War Funds 2023-11-02 00:29:34 -05:00
Info Add region-digraphs tool to generate GraphViz region layout files. 2023-04-10 21:53:03 -04:00
animations/maps/navar_city
azumauindo Another minor spelling update (rath -> wrath) to NPC dialogue in Minatomachi Ichidou Dzuki Ruggilli, Entrance 2023-10-31 00:33:09 -05:00
brest Adjust the entrance area of Castle of Brittany Dragon Room (brest/Castle/DragonRoom) to drop the player in the middle of the map and surround them by gates that open when the lever is pulled. Based on Raffle 2, Level 1 map. 2023-07-31 01:03:46 -05:00
darcap Correct spacing after punctuation in msg text 2023-05-30 00:45:37 -05:00
dragonisland Correct spacing after punctuation in msg text 2023-05-31 01:18:39 -05:00
dungeons Correct spacing after punctuation in msg text 2023-06-02 18:21:01 -05:00
editor Add wagon rentals to Navar and Santo Dominion 2023-04-02 23:59:17 -07:00
euthville Correct spacing after punctuation in msg text 2023-06-02 18:46:28 -05:00
inn_and_outpost Minor grammar update to NPC dialogue in Nirla's house 2023-11-01 01:12:23 -05:00
lake_country Grammar corrections (Sacrify -> Sacrifice) and removed forced line breaks in the Towers of Luck maps 2023-06-17 00:07:15 -05:00
marksel Minor grammar update to NPC dialogue in Marksel Keep 2023-10-31 00:29:37 -05:00
mlab Correct spacing after punctuation in msg text 2023-06-06 01:24:57 -05:00
navar_city Minor grammar update to NPC dialogue in The Frolicing Mermaid 2023-11-02 00:05:12 -05:00
planes Make The Green Way maps part of the same reset_group, greenway 2022-07-26 01:03:39 -05:00
port_joseph More minor grammar updates to NPC dialogue in The Drunken Shark 2023-11-01 01:24:03 -05:00
pup_land Fix typo to NPC name in Liberation Army Headquarters, Prison & War Funds 2023-11-02 00:29:34 -05:00
python Actually fix the Dex-only debuff this time. 2023-04-17 14:42:51 -04:00
quests Update Fire Temple, Hot Mines (quests/peterm/FireTemple/HotMines) to correct layoutoptions setting that was causing '[EE] unrecognized string: layoutoptions 1' in CRE 2023-09-20 17:30:46 -05:00
santo_dominion Fix quest spellbook replicas in Santo Dominion library from containing and displaying a regular spell. 2023-09-04 08:53:29 -04:00
scorn Show off some of the champion/chief boosted monsters in the zoo. 2023-08-09 06:46:32 -04:00
sisters Correct spacing after punctuation in msg text 2023-06-14 14:13:27 -05:00
start Correct spacing after punctuation in msg text 2023-06-14 14:20:10 -05:00
styles Addition of a pop-up Bank of Skud to rarely appear in random maps. 2023-08-11 08:42:11 -04:00
teamarena Correct spacing after punctuation in msg text for maps in the teamarena/ diretory 2023-06-14 17:05:55 -05:00
templates Correct spacing after punctuation in msg text for maps in the templates/ diretory 2023-06-14 17:23:35 -05:00
test Fix script when more than a few maps loaded 2022-12-10 20:34:36 +01:00
under_world Correct spacing after punctuation in msg text for maps in the under_world/ diretory 2023-06-14 17:34:28 -05:00
unlinked Remove uses of absurdly high glow_radius 2023-02-16 22:49:04 -08:00
whalingoutpost Correct spacing after punctuation in msg text for maps in the whalingoutpost/ directory 2023-06-14 17:43:32 -05:00
wolfsburg Correct spacing after punctuation in msg text for maps in the wolfsburg/ directory 2023-06-16 00:33:33 -05:00
world Restore missing "endmsg" in header that was causing a crash when loading the map 2023-07-02 17:00:36 -04:00
.emergency
.gitignore Ignore Python compiled files 2022-05-15 13:12:56 +02:00
COPYING
ChangeLog Add region-digraphs tool to generate GraphViz region layout files. 2023-04-10 21:53:03 -04:00
HallOfDMs Correct spacing after punctuation in msg text 2023-06-04 01:07:45 -05:00
HallOfSelection Correct spacing after punctuation in msg text, removed forced line breaks 2023-06-04 01:06:52 -05:00
README
regions.reg Remove dot for coherency with other long names 2022-05-22 13:07:46 +02:00
world.bells Add city bells definition file. 2021-04-20 17:53:01 +00:00
world.citylife Try to somewhat merge the citylife definitions for Scorn and Scorn County on /world/world_105_116. 2023-04-18 11:23:21 -04:00
world.quests Remove obsolete 'include' from quests, update the root file to contain the syntax 2021-11-07 19:38:11 +01: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.