Go to file
rjtanner ab41a8ab34 Remove some stray land tiles from the top (middle) of the sea
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11013 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-12-19 07:24:28 +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 Replace blocked (solid black square) arch with cave_15 (solid grey square) archetype, requires archetype update r10843 or newer 2008-12-13 08:57:45 +00:00
brest Add no_spells tile under the spike walls to block the use of dimension door 2008-12-18 07:39:16 +00:00
darcap Cosmetic change with cave wall merging 2008-12-13 09:03:14 +00:00
dragonisland Per web forum post and IRC discussion - attempt to make things somewhat easier for low level players - reduced the detect curse altar cost from 25gp to 25sp 2008-12-14 07:22:14 +00:00
dungeons Update wall sections to match nearby walls or styles, requires archetype update r10841 or newer 2008-12-13 09:24:51 +00:00
editor Make editor scripts work with latest Gridarta. 2008-11-20 21:58:48 +00:00
euthville Cosmetic change - replace swirling blue exits with actual doors, matches building exterior 2008-12-13 09:29:46 +00:00
inn_and_outpost Convert platinum payment altars to accept payment of any coin type, requires server update r10232 (or newer) 2008-11-03 06:02:16 +00:00
lake_country Update wall sections to match nearby walls or styles, requires archetype update r10841 or newer 2008-12-13 09:24:51 +00:00
marksel Replace blocked (solid black square) arch with cave_15 (solid grey square) archetype, requires archetype update r10843 or newer 2008-12-13 08:57:45 +00:00
mlab Per web forum post and IRC discussion - attempt to make things somewhat easier for low level players - reduced the detect curse altar cost from 25gp to 25sp 2008-12-14 07:22:14 +00:00
navar_city Per web forum post and IRC discussion - attempt to make things somewhat easier for low level players - reduced the detect curse altar cost from 25gp to 25sp 2008-12-14 07:22:14 +00:00
planes Map header updates: Update maps with entrance x & y coordinates, adjust map level difficulty to something slightly more realistic 2008-09-20 23:51:28 +00:00
port_joseph Update wall sections to match nearby walls or styles, requires archetype update r10841 or newer 2008-12-13 09:24:51 +00:00
pup_land Per player feedback, covered the entire sky area with clouds (floor vs wall archetype so it does not block the player's view) 2008-12-18 21:26:13 +00:00
python oops, committed some debugging code! Sorry :-) 2008-11-24 08:37:17 +00:00
quests Updated the altar with information on how much the entrance fee is to the next level 2008-12-14 07:03:36 +00:00
santo_dominion Per web forum post and IRC discussion - attempt to make things somewhat easier for low level players - reduced the detect curse altar cost from 25gp to 25sp 2008-12-14 07:22:14 +00:00
scorn Restore unique name on the exit from Scorn Magic Shop to world map 2008-12-16 23:47:37 +00:00
sisters Replace recently updated oakdoors with new archetype and recycled graphic. Requires archetype r10798 or newer. 2008-12-03 01:35:04 +00:00
start Replace recently updated oakdoors with new archetype and recycled graphic. Requires archetype r10798 or newer. 2008-12-03 01:38:09 +00:00
styles Cosmetic wall changes for nicer merging 2008-11-26 01:34:40 +00:00
teamarena Map header updates: Update maps with entrance x & y coordinates, adjust map level difficulty to something slightly more realistic, added region firevolcano 2008-10-02 01:01:23 +00:00
templates Run MapNormalizer script on all maps. 2008-05-30 07:32:24 +00:00
test Turning boat example map. 2008-11-16 18:59:26 +00:00
under_world Map header updates: Update maps with entrance x & y coordinates, adjust map level difficulty to something slightly more realistic 2008-10-02 01:08:06 +00:00
unlinked Add missing floor tiles to /unlinked/Fogs 2008-06-06 00:09:50 +00:00
whalingoutpost Filled in surrounding area with solid rock, requires archetype r10843 or newer 2008-12-14 03:59:59 +00:00
wolfsburg Restore farewell message on the exit from Wolfsburge Transport Shoppe to world map 2008-12-16 23:48:48 +00:00
world Remove some stray land tiles from the top (middle) of the sea 2008-12-19 07:24:28 +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-12-17 07:16:37 +00:00
HallOfDMs Give descriptive names to the teleporters so it's easier to see which map they go to 2008-12-05 01:51:38 +00:00
HallOfSelection Map header updates: Correct creation date in map header that was changed in r7448, it was using the wrong month; Map name update (HallOfSelection -> Hall Of Selection) 2008-10-20 20:35:04 +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.reg New description for Port Joseph 2008-10-31 00:13:27 +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.