Go to file
anmaster 610cd5f790 Add missing floor tiles under some walls in lake_country/snake_pit/snakepit_{1,2}
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9487 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-07-18 20:15:33 +00:00
Info Spelling corrections. 2007-05-12 22:46:19 +00:00
animations/maps/navar_city Add a new professor to the university, and associated scripts (only Lorkas lore, for now). Fix some lights and wrong desks. 2008-05-20 22:02:01 +00:00
azumauindo Change more "name woodfloor" to "name wood floor" in misc places. 2008-06-20 10:47:32 +00:00
brest Add missing floor tiles under some living trees in /brest/amphis. Also removing a ChangeLog message in the header of the same map related to last edit of the map (no longer the right author of that since it is no longer related to the last change. (And there is both svn log and the ChangeLog if anyone wants to find out). 2008-06-13 12:41:55 +00:00
darcap Make the Santo Dominion and Darcap apartments use goldfloors instead of altars, looks nicer. Also fix bad name for woodfloor2 (name was set to woodfloor but nowdays the arch got the name wood floor...). 2008-06-20 10:32:45 +00:00
dragonisland Fix invalid regexp. 2008-07-18 17:51:21 +00:00
dungeons Add missing floors under walls in /dungeons/hole and /dungeons/castle_aaaarg 2008-06-06 12:36:02 +00:00
editor Ignore *.msg files in editor scripts. 2008-07-17 18:42:02 +00:00
euthville Link the Scorn Royalty maps together. 2008-03-24 09:04:38 +00:00
inn_and_outpost Run MapNormalizer script on all maps. 2008-05-30 07:32:24 +00:00
lake_country Add missing floor tiles under some walls in lake_country/snake_pit/snakepit_{1,2} 2008-07-18 20:15:33 +00:00
marksel Add a button under the door in /marksel/grumms_inn to prevent crushing the player. 2008-06-13 12:43:30 +00:00
mlab Fix bug 2002170 "Conversion Profit Bug". 2008-07-17 16:21:40 +00:00
navar_city Add missing "difficulty 1" to some maps in Navar and Pupland containing no monsters (just NPC or empty). 2008-07-17 15:45:11 +00:00
planes Run MapNormalizer script on all maps. 2008-05-30 07:32:24 +00:00
port_joseph Add missing floors under walls in /port_joseph/pirates/tortcave and /port_joseph/goblin/caves 2008-06-06 12:34:56 +00:00
pup_land Add missing "difficulty 1" to some maps in Navar and Pupland containing no monsters (just NPC or empty). 2008-07-17 15:45:11 +00:00
python Fix wrong price of objects in help for IPO. 2008-05-22 21:26:18 +00:00
quests Context correction in magic mouth messages, replaced parish (church community) with perish (to destroy) 2008-06-24 17:33:23 +00:00
santo_dominion Change more "name woodfloor" to "name wood floor" in misc places. 2008-06-20 10:47:32 +00:00
scorn Add missing "difficulty 1" to some maps in Scorn containing no monsters (just NPC or empty). 2008-07-17 15:28:26 +00:00
sisters Run MapNormalizer script on all maps. 2008-05-30 07:32:24 +00:00
start Add some missing no magic arches to the Fireborn and Wraith Halls of Selection. Remove non-existant archtype in Wraith Hall of Selection. 2008-06-13 12:32:10 +00:00
styles Update spellcasting objects to use inventory objects. 2007-11-04 19:05:10 +00:00
teamarena The @match expression in npc dialog is case insensitive, but a lot of map treated it as if it was case sensitive, fixing a lot of them (there may be more left, that the grep didn't find). 2008-05-23 08:11:20 +00:00
templates Run MapNormalizer script on all maps. 2008-05-30 07:32:24 +00:00
test Run MapNormalizer script on all maps. 2008-05-30 07:32:24 +00:00
under_world Unify Created: and Modified: map headers. 2007-11-02 22:49:56 +00:00
unlinked Add missing floor tiles to /unlinked/Fogs 2008-06-06 00:09:50 +00:00
whalingoutpost Run MapNormalizer script on all maps. 2008-05-30 07:32:24 +00:00
wolfsburg In /wolfsburg: Change all "name woodfloor" to "name wood floor" (and remove them when that is the default in the arch). Also fix broken "hidden" teleporter in /wolfsburg/dungeons/hut. 2008-06-20 11:05:38 +00:00
world First pass to add lore to the town. 2008-05-29 22:02:22 +00:00
.emergency scorn/scorn: Removed, city is world map - keeping that one around will 2002-06-15 07:51:10 +00:00
COPYING add license to maps directory. 2006-06-29 06:24:07 +00:00
ChangeLog Updated ChangeLog file using svn2cl 2008-06-06 06:05:19 +00:00
HallOfDMs Unify Created: and Modified: map headers. 2007-11-02 22:49:56 +00:00
HallOfSelection Add missing no_spells to /HallOfSelection 2008-06-06 00:10:27 +00:00
README - Change the order of the dates when using -r with svn2cl so that the log 2007-12-30 05:37:41 +00:00
regions Removed unused regions 2008-06-03 16:51:39 +00: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.