Go to file
anmaster e93cfffabe Add floors under walls as needed in /scorn/mansion/garden.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9277 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-06-06 18:46:50 +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 Resize some Azumauindo maps that were mostly a lot of empty space. 2008-05-29 09:36:39 +00:00
brest Add missing floors under walls in /brest/underground and /brest/underground2. 2008-06-06 12:56:07 +00:00
darcap Run MapNormalizer script on all maps. 2008-05-30 07:32:24 +00:00
dragonisland Hide magic_ear under floor in /dragonisland/apartment3 2008-06-06 12:56:59 +00:00
dungeons Add missing floors under walls in /dungeons/hole and /dungeons/castle_aaaarg 2008-06-06 12:36:02 +00:00
editor Run 'Shrink Map Size' function from MapNormalizer editor script. 2008-05-30 06:23:54 +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 walls to /lake_country/Butakis/prison_s and make the books appear on top of the tables in /lake_country/Butakis/Rlib2. 2008-06-03 19:34:21 +00:00
marksel Run MapNormalizer script on all maps. 2008-05-30 07:32:24 +00:00
mlab Add some no_pick in order to fix sorting order for arches, clean up slaying for exits to use realtive paths in some places, fix some smoothing levels to make a bridge look better. All in city de clouds. 2008-06-05 21:57:08 +00:00
navar_city Remove duplicate no magic tiles from jail map in Navar. 2008-06-03 19:32:34 +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 Unbreak the bargaining skill in /pup_land/lone_town/mshop 2008-06-06 01:03:14 +00:00
python Fix wrong price of objects in help for IPO. 2008-05-22 21:26:18 +00:00
quests In /quests/peterm/quests/dragonquest2: add missing ground arches under walls and remove ground under blocked arches. 2008-06-05 23:41:51 +00:00
santo_dominion Run MapNormalizer script on all maps. 2008-05-30 07:32:24 +00:00
scorn Add floors under walls as needed in /scorn/mansion/garden. 2008-06-06 18:46:50 +00:00
sisters Run MapNormalizer script on all maps. 2008-05-30 07:32:24 +00:00
start The wraith Hall of selection was totally broken you could walk outside and around the teleporters and such. Fixing. 2008-06-06 00:23:28 +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 Run MapNormalizer script on all maps. 2008-05-30 07:32:24 +00:00
world First pass to add lore to the town. 2008-05-29 22:02:22 +00:00
.emergency
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.