Go to file
partmedia 739ca3508b Restore original CFBank API
Moving accounts to player files added unnecessary complexity. Restore
original API and add code to migrate accounts back from player files.

While here, wrap CFBank with a context manager so it can be used with
the Python 'with' statement.

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@20449 282e977c-c81d-0410-88c4-b93c2d0d6712
2017-07-27 06:35:06 +00:00
Info Prevent setting of start numbers from affecting the generation seed. 2016-05-25 03:43:26 +00:00
animations/maps/navar_city Remove trailing whitespace. 2013-05-09 11:08:11 +00:00
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 Rotate bookshelves 2017-06-04 18:12:14 +00:00
darcap Placed Darcap Orc Pits (darcap/darcap/circus/fz_orcpit) in to darcapcircus region. 2016-06-30 05:15:16 +00:00
dragonisland Removed Brest destination from the random ride destinations and replaced it with Santo Dominion in the Stoneville, Lake Country, Navar, Lone Towna nd Nurnberg Dragon Hangars. 2015-02-24 06:38:55 +00:00
dungeons New dungeon in the wilderness - Voragray's Gauntlet. 2017-06-30 23:10:05 +00:00
editor Add various stone walls. 2015-05-17 18:56:35 +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 Correct plural names for strange flower and Gold Bug found in Tower of Sorcery, Wizards (lake_country/Mwizard/MwizardG) in Lake Country. 2017-06-30 22:01:02 +00:00
marksel Cosmetic cleanups to Sages' Tower. 2013-07-28 04:53:27 +00:00
mlab Bug 817, Cloud Word Castle not accessible. City de Cloud map updates to link stairs and other entrances and exits to the recently added maps. 2016-06-30 23:26:32 +00:00
navar_city Capitalize ali's name to Ali's Turban in related quest maps in Navar. 2017-05-01 04:40:01 +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 Replace hole with ladder going up 2017-07-09 00:05:43 +00:00
python Restore original CFBank API 2017-07-27 06:35:06 +00:00
quests Fix typo and use consistent tiles for moat 2016-02-13 07:50:07 +00:00
santo_dominion Cosmetic changes to Temple to Ixalovh (santo_dominion/temples/ixalovh-temple) in Santo Dominion. World map (world/world_102_107) entrance coordinates updated due to size change of the temple map. No functional changes. 2017-01-31 22:05:17 +00:00
scorn Replace portals with stairs 2017-07-09 00:05:33 +00:00
sisters Capitalization correction in message text to Three Sisters Tower, Level 3 (sisters/tower3) in Three Sisters. 2012-03-30 04:44:29 +00:00
start Remove empty message which generates a (harmless) server error message. 2014-09-21 08:23:07 +00:00
styles Additional mini chapel maps for the remaining cult altars 2016-09-28 06:41:38 +00:00
teamarena
templates Do not mix spaces and TABs for indentation. 2016-06-19 15:12:01 +00:00
test Remove redundant semicolons. 2016-06-19 15:19:52 +00:00
under_world Added base content for Barracks (brest/dungeons/kolmtak-mine/kolmtak-barracks*) in Kolmtak Mine area (under_world/uworld_110_123). 2016-04-30 18:05:14 +00:00
unlinked Remove unlinked copies of linked Greyshield maps 2017-07-09 05:37:49 +00:00
whalingoutpost Correct what material the Floe Shield is made of in Glacier Keep, Frost Lair (whalingoutpost/misc/castleb3), it now correctly identifies as made of iron and ice. 2017-03-27 04:55:19 +00:00
wolfsburg New cave themed temple map, Shrine to Gnarg (wolfsburg/temple/shrine_to_gnarg) found in Wolfsburg (world/world_128_109). 2017-03-01 05:54:35 +00:00
world New dungeon in the wilderness - Voragray's Gauntlet. 2017-06-30 23:10:05 +00:00
.emergency
COPYING
ChangeLog test/newmaps/madness_maze/scripts/madnessmaze1.py: Fix syntax error. 2016-06-19 15:00:31 +00:00
HallOfDMs Remove accidental commit with with Hall of Dungeon Masters map. 2015-12-01 06:15:58 +00:00
HallOfSelection Remove double word refernce (other other -> other) to the Hall Of Selection maps. 2012-03-15 04:11:43 +00:00
README
regions.reg Reformat all region descriptions on one line. 2013-07-15 13:09:52 +00:00
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.