Go to file
anmaster f952a3e588 Fix some bugs in the pshop_copier script for the brest pshops.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11538 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-15 15:37:56 +00:00
Info
animations/maps/navar_city
azumauindo Fix destination of down stairs in /azumauindo/suno-yamatoshi/buildings/tatemonoA2. 2009-01-23 19:03:03 +00:00
brest Fix some bugs in the pshop_copier script for the brest pshops. 2009-02-15 15:37:56 +00:00
darcap Removed the cloud floor tile in the Fun Zone Obstacle Course 1 (/darcap/darcap/circus/fz_o1) in Darcap Circus, it was causing problems with the teleporter back to the Fun Zone Lobby 2009-01-30 05:07:50 +00:00
dragonisland Replace rocks with a wooden table (longtable) for the booze to sit on in the bar 2008-12-21 07:42:04 +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 wall changes for nicer merging 2008-12-21 07:52:15 +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 Set quest items in Clem's Archery to no_pick to prevent pet theft abuse, also removed 'no_pretext 1' since this is no longer used or supported 2009-02-11 05:45:32 +00:00
marksel Fix oakdoor so that it uses the correct archetype (vs the one that can be destroyed) - missed in previous commit 2008-12-23 07:11:36 +00:00
mlab Fix /mlab/citydeclouds/cdcapart1: When going from player unique map to a shared map you have to use absolute paths, not relative ones. This will require updating of the maps stored for the player (if any). 2009-02-06 13:53:13 +00:00
navar_city Add a shop inventory sign to Ye ol' Home Depote (/navar_city/misc/buildshop) 2009-02-11 05:56:20 +00:00
planes
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 Unbreak exit from river map. 2009-02-09 18:54:17 +00:00
python The casino code for major wins (in all the different slot types) was missing a cast to integer, this resulted in a traceback on Python 3.x. 2009-02-14 18:00:40 +00:00
quests Synch with Branches/1.x; Insert floor tiles beneath walls 2009-01-17 07:54:17 +00:00
santo_dominion Make shop areas of Lord Byron's Castle (/santo_dominion/lord_byron/main) stand alone maps in order to support shop headers and inventory signs 2009-01-23 06:23:53 +00:00
scorn Removed duplicate passes (set the qty to 1) for theservant_ found in /scorn/temples/ruggilli2 2009-02-11 20:54:20 +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
templates
test Fix a typo in /test/python.py that broke the exp test. 2009-02-11 12:49:47 +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
whalingoutpost Filled in surrounding area with solid rock, requires archetype r10843 or newer 2008-12-14 03:59:59 +00:00
wolfsburg Cosmetic changes with Twin Towers maps - nicer merging with cwall (castle walls) and swall (fence) 2009-02-01 07:39:08 +00:00
world Prevent the wagon outside scorn from being set to point to a broken random map when cfrhg is used. This happens because the wagon is unique. 2009-02-08 15:38:13 +00:00
.emergency
COPYING
ChangeLog Updated ChangeLog file using svn2cl. 2009-02-09 10:15:48 +00:00
HallOfDMs /HallOfDMs: Fix typo ("Wraith Hal of Selection" should be "Wraith Hall of Selection"). 2009-02-08 15:36:55 +00:00
HallOfSelection
README
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.