Go to file
kbulgrien 1a36cf2add - Spelling fix.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@12034 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-07-06 03:02:43 +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 Remove 'rod' shopitems specifications; these have been merged into 'horn'. 2009-06-17 09:05:54 +00:00
brest Add wall to protect treasure from getting destroyed; reduce treasure somewhat. 2009-06-18 21:29:55 +00:00
darcap Replace obsolete attributes can_use_rod, can_use_wand, and can_use_horn with can_use_range. 2009-06-08 22:26:59 +00:00
dragonisland Fix typos; remove line-breaks from msg fields. 2009-06-10 13:01:45 +00:00
dungeons Replace obsolete attributes can_use_rod, can_use_wand, and can_use_horn with can_use_range. 2009-06-08 22:26:59 +00:00
editor Make MapNormalizer editor plugin script save only map files that needed normalization. 2009-05-14 20:29:06 +00:00
euthville Cosmetic wall changes for nicer merging 2008-12-21 07:52:15 +00:00
inn_and_outpost Replace obsolete attributes can_use_rod, can_use_wand, and can_use_horn with can_use_range. 2009-06-08 22:26:59 +00:00
lake_country Remove 'rod' shopitems specifications; these have been merged into 'horn'. 2009-06-17 09:05:54 +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 Replace obsolete attributes can_use_rod, can_use_wand, and can_use_horn with can_use_range. 2009-06-08 22:26:59 +00:00
navar_city Remove 'rod' shopitems specifications; these have been merged into 'horn'. 2009-06-17 09:05:54 +00:00
planes Replace obsolete attributes can_use_rod, can_use_wand, and can_use_horn with can_use_range. 2009-06-08 22:26:59 +00:00
port_joseph - Add some invisible exits along the front of the yard so you can walk off 2009-04-30 02:45:16 +00:00
pup_land Fix objects setting 'type 15' (weapon) but missing skill and body part information. 2009-06-17 19:44:32 +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 Remove 'rod' shopitems specifications; these have been merged into 'horn'. 2009-06-17 09:05:54 +00:00
santo_dominion - Spelling fix. 2009-07-06 03:02:43 +00:00
scorn - Re-orient the armourshop to have the door inside the building match the 2009-06-23 03:50:05 +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 Replace obsolete attributes can_use_rod, can_use_wand, and can_use_horn with can_use_range. 2009-06-08 22:26:59 +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 Test map to test pickup of thrown objects. Map contains 2 thrown 2009-04-08 06:45:24 +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 Replace obsolete attributes can_use_rod, can_use_wand, and can_use_horn with can_use_range. 2009-06-08 22:26:59 +00:00
whalingoutpost Filled in surrounding area with solid rock, requires archetype r10843 or newer 2008-12-14 03:59:59 +00:00
wolfsburg Remove 'rod' shopitems specifications; these have been merged into 'horn'. 2009-06-17 09:05:54 +00:00
world - Re-orient the armourshop to have the door inside the building match the 2009-06-23 03:50:05 +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 2009-04-06 21:01:26 +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 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.