Go to file
partmedia 2dbb67d5fd Minor cosmetic changes to Guild of Law
Trim extra spaces and fix grammar in dialogs. Give proper titles to NPCs
(i.e. 'Regular Army soldier' instead of 'Regular Army').

Submitted by: Jason Zheng

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@19710 282e977c-c81d-0410-88c4-b93c2d0d6712
2014-11-02 17:26:29 +00:00
Info Move map scripts to maps distribution 2014-06-26 00:38:11 +00:00
animations/maps/navar_city
azumauindo Modified cave wall sections for better merging to Suno-yamatoshi Dojo (azumauindo/suno-yamatoshi/buildings/dojoB1) in Azumauindo. Cosmetic changes only, no functional changes. 2014-10-10 05:36:32 +00:00
brest Capitalize crossfire to Crossfire when referenced from within the game. 2014-08-07 05:18:59 +00:00
darcap Added no_magic tiles outside the exit doors of Cameron's Tavern (darcap/darcap/tavern) in Darcap as a way to prevent players from entering the exterior of the map. 2014-10-07 20:47:00 +00:00
dragonisland Apply doors implicitly by moving on them 2014-10-04 17:42:32 +00:00
dungeons Removed unused and empty space to Dark Cave, Secret Hideout (dungeons/dark-cave/hidden-cave) and updated staircase exit and entrance coordinates in the linked map Dark Cave, Ogre Cavern (dungeons/dark-cave/ogre-cave). 2014-10-18 21:32:08 +00:00
editor Add pickmap for a few common types of walls. 2014-06-06 01:33:46 +00:00
euthville Fix typo in message for priest. 2014-05-29 02:26:19 +00:00
inn_and_outpost Add more hints to help find Greenway. 2014-04-20 04:08:59 +00:00
lake_country Update Mopoon's Weapon Shop (lake_country/shops/Mopoon_wshop) in Lake Country to use updated random item shop item tile. Requires archetype update r19604 or newer. 2014-08-28 05:04:28 +00:00
marksel Cosmetic cleanups to Sages' Tower. 2013-07-28 04:53:27 +00:00
mlab Modified fence sections for nicer merging with nearby walls in City de Clouds (mlab/citydeclouds/citydeclouds2E) in mlab. Cosmetic change only, no functional changes. 2014-10-25 05:48:06 +00:00
navar_city Fill in empty cave wall sections to Troll Canyon Cavern (navar_city/troll_canyon/troll_canyon.7) in Navar. Cosmetic change only, no function changes. 2014-10-25 05:56:42 +00:00
planes Fix map's tiling to avoid server crash. (related to bug #756) 2013-08-04 18:36:28 +00:00
port_joseph Update to Port Joseph General Store (port_joseph/town/shops/generalstore) in Port Joseph to use updated random item shop item tile. Requires archetype update r19604 or newer. 2014-08-28 05:18:47 +00:00
pup_land Minor cosmetic changes to Guild of Law 2014-11-02 17:26:29 +00:00
python Make it possible for players to rent private shops. 2014-05-25 21:55:18 +00:00
quests Fix capitalization and improve map names. 2014-03-30 14:25:45 +00:00
santo_dominion Improve ship boarding passes. 2013-09-13 23:03:08 +00:00
scorn Comsetic changes for nicer merging between swall sections to Scorn Prison, Holding Cells (scorn/misc/prison) in Scorn. No functional changes. 2014-09-15 20:59:29 +00:00
sisters
start Remove empty message which generates a (harmless) server error message. 2014-09-21 08:23:07 +00:00
styles Removed duplicate floor tiles in Mini Trading Post (styles/specialmaps/tradingpost) map. Technical change, no functional changes. 2014-08-29 06:40:13 +00:00
teamarena
templates Fix executable flags. 2013-08-10 13:57:14 +00:00
test Update randomtreasure test map (test/randomtreasure) with flooring, all available random_item archetypes and descriptive signs. 2014-09-04 22:53:52 +00:00
under_world
unlinked Update to dm_shop (unlinked/kandora/dd_shop) to use updated random item shop tile. Requires archetype update r19604 or newer. 2014-08-29 06:57:06 +00:00
whalingoutpost
wolfsburg Update One-Eyed Mike's Department Store in Wolfsburg to use updated random item shop tiles. Requires archetype update r19604. 2014-08-22 22:33:47 +00:00
world Cosmetic changes to Stoneville 2014-10-04 17:42:39 +00:00
.emergency
COPYING
ChangeLog Added ore decorstyle for random maps. 2014-05-28 02:56:22 +00:00
HallOfDMs
HallOfSelection
README
regions.reg
world.quests Sort global quest 'include' statements. 2013-08-18 01:14:30 +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.