plugin/plugin_python.c: Increase limits of values the Python script may set
   to the ranges given by objects in the archetypes file.
    
25 lines of code changed in 2 files:
Added python 2.4 back to the check, my fault.
    
4 lines of code changed in 2 files:
Changes for 1.7.1:
configure, configure.in: Rev for 1.7.1 release
sound-src/Makefile.in: Add files to EXTRA_DIST, fix typo so that make
  arhive works.
MSW 2005-02-27
    
22 lines of code changed in 4 files:
-modify Navar maps to use new style walls and buildings (thanks to
Mitch Obrian).
-move ship to Wolfsburg from Scorn to Navar
-remember to update your arches...
    
4977 lines of code changed in 10 files:
add new 'western' style arches for Navar - submitted by Mitch Obrian
    
0 lines of code changed in 57 files:
Applied patch 1144782 - Fix town portal to maps that have reset
    
771 lines of code changed in 4 files:
Add 'show' command back in to list of commands.
common/external.h: Change prototype of command_show() to match p_cmd.c
   prototype.
common/p_cmd.c: Add 'show' to command dispatch table.
gtk/gtkproto.h: rebuilt
gtk/gx11.c: change declaration of command_show() to take const char *.
gtk/sdl.c: Make drawsmooth_sdl() static so it won't be put into gtkproto.h
   file, which causes compilations to fail.
x11/x11.c: change declaration of command_show() to take const char *.
x11/x11proto.h: rebuilt
MSW 2005-02-26
    
53 lines of code changed in 8 files:
Apply patch 1136551 courtesy Techolous.
- Add a mention of 'chat command
    
8 lines of code changed in 1 file:
Apply patches 1126149,1118618 courtesy Mithzi
- Fix several broken formulae
    
6 lines of code changed in 1 file:
common/object.c, include/libproto.h: change nrof parameter of get_split_ob to
   uint32 type.
server/c_object.c, include/sproto.h: change nrof parameter of drop_object to
   uint32 type.
plugin/{plugin_python.c, include/plugin_python.h},
plugin_animator/{plugin_animator.c, include/plugin_animator.h},
server/{apply.c, attack.c, gods.c, monster.c, player.c, skills.c, time.c,
   timers.c}: Change type of CFParm.Value[5] and StackParm1[] to uint32 to be
   able to pass an "nrof" value.
    
79 lines of code changed in 17 files:
plugin/plugin_python.c, plugin/include/plugin_python.h: Remove spell wrapper
   functions.
    
2 lines of code changed in 3 files:
plugin/plugin_python.c, plugin/include/plugin_python.h: Replace skill-IDs by
   skill names. Remove skill-ID wrapper functions.
    
12 lines of code changed in 3 files:
common/metaserver.c: Once we have read in limit of number of
  metaservers, don't do anymore processing - otherwise, client just
  crashes.
MSW 2005-02-19
    
12 lines of code changed in 2 files:
Sound cleanup and redo for ALSA9.  The bulk of this is to break out the
alsa9 code from the cfsndser.c and compile its own seperate cfsndserv-alsa9
executable.  Add options to config file/gtk client to support setting
which sound daemon to use.  Note that ALSA9 sound now works all
properly - significant changes had to get made to the code for this
to happen.
--
configure, configure.in:  The existence of ALSA9 sound does not preclude
   compilation of OSS sound support (or others for that matter), so change
   the logic accordingly to set variables only used for ALSA9.  Add
   SOUND_TARGETS that can be used by the makefile, change logic of
   setting SUBDIRS so we don't put sound-src in multiple times.
common/client.c, common/client.h: Add sound_server variable.
gtk/config.c: Add support for loading/saving sound_server line in gdefaults
   file.
gtk/gcfclient.man: Update about -sound_server option.
gtk/gx11.c: Update help and command line processing to support -sound_server
   option.
gtk/sound.c: Change initialization of sound pipe to use sound_server variable
   (set by options above) instead of hard coded cfsndserv.  Path can be
   either be absolute or relative to to bindir.  Also change code so that
   pipe is set for non blocking output, so if the sound daemon gets hung
   up, won't effect rest of the client.
sound-src/Makefile.in: Redone to handle cfsnserv-alsa9 binary.  uses
   SOUND_TARGETS to know what to build.
sound-src/cfsndserv.c: Remove all ALSA9 code, since that is now in
   alsa9.c file.
sound-src/alsa9.c, sound-src/common.c: Nwe files - alsa9.c contains
   logic for playing sound.  common.c is common routines.  Idea being
   that other code could get pulled from cfsndserv.c and use the common.c
   routines for parsing sound file, etc.
MSW 2005-02-13
    
1013 lines of code changed in 13 files:
- fix typos on troll bridge, add mid level random map.
    
37 lines of code changed in 1 file:
Fix broken script. Make sure help works under W32.
    
14 lines of code changed in 4 files:
Add README doc for python scripts
    
0 lines of code changed in 1 file:
Makefile.in, common/Makefile.in, gnome/Makefile.in, gtk/Makefile.in,
    sound-src/Makefile.in, x11/Makefile.in: Add ${DESTDIR} prefix for
    installation into other directories.  Patch from sourcefore #1061895
    MSW 2005-02-09
common/external.h, common/init.c, common/player.c, common/proto.h,
    common/script.c, common/script.h, common/p_cmd.c (new file),
    common/p_cmd.h (new file), gtk/gtkproto.h, gtk/gx11.c, gtk/help.c (new
    file), gtk/keys.c, help/chelp.h, x11/x11.c, x11/x11proto.h, x11/xutil.c:
    Install command table for client side commands - makes adding commands a
    little easier, but also makes it easier to have better help.  Bulk of the
    changes are in p_cmd.c file, which pulled some code out of player.c.
    Other source files modified to clean up function parameters (all now take
    const char * as the command options).  Patch from sourceforge 1022245,
    with some work done by me.  Addition fix in gtk/keys.c unbind - buffer
    overflow would result if unbinding very long binding.
    MSW 2005-02-09
    
1591 lines of code changed in 23 files:
Apply patch 1114803 courtesy Mithzi
- Fix player being teleported into wall
- Fix typo to read "treasure chamber"
- "Joseph" is called "Jacob" from now on to be consistend with the storyline
- Fix typo to read "Shining tower"
    
5 lines of code changed in 4 files:
Fix a buffer overflow in unbind output. Make strings const when possible
    
35 lines of code changed in 10 files:
Makefile.in: Fix up distclean directive to go into all directories.
configure.in, configure: Fix configure so the --enable-feature and
   --disable-feature flags follow proper standard (from patch on
   sourceforge).  Add check for -lossaudio.  Modify check for
   -lSDL_image library - don't require it for SDL support (if we
   have it, we'll use it, but for newer versions of SDL, it doesn't
   seem to exist anymore)
common/client-types.h: Minor formatting change.
common/script.h:  add defines for PF_LOCAL and AF_LOCAL if they are
   missing.
gtk/Makefile.in: Install man page into section 6.
sound-src/Makefile.in: Fix up depend command - had wrong variable.
    Fix up distclean to remove automatically generated files.
x11/Makefile.in: Install man page into section 6.
MSW 2005-02-04
    
1461 lines of code changed in 9 files:
Fix a typo
    
1 lines of code changed in 1 file: